The killer feature for IMDB

Install the Greasemonkey add-in for Firefox, install the "IMDB Pirate version" script, and you'll have that missing link for IMDB - the "Torrents..." one ;)

 


ATI Radion drivers and Dual Head monitors

Note to self - this fixed it for me...

 

aticonfig --initial
aticonfig --initial=dual-head --screen-layout=right --xinerama=on

 


PuTTY, MC (Midnight Commander) and Linux

If you use PuTTY and use character based full screen programs such as MC (Midnight Commander), set the PuTTY Settings -> Window -> Translation -> 'Character set translation on received data' option to 'UTF-8'.  Now, the line characters for drawing dialog boxes etc will work, and won't be 'gibberish'

 


Linux Firefox backspace key

I use Firefox in Ubuntu and prefer the way the backspace key works in Windows - that is, the same as the 'back' button.  To do this, go to "about:config" in the Firefox address bar, accept the warning and set "browser.backspace_action" to a value of 0.

 


Wikipedia screensaver

Now that's my kind of screen saver. All your wizzy lines going whahey whahoo are soooooo old hat, this one displays random pages from Wikipedia: http://www.rectanglered.com/screensaver.php

 


str_ireplace for php4

My host doesn't support PHP5... yet :(

 

I needed a str_Ireplace for PHP5, so here's one (from the notes of the PHP5 manual online):

 

function str_ireplace4($needle, $replacement, $haystack) {
   $i = 0;
   while (($pos = strpos(strtolower($haystack),strtolower($needle), $i)) !== false) {
      $haystack = substr($haystack, 0, $pos) . $replacement.substr($haystack, $pos+strlen($needle));
      $i=$pos+strlen($replacement);
   }
   return $haystack;
}

 


New VLC released

A new version of VLC (Video Lan Client) has been released... my preferred movie player ;)

 

http://www.videolan.org/vlc

 

 

 


Jack's Gallery

My gorgeous son has a gallery...

 

And his own YouTube page...
 

 


The Dark Knight

Wow. Just wow. And I thought Batman Begins was excellent. This... this piece of art... its PHENOMENAL!! From the scale, to the acting, the atmosphere, the music, the action, it's all art. I have not experienced this level of greatness in the cinema for a long time. This film is the darkest Batman, as well as one of the darkest, violent and gripping films, ever made.

- a random review on IMDB, where it scores 9.2/10.

I don't get what the fuss is all about - saw this in the cinema, I fell asleep for the last half hour 'cos it just didn't grip me enough. Did like the atmosphere created by the film - I'm not a fan of the other Batman movies, but enjoyed the more 'realistic' portrayal of the vilans, espcially Heath Ledger who plays a very convincing drugged up nutter.

 


Search


Projects