Selector Gadget

This is a great bookmarklet. The selector gadget is very easy to use. This bookmarklet will tell you a selector by clicking your target.http://www.selectorgadget.com/

sIFR alternative

After my successful attempt with sIFR3, I also tried Flir. But this was miserable failure. I just could not work it out to use it.Then today I got sIFR alternative javascript cufon. This was so easy to implement. I downloaded a free true type font and used a generator and download it. All [...]

WordPress Podcast by Drew Douglass from Themeforest.net

This is a nice series of WordPress podcast. I have not used wp yet, but it seems very easy to use it. Great tutorials. I highly recommend to subscribe Themforest RSS.This is Day 7. If you want to watch from Day 1, visit Themeforest.net. You can find other great podcasts as well, such [...]

Organizing a long list with jQuery: ihwy version

I found a jquery listnav plugin.

When I see the demo, it is a bit confusing with other functions, like tabs etc., and there are no zip files. So I put it one by one in order to simplify it. You can find listnav1listnav2listnav3listnav4

I can’t find out how to make listnav3 red [...]

jQuery menu- snook version

I found a jquery menu at snook.ca.I needed to change a little bit to make it a bit subtle. So I created this one.

I know someone must have done it, but I couldn’t find it.

This works with IE6/7, Chrome and FF3. It should work with Safari and Opera.

The Ajax Experience resources link

You can find great videos and power points at The Ajax Experience.

Jquery videos from Ajaxian

Link:http://ajaxian.com/archives/jquery-ajax-experience-framework-videosVideo 1: Intro to jQuery with John ResigVideo 2: Advanced jQuery with John ResigVideo 3: An In-Depth Look at jQuery UI with Paul BaukusVideo 4: Rich Interactivity, Simplified, with jQuery UI with Richard WorthVideo 5: jQuery on Rails (The Real Ones) with Jonathan [...]

sIFR

When I was playing around with jquery plugin sIFR, I noticed that downloaded sIFR3 files from http://www.sifrvault.com/ do not work with this plugin.

http://jquery.thewikies.com/sifr/

Then I found this.http://wiki.novemberborn.net/sifr3/How+to+use

You can download the latest version from here.http://wiki.novemberborn.net/sifr3/nightlies Unzip it and you can find demo folder in the zip. And put it in a [...]

z-index problem with IE

This article helped me how to solve IE z-index problem. There is a good comment at the end as well.Title is called Squish the Internet Explorer Z-Index Bug and written by Brenelz Web Solutions.http://www.brenelz.com/blog/2009/02/03/squish-the-internet-explorer-z-index-bug/

I had jquery dropdown menu from www.kriesi.at and jquery.innerfade.js on a home page. The dropdown menu goes behind the [...]

Accordion menu by Roshan

Here you can find a easy accordion menu.http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.htmlYou can download the files as well.

The first one is,1. Get a p-tag with class of menu_head in the id firstpane, then attach a click function.2. With this element, change css, background-image to down.png3. then find next div with class menu_body and toggle slide with [...]