Scripting


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.


7
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.


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.


7
Dec 10

Google Maps API v3 Context Menu

EDIT: I’ve updated the menu code. See HERE

Ever since i started using Google Maps API v3 iv been looking for a easy nice way to add a context menu to my maps. I found several snippets of code around the internet but nothing worked well or the code didn’t look nice (in my coding style). So after alot work i got some working code and i must say it looks nice. Id like to share it with you.

PS. I will add this to my Usermap Fluxbb mod in time.

Continue reading →


19
Jun 10

Fluxbb 1.4

Fluxbb might not be as big or as popular as WordPress. But it is superiorly simpler code wize, and that is why i like Fluxbb. If your unaware, Fluxbb is a fork of the forum software Punbb. You can read their full story on their about page.

Well what im trying to get at is they just released their new version. Version 1.4 is based upon the 1.2 source, so its similar but its got alot of improvements. You can check out their Announcement Post here with a list of all the major changes.

Congratulation Fluxbb dev team on your truly first release.

On a side note, i updated my Default avatar for the 1.4 release, and i should be releasing my Usermap mod soon (if im not being super lazy).