Without a doubt, you will find a wide variety of developer and webmaster resources that include scripts, tutorials, website ideas, website reviews, and a developer resource directory.

Developer Checklist
These are the basic steps involved in any development project:

  • Start with an idea
  • Research idea
  • Make a content plan
  • Buy a domain 
  • Gather content
  • Buy or design template
  • Get logo made
  • Structure site
  • Fill in content
  • Find web hosting
  • Upload site 

Visit other websites that are owned and operated by Developerz.com.

Domain Names
Free Online Games
Stock Directory
Game Search Engine
Domain Name Directory
Domain Articles
Web Hosting Directory
Cheap Domain Registration

 

   


Bad Resolution Alert

bad screen resolution alert, heres the code:
CODE
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin

if ((screen.width == 1024) && (screen.height == 768))
{
alert('Your screen resolution is 1024x768.nThis site is best viewed at 800x600 resolution.')
}
else if ((screen.width == 640) && (screen.height == 480))
{
alert('Your screen resolution is 640x480.nThis site is best viewed at 800x600 resolution.')
}
else if ((screen.width == 1152) && (screen.height == 864))
{
alert('Your screen resolution is 1152x864.nThis site is best viewed at 800x600 resolution.')
}
else if ((screen.width == 1280) && (screen.height == 1024))
{
alert('Your screen resolution is 1280x1024.nThis site is best viewed at 800x600 resolution.')
}
else if ((screen.width == 1600) && (screen.height == 1200))
{
alert('Your screen resolution is 1600x1200.nThis site is best viewed at 800x600 resolution.')
}

// End -->

</script>


This is for a site best viewed at 800x600, if you want it to be for a different resolution just change the numbers.