September 11, 2011 World of Warcraft HTML Tooltip Diff (6) MMO-Champion is a World of Warcraft news website. When a new patch is released, we want to show what has changed in the game (Post Example). An english summary of each spell change is hand written, but we want to show the exact tooltip changes.
jsHTMLDiff is available on […]
September 17, 2011 WoW Interface Anchor Positioning (11) I've always found CSS positioning with both float and position: absolute/relative hard to work with. I want to introduce to you an alternative way borrowed from the World of Warcraft Interface: Anchors.
Anchor
The concept is extremely simple. You can tell where you want the element […]
October 12, 2011 Intercept and alter <script> include (3) For a project, I want to transparently be able to intercept all the included javascript files, edit the AST and eval it. This way I can manipulate all the code of an application just by inserting a custom script.
Hook the <script> tag insertion.
Download the Javascript file […]
August 23, 2011 Javascript – Hook Technique (9) Let's go back 5 years ago during the World of Warcraft beta. I was working on Cosmos UI, a projects that aimed to improve the World of Warcraft interface.
As interface modification was not officially supported by Blizzard, we went ahead and directly modify the game files written in […]