W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘jquery’

How to Highlight Search Terms with jQuery : WordPress Tricks

November 3rd, 2009
Wordpress Hacks

Spice up your WordPress search page by highlighting search terms within your search results. The solution described in this tutorial will highlight both the title and post content and is a drop-in modification for WordPress.

Read More >>

Jquery Link Scrubber Hack for Blogger

October 24th, 2009

Everyone would have noticed in their Blogs that whenever you click an Link a dotted border appear around the link. The dotted Border not only appears for links but for all images , Post Titles , etc. It’s some what Annoying . After surfing internet for a while Now I have found a hack developed [...]

Read More >>

Turned Apple-Flashy : WordPress Sidebar Using jQuery UI

October 16th, 2009

Preface This tutorial assumes that you have a wordpress engine running on a server that you have access to upload files, download files and browse to. If you want to run a local server on your computer with a wordpress installation, there is a tutorial on that here for Windows, and here for OS X.

Read More >>

jQuery Color Picker Tutorial

October 4th, 2009

Gone are the days of having to manually enter in hex codes to specify colors: with jQuery UI’s color picker, you can make your web application pick colors as smoothly as you would in desktop applications like Photoshop. When coupled with the visual appeal and functional benefit of color pickers, the ease of using jQuery [...]

Read More >>

30 Tutorials Combining Both jQuery and WordPress

September 26th, 2009
Wordpress and jQuery

30 Tutorials Combining Both jQuery and WordPress Take the most popular CMS, WordPress, and then take the easiest and most versatile of Javscript libraries, jQuery, and you have a match made in heaven. Implementing jQuery within WordPress is a lot easier than you would think, all you need is a little support from the huge [...]

Read More >>

Cool Navigation Menu Made with JQuery

September 18th, 2009

In this tutorial we will make a navigation that’s not ordinary.

Read More >>

Image Splitting Effect with CSS and JQuery for All Browser ,Safari,Chrome,Opera,Internet Explorer

September 18th, 2009

In this tutorial we are going to make an image splitting effect. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing that makes this different is that the effect looks like the image is splitted into half [...]

Read More >>

Making a jQuery Infinite Carousel

September 18th, 2009

First of all, some of the stuff you mentioned in the comments, they are great, thank you for that, but they can’t exactly be bult in into this type of carousel so in near future i will code a different jQuery carousel and implement the features you wanted. If you saw the first tutorial you [...]

Read More >>

jQuery Flipping Menu Tutorial using Background Position Plugin

September 16th, 2009

Introduction Sometimes, simplicity is the most beautiful thing. This tutorial uses images and jQuery animate plus backgroundPosition Plugin to make the flipping/rotating effect. This will be a simple tutorial and I believe it has a great potential to become something really creative. Check out the demo and I hope you all will like it.

Read More >>

jQuery Moving Tab and Sliding Content Tutorial

September 14th, 2009

1. HTML In the container #moving_tab, we have two sections in the HTML code – tabs class and content class. Tabs class contains 2 tabs, and content class contains 2 ul lists. The following image illustrate the structure of this tutorial:

Read More >>