Archive for November, 2009
Recent Exploit
by admin on Nov.03, 2009, under Non-Dev
It appears that this site has been targeted by a spammer attempting to perform their dubious tasks. As best I can tell this is due to a known WordPress exploit that has been fixed in WordPress 2.8.5.
I have updated the WordPress installation to the latest version and cleared out all modified files. The good news is that all of the extension packages have not been affected by this issue.
Thanks to @passy for bring this issue to my attention.
Firefocus
by kpdecker on Nov.01, 2009, under Firefocus
As part of my day job I recently needed to debug focus handling within a AJAXy web app and found that logging and visualizing of this was quite difficult. To assist with this task I spent some of my personal time developing Firefocus, a Firebug extension for tracking keyboard focus at the HTML node level within Firefox.
Firefocus provides the ability to log all focus and blur events to the console as well displaying the element which currently has focus on the HTML panel, particularly helpful for tracking down the nuisance element that managed to inject themselves in the tab order but are not displaying the focus status properly.
This extension supports Firebug 1.4 and higher and is available here.