I was looking to create PHP jQuery star rating and luckily came across this script. I have created a very easy steps below so that even a layman can make… read more →
I was trying to find some nice attractive multi column drop down menu and came across this script. I like the look and feel of this and hence am sharing… read more →
1. PhotoSquare Photography WordPress Theme ($79) PhotoSquares is very flexible premium gallery WordPress theme that is perfect way for designers and photographers to display their portfolio. This theme allows you to… read more →
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way… read more →
Form Validation using FORM <html> <head> <title>JavaScript Form Validation</title> <script language=”javascript” type=”text/javascript”> function frmValidation() { if(document.form1.fname.value==””) // checking whether the field fname in form1 has blank value in it or… read more →