It's a very logical requirement to validate user entered email
address before processing anything.in this way you will
never get a invalid email address when you do something
with email address like send email,etc.
how to get facebook profile or page image using Graph api
Written by Super Userall websites.
if we need some fields from different tables
temporarily in our software or application then
After an automatic upgrade "Briefly unavailable for scheduled maintenance" message remains??
Written by sreeramhow to show textbox hint when textbox empty by jquery
Written by Super UserIt's a very common requirement to show hint in textbox when empty
and when textbox gets focus hint goes away.now a days many websites
implemented showing hint.there are many ways to do that by jquery.
how to create dynamic checkboxes with checked state
Written by Super Userthe following codes show how to create dynamic
check boxes according to database data.also the
tricky part is that whether a check box will
be checked or not can be done by the code '$checked'.