Music mashing with YouTube, YQL and Open Data Tables
- Updated April 12th, 2010 in Projects
- Read full entry »
- Add a comment
- No comments
BBC’s top 20 chart + YouTube’s music videos + YQL = AddBass top 20 excellence!
The plan
Grab the top 20 chart singles from the BBC web site, look up each song on YouTube and get the most popular matching videos. Show them in the chromeless player and set it so that they play automatically and users can skip ones they don’t like.

Continue reading Music mashing with YouTube, YQL and Open Data Tables…»
Category Clouds WordPress widget
- Updated April 2nd, 2010 in Technical
- Read full entry »
- Add a comment
- 3 comments
Tag clouds are an effective way of conveying information about the popularity of key words where the size of the word corresponds to the importance of the word. It is also visually more interesting than a standard list and attracts attention.
On Super Fun Days Out we needed something similar to WordPress’s built in tag cloud using categories instead of tags. Fortunately WordPress has an active plugin community and developer Lee Kelleher had already written a Category Cloud widget. A couple of changes were needed to update it for multiple sidebars and to include or exclude specific categories.
Now hosted at WordPress.org at http://wordpress.org/extend/plugins/category-clouds-widget/stats/.
- Download widget3k zip file for WordPress 1.8+
- View source8k text file of PHP
Continue reading Category Clouds WordPress widget…»
BBC Micro Chuckie Egg Level 4 Guide
- Updated March 7th, 2010 in Reviews
- Read full entry »
- Add a comment
- No comments
This is my guide to each Chuckie Egg level:
Level 4
- Difficulty:

- Best time remaining: 826
- Number of hens: 4
- Speed of hens: slow
Level 4 strategy
With a lift and a gap in the bottom platform, this level combines the features introduced in level 2 and level 3 and adds some tricky jumps to the mix. In particular, the top left jump nearest the caged bird can cause you to fall through if you jump from the nearest platform.
Avoiding hens is still fairly easy where the central ladder can be used to escape.
Continue reading BBC Micro Chuckie Egg Level 4 Guide…»
BBC Micro Chuckie Egg Level 3 Guide
- Updated March 7th, 2010 in Reviews
- Read full entry »
- Add a comment
- No comments
This is my guide to each Chuckie Egg level:
Level 3
- Difficulty:

- Best time remaining: 888
- Number of hens: 3
- Speed of hens: slow
Level 3 strategy
This level introduces the lift. This is three moving platforms, moving vertically up the screen. The platforms are not evenly spaced, with two appearing closer together. Missing the lift and falling down the gap between the lift and the platform will result in a life lost.
The level design makes it easy to avoid the hens, but good timing is needed to complete it quickly.
Continue reading BBC Micro Chuckie Egg Level 3 Guide…»
BBC Micro Chuckie Egg Level 2 Guide
- Updated March 7th, 2010 in Reviews
- Read full entry »
- Add a comment
- No comments
This is my guide to each Chuckie Egg level:
Level 2
- Difficulty:

- Best time remaining: 831
- Number of hens: 3
- Speed of hens: slow
Level 2 strategy
The second level has a large number of ladders connecting the platforms. Although there is one more hen compared to level one, there are many jump-able gaps to aid escape and turn back hens.
The single gap on the bottom platform has a gap and falling through results in an instant life lost.
Continue reading BBC Micro Chuckie Egg Level 2 Guide…»
BBC Micro Chuckie Egg Level 1 Guide
- Updated February 1st, 2010 in Reviews
- Read full entry »
- Add a comment
- 2 comments
I was a massive fan of Chuckie Egg on the BBC Micro when I was about 10 years old. There have been a couple of ports, but it wasn’t until 2009 that Mark Lomas released the ultimate version built on an BBC emulator for the PC.
This is my guide to each Chuckie Egg level:
Level 1
- Difficulty:

- Best score: 2,260
- Number of hens: 2
- Speed of hens: slow
Level 1 strategy
The first level is dominated by a central ladder running through all five platforms. Two hens start in the top left of the level, moving slowly towards the bottom. They can sometimes get in the way on the central ladder, but several nearby platforms can be used to wait them out.
The bottom two platforms have plenty of ladders to avoid getting trapped and to practice running and jumping.

Continue reading BBC Micro Chuckie Egg Level 1 Guide…»
Logging laptop battery life
- Updated January 23rd, 2010 in Technical
- Read full entry »
- Add a comment
- No comments
I bought an Asus EeePC 1005HA Seashell net book for Christmas with Windows 7 and have been very impressed with battery life and lightness. Still… I wasn’t sure if Sleep mode was working as expected, so I logged the battery life for a couple of days under normal use.
I didn’t use any rigorous scientific testing — ‘normal use’ for me was watching a bit of YouTube or iPlayer, checking my email, using Facebook and that kind of thing. If power was still being consumed in Sleep mode, then I would expect big falls in power levels as the net book logged the level after coming out of Sleep.
Results
Download BatteryStatusData for CSV data file of this graph.

Continue reading Logging laptop battery life…»
Extract a web site’s colour palette
- Updated January 10th, 2010 in Technical
- Read full entry »
- Add a comment
- 2 comments
Hextractor is an awesome tool. From their website:
Hextractor will extract the colors from your stylesheet — whether they're hex codes, RGB, or named colors — and generate a color palette from them showing you exactly what you've got, displayed in the formats you prefer.
However, extracting the colours does rely on a server-side php script and I thought it would make an ideal javascript bookmarklet. An example of the result is shown on the right.
This page also helps me to documents some common javascript examples and links for reference.
How to install the colour palette bookmarklet
Try it now! Click this link to view the colours on this site.
To use on other web sites, click and drag this show page colours link to add it to your favorites or bookmarks bar. Visit the web site you would like to see the colour palette of and click on the bookmark or favorite. It will then show the 'Colours used on this page' table.
- What is a bookmarklet?
- Outline of the colour palette bookmarklet
- Code deconstruction
- Using JSLint for best practice javascript
- Compressing the bookmarklet
Continue reading Extract a web site’s colour palette…»
Making a magic dragon
- Updated May 4th, 2010 in Technical
- Read full entry »
- Add a comment
- 7 comments
TROGDOR the BURNINATOR Magic Dragon on YouTube
You will need
- Template print out
- Scissors
- A tiny bit of sticky tape
- Socks to be knocked off
Templates
Cat Illusion |
Dragon Illusion |
Super Robot Dog |
Continue reading Making a magic dragon…»
My development toolbox
- Updated November 2nd, 2009 in Reviews
- Read full entry »
- Add a comment
- No comments
There’s a core list of software tools that I find indispensable for development in the office and at home. This list helps me keep track of the tools I need when re-building a computer.
1. Visual Studio
As a .net developer, VS 2008 is a fantastic Integrated Developer Environment. From code snippets to Intellisense, debugging to stack traces, Visual Studio helps me develop swiftly while concentrating on the code.
2. Firefox + Firebug extension + Web Developer extension
I recently had a problem running Firefox on my new PC and boy, did I miss Firebug and the Web Developer extension. Although some of the features overlap, the simplicity of Web Developer means that it is very quick and easy to disable CSS, view all images or check page size.
Firebug is indispensable to hunt down CSS inheritance irritations, preview quick style modifications or unravel client-side javascript complexities.
Special mention to ColorZilla, User Agent Switcher and FireShot.


















