Archive for February, 2010

Benefits of Developing With Microsoft AND Open Source

Friday, February 26th, 2010

The Internet seems to be the latest battleground for the computer age-old struggle between Microsoft and open source solutions. For some reason, many web developers like to engage in holy wars over various web site hosting solutions and development platforms, fiercely defending their beloved vendor's suite of products. They battle ...

Should PC’s be easy to use for everyone?

Wednesday, February 24th, 2010

Should PC's be easy to use for everyone, or should you actually need some kind of understanding of how they work? I recently saw an article about a new computer aimed at "computer illiterate" users, the Alex PC. Elsewhere on the 'net, people were arguing about whether or not trying to ...

Can you make JavaScript’s String mutable?

Friday, February 12th, 2010

Here's a question I was pondering a couple of days ago: Can you make JavaScript's String object mutable, as in modifiable without having to re-assign the string. Why would this be useful? Sometimes you might share a string between objects, and you'd want changing it in one place get reflected in ...