Jump to Navigation

Recent blogs

01/08/11

UPDATE: this was a beautifully managed hoax that managed to fool organizations like CNN, CNET, Forbes - and BBC (which I personally also use as primary news source).

26/07/11
PECL, PHP

OK, here is a problem. I wanted to play a little bit with uploadprogress PECL extension. Normally installation of PECL extension is very easy, you just do

$cd /opt/lampp
$sudo ./bin/pecl install uploadprogress

form console and PECL installer would do the rest, which was my case also - extension was downloaded from Internet and compiled successfully. After adding extension="uploadprogress.so" to php.ini and restarting XAMPP I've got next error

15/07/11

For no special reason Drupal sites on our server (CentOS 5 with cPanel/WHM) started to make problems with file upload. Because Drupal 6/7 has use Ajax for file uploading the only thing that happens is that browser just hangs until timing out. Quick playing with different file sizes revealed that files that are less then 100kb are OK, but bigger files are creating problem. Of course php post_max_size and upload_max_filesize are set to 20mb so that was not causing problems. Strange...

03/07/11
Drupal
Yesterday I have released new stable versions of captcha_after module for Drupal 6, module version 6.x-1.2 and first port of captcha_after to Drupal 7.
05/01/11
Drupal 7 is out! Our MontenaSoft team, as part of our ongoing support for Serbian Drupal community has contributed Serbian translation of Drupal 7 announcement with description of new features and improvements.
05/12/10

I hold a presentation at www.barcamp.at/Gov2.0camp with the title 'E-gov & Drupal: A love story', that tried to explain to the broad public why did Drupal become so successful in the area of e-government application.

Several people asked me to post it asap, so here it is. I hope you will find some interesting and useful information

06/10/10

"MontenaSoft.at is a web page that demonstrates the capabilities of modern web 2.0 applications. Principally, we have tried to get the most out of jQuery library and demonstrate types of interactions that are usually associated only with the use of flash animations and movies. The benefit of this approach is that jQuery library is integral part of several CMS frameworks (including Drupal).

28/08/10

CAPTCHA After module brings solution to the problem of evaluating security images (commonly known as CAPTCHAs) without decreasing the usability of your site.

10/06/10

Drupalcamp Timisoara/Romania was the first major local Drupal event in Romania. The event was organized by Drupal Romania Association and took place during 5th and 6th of June, 2010. This event was supported by “Politehnica” University of Timisoara, League of Students from the Faculty of Automatics and Computers and Software Business Incubator.

08/12/09
Drupal, spam

Last couple of months we started to notice spam comments on our site. We have installed image captcha but obviously there are more and more human persons whose job is to manually spam sites.
We quickly created couple of triggers and actions that are sending emails and notify us when a new comment is created. Then we would manually check that comment and if it is a spam (>95% chance) we would put it into moderation.