16
Jan 12

Fight on! Ringtone

Even tho i dont get many calls, i worry no that if i do, i wont want to pick up and end the ringtone. I wounder if there are even enough rings for the whole song to play before going to voicemail. Well, anyways.

Iv set my ringtone to Final Fantasy VII ‘Fight On’ music.

For any of you who do not know what it is, you should be ashamed of your selfs!! Its the following song in this video. There isnt anything to watch in the video, but i dont have a way to share just the song, so Youtube shall do.

Enjoy!


15
Jan 12

Good bye WoWMap

Its time to say good bye to the current version of my WoWMap Project. Dont worry, a newer version is in the works. But since the current version is so outdated I feel that its time to take down the sub-domain. It uses Kohana 2, Google Maps API v2 and pre-cata tiles. Also the code hasnt even been touched in nearly 2 years.

So today im makin this post to say good bye to the old WoWMap. Farewell!

If you don’t know what im talking about, check out the Project page for more info.


07
Jan 12

HTTP Caching | BetterExplained

Found this site witch does a amazing job explaining caching. It really helped me understand the best way to cache your images/files. The difference between `Last-Modified`, `ETag`, `Expires` and `Max-Age` http headers. I recommend you take a look at this.

How To Optimize Your Site With HTTP Caching | BetterExplained.


02
Jul 11

oUF_Zoey

Its been a long time since i posted. As a short update, iv been playing WoW and tinkering with some stuff. Today I think its a good time to share one project iv been working on.

I’v always used the addon called Pitbull. Iv used it pretty much since i started. Pitbull it a Unitframe addon, meaning it replaces your ‘Player’, ‘Target’, ‘Party’ Frames, and others. But for some time it hasnt been updated and the main creator has stop developing it.

While looking for a replacement i came upon this Unitframe framework calld oUF. It lays the groundwork to easly create your own custom Unitframes. I kept telling my self that id make my own unitframe since oUF can let you do things that Pitbull never could. But i kept putting it off, until about a two months ago. And today im here to share what i gotten so far.

I call it oUF_Zoey. You can check out the source code and download at its Github Repo.

I dont have any screen shots yet but i will try my best to describe it. It has a dark theme and the units name and power bar are colored by their class. The location of the frames are baced in the center but not side by side like most Unitframes. Mine are stacked. Player is center and Target is on top of it, with player pet and focus to the left side.

It has matching party frames with party targets. It also has raid frames depending on raid size. “6-10″, “11-25″, “26-40″.


30
Jan 11

Google Maps Context Menu v2

Not long after my last post about creating a context menu for Google maps, i realized it was a hard process to add new items to the list. Even harder to alter the list after it had been created. So i made the decision to turn all the code into a single class with methods to add/remove items and separators.

I have added the project to Github @ Gmaps Context Menu. So you view the source there.

I do need to write up a nice looking tutorial on how to use it, but untill then iv done my best to add comments and examples to ‘index.html’.

Check it out and let me know what you think.