07.25.08
Posted in Work at 1216975089 by simpsora
… just like in high school!
My company, Local Matters, is holding a job fair to try and fill some of our open req’s. There are /lots/ of openings: developers, QA engineers, analysts, project managers, sysadmins, etc. There are openings in Denver and in Amsterdam.
Local Matters is a pretty sweet place to work. Especially the part about the openings in Amsterdam (where I’m posted for a year). Good benefits, good people, good location(s), kick-ass products. Laid-back work atmosphere.
It’s this coming Tuesday, July 29th starting at 3pm. See the flyer for full details. Mention my name and get free refreshments! (okay, you get them free anyhow).
Permalink
07.18.08
Posted in dev at 1216416768 by simpsora
Omnibug is a tool for web developers. I wrote it because debugging an Omniture implementation is… painful.
The idea is that web metrics (or webanalytics, if you’re so inclined) systems generally make an HTTP request (usually an image) in order to pass along tracking information. The URLs contain lots of parameters, conveniently URL-encoded so you can’t read them easily.
Omnibug is an extension to Firebug (without a doubt the best Firefox add-on available, driving a revolution in web UI development). It adds a new panel with the decoded output of each such HTTP request, making it a breeze to see exactly what values were sent.
Though it was designed with Omniture in mind, it will work with other systems (also tested with Moniforce). The patterns it looks for are fully configurable, so in theory it should work with any similar system.
An additional feature is the ability to log matching requests to the local filesystem. While this feature was intended to support automated testing of metrics implementations, it may have other uses.
See the Omnibug page for downloads and full documentation.
Permalink