A Web 2.0 Conference Day - Wrap Up Posted By : at 2008-04-28 02:49:15
There are a few additional photos from Web 2.0 Expo that I wanted to share and so I took some creative license with the timing of some of the events to tell the story of a typical conference day.
How To Create Tabbed Structure Menu Using CSS And jQuery? A ... at 2008-05-15 13:25:38
There you can find a tutorial to Create a Slick Tabbed Content Area using CSS & jQuery. In this, you can learn in a step by step working in details to come up with your own designed and developed nice and beautiful tabbed content area. ...
Repairing a MySQL Table with repair and lock table at 2008-05-08 13:43:00
When repairing a mysql table you may need to lock it and repair. To do that you need to use the following sequence. From the command line:. mysql> use ptsmail Database changed mysql> Lock table BlackList write; ...
Getting a MySQL error 1064 with SilentInstall at 2008-05-08 13:43:00
Hey, so I'm currently installing the 5.0.0b with the SilentInstall, and all goes smoothly when I go through the browser. But when I do through command line via $: php5 install.php It installs without error, but after logging in as admin ...
How to Break a MySQL Left Join at 2008-05-08 13:43:00
Care must be taken when placing conditions on the results of the right-hand table of a LEFT JOIN because it could easily become a normal JOIN since MySQL is using a NULL row for every column in the right-hand table when no records ...