Archives
- March 2010 (1)
- February 2010 (1)
- January 2010 (2)
- December 2009 (1)
- November 2009 (2)
- October 2009 (5)
- September 2009 (1)
- March 2009 (3)
- February 2009 (1)
- January 2009 (2)
- October 2008 (1)
- September 2008 (5)
- July 2008 (1)
- June 2008 (5)
- March 2008 (1)
- January 2008 (1)
- December 2007 (5)
- November 2007 (8)
Categories
Blogroll
Category Archives: software
7 differences between Linux and Windows
Background
Having mainly used various linuxes over the last few years, I’ve returned to using Windows 7 on my main desktop (out of curiosity) and XP on my work laptop (out of the fact it’s not mine!). Thought I’d share somethings I’ve noticed now I’m moving between them daily.
3 Ways Google Applications can enhance teaching
Having recently started working at a school where email, calendars, documents etc are hosted by Google Applications, I felt that it would be worth while incorporating these into my teaching and planning. This post describes the benefits I have found from this in the first few weeks, and will outline some plans that I have [...]
Benchmarking Chrome’s V8 Javascript engine
Having previously looked at the memory usage of Google’s Chrome, it’s time to analyse it’s much mentioned javascript engine, V8. Assumedly named after the engine with the same name, V8 compiles javascript to machine code, rather than bytecode to achieve greater performance. In this respect, it’s similar to Firefox 3.1’s TraceMonkey, a JIT javascript compiler again [...]
Posted in software Tagged Benchmark, Chrome, Google, JavaScript, Just-in-time compilation, programming 7 Comments
Google Chrome Memory Usage
Google Chrome Memory Usage, originally uploaded by Rich Bradshaw.
Browsing to about:memory in Google Chrome gives you this interesting display showing memory usage for both itself as well as other browsers running.
According to the browser, this is the memory usage of the following browsers on blank pages. (Although Chrome is on the about:memory page, that’s a different [...]
Posted in software Tagged Google, Google Chrome, Internet Explorer 8, Mozilla Firefox, Safari, Web browser 16 Comments
Using Texter to speed up web design/development