Search Keyword:

Archive for July, 2009

This is a simple email address validation function written in PHP.It can be used in signup forms to validate email entries on form.Email address validation function will return 1 if it is valid and 0 if it is not.

function check_email($str)
{
//returns 1 if valid email, 0 if not
if(ereg(”^.+@.+\\..+$”, $str))
return 1;
else
return 0;
}

Windows Vista Sidebar Gadgets are easy-to-use mini programs or applications in Windows Vista that give you information and can provide you easy access to your frequently used programs.There are default sidebar gadgets that are already included in your Windows Vista installation like Clock ,CPU meter ,Weather ,Notepad ,Calendar ,etc. but there are other applications that [...]

Here are some tips and recommendations to follow when creating a website or website design.This list includes tips on page layout, browser compatibility, navigation, color and graphics, multimedia, content presentation, functionality and accessibility.
Page Layout
1. Appealing to target audience
2. Consistent site header/logo
3. Consistent navigation area
[...]


Sponsored Links



Recent Comments

  • admin: Thanks Tony for the share!
  • Tony Stark: Hi Admin, Thanks for the tutorial. Chicken is too slow so I Google for an alternative and I found...
  • admin: How about installing Gen-B instead of Gen-C? Here’s the download link for it:...
  • aznspryd: I hacked my PSP-3000 and installed Gen-C, but everytime i try opening a game, it restarts the psp
  • vinoth: Hi ,bro its realy workin well i.E thanks alot.