<?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/"
	>

<channel>
	<title>ASP.NET</title>
	<atom:link href="http://code4asp.net/main/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://code4asp.net/main</link>
	<description>Search. Analyze. Code.</description>
	<lastBuildDate>Mon, 09 Jan 2012 20:32:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Facebook Developer&#8217;s Code challenge</title>
		<link>http://code4asp.net/main/?p=29</link>
		<comments>http://code4asp.net/main/?p=29#comments</comments>
		<pubDate>Mon, 09 Jan 2012 19:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Challenge]]></category>
		<category><![CDATA[code challenge]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[interview question]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=29</guid>
		<description><![CDATA[Last week i came across FB Developer&#8217;s Code Challenge&#8230;Here is the question i got :: Question :: 1 Given a list of words, L, that are all the same length, and a string, S, find the starting position of the substring of S that is a concatenation of each word in L exactly once and [...]]]></description>
			<content:encoded><![CDATA[<p>Last week i came across FB Developer&#8217;s Code Challenge&#8230;Here is the question i got ::</p>
<p>Question :: 1</p>
<blockquote><p><span style="color: #800000;">Given a list of words, L, that are all the same length, and a string, S, find the starting position of the substring of S that is a concatenation of each word in L exactly once and without any intervening characters.  This substring will occur exactly once in S.</span></p>
<p><span style="color: #800000;">Example:</span><br />
<span style="color: #800000;"> L: &#8220;fooo&#8221;, &#8220;barr&#8221;, &#8220;wing&#8221;, &#8220;ding&#8221;, &#8220;wing&#8221;</span><br />
<span style="color: #800000;"> S: &#8220;lingmindraboofooowingdingbarrwingmonkeypoundcake&#8221;</span><br />
<span style="color: #800000;">                  fooowingdingbarrwing</span><br />
<span style="color: #800000;"> Answer: 13</span></p>
<p><span style="color: #800000;">L: &#8220;mon&#8221;, &#8220;key&#8221;</span><br />
<span style="color: #800000;"> S: &#8220;monkey</span><br />
<span style="color: #800000;">     monkey</span><br />
<span style="color: #800000;"> Answer: 0</span></p>
<p><span style="color: #800000;">L: &#8220;a&#8221;, &#8220;b&#8221;, &#8220;c&#8221;, &#8220;d&#8221;, &#8220;e&#8221;</span><br />
<span style="color: #800000;"> S: &#8220;abcdfecdba&#8221;</span><br />
<span style="color: #800000;">          ecdba</span><br />
<span style="color: #800000;"> Answer: 5</span></p>
<p><span style="color: #800000;">The first line of input specifies L, it will contain between 1 and 100 space-separated words, each between 1 and 10 characters long.</span></p>
<p><span style="color: #800000;">The second line of input specifies S, the line will contain a single word up to 1 million characters long.</span></p>
<p><span style="color: #800000;">The characters in both L and S should be treated as case-sensitive.</span></p></blockquote>
<p><a title="Testcases" href="http://code4asp.net/main/wp-content/uploads/2012/01/Concatenations_testcases.zip">Download the TestCases here&#8230;</a></p>
<p>Techies&#8230;Find out the solutions <img src='http://code4asp.net/main/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Makes Your Search More Musical!</title>
		<link>http://code4asp.net/main/?p=40</link>
		<comments>http://code4asp.net/main/?p=40#comments</comments>
		<pubDate>Thu, 29 Oct 2009 05:46:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google Musical search]]></category>
		<category><![CDATA[google search]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=40</guid>
		<description><![CDATA[Google has entered the online music market to allow US consumers to search using song titles, artists or snippets of lyrics. The top search engine has said the service will offer an alternative to the illegal file-sharing which record companied have been trying to stop.The Google music offering will also spring up in peer-to-peer file [...]]]></description>
			<content:encoded><![CDATA[<p>Google has entered the online music market to allow US consumers to search using song titles, artists or snippets of lyrics.</p>
<p>The top search engine has said the service will offer an alternative to the illegal file-sharing which record companied have been trying to stop.The Google music offering will also spring up in peer-to-peer file searches, meaning people will be able to decide on an alternative to pirated music.</p>
<p>According to Google, the words “<strong>music</strong>” and “<strong>lyrics</strong>” are among the top 10 search terms in its web statistics.The company will now find partners in other countries to allow international consumers to use the service.</p>
<p>“This feature doesn’t just make search better. It also helps people discover new sources of licensed music online while helping artists to discover new generations of fans and reconnect with longtime listeners,” Google said in a statement.</p>
<p>Google has made available a video preview of its music search feature which is viewable below.</p>
<p>The music features will not be available to users elsewhere in the world. But Google is open to talking with possible overseas partners, said <strong>Marissa Mayer</strong>, vice president of search product and user experience at Google.</p>
<p>“This is pushing search traffic and business opportunities downstream to online partners and artists and labels, so we’re happy to provide a great music experience and also direct lots of music-seeking traffic to partners that can take it from there and convert it to great music discovery,” said <strong>R.J. Pittman</strong>, product manager for the music service at Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding JSON</title>
		<link>http://code4asp.net/main/?p=35</link>
		<comments>http://code4asp.net/main/?p=35#comments</comments>
		<pubDate>Wed, 28 Oct 2009 22:02:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=35</guid>
		<description><![CDATA[Today, i come across some good articles on JSON. And here is the link where JSON is explained so well.  Also you can find some good collection of related links…]]></description>
			<content:encoded><![CDATA[<p>Today, i come across some good articles on JSON. And here is the <a href="http://www.json.org/" target="_blank">link </a>where JSON is explained so well.  Also you can find some good collection of related links…</p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SERVER – Rules for Optimizining Any Query – Best Practices for Query Optimization</title>
		<link>http://code4asp.net/main/?p=38</link>
		<comments>http://code4asp.net/main/?p=38#comments</comments>
		<pubDate>Wed, 28 Oct 2009 20:28:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[Best Practices for Query Optimization]]></category>
		<category><![CDATA[optimizing database]]></category>
		<category><![CDATA[Optimizining Query]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=38</guid>
		<description><![CDATA[Best Practices for Query Optimization Table should have primary key Table should have minimum of one clustered index Table should have appropriate amount of non-clustered index Non-clustered index should be created on columns of table based on query which is running Following priority order should be followed when any index is created a) WHERE clause, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Best Practices for Query Optimization</strong></p>
<ul>
<li>Table should have primary key</li>
<li>Table should have minimum of one clustered index</li>
<li>Table should have appropriate amount of non-clustered index</li>
<li>Non-clustered index should be created on columns of table based on query which is running</li>
<li>Following priority order should be followed when any index is created a) WHERE clause, b) JOIN clause, c) ORDER BY  clause,  d)  SELECT clause</li>
<li>Do not to use Views or replace views with original source table</li>
<li>Triggers should not be used if possible, incorporate the logic of trigger in stored procedure</li>
<li>Remove any adhoc queries and use Stored Procedure instead</li>
<li>Check if there is atleast 30% HHD is empty – it improves the performance a bit</li>
<li>If possible move the logic of UDF to SP as well</li>
<li>Remove * from SELECT and use columns which are only necessary in code</li>
<li>Remove any unnecessary joins from table</li>
<li>If there is cursor used in query, see if there is any other way to avoid the usage of this (either by SELECT … INTO or INSERT … INTO,     etc)</li>
</ul>
<p>Source : <a href="http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/" target="_blank">SqlAuthority</a></p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7</title>
		<link>http://code4asp.net/main/?p=42</link>
		<comments>http://code4asp.net/main/?p=42#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[advantages of windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=42</guid>
		<description><![CDATA[Windows 7 is finally released into the wild!  So far the operating system has received great reviews around the web. Amazon even said that Windows 7 is bigger than Harry Potter, so things are looking bright for them . Many say that Windows 7 is what Windows Vista should have been, an optimized operating system [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Windows 7</strong> is finally released into the wild!  So far the operating system has received great reviews around the web. Amazon even said that <a href="http://mashable.com/2009/10/21/windows-7-bigger-harry-potter/" target="_blank">Windows 7 is bigger than Harry Potter</a>, so things are looking bright for them <img src="http://blogger.code4asp.net/emoticons/smile.png" alt="" border="0" /> .</p>
<p><a href="http://code4asp.net/main/wp-content/uploads/2012/01/Windows_7.png"><img class="aligncenter size-medium wp-image-44" title="Windows_7" src="http://code4asp.net/main/wp-content/uploads/2012/01/Windows_7-300x117.png" alt="" width="300" height="117" /></a></p>
<p>Many say that Windows 7 is what Windows Vista should have been, an optimized operating system that combines the looks of today with interesting new features and less bloat.</p>
<p>Here are the things that I personally like in Windows 7:</p>
<p>* Automatic digital camera (and other devices) recognition with proper actions displayed (e.g. copy photos from digital camera to the               computer system). No driver installation or third party software needed to do that.<br />
* The operating system feels more responsive and seems to run better on low-end hardware than Vista<br />
* Better troubleshooting options<br />
* The new taskbar. It takes a while to get used to the new features but they are very handy (e.g. pinning software to the taskbar)                    once you get used to them<br />
* Light theme customizations without system file patching<br />
* Search Connectors to search the Internet from within Windows Explorer<br />
* Better 64-bit support (meaning developers who want a certificate need to provide 32-bit and 64-bit editions of their programs)<br />
* Home Group feature for easier home network management and creation</p>
<p><a href="http://windows7news.com/" target="_blank">Also Check Windows 7 Blog</a></p>
<p><strong>Snip from the PCMAG: </strong></p>
<p>“<em>Microsoft’s decision to leave Windows XP users behind, with no easy upgrade path to Windows 7, is, possibly, the sole mistake of an otherwise pitch-perfect product development and launch campaign.</em></p>
<p><em>Yes, I know there’s precedent for Microsoft not helping customers upgrade from multi-generations-old operating systems. When XP shipped in October of 2001, Windows 3.1 and even Windows 95 were left behind. The exact phrasing Microsoft uses in its literature is: “No Supported Upgrade Paths.” When Vista shipped in January 2007, XP had multiple paths, but Windows 2000 (and older OSs) were left out in the cold</em>. <a href="http://www.pcmag.com/article2/0,2817,2350740,00.asp" target="_blank">more..</a>“</p>
<p>Have you already installed W7 on your computer? Let me know what you think in the comment section!</p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 and ASP.NET 4.0 beta 1 Released</title>
		<link>http://code4asp.net/main/?p=46</link>
		<comments>http://code4asp.net/main/?p=46#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[.net framework 4]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[c# 4]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[vs 2010]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=46</guid>
		<description><![CDATA[Microsoft has released Visual Studio 2010 and ASP.NET 4.0 beta 1recently, I felt there are some amazing features which can help developer improve productivity. Visual Studio 2010 and .NET Framework 4 focuses on the core pillars of developer experience, support for the latest platforms, targeted experiences for specific application types, and core architecture improvements. Check [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released Visual Studio 2010 and ASP.NET 4.0 beta 1recently, I felt there are some amazing features which can help developer improve productivity.</p>
<p><strong>Visual Studio 2010 and .NET Framework 4</strong> focuses on the core pillars of developer experience, support for the latest platforms, targeted experiences for specific application types, and core architecture improvements.</p>
<p>Check out the following links:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd409230%28VS.100%29.aspx" target="_blank">What’s New in Visual Studio 2010</a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb386063%28VS.100%29.aspx" target="_blank">What’s New in the .NET Framework 4</a></p>
<p><a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx" target="_blank">Download Visual Studio 2010 and .NET Framework 4 Beta 1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk Insert – SQL Server</title>
		<link>http://code4asp.net/main/?p=48</link>
		<comments>http://code4asp.net/main/?p=48#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[insert multiple values]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server bulk insert]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=48</guid>
		<description><![CDATA[Sample: CREATE  PROCEDURE InsertEmployees /* ———————————————————- Parameters In : @strXML = contains employee list as XML Example:   ‘&#60;root&#62; &#60;emp EmpName=”Srinath” EmpSalary=”10000″ /&#62; &#60;emp EmpName=”sree” EmpSalary=”15000″ /&#62; &#60;/root&#62;’ ———————————————————- */ @strXML varchar(8000) AS Declare @intPointer int exec sp_xml_preparedocument @intPointer output, @strXML INSERT into employee SELECT  EmpName, EmpSalary FROM OpenXml(@intPointer,’/root/emp’,2) WITH EmpName varchar(20) ‘@EmpName’ , EmpSalary varchar(20) [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Sample: </strong><br />
CREATE  PROCEDURE InsertEmployees<br />
/* ———————————————————-<br />
Parameters<br />
In :<br />
@strXML = contains employee list as XML<br />
Example:   ‘&lt;root&gt;<br />
&lt;emp EmpName=”Srinath” EmpSalary=”10000″ /&gt;<br />
&lt;emp EmpName=”sree” EmpSalary=”15000″ /&gt;<br />
&lt;/root&gt;’<br />
———————————————————- */<br />
@strXML varchar(8000)<br />
AS</em></p>
<p><em> Declare @intPointer int</em></p>
<p><em> exec sp_xml_preparedocument @intPointer output, @strXML </em></p>
<p><em> INSERT into employee</em></p>
<p><em> SELECT  EmpName, EmpSalary</em></p>
<p><em> FROM OpenXml(@intPointer,’/root/emp’,2)</em></p>
<p><em> WITH EmpName varchar(20) ‘@EmpName’ , EmpSalary varchar(20) ‘@EmpSalary’)</em></p>
<p><em> exec sp_xml_removedocument @intPointer</em></p>
<p><em>———————–</em></p>
<p><em>EXEC InsertEmployees ‘&lt;root&gt;&lt;emp EmpName=”Srinath” EmpSalary=”10000″ /&gt;&lt;emp EmpName=”sree” EmpSalary=”15000″ /&gt;&lt;/root&gt;’</em></p>
<p><em> </em><strong>sp_xml_preparedocument </strong></p>
<p>Reads the XML text provided as input, parses the text by using the MSXML parser (Msxmlsql.dll), and provides the parsed document in a state ready for consumption. This parsed document is a tree representation of the various nodes in the XML document: elements, attributes, text, comments, and so on.</p>
<p><strong>sp_xml_preparedocument</strong> returns a handle that can be used to access the newly created internal representation of the XML document. This handle is valid for the duration of the session or until the handle is invalidated by executing sp_xml_removedocument.</p>
<p><strong>OPENXML</strong></p>
<p>OPENXML provides a rowset view over an XML document. Because OPENXML is a rowset provider, OPENXML can be used in Transact-SQL statements in which rowset providers such as a table, view, or the OPENROWSET function can appear.</p>
<p>Sample:<br />
<em><br />
OpenXml(@intPointer,’/root/emp’,2)</em></p>
<p><em>WITH EmpName varchar(20) ‘@EmpName’ , EmpSalary varchar(20) ‘@EmpSalary’)</em></p>
<p>&nbsp;</p>
<p><strong>sp_xml_removedocument </strong></p>
<p>Removes the internal representation of the XML document specified bythe document handle and invalidates the document handle. To avoidrunning out of memory, will run sp_xml_removedocument to free up the memory.<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery – Samples</title>
		<link>http://code4asp.net/main/?p=50</link>
		<comments>http://code4asp.net/main/?p=50#comments</comments>
		<pubDate>Sun, 02 Aug 2009 21:35:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery accordian]]></category>
		<category><![CDATA[jquery animation]]></category>
		<category><![CDATA[jquery menu]]></category>
		<category><![CDATA[jquery modal popup]]></category>
		<category><![CDATA[jquery popup]]></category>
		<category><![CDATA[jquery samples]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=50</guid>
		<description><![CDATA[Few collection of jQuery samples are given below. Also check this link : JQuery Samples – Advanceed Menus, Navigations jQuery Tabs Plugin – awesome! . [demo nested tabs.] another jQuery nested Tab Set example (based on jQuery Tabs Plugin). jQuery idTabs. jdMenu – Hierarchical Menu Plugin for jQuery. jQuery SuckerFish Style. jQuery Plugin Treeview. treeView [...]]]></description>
			<content:encoded><![CDATA[<div>
<h3></h3>
<h3>Few collection of jQuery samples are given below. Also check this link : <a href="http://www.noupe.com/ajax/50-amazing-jquery-examples-part1.html">JQuery Samples – Advanceed</a></h3>
<h3>Menus, Navigations</h3>
<p><a href="http://stilbuero.de/jquery/tabs_3/" target="_blank">jQuery Tabs Plugin – awesome! </a>. [<a href="http://stilbuero.de/jquery/tabs_3/nested.html" target="_blank">demo nested tabs</a>.]</p>
<p><a href="http://blog.cutterscrossing.com/index.cfm/2007/6/15/Updated-JQuery-Nested-Tab-Set-with-Demo" target="_blank">another jQuery nested Tab Set example (based on jQuery Tabs Plugin)</a>.</p>
<p><a href="http://www.sunsean.com/idTabs/" target="_blank">jQuery idTabs</a>.</p>
<p><a href="http://jdsharp.us/jQuery/plugins/jdMenu/" target="_blank">jdMenu – Hierarchical Menu Plugin for jQuery</a>.</p>
<p><a href="http://be.twixt.us/jquery/suckerFish.php" target="_blank">jQuery SuckerFish Style</a>.</p>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/" target="_blank">jQuery Plugin Treeview</a>.</p>
<p><a href="http://be.twixt.us/jquery/treeView.php" target="_blank">treeView Basic</a>.</p>
<p><a href="http://labs.activespotlight.net/jQuery/menu_demo.html" target="_blank">FastFind Menu</a>.</p>
<p><a href="http://www.getintothis.com/blog/2006/09/26/my-first-jquery-plugin-a-sliding-menu/" target="_blank">Sliding Menu</a>.</p>
<p><a href="http://gmarwaha.com/blog/?p=7" target="_blank">Lava Lamp jQuery Menu</a>.</p>
<p><a href="http://icon.cat/wiki/IconDock_En#iconDock_jQuery_Plugin" target="_blank">jQuery iconDock</a>.</p>
<p><a href="http://cherne.net/brian/resources/jquery.variations.html" target="_blank">jVariations Control Panel</a>.</p>
<p><a href="http://www.trendskitchens.co.nz/jquery/contextmenu/" target="_blank">ContextMenu plugin</a>.</p>
<p><a href="http://p.sohei.org/jquery-plugins/clickmenu/" target="_blank">clickMenu</a>.</p>
<p><a href="http://www.ndesign-studio.com/blog/mac/css-dock-menu" target="_blank">CSS Dock Menu</a>.</p>
<p><a href="http://webexpose.org/2006/12/28/jquery-pop-up-menu-tutorial/" target="_blank">jQuery Pop-up Menu Tutorial</a>.</p>
<p><a href="http://www.getintothis.com/blog/2006/09/26/my-first-jquery-plugin-a-sliding-menu/" target="_blank">Sliding Menu</a>.</p>
<p>&nbsp;</p>
<h3>Form Validation</h3>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank">jQuery Validation</a>.</p>
<p><a href="http://www.dyve.net/jquery/?autohelp" target="_blank">Auto Help</a>.</p>
<p><a href="http://www.willjessup.com/sandbox/jquery/form_validator/form_validate.html" target="_blank">Simple jQuery form validation</a>.</p>
<p><a href="http://letmehaveblog.blogspot.com/2007/08/easy-client-side-web-forms-validations.html" target="_blank">jQuery XAV- form validations</a>.</p>
<p><a href="http://itgroup.com.ph/alphanumeric/" target="_blank">jQuery AlphaNumeric</a>.</p>
<p><a href="http://digitalbush.com/projects/masked-input-plugin" target="_blank">Masked Input</a>.</p>
<p><a href="http://www.dennydotnet.com/post/TypeWatch-jQuery-Plugin.aspx" target="_blank">TypeWatch Plugin</a>.</p>
<p><a href="http://jquery.com/plugins/project/TextLimiter" target="_blank">Text limiter for form fields</a>.</p>
<p><a href="http://www.shawngo.com/gafyd/index.html" target="_blank">Ajax Username Check with jQuery</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>File upload</h3>
<p><a href="http://www.phpletter.com/Demo/AjaxFileUpload-Demo/" target="_blank">Ajax File Upload</a>.</p>
<p><a href="http://www.pixeline.be/experiments/jqUploader/" target="_blank">jQUploader</a>.</p>
<p><a href="http://www.fyneworks.com/jquery/multiple-file-upload/" target="_blank">Multiple File Upload plugin</a>.</p>
<p><a href="http://www.appelsiini.net/projects/filestyle" target="_blank">jQuery File Style</a>.</p>
<p><a href="http://jquery.com/plugins/project/InputFileCSS" target="_blank">Styling an input type file</a>.</p>
<p><a href="http://digitalbush.com/projects/progress-bar-plugin" target="_blank">Progress Bar Plugin</a>.</p>
</div>
<div>
<h3>Form – Select Box samples</h3>
<p><a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" target="_blank">jQuery Combobox</a>.</p>
<p><a href="http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/" target="_blank">jQuery controlled dependent (or Cascadign) Select List</a>.</p>
<p><a href="http://code.google.com/p/jqmultiselects/" target="_blank">Multiple Selects</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/select/" target="_blank">Select box manipulation</a>.</p>
<p><a href="http://code.google.com/p/jqueryselectcombo/" target="_blank">Select Combo Plugin</a>.</p>
<p><a href="http://www.msxhost.com/jquery/linked-selects/json/%20target=" target="_blank">jQuery = LinkedSelect</a></p>
<p><a href="http://remysharp.com/2007/09/18/auto-populate-multiple-select-boxes/" target="_blank">Auto-populate multiple select boxes</a>.</p>
<p><a href="http://www.sitespotting.it/esempi/002/" target="_blank">Choose Plugin (Select Replacement)</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Form Basics.,.</h3>
<p><a href="http://www.malsup.com/jquery/form/" target="_blank">jQuery Form Plugin</a>.</p>
<p><a href="http://code.handlino.com/wiki/jquery-form" target="_blank">jQuery-Form</a>.</p>
<p><a href="http://envero.org/jlook/" target="_blank">jLook Nice Forms</a>.</p>
<p><a href="http://www.whitespace-creative.com/jquery/jNice/" target="_blank">jNice</a>.</p>
<p><a href="http://www.brainfault.com/2007/07/07/pin-plugin-reloaded/" target="_blank">Ping Plugin</a>.</p>
<p><a href="http://grzegorz.frydrychowicz.net/jquery_toggleformtext/" target="_blank">Toggle Form Text</a>.</p>
<p><a href="http://thoughts.kuzemchak.net/entry/toggleval-for-jquery/" target="_blank">ToggleVal</a>.</p>
<p><a href="http://www.pengoworks.com/workshop/jquery/field.plugin.htm" target="_blank">jQuery Field Plugin</a>.</p>
<p><a href="http://code.befruit.com/" target="_blank">jQuery Form – Field plugin</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/checkboxes/" target="_blank">jQuery Checkbox manipulation</a>.</p>
<p><a href="http://www.alcoholwang.cn/jquery/jTaggingDemo.htm" target="_blank">jTagging</a>.</p>
<p><a href="http://code.google.com/p/labelcheck/" target="_blank">jQuery labelcheck</a>.</p>
<p><a href="http://scott.sauyet.com/thoughts/archives/2007/03/31/overlabel-with-jquery/" target="_blank">Overlabel</a>.</p>
<p><a href="http://blog.amicoimmaginario.it/2007/08/28/jquery-plugin-3-state-radio-buttons/" target="_blank">3 state radio buttons</a>.</p>
<p><a href="http://sanisoft-demo.com/jquery/plugins/shiftcheckbox/" target="_blank">ShiftCheckbox jQuery Plugin</a>.</p>
<p><a href="http://digitalbush.com/projects/watermark-input-plugin" target="_blank">Watermark Input</a>.</p>
<p><a href="http://kawika.org/jquery/checkbox/" target="_blank">jQuery Checkbox (checkboxes with imags)</a>.</p>
<p><a href="http://www.softwareunity.com/sandbox/jqueryspinbtn/" target="_blank">jQuery SpinButton Control</a>.</p>
<p><a href="http://www.phpletter.com/form_builder/demo.html" target="_blank">jQuery Ajax Form Builder</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/focusfields/" target="_blank">jQuery Focus Fields</a>.</p>
<p><a href="http://home.iprimus.com.au/kbwood/jquery/timeEntry.html" target="_blank">jQuery Time Entry</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Time, Date and Color Picker</h3>
<p><a href="http://marcgrabanski.com/code/ui-datepicker/" target="_blank">jQuery UI Datepicker</a>.</p>
<p><a href="http://kelvinluck.com/assets/jquery/datePicker/" target="_blank">jQuery date picker plugin</a>.</p>
<p><a href="http://code.google.com/p/jquery-timepicker/" target="_blank">jQuery Time Picker</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/timepicker/" target="_blank">Time Picker</a>.</p>
<p><a href="http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm" target="_blank">ClickPick</a>.</p>
<p><a href="http://labs.perifer.se/timedatepicker/" target="_blank">TimePicker</a>.</p>
<p><a href="http://acko.net/dev/farbtastic" target="_blank">Farbtastic jQuery Color Picker Plugin</a>.</p>
<p><a href="http://www.intelliance.fr/jquery/color_picker/" target="_blank">Color Picker by intelliance.fr</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Rating Plugins</h3>
<p><a href="http://www.phpletter.com/Demo/Jquery-Star-Rating-Plugin/#" target="_blank">jQuery Star Rating Plugin</a>.</p>
<p><a href="http://www.m3nt0r.de/devel/raterDemo/" target="_blank">jQuery Star Rater</a>.</p>
<p><a href="http://riderdesign.com/articles/displayarticle.aspx?articleid=21" target="_blank">Content rater with asp.net, ajax and jQuery</a>.</p>
<p><a href="http://www.learningjquery.com/2007/05/half-star-rating-plugin" target="_blank">Half-Star Rating Plugin</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Search Plugins</h3>
<p><a href="http://www.vulgarisoip.com/2007/08/06/jquerysuggest-11/" target="_blank">jQuery Suggest</a>.</p>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" target="_blank">jQuery Autocomplete</a>.</p>
<p><a href="http://www.pengoworks.com/workshop/jquery/autocomplete.htm" target="_blank">jQuery Autocomplete Mod</a>.</p>
<p><a href="http://www.ajaxdaddy.com/demo-jquery-autocomplete.html" target="_blank">jQuery Autocomplete by AjaxDaddy</a>.</p>
<p><a href="http://dev.reach1to1.net/saurabh/jplugins/autocomplete/" target="_blank">jQuery Autocomplete Plugin with HTML formatting</a>.</p>
<p><a href="http://interface.eyecon.ro/docs/autocomplete" target="_blank">jQuery Autocompleter</a>.</p>
<p><a href="http://nodstrum.com/2007/09/19/autocompleter/" target="_blank">AutoCompleter (Tutorial with PHP&amp;MySQL)</a>.</p>
<p><a href="http://rikrikrik.com/jquery/quicksearch/" target="_blank">quick Search jQuery Plugin</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Inline Edit &amp; Editors</h3>
<p><a href="http://www.jaysalvat.com/jquery/jtageditor/" target="_blank">jTagEditor</a>.</p>
<p><a href="http://demo.wymeditor.org/demo.html" target="_blank">WYMeditor</a>.</p>
<p><a href="http://garage.pimentech.net/scripts_doc_jquery_jframe/" target="_blank">jQuery jFrame</a>.</p>
<p><a href="http://www.appelsiini.net/projects/jeditable" target="_blank">Jeditable – edit in place plugin for jQuery</a>.</p>
<p><a href="http://www.dyve.net/jquery/?editable" target="_blank">jQuery editable</a>.</p>
<p><a href="http://www.jdempster.com/category/jquery/disableTextSelect/" target="_blank">jQuery Disable Text Select Plugin</a>.</p>
<p><a href="http://15daysofjquery.com/edit-in-place-with-ajax-using-jquery-javascript-library/15/" target="_blank">Edit in Place with Ajax using jQuery</a>.</p>
<p><a href="http://davehauenstein.com/blog/archives/28" target="_blank">jQuery Plugin – Another In-Place Editor</a>.</p>
<p><a href="http://dev.iceburg.net/jquery/tableEditor/demo.php" target="_blank">TableEditor</a>.</p>
<p><a href="http://joshhundley.com/teditable-in-place-editing-for-tables/" target="_blank">tEditable – in place table editing for jQuery</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Audio, Video, Flash,.,</h3>
<p><a href="http://www.contentwithstructure.com/extras/jmedia" target="_blank">jMedia – accessible multi-media embedding</a>.</p>
<p><a href="http://sourceforge.net/projects/jbedit/" target="_blank">JBEdit â€“ Ajax online Video Editor</a>.</p>
<p><a href="http://www.sean-o.com/jquery/jmp3/" target="_blank">jQuery MP3 Plugin</a>.</p>
<p><a href="http://malsup.com/jquery/media/" target="_blank">jQuery Media Plugin</a>.</p>
<p><a href="http://jquery.lukelutman.com/plugins/flash/index.html" target="_blank">jQuery Flash Plugin</a>.</p>
<p><a href="http://www.solitude.dk/archives/embedquicktime/" target="_blank">Embed QuickTime</a>.</p>
<p><a href="http://keith-wood.name/svg.html" target="_blank">SVG Integration</a>.</p>
<p>&nbsp;</p>
<h3>Photos/Images/Galleries</h3>
<p><a href="http://jquery.com/demo/thickbox/" target="_blank">ThickBox</a>.</p>
<p><a href="http://leandrovieira.com/projects/jquery/lightbox/" target="_blank">jQuery lightBox plugin</a>.</p>
<p><a href="http://blog.joshuaeichorn.com/archives/2007/01/11/jque%3Cbr%20%3E%3C/a%3E%20ry-image-strip/" target="_blank">jQuery Image Strip</a>.</p>
<p><a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html" target="_blank">jQuery slideViewer</a>.</p>
<p><a href="http://benjaminsterling.com/2007/09/09/jquery-jqgalscroll-photo-gallery/" target="_blank">jQuery jqGalScroll 2.0</a>.</p>
<p><a href="http://benjaminsterling.com/2007/10/02/jquery-jqgalviewii-photo-gallery/" target="_blank">jQuery â€“ jqGalViewII</a>.</p>
<p><a href="http://benjaminsterling.com/2007/10/21/jqgalviewiii-proof-of-concept/" target="_blank">jQuery â€“ jqGalViewIII</a>.</p>
<p><a href="http://opiefoto.com/articles/photoslider" target="_blank">jQuery Photo Slider</a>.</p>
<p><a href="http://joanpiedra.com/jquery/thumbs/" target="_blank">jQuery Thumbs â€“ easily create thumbnails</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/jQIR/" target="_blank">jQuery jQIR Image Replacement</a>.</p>
<p><a href="http://www.gmarwaha.com/jquery/jcarousellite/index.php#what" target="_blank">jCarousel Lite</a>.</p>
<p><a href="http://projects.sevir.org/storage/jpanview/index.html" target="_blank">jQPanView</a>.</p>
<p><a href="http://sorgalla.com/projects/jcarousel/#Examples" target="_blank">jCarousel</a>.</p>
<p><a href="http://www.intelliance.fr/jquery/imagebox/" target="_blank">Interface Imagebox</a>.</p>
<p><a href="http://www.getintothis.com/blog/2006/10/12/image-gallery-using-jquery-interface-reflections/" target="_blank">Image Gallery using jQuery, Interface &amp; Reflactions</a>.</p>
<p><a href="http://realazy.org/lab/jquery/j-gallery/" target="_blank">simple jQuery Gallery</a>.</p>
<p><a href="http://chicagosocial.com/gallery/" target="_blank">jQuery Gallery Module</a>.</p>
<p><a href="http://www.eogallery.com/" target="_blank">EO Gallery</a>.</p>
<p><a href="http://flesler.blogspot.com/search/label/jQuery.ScrollShow" target="_blank">jQuery ScrollShow</a>.</p>
<p><a href="http://www.malsup.com/jquery/cycle/" target="_blank">jQuery Cycle Plugin</a>.</p>
<p><a href="http://www.projectatomic.com/en/flickr.htm" target="_blank">jQuery Flickr</a>.</p>
<p><a href="http://www.appelsiini.net/2007/9/lazy-load-images-jquery-plugin" target="_blank">jQuery Lazy Load Images Plugin</a>.</p>
<p><a href="http://www.sunsean.com/zoomi/" target="_blank">Zoomi â€“ Zoomable Thumbnails</a>.</p>
<p><a href="http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#crop" target="_blank">jQuery Crop â€“ crop any image on the fly</a>.</p>
<p><a href="http://jquery.com/plugins/project/reflection" target="_blank">Image Reflection</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Google Map</h3>
<p><a href="http://www.dyve.net/jquery/?googlemaps" target="_blank">jQuery Plugin googlemaps</a>.</p>
<p><a href="http://code.google.com/p/jmaps/" target="_blank">jMaps jQuery Maps Framework</a>.</p>
<p><a href="http://projects.sevir.org/storage/jqmaps/index.html" target="_blank">jQmaps</a>.</p>
<p><a href="http://olbertz.de/jquery/googlemap.html#" target="_blank">jQuery &amp; Google Maps</a>.</p>
<p><a href="http://snippets.dzone.com/posts/show/4361" target="_blank">jQuery Maps Interface forr Google and Yahoo maps</a>.</p>
<p><a href="http://webrocket.ulmb.com/jmaps/" target="_blank">jQuery J Maps â€“ by Tane Piper</a>.</p>
<p>&nbsp;</p>
<h3>Games</h3>
<p><a href="http://fmarcia.info/jquery/tetris/tetris.html" target="_blank">Tetris with jQuery</a>.</p>
<p><a href="http://64squar.es/" target="_blank">jQuery Chess</a>.</p>
<p><a href="http://www.bennadel.com/blog/623-jQuery-Demo-Mad-Libs-Word-Game.htm" target="_blank">Mad Libs Word Game</a>.</p>
<p><a href="http://www.alexatnet.com/node/68" target="_blank">jQuery Puzzle</a>.</p>
<p><a href="http://www.willjessup.com/sandbox/jquery/solar_system/rotator.html" target="_blank">jQuery Solar System (not a game but awesome jQuery Stuff)</a>.</p>
<p>&nbsp;</p>
</div>
<div>
<h3>Tables, Grids etc.</h3>
<p><a href="http://docs.jquery.com/Plugins/Tablesorter" target="_blank">UI/Tablesorter</a>.</p>
<p><a href="http://www.reconstrukt.com/ingrid/" target="_blank">jQuery ingrid</a>.</p>
<p><a href="http://www.trirand.com/blog/?p=13" target="_blank">jQuery Grid Plugin</a>.</p>
<p><a href="http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm" target="_blank">Table Filter â€“ awesome!</a>.</p>
<p><a href="http://dev.iceburg.net/jquery/tableEditor/demo.php" target="_blank">TableEditor</a>.</p>
<p><a href="http://www.hanpau.com/jquery/unobtrusivetreetable.php" target="_blank">jQuery Tree Tables</a>.</p>
<p><a href="http://www.javascripttoolbox.com/jquery/#expandablerows" target="_blank">Expandable â€œDetailâ€ Table Rows</a>.</p>
<p><a href="http://www.remotesynthesis.com/blog/index.cfm/2007/9/25/Sortable-Table-ColdFusion-Custom-Tag-with-jQueryUI" target="_blank">Sortable Table ColdFusion Costum Tag with jQuery UI</a>.</p>
<p><a href="http://flesler.blogspot.com/2007/10/jquerybubble.html" target="_blank">jQuery Bubble</a>.</p>
<p><a href="http://tablesorter.com/docs/" target="_blank">TableSorter</a>.</p>
<p><a href="http://www.webtoolkit.info/demo/jquery/scrollable/demo.html" target="_blank">Scrollable HTML Table</a>.</p>
<p><a href="http://p.sohei.org/stuff/jquery/columnmanager/demo/demo.html" target="_blank">jQuery column Manager Plugin</a>.</p>
<p><a href="http://p.sohei.org/stuff/jquery/tablehover/demo/demo.html" target="_blank">jQuery tableHover Plugin</a>.</p>
<p><a href="http://p.sohei.org/stuff/jquery/columnhover/demo/demo.html" target="_blank">jQuery columnHover Plugin</a>.</p>
<p><a href="http://makoomba.altervista.org/grid/" target="_blank">jQuery Grid</a>.</p>
<p><a href="http://motherrussia.polyester.se/jquery-plugins/tablesorter/" target="_blank">TableSorter plugin for jQuery</a>.</p>
<p><a href="http://joshhundley.com/teditable-in-place-editing-for-tables/" target="_blank">tEditable â€“ in place table editing for jQuery</a>.</p>
<p><a href="http://www.hovinne.com/dev/jquery/chartotable/" target="_blank">jQuery charToTable Plugin</a>.</p>
<p><a href="http://www.ita.es/jquery/jquery.grid.columnSizing.htm" target="_blank">jQuery Grid Column Sizing</a>.</p>
<p><a href="http://www.ita.es/jquery/jquery.grid.rowSizing.htm" target="_blank">jQuery Grid Row Sizing</a>.</p>
<p>&nbsp;</p>
<h3>Charts, Presentation.,.</h3>
<p><a href="http://worcesterwideweb.com/2007/06/04/jquery-wizard-plugin/" target="_blank">jQuery Wizard Plugin </a>.</p>
<p><a href="http://www.reach1to1.com/sandbox/jquery/jqchart/" target="_blank">jQuery Chart Plugin</a>.</p>
<p><a href="http://ejohn.org/apps/speed/" target="_blank">Bar Chart</a>.</p>
<p>&nbsp;</p>
<h3>Border, Corners, Background</h3>
<p><a href="http://www.malsup.com/jquery/corner/" target="_blank">jQuery Corner</a>.</p>
<p><a href="http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery" target="_blank">jQuery Curvy Corner</a>.</p>
<p><a href="http://dev.jquery.com/%7Epaul/plugins/nifty/example.html" target="_blank">Nifty jQuery Corner</a>.</p>
<p><a href="http://illandril.net/jQuery/transparentCorners/" target="_blank">Transparent Corners</a>.</p>
<p><a href="http://www.methvin.com/jquery/jq-corner.html" target="_blank">jQuery Corner Gallery</a>.</p>
<p><a href="http://blog.brandonaaron.net/my-jquery-plugins/gradient/" target="_blank">Gradient Plugin</a>.</p>
<h3>Text and Links</h3>
<p><a href="http://wanderinghorse.net/computing/javascript/jquery/spoilers/demo.html" target="_blank">jQuery Spoiler plugin</a>.</p>
<p><a href="http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html" target="_blank">Text Highlighting</a>.</p>
<p><a href="http://www.jdempster.com/category/jquery/disableTextSelect/" target="_blank">Disable Text Select Plugin</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/newsticker/" target="_blank">jQuery Newsticker</a>.</p>
<p><a href="http://www.ollicle.com/2007/jun/03/jquery_lineheight_flexible.html" target="_blank">Auto line-height Plugin</a>.</p>
<p><a href="http://agencenp.net/textgrad/textgrad.html" target="_blank">Textgrad â€“ a text gradient plugin</a>.</p>
<p><a href="http://kawika.org/jquery/linklook/" target="_blank">LinkLook â€“ a link thumbnail preview</a>.</p>
<p><a href="http://rikrikrik.com/jquery/pager/#examples" target="_blank">pager jQuery Plugin</a>.</p>
<p><a href="http://rikrikrik.com/jquery/shortkeys/" target="_blank">shortKeys jQuery Plugin</a>.</p>
<p><a href="http://www.ollicle.com/eg/jquery/biggerlink" target="_blank">jQuery Biggerlink</a>.</p>
<p><a href="http://troy.dyle.net/linkchecker/" target="_blank">jQuery Ajax Link Checker</a>.</p>
<p>&nbsp;</p>
<h3>Tooltips</h3>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/" target="_blank">jQuery Plugin â€“ Tooltip</a>.</p>
<p><a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">jTip â€“ The jQuery Tool Tip</a>.</p>
<p><a href="http://examples.learningjquery.com/62/demo/index.html#examplesection" target="_blank">clueTip</a>.</p>
<p><a href="http://edgarverle.com/BetterTip/default.cfm" target="_blank">BetterTip</a>.</p>
<p><a href="http://ioreader.com/2007/05/15/flash-tooltips-using-jquery/" target="_blank">Flash Tooltips using jQuery</a>.</p>
<p><a href="http://www.texotela.co.uk/code/jquery/tooltipdemo/" target="_blank">ToolTip</a>.</p>
</div>
<div>
<h3>Accordions, Slide and Toggle stuff</h3>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-accordion/" target="_blank">jQuery Plugin Accordion</a>.</p>
<p><a href="http://fmarcia.info/jquery/accordion.html" target="_blank">jQuery Accordion Plugin Horizontal Way</a>.</p>
<p><a href="http://letmehaveblog.blogspot.com/2007/10/haccordion-simple-horizontal-accordion.html" target="_blank">haccordion â€“ a simple horizontal accordion plugin for jQuery</a>.</p>
<p><a href="http://dev.portalzine.de/index?/Horizontal_Accordion--print" target="_blank">Horizontal Accordion by portalzine.de</a>.</p>
<p><a href="http://berndmatzner.de/jquery/hoveraccordion/" target="_blank">HoverAccordion</a>.</p>
<p><a href="http://fmarcia.info/jquery/accordion.html" target="_blank">Accordion Example from fmarcia.info</a>.</p>
<p><a href="http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index.php" target="_blank">jQuery Accordion Example</a>.</p>
<p><a href="http://jquery.com/files/demo/dl-done.html" target="_blank">jQuery Demo â€“ Expandable Sidebar Menu</a>.</p>
<p><a href="http://www.andreacfm.com/examples/jQpanels/" target="_blank">Sliding Panels for jQuery</a>.</p>
<p><a href="http://jquery.andreaseberhard.de/toggleElements/" target="_blank">jQuery ToggleElements</a>.</p>
<p><a href="http://www.ndoherty.com/demos/coda-slider/" target="_blank">Coda Slider</a>.</p>
<p><a href="http://sorgalla.com/projects/jcarousel/#Examples" target="_blank">jCarousel</a>.</p>
<p><a href="http://www.reindel.com/accessible_news_slider/" target="_blank">Accesible News Slider Plugin</a>.</p>
<p><a href="http://icant.co.uk/sandbox/jquerycodeview/" target="_blank">Showing and Hiding code Examples</a>.</p>
<p><a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a>.</p>
<p><a href="http://sonspring.com/journal/jquery-portlets" target="_blank">jQuery Portlets</a>.</p>
<p><a href="http://jdsharp.us/jQuery/plugins/AutoScroll/" target="_blank">AutoScroll</a>.</p>
<p><a href="http://medienfreunde.com/lab/innerfade/" target="_blank">Innerfade</a>.</p>
</div>
<div>
<h3>Drag and Drop</h3>
<p><a href="http://docs.jquery.com/UI/Draggables" target="_blank">UI/Draggables</a>.</p>
<p><a href="http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/" target="_blank">EasyDrag jQuery Plugin</a>.</p>
<p><a href="http://sonspring.com/journal/jquery-portlets" target="_blank">jQuery Portlets</a>.</p>
<p><a href="http://dev.iceburg.net/jquery/jqDnR/" target="_blank">jqDnR â€“ drag, drop resize</a>.</p>
<p><a href="http://interface.eyecon.ro/demos/drag.html" target="_blank">Drag Demos</a>.</p>
<h3>XML XSL JSON Feeds</h3>
<p><a href="http://www.jongma.org/webtools/jquery/xslt/" target="_blank">XSLT Plugin</a>.</p>
<p><a href="http://cgaskell.wordpress.com/2006/11/02/jquery-ajax-call-and-result-xml-parsing/" target="_blank">jQuery Ajax call and result XML parsing</a>.</p>
<p><a href="http://jquery.com/plugins/project/xmlObjectifier" target="_blank">xmlObjectifier â€“ Converts XML DOM to JSON</a>.</p>
<p><a href="http://jquery.glyphix.com/" target="_blank">jQuery XSL Transform</a>.</p>
<p><a href="http://malsup.com/jquery/taconite/" target="_blank">jQuery Taconite â€“ multiple Dom updates</a>.</p>
<p><a href="http://www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss-atom-feed-parser-plugin" target="_blank">RSS/ATOM Feed Parser Plugin</a>.</p>
<p><a href="http://www.malsup.com/jquery/gfeed/" target="_blank">jQuery Google Feed Plugin</a>.</p>
<p>&nbsp;</p>
<h3>Alert, Prompt, Confirm Windows</h3>
<p><a href="http://trentrichardson.com/Impromptu/" target="_blank">jQuery Impromptu</a>.</p>
<p><a href="http://nadiaspot.com/jquery/confirm" target="_blank">jQuery Confirm Plugin</a>.</p>
<p><a href="http://dev.iceburg.net/jquery/jqModal/" target="_blank">jqModal</a>.</p>
<p><a href="http://www.ericmmartin.com/projects/simplemodal/" target="_blank">SimpleModal</a>.</p>
<h3>CSS</h3>
<p><a href="http://www.kelvinluck.com/article/switch-stylesheets-with-jquery" target="_blank">jQuery Style Switcher</a>.</p>
<p><a href="http://andykent.bingodisk.com/bingo/public/jss/" target="_blank">JSS â€“ Javascript StyleSheets</a>.</p>
<p><a href="http://flesler.blogspot.com/2007/11/jqueryrule.html" target="_blank">jQuery Rule â€“ creation/manipulation of CSS Rules</a>.</p>
<p><a href="http://www.designerkamal.com/jPrintArea/" target="_blank">jPrintArea</a>.</p>
</div>
<div>
<h3>DOM, Ajax and other jQuery plugins</h3>
<p><a href="http://flydom.socianet.com/" target="_blank">FlyDOM</a>.</p>
<p><a href="http://brandonaaron.net/docs/dimensions/#getting-started" target="_blank">jQuery Dimenion Plugin</a>.</p>
<p><a href="http://happygiraffe.net/blog/articles/2007/09/26/jquery-logging" target="_blank">jQuery Loggin</a>.</p>
<p><a href="http://jquery.com/plugins/project/metadata" target="_blank">Metadata – extract metadata from classes, attributes, elements</a>.</p>
<p><a href="http://johannburkard.de/blog/programming/javascript/inc-a-super-tiny-client-side-include-javascript-jquery-plugin.html" target="_blank">Super-tiny Client-Side Include Javascript jQuery Plugin</a>.</p>
<p><a href="http://humanized.com/weblog/2007/09/14/undo-made-easy-with-ajax-part-1/" target="_blank">Undo Made Easy with Ajax</a>.</p>
<p><a href="http://www.jasons-toolbox.com/JHeartbeat/" target="_blank">JHeartbeat – periodically poll the server</a>.</p>
<p><a href="http://www.appelsiini.net/projects/lazyload" target="_blank">Lazy Load Plugin</a>.</p>
<p><a href="http://blog.brandonaaron.net/2007/08/19/new-plugin-live-query/" target="_blank">Live Query</a>.</p>
<p><a href="http://jquery.offput.ca/every/" target="_blank">jQuery Timers</a>.</p>
<p><a href="http://www.joanpiedra.com/jquery/shareit/" target="_blank">jQuery Share it – display social bookmarking icons</a>.</p>
<p><a href="http://www.jdempster.com/category/code/jquery/cookiejar/" target="_blank">jQuery serverCookieJar</a>.</p>
<p><a href="http://ideamill.synaptrixgroup.com/?p=3" target="_blank">jQuery autoSave</a>.</p>
<p><a href="http://www.semicomplete.com/blog/geekery/jquery-interface-puffer.html" target="_blank">jQuery Puffer</a>.</p>
<p><a href="http://33rockers.com/jquery/iframe-demo/" target="_blank">jQuery iFrame Plugin</a>.</p>
<p><a href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/" target="_blank">Cookie Plugin for jQuery</a>.</p>
<p><a href="http://leftlogic.com/lounge/articles/jquery_spy2" target="_blank">jQuery Spy- awesome plugin</a>.</p>
<p><a href="http://www.learningjquery.com/2007/01/effect-delay-trick" target="_blank">Effect Delay Trick</a>.</p>
<p><a href="http://jquick.sullof.com/jquick/" target="_blank">jQuick – a quick tag creator for jQuery</a>.</p>
<p><a href="http://noteslog.com/post/metaobjects-11-released-today/" target="_blank">Metaobjects</a>.</p>
<p><a href="http://www.thunderguy.com/semicolon/2007/08/14/elementready-jquery-plugin/" target="_blank">elementReady</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
<p><strong>Few more samples:</strong></p>
<p><strong> </strong> <a href="http://training.learningjquery.com/select-css.html">Selection</a> – CSS</p>
<p><a href="http://training.learningjquery.com/select-attr.html">Selection</a> – Attributes</p>
<p><a href="http://training.learningjquery.com/select-form.html">Selection</a> – Forms</p>
<p><a href="http://training.learningjquery.com/select-custom.html">Selection</a> – Custom</p>
<p><a href="http://training.learningjquery.com/select-traversing.html">Selection</a> – Traversal Methods</p>
<p><a href="http://training.learningjquery.com/element-manipulation.html">Element Manipulation</a></p>
<p><a href="http://training.learningjquery.com/document-manipulation.html">Document Manipulation</a></p>
<p><a href="http://training.learningjquery.com/events.html">Events</a></p>
<p><a href="http://training.learningjquery.com/effects.html">Effects</a></p>
<p><a href="http://training.learningjquery.com/ajax.html">Ajax</a><br />
<a href="http://jquery.com/demo/thickbox/"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop down menu disappears behind SELECT box in IE6 ?</title>
		<link>http://code4asp.net/main/?p=55</link>
		<comments>http://code4asp.net/main/?p=55#comments</comments>
		<pubDate>Sun, 02 Aug 2009 20:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS and Themes]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[Drop down menu disappears]]></category>
		<category><![CDATA[Drop down menu error]]></category>
		<category><![CDATA[dropdown in ie]]></category>
		<category><![CDATA[SELECT box in IE6]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=55</guid>
		<description><![CDATA[very nice article. Just check it out. Click here for more details.,.]]></description>
			<content:encoded><![CDATA[<p><strong>very nice article. Just check it out.</strong></p>
<p><strong><a href="http://thedesignsuperhero.com/2008/02/drop-down-menu-disappears-behind-select-box-in-ie6/">Click here for more details.,.</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful sql queries</title>
		<link>http://code4asp.net/main/?p=56</link>
		<comments>http://code4asp.net/main/?p=56#comments</comments>
		<pubDate>Mon, 27 Jul 2009 20:52:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Interview Question]]></category>
		<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[delete duplicate rows]]></category>
		<category><![CDATA[second rank]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql tips]]></category>

		<guid isPermaLink="false">http://code4asp.net/main/?p=56</guid>
		<description><![CDATA[1. Query to delete duplicate values in database table. Eg: Deletes duplicate Employee names DELETE FROM Employee WHERE Employeeid IN ( SELECT Employeeid FROM (SELECT Employeename, Employeeid, rank() OVER ( PARTITION BY Employeename ORDER BY Employeeid) [ROW_NUMBER] FROM Employee ) [Test] WHERE ROW_NUMBER &#62; 1 ) Query to slect duplicate Employee names: SELECT Employeeid FROM [...]]]></description>
			<content:encoded><![CDATA[<p>1<strong>. Query to delete duplicate values in database table.</strong></p>
<p>Eg: Deletes duplicate Employee names</p>
<p><em> DELETE FROM Employee WHERE Employeeid IN (<br />
SELECT Employeeid<br />
FROM<br />
(SELECT<br />
Employeename,<br />
Employeeid,<br />
rank() OVER ( PARTITION BY Employeename ORDER BY Employeeid) [ROW_NUMBER]<br />
FROM Employee<br />
)<br />
[Test]<br />
WHERE ROW_NUMBER &gt; 1<br />
)<br />
</em></p>
<p>Query to slect duplicate Employee names:</p>
<p><em>SELECT Employeeid<br />
FROM<br />
(SELECT<br />
Employeename,<br />
Employeeid,<br />
rank() OVER ( PARTITION BY Employeename ORDER BY Employeeid) [ROW_NUMBER]<br />
FROM Employee<br />
)<br />
[Test]<br />
WHERE ROW_NUMBER &gt; 1</em></p>
<p>The table must have identity column, which will be used to identify the duplicate records. Table in example is has ID as Identity Column and Columns which have duplicate data are DuplicateColumn1 and DuplicateColumn2.</p>
<p><em>DELETE<br />
FROM Table_NAME<br />
WHERE ID NOT IN<br />
(<br />
SELECT MAX(ID)<br />
FROM Table_NAME<br />
GROUP BY DuplicateColumn1, DuplicateColumn2)</em></p>
<p>2.<strong> Query to find the Nth largest and smallest element.</strong></p>
<p>nth largest<br />
<em>select min(Salary) from employee where Salary in (select top n Salary from employee order by Salary desc)</em></p>
<p>nth smallest<br />
<em>select max(Salary) from emp where Salary in (select top n Salary from employee order by Salary asc)</em></p>
<p>3. <strong>Query to display the no. of occurence of an item in a database table.</strong><br />
<em><br />
select EmployeeName,count(EmployeeName)<br />
from Employee<br />
group by EmployeeName</em></p>
<p>Similarly, we can find the elements with more than one occurence.</p>
<p><em><br />
select EmployeeName,count(EmployeeName)<br />
from Employee<br />
group by EmployeeName<br />
having count(EmployeeName) &gt; 1</em></p>
<p>4. <strong>How to find Currently Running Queries.</strong></p>
<p><em>SELECT sqltext.TEXT ‘Current running queries’,<br />
req.session_id [Session Id],<br />
req.status [Status],<br />
req.command [Command],<br />
req.cpu_time [CPU Time],<br />
req.total_elapsed_time [Total Elapsed Time]<br />
FROM sys.dm_exec_requests req<br />
CROSS APPLY sys.dm_exec_sql_text(sql_handle) AS sqltext </em></p>
<p>5. <strong>Query to display sequential number of a row of a result set, starting at 1 for the first row.</strong></p>
<p><em>SELECT EmployeeName, ROW_NUMBER() OVER(ORDER BY EmployeeID DESC) AS ‘Row Number’<br />
FROM Employees</em></p>
]]></content:encoded>
			<wfw:commentRss>http://code4asp.net/main/?feed=rss2&#038;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

