I use Javascript every day in my web projects - and have often been asked for details on how to use the <script> tag correctly. This post gives details on the correct use and links through the W3C with the formal specifications.
-
How do I use the <script> tag?
-
How do I choose a Doctype?
When should you choose a transitional doctype over a strict one? What is the correct usage of the frameset doctype? This post gives you all the details you need to choose the right doctype for your web site.
-
Microsoft finally retires IE 5 for the Mac
On December 14th 2005, Microsoft quietly published an update onto their web site. They announced they are finally ending all support for Macintosh Internet Explorer as of 31st December 2005 and will not be providing any further security or perfomance updates.
-
What is Javascript?
JavaScript is an object-based scripting programming language based on the concept of prototypes. The language is best known for its use in websites, but is also used to enable scripting access to objects embedded in other applications.