Posts Tagged: php


18
Jan 10

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 for all the things i do (that have RSS feeds) on the nets.

You can view my Lifestream here

After i added Twitter, Last.fm, Hulu i realized that i dont have much of a life online to share. But since i do spend about 80% of my day in WoW and the WoWArmory just added in activity feeds showing achievement gains, boss kills and loots looted. I went to create the feed to my characters.

Iv got something that works and this is a good place to start using my GitHub account (and add that to my stream) so hopefully ill get that added.


30
Jul 09

My WoW Map

wowmapFor 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 exact same thing that im trying to do. MapWoW.com and Wyrimaps.net/wow.

The main reason for me doing this project is because, if you go to Mapwow.com youll see there are ALOT of ads (mostly gold seller ads). And i wanted a site just the same but with out all the damn gold seller adds. And i also wanted a new project to keep me busy and not so bored. Its also a good learning experience for me ( if i remember the stuff i learn :P )

I’v got alot of ideas for things to do to this map and i hope to be able to do them.

Also just be aware that this is my live code, there is no production site. So you might come by and it not working. Most likely it is because im currently working on it, but dont worry about sending me a email about a problem you encounter or even missing marker for that set. Also take a look at my code, and if youve got any suggestions, dont hesitate to email me. Enjoy.

Justgizzmo’s WoW Map


10
Jul 09

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 come their build. So we now need a way to convert that to a wowhead link. Well iv got another function for you.

Enjoy it after the break :)
Continue reading →


1
May 09

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.

In my short project to make a Wowarmory mirror type site, i wanted a way to convert blizzards talent build to wowheads. After lots of work, iv finely come out with a nice function that does pretty well.

Iv also been talking with one of the programmers of Armorylite to share this code with him. They just link to blizzard calculator and i thought it be nice for them to be able to link to the best calculator, Wowhead.

I am gonna share the function with all who want to use it for free, after the break. Continue reading →