JavaScript Error ‘expected identifier, string or number’ in IE

Sometimes you get those errors that just pick at you and you can’t seem to find a solution. It happened to me this morning when testing a JavaScript library I’m writing in IE7. FireFox worked without a hitch, but IE threw an ‘expected identifier, string or number’ error pointing to the last line [...]

Adsense notifier 0.9.6 released

A couple of months ago I noticed that the Adsense notifier down in my status bar was showing all zeros. At the same time Google started using Ajax in the Adsense pages to show reports, and I assumed the two were related. Since the last time there was a problem with the Adsense [...]

Debug window for Javascript

I wrote this short little function when I got tired of debugging JavaScript by using the alert() function. It pops up a new window and outputs whatever you send to the function along with the UTC date.
PLAIN TEXT
JavaScript:

function logOutput(message)

    {

    debugWindow = window.open(”, ‘dbgWindow’, ‘height=300,width=400′);

    var newDate = new Date();

  [...]

FxIF plugin for FireFox

For those FireFox users out there there is a new plugin called FxIF that will allow you to view EXIF data on any image by right clicking and selecting Properties.

addthis_url = 'http%3A%2F%2Fforumsblogswikis.com%2F2007%2F12%2F02%2Ffxif-plugin-for-firefox%2F';
addthis_title = 'FxIF+plugin+for+FireFox';
addthis_pub = 'RyanNutt';

How to create a favicon.ico file in Photoshop

There is a small graphic file that most people probably don’t know about, but your web browser does. It’s the favicon.ico file and it can help your site to stand out.

addthis_url = 'http%3A%2F%2Fforumsblogswikis.com%2F2007%2F09%2F03%2Fhow-to-create-a-faviconico-file-in-photoshop%2F';
addthis_title = 'How+to+create+a+favicon.ico+file+in+Photoshop';
addthis_pub = 'RyanNutt';