Monthly Archives: December 2009

Get real ID of Zend_Form_SubForm’s Element

Zend Frame­work has very good doc­u­ment­a­tion, and from the very first days was very good struc­tured. But once it became very-very com­plex. Des­pite it’s awe­some sim­pli­city for com­mon tasks it’s very com­plex for non-trivial tasks. It has great com­pon­ent Zend_Form … Con­tinue read­ing

Posted in Zend Framework | Tagged , , | Leave a comment

Open URLs by hot-keys with Greasemonkey

There are some URLs that I use very often. E.g. GMail™, Google Reader™, JIRA etc. Using mouse to open a new tab with one of such URLs is use­less waste of time. So I was using a SiteLauncher exten­sion for this pur­poses. But one … Con­tinue read­ing

Posted in Mozilla Firefox | Tagged , | Leave a comment

Sim­u­lat­ing pro­tec­ted inner classes in PHP

Some lan­guages allow you to cre­ate pro­tec­ted classes access­ible within same namespace or class scope. PHP does not have such sup­port. You can pre­vent class form dir­ect ini­tial­iz­a­tion by declar­ing __construct() as pro­tec­ted or private. This tech­nique is used for … Con­tinue read­ing

Posted in Development, How To's | Tagged , | Leave a comment

Hide menu bar in FireFox

After I tried Google Chrome™ I real­ized that I really don’t need menu bar all the time I use browser. Of course the fast­est way to extend use­ful space of browser is to use Vimper­ator exten­sion. But if you are not famil­iar with vim … Con­tinue read­ing

Posted in How To's, Mozilla Firefox | Tagged , , | Leave a comment