Announcing allbfcards.com

So I’ve been playing this game called BattleForge, and there are a handful of websites that exist just to display information about these cards you can collect in the game (think Magic: The Gathering or Pokemon). People have also made Adobe AIR applications and Microsoft Access databases. So, naturally I thought I would pollute the web with another website.

At first, I was going to use xml + xslt to make it. I actually got a proof of concept working nicely. But once I tried using javascript, it got weird on me because it was XML instead of HTML. Then I changed it to plain HTML + an XHR request to get the XML file and got basic realtime filters working. Then someone pointed out that there was some google docs with the information I wanted so I switched from XML to JSONP.

Anyways, this is the limit of my attention span so I’ll paste the URL now. http://allbfcards.com/

April 8th, 2010 | Life=Boring, Mental Note: Add Category, Portfolio | 1 comment

Blast from the Past [2000] my !hme script

I completely forgot about this mIRC script I made back in 2000, but apparently I was ahead of my time. I wrote a crowdsourcing script before there was crowdsourcing. The script was very simple, query it with !hme <name of show> and the script replies with how many episodes it thinks are in the show. To contribute, anyone could say !hme.add <name of show> <number of episodes>. I did have a blacklist of people who couldn’t add, but I don’t think I ever had to use it. You didn’t care about the accuracy of the name of the shows, because the script searched the best fit, and if there were duplicate variations (Evangelion vs Neon Genesis Evangelion), it didn’t matter. I just stored extra information. The last time the script was used… 2002… it had 500 entries.

August 13th, 2009 | Life=Boring, Mental Note: Add Category, Neato!, Nerd | No comments