A great new release of Firefox. Most changes are under the hood but they are great changes
- Firefox 3.5 is a lot faster
- It supports HTML 5
- It is location aware so for instance if you search for pizza restaurant it will return a pizza restaurant near you
- You can easily add videos to your website by using the <video> tag and you can do cool things with it.
- It supports local storage. By using a local database, web applications can also work offline
- It supports web workers. As a web developer you can run code in a different thread.
- and more