Being web application developer, over 10 years. I was involved in so many external and internal website development. I would be documenting all my web page performance improvements and tools I have used. Best Practices http://developer.yahoo.com/... - This are some of the best practices from Yahoo web team. They tool called Yslow which records real time performance and gives the grading for the sites. A to F. A and B being extremely good. Fiddler - IE plug in to view all the HTTP request. ......
I am in the process learning HTML 5 ,Jquery and CSS 3- I would be documenting my finding going forword as and when i come up with new tags. Audio tag - This tag helps to display any type of audio information. This has options of specifying two sources. Based on the browser what type it supports, it will pick that. The another tag is Source tag. <audio controls="controls"> <source src="Song1.ogg" type="audio/ogg" /> <source src="Song1.mp3" type="audio/mp3" /> Your browser does not ......