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

 

   


Pop-up and Window Close

Put the following code between the head tags.

CODE

<script language=javascript>
function popup(URL) {
window.open(URL, 'popup', 'toolbar=0,scrollbars=1,location=0,statusbar=0,
menubar=0,resizable=0,width=650, height=400,left=100,top=100');
}
</script>


Now use this code to call some file:

CODE
<a href="javascript<!-- emo-<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close --> --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->opup('popup.php')">click me</a>


To Add a Javacode to close the pop-up when clicked simply use the following snippet:

CODE

<a href="javascript:window.close()">Close</a>


Tutorial By Xtasy