Tag Archive | "jQuery"

How to Create an IE8 Accelerator

Monday, November 2, 2009

Comments Off on How to Create an IE8 Accelerator

Accelerators in Internet Explorer 8 are a new feature that allows you to select text and perform actions on it (like look up a word, map an address, etc.). This tutorial creates an accelerator that lets you select a song title or artist and listen to the music.

Continue reading...

Firefox Extension Error: DebugNextPageMI is null

Sunday, July 12, 2009

Comments Off on Firefox Extension Error: DebugNextPageMI is null

I kept receiving this error message on start up after upgrading the SNUM extension I am working on:    TypeError: DebugNextPageMI is null My extension updates worked fine before this upgrade. After some research, I found that the Zend 2.1 PHP Debug toolbar was causing some type of conflict. When I looked at my code, one […]

Continue reading...