Web Browsing on the Nintendo DS

When I first heard of the Nintendo DS Browser, I was skeptical that it would be of any use to me at all. However, I’ve discovered it’s actually a great news and e-mail reader.

When I started using the DS browser, I was unhappy with the performance. Web pages took a long time to download and render, especially ones that had a lot of images. The browser buttons don’t respond all that well when trying to acquire image data and once the CSS kicks in, page layouts can re-render and you might lose your place on the page.

Very few sites employ an alternate stylesheet for handheld devices, so unless you want to view the page in Overview mode (which I don’t like at all – it’s like walking around using binoculars) you end up viewing pages in a compressed, sometimes clunky, layout.

So, how did the DS browser become so indispensable to me? I decided to use it for what it was really good at: Rendering text.

Over the last few years RSS has become a standard element on almost any web site that includes news. Although the DS Browser won’t read an XML feed, a PHP script that consumes an XML feed and turns it into HTML would be perfect – so that’s what I did.

I now have a list of RSS feeds that I read on a fairly regular basis linked to a script that produces DS-ready pages.

Now I use it all the time, mostly just before bed or first thing in the morning, when I am too lazy to go down to the office and read the news on my iMac.

Take a look at my DS Links. The page is simply a list of links to RSS feeds, each of which has been piped through a PHP script that makes the feed easily readable on the DS.

The best part is that the resulting pages (other than the ATOM feeds that include images) render very quickly. If you turn images off, you can easily browse through a lot of feeds in a short time.

If you are interested in making your own links page, let me know and I’ll send you instructions.

Posted in CSS, Nintendo DS | 1 Comment

Simpsonized

Me as a Simpsons characterA few moments in PhotoBooth, some customization with the Simpsonize tool and I am an honorary resident of Springfield.

Here is a slightly larger portrait.

Posted in Uncategorized | 1 Comment

Hacking my WordPress Template

Currently, the WordPress theme I use is a modified version of Regulus by Ben Gillbanks. It’s a nice theme with a good set of options that let me customize a fair bit. I have been fooling around with some other things I have found here and there.

Today, I added two features to my site: Post Detail Reveal and Image Headlines.

Post Detail Reveal I coded myself using jQuery as the JavaScript library controlling the behaviour. I had a slight problem with the index page, in that I had to find a way to identify the specific Post Details to be revealed, but after I overcame that hurdle, it worked perfectly.

Image Headlines is a great little plugin created by ColdForged which allows you to convert text into an image (GIF or PNG) using any True Type font. There are quite a few options, like font-size, colour, multi-line breaks, drop shadows and more. I’m not sure how long I’ll use it, but it’s there for now.

####jQuery####

On the subject of jQuery, I have been playing with it for a few months now and I am really liking it. Through it’s built-in effects and the growing list of plugins, you can add some impressive effects to your web site, similar to Prototype or Mootools, but in a simpler, more powerful package.

Posted in Blog, Wordpress | Leave a comment

Hockey in Vegas – Year Two

I’m off to play in the Gambler’s Cup down in Vegas for the second year in a row. Last year was a lot of fun with some hilarious stories both on and off the ice.

I recently got back from a sport conference that talked about setting goals and working toward them. One of the things that was suggested was publishing your goals, so in the spirit of that, here are mine:

  • I will contribute to the success of my team
  • I will play my position effectively
  • I will be a part of the scoring summary

I’ll let you know how it goes.

Posted in Hockey | 2 Comments

Music for the masses

It’s not much of a secret that since receiving my iMac last fall, I have been extremely happy with my re-acquaintance with Apple.

I have started using Garageband a fair bit, building a small, one-man recording station at my desk, which I have dubbed “Finn Street Studio”. After a decade-long hiatus, I have rediscovered the joy and frustration of recording tracked music again. This time, however, it’s not on a small 4-track Tascam Cassette recorder, but a slick visual tool that includes a host of tools to help you produce demo tracks easily. I still have trouble putting nice-sounding drum tracks together, but with the hundreds of drum loops, I don’t have to work too hard at it.

While not a huge fan of Nine Inch Nails, they have recently released their latest single, Survivalism, in Garageband format. I downloaded and launched the files to find the completed song separated into individual tracks. I immediately started adding echo, flange, delay and guitar effects to the various tracks. I even hooked up my guitar and added a few notes of my own.

This is a fantastic way to release music. Turning listeners into users by allowing them creative expression and exploration over someone else’s creation. Already there are a considerable number of people who have shared their own interpretations of Survivalism at Echoing the Sound, a NIN fan site.

I would have liked to find that each of the tracks contained raw material that had been tweaked by effects in Garageband, but I appears that many of them were simply cut and pasted from the post-produced work.

After a little digging around, I discovered that NIN have released a couple more songs: The Hand that Feeds in Garageband format, and Only in multiple formats such as Ableton Live, Protools and Acid. The latter has a myspace site that keeps a ranking of all the remixes that have been done – 110 different have been posted.

For anyone exploring music production, this is a great study guide that gives you a view into what it’s like to produce a fully-tracked song from end to end.

Posted in Apple, Music | 2 Comments