Skip navigation.
Related Links
Nick's blog

Page Title 2 for Drupal 6

02
May
2008

I've just released Page Title 2 for Drupal 6. Page Title 2 is still marked as Alpha (as a project) however its in use on a number of my sites and appears to work.

I'd appeciate people's feedback regarding this module. Its a GREAT way to improve your websites SEO!

My iPhone Theme

30
Apr
2008

Dekstop Screenshot ThumbnailI treated myself to a nice new iPhone last week and am LOVING it!

My phone is jailbroken and unlocked now (using PwnageTool). This means I can run all kinda of funky apps and games. I decided recently to design my own theme to make my phone feel more like "mine". Here are some screenshots. I'm working with a friend on how to release this theme along with some he has done too…

Getting Lighttpd working with AWStats

21
Apr
2008

Lighttpd meets AWStats

Following my previous post about configuring Lighttpd on this VPS Webserver to replace Apache I bring you a guide to configuring AWStats under Lighttpd. This process is differs to Apache as control of directories and aliasing is handled differently. There can also be complications if you have previously enabled the Drupal LUA Magnet script on your site for clean URL handling!

How to batch rename files

19
Apr
2008

This afternoon I needed to rename a bunch of files from one form to another in a command shell… Well technically I didn't need to do it in a shell - but, as sure as there is a hole in my ass, I wasn't gonna go through renaming them all manually!

They needed to go from, for example, add.png to add_32.png. After a little research into commands like printf, awk, bison and so on - I suddenly realized that 'cut' held the key!

for i in *; do j=`echo $i | cut -d . -f 1`; j=$j"_32.png"; mv $i $j; done

Powered by Lighttpd

16
Apr
2008

Lighttpd LogoThis blog is now no longer powered by Apache (the feature filled but slightly bloated beast), instead I have decided to give Lighttpd (pronounced Lighty) a whirl.

What convinced me? Ages ago I read an article by Dries Buytaert comparing webserver configurations. It was shocked to see that Lighttpd appeared to be able to serve almost twice as many pages per second as Apache. There is also the advantage that a static file will only cost you substantially less memory to serve in Lighty than it will in Apache due to Apache bundling ALL the mods into every process.

So what is Lighttpd? The inventors describe it perfectly…

Get a free Mini Mac

15
Apr
2008

Free MiniMacI dont normally do these kinds of deals - but I wanted to sign up for LoveFilm anyway and in this case it helped my mate get 1 referral closer to getting a free Mini Mac. I quite fancy a free Mini Mac too so I'm gonna give it a go!

Basically the deal is you register with the site (via my referral link) and then sign up for one of their affiliate services such as LoveFilm (a really cool UK DVD Rental Service). That then counts as 1 referral for myself. All you then need to do is get 10 mates to register in the same way and then you too get a free Mini Mac!

Node Quick Find

06
Apr
2008

Node Quick Find ScreenshotI've just committed another module - Node Quick Find. That brings my projects to a nice round 10!

This module is a pretty basic one though. It simply provides a block which has an autocomplete field. This field is linked to the Node Title field. You start typing the Node Title and it will start suggesting possible nodes you might be interested in - sort of like a primitive search box.

It features primitive configuration, allowing an administrator to easil configure the title of the prompt, the size and the types of nodes returned in the autocomplete list (eg, you may want to limit the list to blogs only).

Accessing the Fragment from PHP - is it possible?

22
Mar
2008

peashoter has raised a good point in an issue report for GlobalRedirect. What happens to a URL which has a fragment in it - such as:

http://www.example.com/node/100#comments

I have done a google and cant find any answer to this. It appears that the fragment is not passed to PHP. This makes it a LOT harder to fix!

Every blog needs a facebook page!

17
Mar
2008

Every blog worth its weight needs a Facebook page!

http://www.facebook.com/pages/Thingy-Ma-Jig...../22760952880

Lets see how many fans I get! This is also a test in a way. I wanna see if Facebook could provice any kind of useful traffic.

Drupal and SEO: A comparison

04
Feb
2008

I've recently been noticing a trend in how other websites are handling Clean URLs and it isn't good! Most websites don't appear to have the same luxury we have with Drupal (a concrete URL Alias system provided by the Path module). Although the URL Aliases can sometimes be a bit of a burden on larger sites, as the table can easily enter the tens or evey hundreds of thousands of entries, it provides (if used correctly) a very effective 1:1 relationship.

It'd be nice if you asked before taking stuff from my site. Contact me at webmaster [at] thingy - ma - jig . co . uk

This site was based on the Cobalt 2.0 Theme for phpBB written by Jakob Persson

Free MiniMac

Free MiniMac

Social Statistics
Search
Google



Weblinks

Add to Technorati Favorites

TGC Webring

CMS Drupal Showcase

Feedburner for ThingyMaJig

View Nicholas Thompson's profile on LinkedIn

My Twitter
  • Loading Twitter
bile-edge