Tag Archives: php

My Lifestream

Not to long ago, i saw a video about the new LockerGnome.net and that it uses WordPress and a plugin called Lifestream. So i did the search found it and installed it. So far im liking it. A one stop shop … Continue reading

Posted in Personal | Tagged , , , , | Leave a comment

My WoW Map

For the last month or so, iv been working on a project that utilizes the Google Maps API to make a map from the mini map images in World of Warcraft. There are a couple other other sites that do the … Continue reading

Posted in Scripting | Tagged , , | Leave a comment

Blizzard to Wowhead Converter – Pets

I dont know if you remember but a while back i wote a php function that will turn blizzards talent builds into wowhead links (link). Well since then blizzard has added hunter pets to the armory, and along with them … Continue reading

Posted in Scripting | Tagged , , , | 3 Comments

Blizzard To Wowhead Talent converter

Wowhead has not officially released the code they use to convert convert, but a long while back someone asked in their forums about it. And from there people convert the code they shared into something readable, and worked pretty well. … Continue reading

Posted in Scripting | Tagged , , , | 5 Comments

Base 64 img

Base64img is a script that is pretty simple and very useful for any programmer who is looking for a way to store their images in their script. What it does is it uses the php function “base64_encode” and to encode … Continue reading

Posted in Scripting | Tagged , | Leave a comment