Pages

Friday, June 11, 2010

Java Best Practices

A good article on Java Best Practices

http://java.sun.com/developer/technicalArticles/javaserverpages/servlets_jsp/

Monday, June 7, 2010

Edit Form Example using php

$query = mysql_query("SELECT * FROM table") or die(mysql_error());
while ($row = mysql_fetch_assoc($query))
{
eco '';
}
Read eco as echo

Tuesday, June 1, 2010

A better and Efficient Date input Calendar

The previous blog post about Input Date Calendar mentioned a link to the project hosting of a date input calendar but it seems like that its not good enough. So I found this another link, This one is more efficient and better and easy to use.

http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm