RSS feed up to spec

I’ve done a bit of research and updated the Atom feed to be up to spec (Atom 1.0). For those of you reading this post via RSS readers pointed to the old feed located at http://www.nargalzius.com/blog/index.rdf, you should be seeing a painfully obvious disclaimer above this (and every succeeding) entry. I’m leaving the old feed alive for a few more weeks, that (and the announcement header) should give people enough time to update their links to the new feed.

The new feed is located at: [http://www.nargalzius.com/blog/rss.xml][1]

[1]: http://www.nargalzius.com/blog/rss.xml “Right click and copy location to your RSS reader” Read More

Flickr-ized

I decided to maximize the use of Flickr as an image repository specifically for my blog. While it would be nice to just move the entire gallery to Flickr, I really don’t like the idea of not being able to skin it (and that the gallery’s URL will be outside of my domain). I’m not sure if they have an API released that allows a fully blown gallery to be created outside of their servers, but for now it’s not an option for me.

I finally finished editing each and every entry to fix the broken image links after I moved everything to Flickr. And while modifying the posts, I realized some things that may be useful in case you guys didn’t know it yet. One cool thing about Flickr is that stores its images statically, which allows you to do some legitimate hotlinking to [your] images in the Flickr server from virtually anywhere.

The drawback was that you had to do a decent amount of clicking before you can get to the “static URL” field of the file… at least that’s what I experienced until now. This post is just a discussion on how to access and use those static URLs quickly and efficiently for your hotlinking needs. Read More

My favorite sports ads

I remember when I was working in iAyala, that we used to surf Ad-Critic when it was still free, and one of my favorite ads were Fox Regional Sports wherein the concept was for them to show really absurd “sports” just to prove how far they will go to cover regional sporting events.

I must say I loved them.

Read More

MovableType with MAMP (OS X)

NOTICE
CONTENTS OUTDATED

The MAMP+MT implementation process today differs drastically from the time this tutorial was first posted. I suggest checking the comments for a link of a possible updated tutorial from another user.

I tried installing MovableType locally in my laptops webserver (OSX), but ran into some snags. It turns out that there are non built-in perl modules required for it to access the MySQL database. What made it worse is that I was running MAMP and not the normal Apache webserver bundled with the OS.

I figured I’d write this for those users planning to do the same thing… and of course the ever persistent reason of “for my future reference.” Read More