Entries from April 2006 ↓

Kitty

134355789 38da7d739f t Kitty

One thing someone might notice from looking around my apartment is that we have a handful of different camera's laying around. There has been a Polaroid Sun 600 on the table next to my desk for quite a while now and I always wondered if it still worked. So, today I picked up some film to test it out. The weather is kind of crappy out right now so I used Kitty as my test model.

Silent Hill

The girlfriend and I just have just returned from seeing "Silent Hill" and I have to tell you it was much better then I expected it to be.  It was a very enjoyable watch and was even good enough to keep the woman entertained.

Dreamfall: The Longest Journey

I'm still working on my Now Playing hack and still have to write some code so that when posting reviews in the library it is inserted into main blog database.  I figured that for the reviews I'd just write up a quick blurb covering my overall feelings of the game.

Library Link:

  • Dreamfall: The Longest Journey 

Now Playing

I am in the process of hacking up the "Now Reading" plugin from Roblog into a "Now Playing" plugin.  And for some reason I couldn't get the library links to work.  So after a bit of messing around it seems I've figured it out.  I realized that the actual links to the library were working just the rewriting rules weren't.  That lead me to 'wp-includes/rewrite.php'.  Around line 86 you should see 'var $use_verbose_rules = false;' what I did was change 'false' to 'true'.  After uploading the change to my server I went to the WordPress control panel and updated my permalink settings.  Then like magic everything works like it should.  icon biggrin Now Playing   I'm going to mess around with the script some more as time permits who knows maybe I'll release my hack in the near future…