<?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>willcodeforcoffee.com &#187; ASP.Next</title>
	<atom:link href="http://willcodeforcoffee.com/category/aspnet/aspnext/feed/" rel="self" type="application/rss+xml" />
	<link>http://willcodeforcoffee.com</link>
	<description>The personal programming blog of Eric Hoff.</description>
	<lastBuildDate>Tue, 02 Mar 2010 17:06:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Some jQuery Tools for working with ASP.NET</title>
		<link>http://willcodeforcoffee.com/2008/10/23/some-jquery-tools-for-working-with-aspnet/</link>
		<comments>http://willcodeforcoffee.com/2008/10/23/some-jquery-tools-for-working-with-aspnet/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 18:47:37 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[ASP.Next]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://willcodeforcoffee.com/?p=45</guid>
		<description><![CDATA[It was recently announced that the next version of ASP.NET (4.0?) would ship with jQuery, and the new Beta of the ASP.NET MVC Framework shipped with jQuery as well.  I&#8217;ve been using jQuery with ASP.NET for a while, so I wanted to post some links related to jQuery to help some other people who are [...]]]></description>
			<content:encoded><![CDATA[<p>It was recently <a title="Scott Guthrie's Blog Post" href="http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx" target="_blank">announced</a> that the next version of ASP.NET (4.0?) would ship with <a title="jQuery.com" href="http://jquery.com/" target="_blank">jQuery</a>, and the new <a title="Scott Guthrie's Blog Announcement" href="http://weblogs.asp.net/scottgu/archive/2008/10/16/asp-net-mvc-beta-released.aspx" target="_blank">Beta of the ASP.NET MVC Framework</a> shipped with <a href="http://weblogs.asp.net/scottgu/archive/2008/10/16/asp-net-mvc-beta-released.aspx#two" target="_blank">jQuery</a> as well.  I&#8217;ve been using jQuery with ASP.NET for a while, so I wanted to post some links related to jQuery to help some other people who are jQuery noobs out.</p>
<p><span id="more-45"></span><strong>1. Custom jQuery Selector</strong></p>
<p>One of the best parts of jQuery is it&#8217;s robost CSS style element selector. However, ASP.NET screws up our element IDs.  John Sheehan did some cool research and created a custom selector to select items based on the <em>end</em> of of the item ID.</p>
<ul>
<li><a href="http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/</a></li>
</ul>
<p><strong>2. The jQuery UI Widgets</strong></p>
<p>jQuery UI comes with some great UI widgets, especially in the development bundle.  See the download builder for all of the utilities.</p>
<ul>
<li><a href="http://ui.jquery.com/" target="_blank">http://ui.jquery.com/</a></li>
<li><a href="http://ui.jquery.com/download_builder/" target="_blank">http://ui.jquery.com/download_builder/</a></li>
</ul>
<p>Also, check out the UI Theme Roller to build custom themes.</p>
<ul>
<li><a href="http://ui.jquery.com/themeroller" target="_blank">http://ui.jquery.com/themeroller</a></li>
</ul>
<p><strong>3. The Date Picker Plugin</strong></p>
<p>I can&#8217;t remember the last app I&#8217;ve developed without a Date Picker.</p>
<ul>
<li><a href="http://plugins.jquery.com/project/datepicker" target="_blank">http://plugins.jquery.com/project/datepicker</a></li>
</ul>
<p><strong>4. The Form Plugin</strong></p>
<p>The Form plugin has some good tools, including a form data serializer (often handy when calling webservices).</p>
<ul>
<li><a href="http://malsup.com/jquery/form/" target="_blank">http://malsup.com/jquery/form/</a></li>
</ul>
<p><strong>5.  The bgiframe Plugin</strong></p>
<p>The bgIframe plugin is good for fixing Z-Index issues in popups on Internet Exploder.</p>
<ul>
<li><a href="http://plugins.jquery.com/project/bgiframe" target="_blank">http://plugins.jquery.com/project/bgiframe</a></li>
</ul>
<p><strong>6. The BlockUI Plugin</strong></p>
<p>BlockUI is handy for preventing extra button clicks on elements you&#8217;re updating with a web service or even inside an UpdatePanel if you&#8217;re still into that kind of thing&#8230;  :)</p>
<ul>
<li><a href="http://malsup.com/jquery/block/" target="_blank">http://malsup.com/jquery/block/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://willcodeforcoffee.com/2008/10/23/some-jquery-tools-for-working-with-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
