<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daily Apps&#124;Useful Online Resources Collection </title>
	<atom:link href="http://dailyapps.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dailyapps.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 29 Aug 2009 02:12:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dailyapps.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daily Apps&#124;Useful Online Resources Collection </title>
		<link>http://dailyapps.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dailyapps.wordpress.com/osd.xml" title="Daily Apps&#124;Useful Online Resources Collection " />
	<atom:link rel='hub' href='http://dailyapps.wordpress.com/?pushpress=hub'/>
		<item>
		<title>50 Useful jQuery Techniques</title>
		<link>http://dailyapps.wordpress.com/2009/08/29/50-useful-jquery-techniques/</link>
		<comments>http://dailyapps.wordpress.com/2009/08/29/50-useful-jquery-techniques/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 01:37:23 +0000</pubDate>
		<dc:creator>hemanshaw</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dailyapps.wordpress.com/?p=32</guid>
		<description><![CDATA[Thank you SmashingMagazine provide us so many useful techniques. Copyright belong to smashingmagazine.com Moving Boxes Carousel with jQuery Many of the concepts presented in classic carousel tutorials are the same, so this tutorial will not throw a lot of source code at you. The big difference here is that there are buttons to change panels [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailyapps.wordpress.com&amp;blog=9214746&amp;post=32&amp;subd=dailyapps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Thank you SmashingMagazine provide us so many useful techniques.</h3>
<p>Copyright belong to smashingmagazine.com</p>
<p><a href="http://css-tricks.com/moving-boxes/">Moving Boxes Carousel with jQuery</a><br />
Many of the concepts presented in classic carousel tutorials are the same, so this tutorial will not throw a lot of source code at you. The big difference here is that there are buttons to change panels and the panels zoom in and out.</p>
<p><a href="http://css-tricks.com/moving-boxes/"><img src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/moving.jpg" alt="Automatic Infinite Carousel" width="480" height="300" /></a></p>
<p><a href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/">Sliding Boxes and Captions with jQuery</a><br />
All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.</p>
<p><a href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/"><img src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/capt.jpg" alt="Sliding Boxes and Captions with jQuery" width="480" height="278" /></a></p>
<p><a href="http://www.filamentgroup.com/lab/creating_accessible_charts_using_canvas_and_jquery/">Accessible Charts &amp; Graphs from Table Elements using HTML 5 Canvas and jQuery</a><br />
This technique provides a simple method for generating bar, line, area, and pie charts from an HTML table, and allows you to configure them in a variety of ways.</p>
<p><a href="http://www.filamentgroup.com/lab/creating_accessible_charts_using_canvas_and_jquery/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/chart.gif" alt="Sliding Boxes and Captions with jQuery" width="480" height="278" /></a></p>
<p><a href="http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/">Make a Mega Drop-Down Menu with jQuery</a><br />
So how would we go about implementing Mega drop down menus? While it’d be great to do all of this in pure HTML and CSS, it’s impossible at the moment to get those nice half-second delays — and of course there’s a pesky problem with Internet Explorer 6, which only supports :hover on anchor elements. Instead, I’ve whipped up a solution using jQuery and a very nifty plugin called hoverIntent.</p>
<p><a href="http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/mega.gif" alt="Mega drop down menu with jQuery" width="480" height="300" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-filterable-portfolio-with-jquery/">Creating a Filterable Portfolio with jQuery</a><br />
If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break them into different categories. In this tutorial, I will show you how to make “filtering by category” a little more interesting with just a little bit of jQuery.</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-filterable-portfolio-with-jquery/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/filt.gif" alt="Creating a Filterable Portfolio with jQuery" width="480" height="300" /></a></p>
<p><a href="http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html">A fancy Apple.com-style search suggestion</a><br />
“This example makes use of several techniques: MySQL (for the database), HTML/CSS for styling, PHP for retrieving the data and jQuery for the AJAX request. How about that for some nice way of combining powerful techniques to create something nice like this. You do need some basic knowledge about these techniques to fully understand this tutorial.”</p>
<p><a href="http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/qp.gif" alt="A fancy Apple.com-style search suggestion" width="480" height="300" /></a></p>
<p><a href="http://css-tricks.com/improved-current-field-highlighting-in-forms/">Current Field Highlighting</a><br />
As a matter of usability and aesthetics, it is a good thing to add some kind of visual feedback on web forms to indicate the currently active (or “focused“) field. In this tutorial, we’ll improve our current field highlighting, using jQuery.</p>
<p><a href="http://css-tricks.com/improved-current-field-highlighting-in-forms/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/highl.gif" alt="Current Field Highlighting" width="480" height="214" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/">Creating a Dynamic Poll with jQuery and PHP</a><br />
“When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.”</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/poll.gif" alt="Creating a Dynamic Poll with jQuery and PHP" width="480" height="300" /></a></p>
<p><a href="http://jqueryfordesigners.com/jquery-infinite-carousel/">jQuery Infinite Carousel</a><br />
This screencast explains how you can create a simple and nice scrolling carousel and how you can also make it automatically loop round by itself. For the latter see also <a href="http://jqueryfordesigners.com/automatic-infinite-carousel/">Automatic Infinite Carousel</a>.</p>
<p><a href="http://jqueryfordesigners.com/jquery-infinite-carousel/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/car.jpg" alt="Automatic Infinite Carousel" width="441" height="182" /></a></p>
<p><a href="http://jqueryfordesigners.com/jquery-look-tim-van-damme/">De-Constructing Accordion and Hover Effects with jQuery</a><br />
This video tutorial explains how the hover and accordeon effects on <a href="http://timvandamme.com/">Tim Van Damme’s site</a> can be achieved using jQuery.</p>
<p><a href="http://jqueryfordesigners.com/jquery-look-tim-van-damme/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/tim.jpg" alt="How to Make a Threadless Style T-Shirt Gallery" width="480" height="300" /></a></p>
<p><a href="http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/">Better form submission feedback with jQuery</a><br />
Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working.</p>
<p><a href="http://buildinternet.com/2009/06/how-to-make-a-threadless-style-t-shirt-gallery/">How to Make a Threadless Style T-Shirt Gallery</a><br />
Here’s the gist: There’s a thumbnail which is a full sized image in a container div, which is smaller than the full sized image. The image is centered within it, but doesn’t show entirely because overflow:hidden is turned on. When the mouse hovers over the thumbnail, overflow:hidden gets turned off, and the entire image is displayed.</p>
<p><a href="http://buildinternet.com/2009/06/how-to-make-a-threadless-style-t-shirt-gallery/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/tee.jpg" alt="How to Make a Threadless Style T-Shirt Gallery" width="480" height="300" /></a></p>
<p><a href="http://thisblog.usejquery.com/2009/03/18/create-a-unique-gallery-by-using-z-index-and-jquery/">Create a gallery by using z-index and jQuery</a><br />
In this tutorial you will learn to combine the CSS property ‘z-index’ and the power of jQuery to create a unique gallery which have a appearance of a pile of pictures. Also check out <a href="http://thisblog.usejquery.com/2009/03/25/enhancing-the-z-index-gallery-with-a-preloader/">Enhancing the z-index Gallery with a Preloader</a>.</p>
<p><a href="http://thisblog.usejquery.com/2009/03/18/create-a-unique-gallery-by-using-z-index-and-jquery/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/zindex.jpg" alt="Create a gallery by using z-index and jQuery" width="480" height="278" /></a></p>
<p><a href="http://blog.liviuholhos.com/javascript/add-a-favicon-near-external-links-with-jquery">Add a favicon near external links with jQuery</a><br />
External links should always be marked distinctly in order to make it easy for readers to see them easily. You cann add a CSS class to all outgoing links using the pseudo-class <code>a[href^=http]</code>. A more dynamic solution is using the favicon.ico of the external site, if it is available of course.</p>
<p><a href="http://jqueryfordesigners.com/fun-with-overflows/">Scrollable Timelines</a><br />
Making use of the overflow and scrollLeft DOM property to scroll elements is a much more effective use of the CPU, over animating using CSS top/left. This tutorial demonstrates the same effect used in two completely different ways.</p>
<p><a href="http://jqueryfordesigners.com/fun-with-overflows/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/timeline.gif" alt="Timeline" width="480" height="300" /></a></p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/08/20/Table-of-contents-using-jQuery.aspx">Automatically generate table of contents using jQuery</a><br />
“Some time ago, I was debating with my friends on the topic: is there any use of generating table of contents automatically. The conclusion was that it can be useful in cases when the reading material is long enough and table of contents (TOC) has a fixed position on the screen. This tutorial will show you how to create such TOC in just a few lines of code.”</p>
<p><a href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html">Reddit-style Voting With PHP, MySQL And jQuery</a><br />
If you are a regular at Reddit, you must have noticed the way people vote there. You can either vote up or vote down. This tutorial will show you how to create such a voting system with jQuery, PHP and MySQL.</p>
<p><a href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/reddit.gif" alt="Reddit votings" width="480" height="184" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/">Making a Content Slider with jQuery UI</a><br />
In this tutorial we’re going to be using the jQuery UI slider widget to create an attractive and functional content slider. We’ll have a container, which has a series of elements each containing different blocks of content. There will be too many of these elements to display at once, so we can use the slider to move the different content blocks in and out of view.</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/144.jpg" alt="Making a Content Slider with jQuery UI " width="480" height="300" /></a></p>
<p><a href="http://jqueryfordesigners.com/bbc-radio-1-zoom-tabs/">BBC Radio 1 Zoom Tabs</a><br />
This tutorial explains how to achieve the effect on the latest <a href="http://www.bbc.co.uk/radio1/">BBC Radio 1 website</a>, where the mouse rolls over the image block, tabs slide up and the image zooms a little to reveal more of the picture.</p>
<p><a href="http://jqueryfordesigners.com/bbc-radio-1-zoom-tabs/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/lego.jpg" alt="Making a Content Slider with jQuery UI " width="480" height="263" /></a></p>
<p><a href="http://www.webresourcesdepot.com/creating-a-slick-ajaxed-add-to-basket-with-jquery-and-php/">Creating A Slick Ajaxed Add-To-Basket With jQuery And PHP</a><br />
This is a detailed tutorial which shows creating an unobtrusive Ajaxed shopping cart using jQuery &amp; PHP and can guide you to Ajaxify any e-commerce software you may already be using or coding.</p>
<p><a href="http://www.webresourcesdepot.com/creating-a-slick-ajaxed-add-to-basket-with-jquery-and-php/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/addtocart.jpg" alt="Add to Cart with jQuery" width="480" height="271" /></a></p>
<p><a href="http://www.queness.com/post/309/create-a-digg-style-post-sharing-tool-with-jquery">Create a Digg-style post sharing tool with jQuery</a><br />
We are going to make a digg-style post sharing toolbox. It’s all pretty straight forward and need a little bit of planning. The way it works is different with digg’s. If you view the html source code of Digg’s, it has the sharebox html code in every single post. But, in this tutorial we have only one sharebox, and all the links are sharing the same template.</p>
<p><a href="http://www.queness.com/post/309/create-a-digg-style-post-sharing-tool-with-jquery"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/digg.gif" alt="Create a Digg-style post sharing tool with jQuery " width="480" height="219" /></a></p>
<p><a href="http://evanriley.xiaimix.com/using-jquery-to-play-media-files-mp3wmaetcetc/">Using jQuery to play Media Files (MP3,WMA,etc,etc)</a><br />
I’m going to show you the most productive way (I guess you could say that) of playing a MP3 ( You can also use WMA, and you file of choice) on your website.</p>
<p><a href="http://ejohn.org/blog/retweet/">Easy Retweet Button</a><br />
Ever since I saw the Bit.ly JavaScript API I’ve been wanting to build a simple script for tracking the number of people visiting a blog post from Twitter. This past weekend I built a little script for doing just that &#8211; and in a completely unobtrusive manner. The script itself is completely standalone (no dependencies) and can be included in any page relatively painlessly. Additionally, since it’s just HTML, CSS, and JavaScript, it’s completely themeable and customizable to the style of your site.</p>
<p><a href="http://ejohn.org/blog/retweet/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/147.gif" alt="  Easy Retweet Button" width="480" height="300" /></a></p>
<p><a href="http://yensdesign.com/2008/12/create-an-amazing-music-player-using-mouse-gestures-hotkeys-in-jquery/">Create an amazing music player using mouse gestures &amp; hotkeys in jQuery</a><br />
We will create an amazing music player coded in xHTML &amp; jQuery that made use of mouse gestures and hotkeys. You can Click &amp; Drag with mouse to interact with interface’s music player or use directional keys &amp; spacebar instead of mouse.</p>
<p><a href="http://yensdesign.com/2008/12/create-an-amazing-music-player-using-mouse-gestures-hotkeys-in-jquery/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/148.jpg" alt="Create an amazing music player using mouse gestures &amp; hotkeys in jQuery " width="480" height="300" /></a></p>
<p><a href="http://designshack.co.uk/tutorials/creating-a-virtual-jquery-keyboard">Creating a Virtual jQuery Keyboard</a><br />
This tutorial will explain how we can implement a simple virtual keyboard with some (well, okay, lots of!) help from jQuery.</p>
<p><a href="http://designshack.co.uk/tutorials/creating-a-virtual-jquery-keyboard"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/149.gif" alt="Creating a Virtual jQuery Keyboard " width="480" height="300" /></a></p>
<p><a href="http://www.komodomedia.com/blog/2008/10/jquery-feed-menus/">jQuery Feed Menus</a></p>
<p><a href="http://www.komodomedia.com/blog/2008/10/jquery-feed-menus/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/150.jpg" alt="jQuery Feed Menus " width="480" height="300" /></a></p>
<p><a href="http://www.filamentgroup.com/lab/automated_image_preloading_for_a_snappy_ui/">Automated image preloading for a snappy UI</a><br />
We developed a solution that automates the age-old task of preloading images in web applications. It uses javascript and is packaged as a jQuery plugin, but the concept could easily be ported to other libraries or plain old Javascript as well.</p>
<p><a href="http://www.filamentgroup.com/lab/automated_image_preloading_for_a_snappy_ui/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/151.jpg" alt="Automated image preloading for a snappy UI " width="480" height="300" /></a></p>
<p><a href="http://buildinternet.com/2009/07/quick-tip-resizing-images-based-on-browser-window-size/">Quick Tip: Resizing Images Based On Browser Window Size</a><br />
In fluid layouts it is easy to format the text to adjust nicely when the window is resized, but the images are not as fluid-friendly. This Quick Tip shows you how to swap between two image sizes based on the current size of the browser, div, or whatever you decide to make the deciding factor. For those looking for a real life example, Last.fm uses this technique on their artist pages.</p>
<p><a href="http://buildinternet.com/2009/07/quick-tip-resizing-images-based-on-browser-window-size/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/152.jpg" alt="Quick Tip: Resizing Images Based On Browser Window Size" width="480" height="300" /></a></p>
<p><a href="http://9lessons.blogspot.com/2009/04/exactly-twitter-like-follow-and-remove.html">Exactly Twitter like Follow and Remove buttons with jQuery and Ajax</a><br />
This post updated exactly Twitter like follow and remove buttons with fadeOut and fadeIn effect.</p>
<p><a href="http://www.codetricky.com/2009/07/using-form-labels-as-input-values-with-jquery-and-css/">Using Form Labels as Input Values with jQuery and CSS</a><br />
I nice little additive to web forms is to put the input labels inside of the inputs box as the starting value. By using jQuery to bring the label in as the value we can archive the desired effect without impacting accessibility, since the label elements are still there. Then we can take it a step further by dynamically adding a class to the input and use CSS to style the form only if JavaScript is enabled. The search box at the top of this page is an example of this technique.</p>
<p><a href="http://www.codetricky.com/2009/07/using-form-labels-as-input-values-with-jquery-and-css/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/155.gif" alt="Using Form Labels as Input Values with jQuery and CSS" width="480" height="300" /></a></p>
<p><a href="http://aaronweyenberg.com/90/pretty-checkboxes-with-jquery">Pretty checkboxes with jQuery</a></p>
<p><a href="http://aaronweyenberg.com/90/pretty-checkboxes-with-jquery"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/156.jpg" alt="Pretty checkboxes with jQuery " width="480" height="300" /></a></p>
<p><a href="http://9lessons.blogspot.com/2009/06/jquery-ajax-best-demos-part-2.html">jQuery and Ajax Best Demos Part-2</a><br />
A small list of jQuery and Ajax demos.</p>
<p><a href="http://9lessons.blogspot.com/2009/06/jquery-ajax-best-demos-part-2.html"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/29.jpg" alt="jQuery and Ajax Best Demos Part-2" width="480" height="300" /></a></p>
<p><a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/">A jQuery inline form validation, because validation is a mess Të  Position Absolute</a><br />
When it comes to form validation, it’s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. This is something I tried to remedy with this script. When an error needs to be displayed, the script creates a div and positions it in the top right corner of the input. This way you don’t have to worry about your HTML form structure. The rounded corner and shadow are done with CSS3 and degrade well in non compliant browsers. There is no images needed.</p>
<p><a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/157.gif" alt="A jQuery inline form validation, because validation is a mess Të  Position Absolute" width="480" height="300" /></a></p>
<p><a href="http://www.suciuvlad.com/html-and-css-tutorials/how-to-create-a-sliding-imagereveal-content-with-jquery/"> How to create a sliding image/reveal content with jquery</a><br />
Someone asked me about this effect a while ago and i thought i should make a tutorial about this.</p>
<p><a href="http://www.suciuvlad.com/html-and-css-tutorials/how-to-create-a-sliding-imagereveal-content-with-jquery/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/158.jpg" alt="   How to create a sliding image/reveal content with jquery" width="480" height="300" /></a></p>
<p><a href="http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained">The youlove.us scrolling background effect explained</a><br />
The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs.</p>
<p><a href="http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/160.jpg" alt="The youlove.us scrolling background effect explained " width="480" height="300" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/">Creating a Keyboard with CSS and jQuery</a><br />
Sometimes it’s just fun to play around with the programming languages we know and see what we can create. I thought it might be nice to create a little online keyboard with CSS, and then make it work with jQuery. The keyboard includes “action” keys (caps lock, shift, and delete) which dynamically changes the keyboard when clicked. I’ll show you how to build it today.</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/161.gif" alt="Creating a Keyboard with CSS and jQuery " width="480" height="300" /></a></p>
<p><a href="http://benjaminsterling.com/portolio-layout-idea-using-jquery/">Portfolio Layout Idea Using jQuery</a></p>
<p><a href="http://benjaminsterling.com/portolio-layout-idea-using-jquery/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/164.gif" alt="Portfolio Layout Idea Using jQuery " width="480" height="300" /></a></p>
<p><a href="http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html">Creating the iPhone unlock screen using xHTML, CSS and jQuery</a><br />
The iPhone: Everybody knows what it is, many people “played around” with the gadget and most people love it. I also own one of these amazing smartphones, and the looks of the software is really, really sleek and innovative (Just like we’re used from Apple). I wanted to transfer (some) of these amazing designs to a webpage to re-create the same look and feel for webbrowsers. Today, I’m going to show you how to create The iPhone unlock screen in xHTML, CSS and jQuery.</p>
<p><a href="http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/168.jpg" alt="Creating the iPhone unlock screen using xHTML, CSS and jQuery" width="480" height="300" /></a></p>
<p><a href="http://abeautifulsite.net/notebook.php?article=58">jQuery File Tree</a><br />
jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.</p>
<p><a href="http://abeautifulsite.net/notebook.php?article=58"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/169.jpg" alt="jQuery File Tree" width="480" height="300" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-an-amazoncom-books-widget-with-jquery-and-xml/">Create an Amazon Books Widget with jQuery and XML</a><br />
It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built to traverse XML documents with ease. With some custom JavaScript and jQuery magic you can create some interesting widgets. A good way to demonstrate this functionality is by building a browsable Amazon.com books widget.</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-an-amazoncom-books-widget-with-jquery-and-xml/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/170.jpg" alt="Create an Amazon Books Widget with jQuery and XML" width="480" height="300" /></a></p>
<p><a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html">Creating a table with dynamically highlighted columns like Crazy Egg\’s pricing table</a><br />
I like Crazy Egg’s pricing table on their Pricing &amp; Signup page. When you click on “Sign Up” for an option, that plan’s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening within this small area. I wanted to try and recreate the behavior step by step, and share the power of combining CSS, JavaScript, and images in clever ways.</p>
<p><a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/171.jpg" alt="Creating a table with dynamically highlighted columns like Crazy Egg\'s pricing table" width="480" height="300" /></a></p>
<p><a href="http://design-notes.info/tutorial/jquery-tutorial/make-your-header-responses-to-mouse-movements-with-jparallax/">Make Your Header Responses To Mouse Movements with jParallax</a><br />
jParallax turns a selected element into a window, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.</p>
<p><a href="http://design-notes.info/tutorial/jquery-tutorial/make-your-header-responses-to-mouse-movements-with-jparallax/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/5.jpg" alt="Make Your Header Responses To Mouse Movements with jParallax  | Design-Notes" width="480" height="300" /></a></p>
<p><a href="http://9lessons.blogspot.com/2009/06/submit-multiple-forms-jquery-ajax.html">Submit multiple forms with jQuery and  Ajax.</a><br />
How to submit multiple forms with jQuery and ajax.</p>
<p><a href="http://9lessons.blogspot.com/2009/06/submit-multiple-forms-jquery-ajax.html"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/28.gif" alt="Submit multiple forms with jQuery and  Ajax." width="480" height="300" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/using-jquery-to-manipulate-and-filter-data/">Using jQuery To Manipulate and Filter Data</a><br />
When a webpage is designed to display large tables of data, a great amount of consideration should be dedicated to allowing the user to sort through the data in a structured manner. In this article, I will go over four techniques: hover effects, zebra rows, filtering, and sorting.</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/10-ways-to-instantly-increase-your-jquery-performance/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/80.gif" alt="10 Ways to Instantly Increase Your jQuery Performance - Nettuts+" width="480" height="300" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/">Building a jQuery Image Scroller</a><br />
In this tutorial, we’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions of them come out all the time. Many of them however are user-initiated; meaning that in order for the currently displayed content to change, the visitor must click a button or perform some other action. This scroller will be different in that it will be completely autonomous and will begin scrolling once the page loads.</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/82.jpg" alt="Building a jQuery Image Scroller - Nettuts+" width="480" height="300" /></a></p>
<p><a href="http://www.queness.com/post/256/horizontal-scroll-menu-with-jquery-tutorial">Horizontal Scroll Menu with jQuery Tutorial</a><br />
In this tutorial you will learn how to create a scroll menu. In the final result you will be able to scroll up and down according to mouse-y axis and we’ll use jQuery.color to animate the background-color changes.</p>
<p><a href="http://www.queness.com/post/256/horizontal-scroll-menu-with-jquery-tutorial"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/83.gif" alt="Horizontal Scroll Menu with jQuery Tutorial " width="480" height="300" /></a></p>
<p><a href="http://www.distinctcorp.com.au/jquery/spritemenu.html">SpriteMenu</a><br />
This is a method of putting together a nice-looking menu in a very quick and easy way. It uses a technique known as CSS Sprites. Instead of trying to manage huge amounts of images, everything is packed into just one file, which means the browser will only have to download one file instead of making multiple requests, and its just a lot easier to manage. The menu is displayed by manipulating the background-position property to display individual sprites in the image. There are no drop-downs attached to the menu, but it shouldn’t be hard to add them in which I may do in the future.</p>
<p><a href="http://www.distinctcorp.com.au/jquery/spritemenu.html"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/sprite.gif" alt="SpriteMenu" width="480" height="300" /></a></p>
<p><a href="http://www.learningjquery.com/2006/09/slicker-show-and-hide">Slicker Show and Hide</a></p>
<p><a href="http://www.learningjquery.com/2006/09/slicker-show-and-hide"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/110.gif" alt="Slicker Show and Hide " width="480" height="300" /></a></p>
<p><a href="http://blog.jeremymartin.name/2008/02/blogger-trick-style-author-comments.html">jMar</a><br />
We’re going to tell the script to loop through all of the comments on the page. If the member link on the current comment matches the member link in the profile, then it must be an author comment. The script will then apply an additional class to the comment, allowing you to style it separately.</p>
<p><a href="http://blog.jeremymartin.name/2008/02/blogger-trick-style-author-comments.html"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/57.gif" alt="jMar" width="480" height="300" /></a></p>
<p><a href="http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/">web2ajax</a><br />
FaceBook Like &#8211; jQuery and autosuggest Search Engine</p>
<p><a href="http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/55.gif" alt=" web2ajax " width="480" height="300" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/jquery-os-x-style-dock-and-stack-navigation/">“Outside the Box” Navigation with jQuery</a><br />
Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn’t new, it’s certainly not common</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/leopard-desktop-in-jquery-using-jqdock/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/78.jpg" alt="Leopard Desktop with jQuery using jqDock - Nettuts+" width="480" height="300" /></a></p>
<p><a href="http://buildinternet.com/2009/06/animate-image-filling-up-using-jquery/">Animate Image Filling Up Using jQuery</a></p>
<p><a href="http://buildinternet.com/2009/06/animate-image-filling-up-using-jquery/"><img style="display:inline;" src="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/6.jpg" alt="Animate Image Filling Up Using jQuery | Build Internet!" width="480" height="300" /></a></p>
<p><a href="http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html">Sexy Drop Down Menu w/ jQuery &amp; CSS</a><br />
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key × and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how to create a sexy drop down menu that can also degrade gracefully.</p>
<p><a href="http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/7.jpg" alt="Sexy Drop Down Menu w/ jQuery &amp; CSS | Noupe" width="480" height="300" /></a></p>
<p><a href="http://www.marcofolio.net/webdesign/creating_a_polaroid_photo_viewer_with_css3_and_jquery.html">Creating a polaroid photo viewer with CSS3 and jQuery</a><br />
Placing pictures on simple polaroids on a webpage simply didn’t do it for me. I wanted to drag them around, rotate them and still have a fun time. That’s were CSS and jQuery come in play. By combining the CSS3 Box Shadow and Rotate properties, this effect is relatively easy to create. When dragging a polaroid around, you’ll see the shadow. When it’s placed down, it’s rotated to the left or the right (random).</p>
<p><a href="http://www.marcofolio.net/webdesign/creating_a_polaroid_photo_viewer_with_css3_and_jquery.html"><img style="display:inline;" src="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/15.jpg" alt="Creating a polaroid photo viewer with CSS3 and jQuery" width="480" height="300" /></a></p>
<p><a href="http://think2loud.com/use-jquery-with-google-analytics-to-track-clicks-on-outgoing-links-from-your-site/">Use jQuery with Google Analytics to Track Clicks on Outgoing Links From Your Site.</a><br />
Add outbound link tracking to a new or existing site. Provided that your links to other sites have the REL attribute set, you can track them very easily with some help from jQuery.</p>
<p><a href="http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/">Super CSS Selector Support with jQuery</a><br />
CSS provides a wide array of selectors to specify which elements should be subject to a particular style. CSS 2.1 gives web designers even more granularity when targeting specific elements. This is great in theory. But browser support for these selectors has lagged behind, and IE6 support is limited to only the most basic selectors. This has led to most folks working in the real world stashing the more advanced selectors away for rainy-day experimentation, or idle dreams about the eventual time when we can use these tools.</p>
<h3>Would you like to see more simila</h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailyapps.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailyapps.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dailyapps.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dailyapps.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailyapps.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailyapps.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailyapps.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailyapps.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailyapps.wordpress.com&amp;blog=9214746&amp;post=32&amp;subd=dailyapps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dailyapps.wordpress.com/2009/08/29/50-useful-jquery-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18bf61fafeec5eaf1c2d47694364117?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hemanshaw</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/moving.jpg" medium="image">
			<media:title type="html">Automatic Infinite Carousel</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/capt.jpg" medium="image">
			<media:title type="html">Sliding Boxes and Captions with jQuery</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/chart.gif" medium="image">
			<media:title type="html">Sliding Boxes and Captions with jQuery</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/mega.gif" medium="image">
			<media:title type="html">Mega drop down menu with jQuery</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/filt.gif" medium="image">
			<media:title type="html">Creating a Filterable Portfolio with jQuery</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/qp.gif" medium="image">
			<media:title type="html">A fancy Apple.com-style search suggestion</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/highl.gif" medium="image">
			<media:title type="html">Current Field Highlighting</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/poll.gif" medium="image">
			<media:title type="html">Creating a Dynamic Poll with jQuery and PHP</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/car.jpg" medium="image">
			<media:title type="html">Automatic Infinite Carousel</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/tim.jpg" medium="image">
			<media:title type="html">How to Make a Threadless Style T-Shirt Gallery</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/tee.jpg" medium="image">
			<media:title type="html">How to Make a Threadless Style T-Shirt Gallery</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/zindex.jpg" medium="image">
			<media:title type="html">Create a gallery by using z-index and jQuery</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/timeline.gif" medium="image">
			<media:title type="html">Timeline</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/reddit.gif" medium="image">
			<media:title type="html">Reddit votings</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/144.jpg" medium="image">
			<media:title type="html">Making a Content Slider with jQuery UI </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/lego.jpg" medium="image">
			<media:title type="html">Making a Content Slider with jQuery UI </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/addtocart.jpg" medium="image">
			<media:title type="html">Add to Cart with jQuery</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/digg.gif" medium="image">
			<media:title type="html">Create a Digg-style post sharing tool with jQuery </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/147.gif" medium="image">
			<media:title type="html">  Easy Retweet Button</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/148.jpg" medium="image">
			<media:title type="html">Create an amazing music player using mouse gestures &#38; hotkeys in jQuery </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/149.gif" medium="image">
			<media:title type="html">Creating a Virtual jQuery Keyboard </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/150.jpg" medium="image">
			<media:title type="html">jQuery Feed Menus </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/151.jpg" medium="image">
			<media:title type="html">Automated image preloading for a snappy UI </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/152.jpg" medium="image">
			<media:title type="html">Quick Tip: Resizing Images Based On Browser Window Size</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/155.gif" medium="image">
			<media:title type="html">Using Form Labels as Input Values with jQuery and CSS</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/156.jpg" medium="image">
			<media:title type="html">Pretty checkboxes with jQuery </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/29.jpg" medium="image">
			<media:title type="html">jQuery and Ajax Best Demos Part-2</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/157.gif" medium="image">
			<media:title type="html">A jQuery inline form validation, because validation is a mess Të  Position Absolute</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/158.jpg" medium="image">
			<media:title type="html">   How to create a sliding image/reveal content with jquery</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/160.jpg" medium="image">
			<media:title type="html">The youlove.us scrolling background effect explained </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/161.gif" medium="image">
			<media:title type="html">Creating a Keyboard with CSS and jQuery </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/164.gif" medium="image">
			<media:title type="html">Portfolio Layout Idea Using jQuery </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/168.jpg" medium="image">
			<media:title type="html">Creating the iPhone unlock screen using xHTML, CSS and jQuery</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/169.jpg" medium="image">
			<media:title type="html">jQuery File Tree</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/170.jpg" medium="image">
			<media:title type="html">Create an Amazon Books Widget with jQuery and XML</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/171.jpg" medium="image">
			<media:title type="html">Creating a table with dynamically highlighted columns like Crazy Egg\'s pricing table</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/5.jpg" medium="image">
			<media:title type="html">Make Your Header Responses To Mouse Movements with jParallax  &#124; Design-Notes</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/28.gif" medium="image">
			<media:title type="html">Submit multiple forms with jQuery and  Ajax.</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/80.gif" medium="image">
			<media:title type="html">10 Ways to Instantly Increase Your jQuery Performance - Nettuts+</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/82.jpg" medium="image">
			<media:title type="html">Building a jQuery Image Scroller - Nettuts+</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/83.gif" medium="image">
			<media:title type="html">Horizontal Scroll Menu with jQuery Tutorial </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/sprite.gif" medium="image">
			<media:title type="html">SpriteMenu</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/110.gif" medium="image">
			<media:title type="html">Slicker Show and Hide </media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/57.gif" medium="image">
			<media:title type="html">jMar</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/55.gif" medium="image">
			<media:title type="html"> web2ajax </media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/78.jpg" medium="image">
			<media:title type="html">Leopard Desktop with jQuery using jqDock - Nettuts+</media:title>
		</media:content>

		<media:content url="http://media1.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/6.jpg" medium="image">
			<media:title type="html">Animate Image Filling Up Using jQuery &#124; Build Internet!</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/7.jpg" medium="image">
			<media:title type="html">Sexy Drop Down Menu w/ jQuery &#38; CSS &#124; Noupe</media:title>
		</media:content>

		<media:content url="http://media2.smashingmagazine.com/wp-content/uploads/images/jquery-plugins-techniques/15.jpg" medium="image">
			<media:title type="html">Creating a polaroid photo viewer with CSS3 and jQuery</media:title>
		</media:content>
	</item>
		<item>
		<title>PocketSmith&#8212;Easy,simple financial anagement</title>
		<link>http://dailyapps.wordpress.com/2009/08/28/pocketsmith-easysimple-financial-anagement/</link>
		<comments>http://dailyapps.wordpress.com/2009/08/28/pocketsmith-easysimple-financial-anagement/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:20:58 +0000</pubDate>
		<dc:creator>hemanshaw</dc:creator>
				<category><![CDATA[Budgeting]]></category>
		<category><![CDATA[Personal Finance]]></category>
		<category><![CDATA[Budget]]></category>
		<category><![CDATA[Financail]]></category>

		<guid isPermaLink="false">http://dailyapps.wordpress.com/?p=22</guid>
		<description><![CDATA[PocketSmith is a web-based calender that helps simplify personal and small business financial management, budgeting and planning.PocketSmith works like any web-based calendar, except the events are financial. Put in your scheduled salary, bill payments, rent, and grocery bills; you can also make them repeat weekly, fortnightly or monthly. You can even upload your electronic bank [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailyapps.wordpress.com&amp;blog=9214746&amp;post=22&amp;subd=dailyapps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PocketSmith is a web-based calender that helps simplify personal and small business financial management, budgeting and planning.PocketSmith works like any web-based calendar, except the events are financial.  									Put in your scheduled salary, bill payments, rent, and grocery bills; 									you can also make them repeat weekly, fortnightly or monthly.</p>
<p>You can even upload your electronic bank statements into PocketSmith’s clean and smart user-driven interface to keep a tight control over your finances.</p>
<p>Feature:</p>
<ul>
<li>Google Calendar integration</li>
<li>iPhone calendar integration</li>
<li>iCal integration</li>
<li>Outlook integration</li>
<li>Spreadsheet Export for Excel ™</li>
<li>No installation.</li>
<li>Always up-to-date</li>
<li>Constant evolution</li>
<li>Always accessible</li>
<li>Bill reminders and stuff</li>
</ul>
<div>
<div>
<p>Try it <a href="http://www.pocketsmith.com/">here</a>!</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dailyapps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dailyapps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dailyapps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dailyapps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dailyapps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dailyapps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dailyapps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dailyapps.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dailyapps.wordpress.com&amp;blog=9214746&amp;post=22&amp;subd=dailyapps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dailyapps.wordpress.com/2009/08/28/pocketsmith-easysimple-financial-anagement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18bf61fafeec5eaf1c2d47694364117?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hemanshaw</media:title>
		</media:content>
	</item>
	</channel>
</rss>
