Subversion 1.5 released...
A new version of Subversion has been released. Subversion 1.5 brings some really useful features, like Merge tracking and Interactive Conflict Resolution (client). Until now, when running svn update on a linux commandline that included a conflicted file, you would get a really messed up set of file...
CSS Step Menu...
Step menus are useful when users have to go through some steps in order to confirm a registration or any other purpose. To make the users know where they are and what the steps are, you can use these nice step “menu” (I think menu is not exactly the right way to say it). It looks like this… All...
Linux I/O Redirection...
Redirecting the output is useful everywhere, including in php. By using `exec()` to import a .sql file into mysql, everything goes smoothly. Until you get some errors. Mysql sends the errors it encounters to stderr instead of stdout. So… you get the command status 1 (something went bad), but no...
jQuery iPod-style Drilldown Menu...
Great drilldown menu free to reuse and modify to anyone’s needs. All the details are here… http://www.filamentgroup.com/lab/jquery_ipod_style_drilldown_menu. Have a nice day!