Tag Archives: jquery
Intense Debate and the Base Tag
After installing Intense Debate comments on my company’s blog, I noticed some unexpected behaviors while trying to login to Intense Debate from their comments thread. Upon clicking either login link, I was redirected to {baseUrl}/#idc-container. Either I had to remove the base tag from the site, thus having to change every url to an absolute [...]
100% Height and 100% Width Flash Embed with jQuery and swfObject
You would think that creating full browser flash, 100% height and 100% width, would be easy. However, from recent experience, I’ve realized the pains of making the flash embed do what I intend it to do. This article will help anyone who is struggling with a full browser flash embed.
How To Create a Default Text Field Value That Disappears On Focus With jQuery
Most of the designs that come to me for development have a form element that has default text. This is usually a search form with default text “Search Our Site” or an email signup form specifying that they should enter their email address. Without additional code, it can be cumbersome for a user to click [...]
How to Find and Fix IE6 Double Margin Bug Using jQuery Custom Selectors
I ran into the ie6 double margin bug and I decided that I wanted to be able to find these bugs (and fix them) with jQuery. I could just have fixed the bug using this solution, but I wanted to create a way to fix it if I bypass an error of this sort [...]
How to Use sIFR with jQuery to Use Your Own Fonts
Scalable Inman Flash Replacement (sIFR) allows you to use custom typography on your site by using JavaScript, Flash, and CSS. With the jQuery Sifr Plugin, you can easily display dynamic, on-the-fly text using the font(s) of their choice, regardless of the visitor’s currently installed fonts, web browser, or operating system. This plugin provides [...]

Top 10 Blog Posts