A good article on Java Best Practices
http://java.sun.com/developer/technicalArticles/javaserverpages/servlets_jsp/
Friday, June 11, 2010
Monday, June 7, 2010
Edit Form Example using php
$query = mysql_query("SELECT * FROM table") or die(mysql_error());Read eco as echo
while ($row = mysql_fetch_assoc($query))
{
eco '';
}
Friday, June 4, 2010
Google App Engine and Apache Struts
These are the few links to be referred when you want to use Jakarta Struts on Google App Engine.
http://code.google.com/p/struts2-gae/
http://royjin.wordpress.com/2010/05/25/create-google-app-engine-struts-java-application/
http://code.google.com/p/struts2-gae/
http://royjin.wordpress.com/2010/05/25/create-google-app-engine-struts-java-application/
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
http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm
Subscribe to:
Posts (Atom)