Home / Archives / 2006 / November
Archives
Seeking a specific post? Browse the archives by category or month.
Archives by Category
Archives by Month
- 2019:JanFebMarAprMayJunJulAugSepOctNovDec
- 2018:JanFebMarAprMayJunJulAugSepOctNovDec
- 2017:JanFebMarAprMayJunJulAugSepOctNovDec
- 2016:JanFebMarAprMayJunJulAugSepOctNovDec
- 2015:JanFebMarAprMayJunJulAugSepOctNovDec
- 2014:JanFebMarAprMayJunJulAugSepOctNovDec
- 2013:JanFebMarAprMayJunJulAugSepOctNovDec
- 2012:JanFebMarAprMayJunJulAugSepOctNovDec
- 2011:JanFebMarAprMayJunJulAugSepOctNovDec
- 2010:JanFebMarAprMayJunJulAugSepOctNovDec
- 2009:JanFebMarAprMayJunJulAugSepOctNovDec
- 2008:JanFebMarAprMayJunJulAugSepOctNovDec
- 2007:JanFebMarAprMayJunJulAugSepOctNovDec
- 2006:JanFebMarAprMayJunJulAugSepOctNovDec
- 2005:JanFebMarAprMayJunJulAugSepOctNovDec
- 2004:JanFebMarAprMayJunJulAugSepOctNovDec
- 2003:JanFebMarAprMayJunJulAugSepOctNovDec
Posts
November 2006
Rails Tip #9: Don’t Load What You Don’t Need • Wednesday, 29 November 2006
If you’ve frozen a version of Rails into the vendor/rails directory then you can configure your application so that it doesn’t load frameworks that you aren’t using.
Joel On Power • Tuesday, 21 November 2006
Joel Spolsky is bang on the money when he writes about the confusing new Windows Vista Start menu controls for controlling your login session. The Power icon is particularly problematic.
Welcome To The Social • Tuesday, 14 November 2006
I’ve just been reading a hilarious review over at Engadget of the installation process for the software that comes with Microsoft’s new Zune device. Apart from the fact that the software clearly isn’t finished and has a high stinkage factor, what caught my eye was some of the language used in the screens.
The Best Way • Thursday, 02 November 2006
One of the difficulties of learning a new programming language, framework or technology is that of knowing whether you’re doing things in the best way. Tutorials and books can only take you so far, then after that you’re flying solo staring at a terrifying blank screen in your editor or IDE.