header

Final Fantasy Tactics Jobs

I’ve given up on playing final fantasy 3 (already) and decided to play final fantasy tactics emulated on PC. It runs pretty smoothly on ePSXe on my system.

Here is a good page for the jobs and how to get to them.

Comments (1)

Final Fantasy 3 for SNES

I’ve started playing Final Fantasy 3 for SNES over my Xmas break. I hope to beat it completely and without any guides.

I grabbed the FF3 rom and the ZSnes emulator so that I could play it. I’ve also got my latest saved state so that I can resume playing from anywhere ;).

I will post screenshots too if I can :)

Comments (0)

Christmas 2004


I posted pictures of our family christmas 2004.

Comments (0)

Blogtime plugin Activated

I added a plugin for wordpress called blogtimes. It looked pretty cool on others’ sites, so lets see if it looks cool on mine too :P

Comments (1)

Wordpress Permalinks

I’ve only recently discovered what Wordpress has had as a feature for quite some time.

I enabled “Permalinks” on my site with the template tag structure:
/%monthnum%/%day%/%postname%.html

It is done using apache’s mod_rewrite, which I used for the RayDehler counter I made a few months ago.

Here is the .htaccess text that’s actually used to output the post URI in that format:

RewriteRule ^([0-9]{1,2})/?([0-9]{1,2})?/?([_0-9a-z-]+)?.html([0-9]+)?/?$ /index.php?monthnum=$1&day=$2&name=$3&page=$4 [QSA]

Mod_Rewrite is really good for Search Engine Optimization.

Comments (0)


blogtimes