Posted by: sathyz on: April 10, 2009
just tried firefox persona. Love my firefox after that..
Getting Started with Personas from Mozilla Labs on Vimeo.
Posted by: sathyz on: November 11, 2008
Here are the few links that I got that helps you in testing your browser. (check the results for your browser too).
sunspider executes a set of java script tests and allows you to again compare it with any of your another browser.
http://mozilla.pettay.fi/xhr_upload/xhr_upload_demo.html – this will basically let you test XMLhttprequests.
acid tests – for testing the [...]
Posted by: sathyz on: November 11, 2008
Embedding video in HTML is very easy now, (no need to code streaming apis).
All we need to do is just use videos same as how we embed image. Firefox3.1 has this feature enabled and its very simple.
<video src=”videofile.ogg” autoplay>
Your browser does not support the <code>video</code> element.
</video>
This will embed video in your page and starts [...]