Open Source jQuery Plugin – AjaxPages

AjaxPages allows you to serve up full pages completely with ajax. This is very useful if you want to build a site that has a music player running across page loads, but don’t want to use frames. This technique can be found at TheSixtyOne.

All internal links should be in hash format. Example: instead of linking to filename.html, you would link to #/filename.html.

If you have clean urls on, the hash is almost not noticeable. Example: domain.com/#/profile/username

To get started with AjaxPages, get the files from the Google Code trunk. Example files are included. That should be enough to get you started. The plugin is very lightweight and fairly simple so it should not give you any problems.

If you need help, please leave a comment and I will personally help you out.

Quickly Creating Javascript Tooltips

I’ve noticed that a lot of sites do not use tooltips as much as they should. There are many places on a site where tooltips would really be nice. One example of using them correctly is TheSixtyOne. They use a nice tooltip when you are about to bump a song up. It quickly lets you know how many points it will cost and how many times you have bumped it. This post will hopefully inspire at least one of you to use tooltips more often.

The solution I have decided to use is UniTip from Unit Interactive. I believe they have the best solution to quickly setting up tooltips. Download the zip they provide and we should be ready to go.
Read the rest of this entry »