April 2006

Slow network? Reboot your modem!

An odd one today. Over the past few days (week?) I've noticed that our cable Internet connection was a bit slower than usual, basically lots of latency and downloads running at 1/10th their usual speed which makes running a VPN connection a real pain. Calling tech support didn't get anywhere as they insist that you disconnect any router that you might have wired up and directly connect one computer to the line. I figured for SCOs and Googles (s'n'gs) that I'd try doing what they asked anyway.

Tags: 

Macs go Intel, then go Windows? (UPDATED)

After the announcement in 2005 that Apple were going to change their Macintosh computers from the IBM/Motorola PowerPC range of processors to Intel's x86 line everyone thought they were nuts. Well it seems the insanity continues as Apple have just announced a program called Boot Camp that allows anyone with an Intel-based Mac to run Windows! Yowzers!

Tags: 

Keep track of Ruby on Rails changes

Here's an easy way to keep track of the on-going changes to Ruby on Rails. The Rails team use the system Trac to manage their development and it includes a page to list all of the recent changes. While nice in theory, the fact that by default it shows changes to the development website too makes it a little confusing at first glance, so instead you can use/bookmark this link to see what is going on in the code itself:

Tags: 

TaxCut vs TurboTax

For the first few years we had to do a tax return in the USA I used TurboTax to do so. Back in 1999 it was pretty simple for us to do our taxes as we had almost nothing to list in it. Over the years it got a bit more complicated but continued to be manageable. Around the 2002-2003 time-frame Intuit, who makes TurboTax, decided to do some naughty things with their software - the installed some extra limitations on how or when you could install their software, which would pose problems if we ever needed to verify the data in future years.

Tags: 

Dramatically improve test-driven development

Test-driven development is one of the best benefits that Ruby on Rails brings to modern web development, but it can be a bit tricky, and laborious, constantly tweaking test code, running the tests, then making required changes. Enter autotest, part of a suite called ZenTest, which makes life dramatically easier for you.

Tags: 

Easy round corners in CSS

There have been many attempts to create boxes with round corners over the years, some using tables, some using Javascript, others with images. This is the first, and possibly only, that uses only CSS and HTML to do so, and it seems to work rather well. While not as awe-inspiringly flexible as some options, its simplicity and code-length (or lack there of) make it stand out.

Tags: 

Free website analysis and profiling

I got an email today to say that Quest Software was renewing support for their two free website analsysis products. Funnel Web Analyzer will scan your website logs to generate traffic reports while Funnel Web Profiler scans your site itself to generate lists of content statistics - word usage, code errors, etc, etc - very useful stuff indeed. The profiler is written in Java so it might run on OSX or Linux, but the analyzer is available in separate downloads for Windows, Linux, OSX and Solaris.

Tags: