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

 

   


Link Styles

First add this code to the HEAD of your page: (change #hex colors to your choice)

CODE

<style type="text/css">
<!--
A:link { text-decoration: none; color:#000000 }
A:visited { text-decoration: none; color:#000000 }
A:active { text-decoration: none; color:#000000 }
A:hover {color:#FF9900;text-decoration:none;height:1px;filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1,Color='#000000', Positive='true');}
-->
</style>


Now all you have to do is pick a style you like and replace what's in the box with the bold style you added to the HEAD of your page.

CODE

Engrave - Looks like engraved text.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.Engrave()



Drop Shadow - Creates a shadow.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1,Color='#ff9900', Positive='true')



Glow - Adds a nice little glow.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.Glow(color='yellow', Strength='2')



Motion Blur - The link that appears to be in motion.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.MotionBlur(Strength=5, Direction=315, Add='true')



Blur - Blurs your text.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.Blur(pixelradius=1)



Motion Shadow - Shadow and motion blur in one.
Code:
filter<!-- emo-:p --><img src='http://www.talkdevelopment.com/tutmnger/images/emoticons/tongue.gif'><!-- emo-close -->rogid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=8)


Tutorial By Xtasy