Browse our many articles and topics!

Why should you come here anyway?
All code here is guarenteed to work in all browsers unless specified. We test in a wide range of browsers:
  • IE6/7
  • Firefox 3
  • Safari 1.3
  • Opera 9.5

All these browsers are used in the testing of our code.
We follow and maintain HTML's and CSS's best standards here at SiteDevs:

  • We write all of our code, in every single article, by hand. I figure that since journalists write their stories by hand, word by word, why not give the same appreciation to code writing?
  • We take pride in our code. However if you wish to use any examples here you may. If you feel a flurry of generosity you can put a comment in your CSS saying you got it from here.
  • We take advantage of things in HTML that should be done. Such as closing tags.
  • And finally we put quotes in HTML attributes. Here's just an example:
    <a href="goodexample.html" title="Good">Good example</a>

If that wasn't all enough for you to keep coming here, think about...

  • We write markup the way it's supposed to be written. You wouldn't want your dog making you coffee would you? Semantics are very useful in HTML and you can read up some more on semantics by clicking here
  • We use Unobtrusive JavaScript which allows us to remove the clutter of inline event handlers. Look at JavaScript section for more details.

Here at SiteDevs we encourage all people to write all JavaScript and CSS into separate files: