analytics
Some wallpapers in the new Downloads section. I’ve also corrected the Google Analytics code: since I was using my OOR.require() function to load Google’s file, I should’ve been passing the tracking call as the second parameter so that it would be invoked once the file loaded and not a moment sooner. Check it…
Read more →
Since implementing the changes to my Google Analytics installation as detailed in my last post, I’ve noticed a sharp decrease in page views: none recorded. I put the default code back on the page, but am curious as to why it’s not working when I widgetize it (Google Ads worked fine when I used…
Read more →
Since the relaunch of the site, I’ve been working with certain elements of the JavaScript to improve performance and keep things clean. In the past, I talked about creating a brand new JavaScript library that I’d use here; and I started to do write it, looking to jQuery, Prototype, and DOMAssistant for inspiration.…
Read more →
In re-thinking the way I approach the JavaScript on my site, I’m definitely leaning towards creating an analytics widget. I want to keep as much JavaScript as possible out of my HTML. So, in lieu of the code that currently sites at the bottom of any given page, I think I should do something…
Read more →