Categories
- Administration (8)
- Asterisk PBX (2)
- Debian GNU/Linux (2)
- Development (29)
- Doctrine ORM (3)
- jQuery (2)
- Zend Framework (7)
- How To's (6)
- Ideas (5)
- Networking (3)
- Software (7)
- Joomla! (1)
- Mozilla Firefox (2)
- osCommerce (3)
- WeeChat (1)
- Uncategorized (1)
- Administration (8)
Archives
- September 2010 (1)
- August 2010 (1)
- July 2010 (3)
- June 2010 (8)
- May 2010 (1)
- March 2010 (3)
- February 2010 (2)
- January 2010 (2)
- December 2009 (4)
- November 2009 (3)
- October 2009 (7)
- September 2009 (4)
- August 2009 (2)
Tags
acl add-on authentication bootstrap chroot cli cre loaded css date picker filter fix freedom gnu/gpl go google javascript log4net logging model mutator mysql notification odbc oop orm patch php plug-in python resource ruby server socket status stylish tip tools tracing tray view x server zend_auth zend_controller zend_date zend_formBlogroll
See Also
Monthly Archives: December 2009
Get real ID of Zend_Form_SubForm’s Element
Zend Framework has very good documentation, and from the very first days was very good structured. But once it became very-very complex. Despite it’s awesome simplicity for common tasks it’s very complex for non-trivial tasks. It has great component Zend_Form … Continue reading
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 useless waste of time. So I was using a SiteLauncher extension for this purposes. But one … Continue reading
Simulating protected inner classes in PHP
Some languages allow you to create protected classes accessible within same namespace or class scope. PHP does not have such support. You can prevent class form direct initialization by declaring __construct() as protected or private. This technique is used for … Continue reading
Hide menu bar in FireFox
After I tried Google Chrome™ I realized that I really don’t need menu bar all the time I use browser. Of course the fastest way to extend useful space of browser is to use Vimperator extension. But if you are not familiar with vim … Continue reading