There are 2 articles written in April, 2010

Quick Netbeans tip - task filters

on April 27, 2010. in Development, Software. A 1 minute read.

I’m using Netbeans as my main IDE for PHP and Python projects for over a year now, yet only now I have stumbled upon this feature - creating filters for tasks that show up in the “Tasks” window (Ctrl+6 shortcut to show/hide the window).

Continue reading Quick Netbeans tip - task filters...

Honeypot for Zend Framework

on April 21, 2010. in Development, Programming. A 1 minute read.

I just hacked up a little code snippet based on Matthew’s Honeypot Wordpress plugin. It’s basically just a Validator for a Zend Form element which is hidden from the user via CSS. Cause it’s hidden, users won’t see it, but spambots will, well, cause they are bots.

Continue reading Honeypot for Zend Framework...