<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - published jquery stories</title>
    <description>the latest published jquery stories from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>How to pass Dictionary as a parameter to an ActionResult</title>
      <description>I'm using jQuery to make an Ajax call using an Http Post in ASP.NET MVC. I would like to be able to pass a Dictionary of values. I finally figured out the best solution is to pass JSON via the Http Post and use a custom ModelBinder to convert the JSON to a Dictionary. One thing I did in my solution is created a JsonDictionary object that inherits from Dictionary so that I can attach the custom ModelBinder to the JsonDictionary type, and it wont cause any conflicts in the future if I use Dictionary as a ActionResult parameter later on for a different purpose than JSON. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstackoverflow.com%2fquestions%2f1077481%2fhow-do-i-pass-a-dictionary-as-a-parameter-to-an-actionresult-method-from-jquery-a%2f1080721"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstackoverflow.com%2fquestions%2f1077481%2fhow-do-i-pass-a-dictionary-as-a-parameter-to-an-actionresult-method-from-jquery-a%2f1080721" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/How_to_pass_Dictionary_as_a_parameter_to_an_ActionResult</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/How_to_pass_Dictionary_as_a_parameter_to_an_ActionResult</guid>
      <pubDate>Fri, 03 Jul 2009 22:48:07 GMT</pubDate>
    </item>
    <item>
      <title>$(document).ready handler will not be fired on asynchronous postback</title>
      <description>Alternative: $(document).ready handler will not be fired on asynchronous postback &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f07%2falternative-documentready-handler-will.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f07%2falternative-documentready-handler-will.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/document_ready_handler_will_not_be_fired_on_asynchronous_postback</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/document_ready_handler_will_not_be_fired_on_asynchronous_postback</guid>
      <pubDate>Fri, 03 Jul 2009 08:54:29 GMT</pubDate>
    </item>
    <item>
      <title>Best and simple approach to deal with JSON Dates problem</title>
      <description>This article will show you how to trick and overcome the JSON date problem when you are using jQuery, JSON callback alongwith asp.net
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2009%2f06%2fbest-and-simple-approach-to-deal-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2009%2f06%2fbest-and-simple-approach-to-deal-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Best_and_simple_approach_to_deal_with_JSON_Dates_problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Best_and_simple_approach_to_deal_with_JSON_Dates_problem</guid>
      <pubDate>Fri, 03 Jul 2009 02:27:55 GMT</pubDate>
    </item>
    <item>
      <title>Upload Multiple Files in ASP.NET using jQuery</title>
      <description>Continuing my 'no less than an exciting' journey of exploring ASP.NET with jQuery, today's article will demonstrate how to Upload multiple files in ASP.NET using jQuery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d317"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d317" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Upload_Multiple_Files_in_ASP_NET_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Upload_Multiple_Files_in_ASP_NET_using_jQuery</guid>
      <pubDate>Thu, 02 Jul 2009 14:27:12 GMT</pubDate>
    </item>
    <item>
      <title>Never worry about ASP.NET AJAX's &amp;quot;d&amp;quot; again</title>
      <description>Since a lot of people are having trouble with it, I want to share one method you can use to completely isolate your code from the &amp;quot;.d&amp;quot; problem. In this post, I will show you how to detect the ".d" and how you can completely isolate your $.ajax success handler from it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f29%2fnever-worry-about-asp-net-ajaxs-d-again%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f29%2fnever-worry-about-asp-net-ajaxs-d-again%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Never_worry_about_ASP_NET_AJAX_s_d_again</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Never_worry_about_ASP_NET_AJAX_s_d_again</guid>
      <pubDate>Mon, 29 Jun 2009 17:30:00 GMT</pubDate>
    </item>
    <item>
      <title>GridView Style Edit Update in Repeater Control Using jQuery and Ajax</title>
      <description>Repeater control as such will not provide edit/update functionalities for the data. In this article, we will overcome this difficulty and provide an edit update feature similar to GridView control using the powerful jQuery library and Ajax.


 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f261_GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f261_GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/GridView_Style_Edit_Update_in_Repeater_Control_Using_jQuery_and_Ajax</guid>
      <pubDate>Fri, 26 Jun 2009 18:07:26 GMT</pubDate>
    </item>
    <item>
      <title>More jQuery Magic - Search Highlighting</title>
      <description>jQuery let's you do some really cool things in very few lines of code. In this post we go over emulating browser search highlighting that you find in most modern browsers -- all with jQuery, some Regular Expressions and a whole lot of dumb-luck! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsomewebguy.wordpress.com%2f2009%2f06%2f25%2fmore-jquery-magic-search-highlighting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsomewebguy.wordpress.com%2f2009%2f06%2f25%2fmore-jquery-magic-search-highlighting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/More_jQuery_Magic_Search_Highlighting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/More_jQuery_Magic_Search_Highlighting</guid>
      <pubDate>Fri, 26 Jun 2009 11:29:54 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Bouncing DIV or Bouncing ASP.NET Panel using jQuery</title>
      <description>Cool crazy UI stuff with jQuery &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2009%2f06%2fcreating-bouncing-div-aspnet-panel.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2009%2f06%2fcreating-bouncing-div-aspnet-panel.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Creating_a_Bouncing_DIV_or_Bouncing_ASP_NET_Panel_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Creating_a_Bouncing_DIV_or_Bouncing_ASP_NET_Panel_using_jQuery</guid>
      <pubDate>Tue, 23 Jun 2009 16:37:55 GMT</pubDate>
    </item>
    <item>
      <title>jQuery demo and documentation</title>
      <description>Demo and documentation of jQuery interactions, widgets and effects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjqueryui.com%2fdemos%2fshow%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjqueryui.com%2fdemos%2fshow%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_demo_and_documentation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_demo_and_documentation</guid>
      <pubDate>Tue, 23 Jun 2009 13:53:18 GMT</pubDate>
    </item>
    <item>
      <title>Getting ASP.NET Cookieless Sessions and JQuery AJAX to play nice</title>
      <description>I have a web site that uses JQuery AJAX. With this JQuery code $.post(&amp;quot;/ajax/getsomedata.aspx&amp;quot;, {'id': id }, function(data) { dosomething(data); } ); When I run this with cookieless=&amp;quot;false&amp;quot;, id shows up in Request.Form. When I set cookieless=&amp;quot;true&amp;quot;, id is no longer in Request.Form. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderslife.com%2fAspNet%2fArticles%2fSummary%2f92490%2fGetting-ASPNET-Cookieless-Sessions-and-JQuery-AJAX-to-play-together-nicely"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderslife.com%2fAspNet%2fArticles%2fSummary%2f92490%2fGetting-ASPNET-Cookieless-Sessions-and-JQuery-AJAX-to-play-together-nicely" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Getting_ASP_NET_Cookieless_Sessions_and_JQuery_AJAX_to_play_nice</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Getting_ASP_NET_Cookieless_Sessions_and_JQuery_AJAX_to_play_nice</guid>
      <pubDate>Tue, 23 Jun 2009 07:53:27 GMT</pubDate>
    </item>
    <item>
      <title>Drag and Drop Categorized Item List with jQuery and ASP.NET MVC</title>
      <description>How to drag items between categories (sections) and sections between columns using jQuery and ASP.NET MVC. Part 1 focuses on layout and using jQuery UI's sortable functionality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.philderksen.com%2f2009%2f06%2f18%2fdrag-and-drop-categorized-item-list-with-jquery-and-aspnet-mvc-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.philderksen.com%2f2009%2f06%2f18%2fdrag-and-drop-categorized-item-list-with-jquery-and-aspnet-mvc-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Drag_and_Drop_Categorized_Item_List_with_jQuery_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Drag_and_Drop_Categorized_Item_List_with_jQuery_and_ASP_NET_MVC</guid>
      <pubDate>Mon, 22 Jun 2009 18:20:43 GMT</pubDate>
    </item>
    <item>
      <title>Developing Web 2.0 Portal using Asp.Net MVC, Microsoft Ajax Client Tem</title>
      <description>...Check out the working portal at http://www.linksgrid.com...
Where do we start? Well, I prefer to start with database. Portal database-design itself is very simple. We need to have containers for Widgets (basic building blocks of the portal), Tabs (logical grouping of Widgets) and Users (so that we can assign Widgets to users through tabs). Below is a simple relational diagram between these entities.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flakkakula.wordpress.com%2f2009%2f06%2f18%2fdeveloping-web-2-0-portal-using-asp-net-mvc-microsoft-ajax-client-templates-and-jquery-with-drag-and-drop-widget-personalization-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flakkakula.wordpress.com%2f2009%2f06%2f18%2fdeveloping-web-2-0-portal-using-asp-net-mvc-microsoft-ajax-client-templates-and-jquery-with-drag-and-drop-widget-personalization-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Developing_Web_2_0_Portal_using_Asp_Net_MVC_Microsoft_Ajax_Client_Tem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Developing_Web_2_0_Portal_using_Asp_Net_MVC_Microsoft_Ajax_Client_Tem</guid>
      <pubDate>Sun, 21 Jun 2009 22:40:38 GMT</pubDate>
    </item>
    <item>
      <title>Web 2.0 Portal using Asp.Net MVC, Microsoft Ajax Client Templates and </title>
      <description>A few years back when I saw web 2.0 Ajax start pages like netvibes I was fascinated by the Ajax capabilities and coolness in dynamic web portals. As an enthusiastic Asp.Net developer I always wanted to develop my own Ajax Portal. While searching on web I came across several implementations and samples. Two of those samples are worth mentioning here. First one is from HTML Goodies and other is from Omar Al Zabir. First one is mostly developed using plain old javascript, thus making it fairly complex to code and maintain. Though it lacks database implementation it can be added easily and server side php code can be replaced by Asp.Net webservices or page-methods. Later one is developed using cutting edge Asp.Net technologies, Omar did an excellent job implementing an Ajax web 2.0 portal using Asp.Net, you can read about it on Omar's blog. As this implementation uses Asp.Net update panels it can not be treated as pure Ajax solution... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flakkakula.wordpress.com%2f2009%2f06%2f15%2fweb-2-0-portal-using-asp-net-mvc-microsoft-ajax-client-templates-and-jquery-with-drag-and-drop-widget-personalization%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flakkakula.wordpress.com%2f2009%2f06%2f15%2fweb-2-0-portal-using-asp-net-mvc-microsoft-ajax-client-templates-and-jquery-with-drag-and-drop-widget-personalization%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Web_2_0_Portal_using_Asp_Net_MVC_Microsoft_Ajax_Client_Templates_and</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Web_2_0_Portal_using_Asp_Net_MVC_Microsoft_Ajax_Client_Templates_and</guid>
      <pubDate>Sun, 21 Jun 2009 22:37:06 GMT</pubDate>
    </item>
    <item>
      <title>Populating RadioButtonList Using jQuery, JSON in ASP.Net</title>
      <description>Building a RadioButtonList in client side is not a straight forward task due to the way it renders to the client side.Moving forward, we will implement the same example by populating a RadioButtonList instead of a child DropDownList control. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f259_Populating_RadioButtonList_Using_jQuery_JSON_in_ASPNet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fjQuery%2f259_Populating_RadioButtonList_Using_jQuery_JSON_in_ASPNet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Populating_RadioButtonList_Using_jQuery_JSON_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Populating_RadioButtonList_Using_jQuery_JSON_in_ASP_Net</guid>
      <pubDate>Fri, 19 Jun 2009 18:26:52 GMT</pubDate>
    </item>
    <item>
      <title>Rebuilding The Google Blog Bar; jQuery-ed Version</title>
      <description> A  4KB jQuery plugin instead of  118KB Google Blog Bar!!

I have shown before how to use Google Blog Bar as related posts widget, But when I actually tried to use it on my site, I didn't like all these JavaScript/CSS files that I've to include.
And since I already use jQuery -and who doesn't- I decided to rebuild the Blog Bar from scratch. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f06%2frebuilding-google-blog-bar-jquery-ed.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f06%2frebuilding-google-blog-bar-jquery-ed.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Rebuilding_The_Google_Blog_Bar_jQuery_ed_Version</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Rebuilding_The_Google_Blog_Bar_jQuery_ed_Version</guid>
      <pubDate>Fri, 19 Jun 2009 04:43:23 GMT</pubDate>
    </item>
    <item>
      <title>Dissecting the JQuery text method</title>
      <description>An interesting question came up at work today. We had some existing code that was using the innerText dom method. It worked fine on IE, but not on Firefox (to be clear, I'm used to that working the other way around). If you look at QuirksMode you will see Firefox is the only browser that does not support this method as well. Turns out if you use innerText on any dom element in IE you will get the text inside the element (in this case a span tag), but in Firefox you just get nothing.  Time to see how JQuery does what it does. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2009%2f06%2f15%2fdissecting-jquery-text%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2009%2f06%2f15%2fdissecting-jquery-text%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Dissecting_the_JQuery_text_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Dissecting_the_JQuery_text_method</guid>
      <pubDate>Thu, 18 Jun 2009 19:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Displaying a Confirmation Dialog with the JQuery UI Dialog</title>
      <description>This article shows how to construct a Confirmation Dialog using the JQuery UI Dialog plugin. Confirmation dialogs are useful when you need to force a user to acknowledge something like a license, terms of use or other required content before procdeding with the application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2009%2f06%2f02%2fDisplaying-a-Confirmation-Dialog-with-the-JQuery-UI-Dialog.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2009%2f06%2f02%2fDisplaying-a-Confirmation-Dialog-with-the-JQuery-UI-Dialog.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Displaying_a_Confirmation_Dialog_with_the_JQuery_UI_Dialog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Displaying_a_Confirmation_Dialog_with_the_JQuery_UI_Dialog</guid>
      <pubDate>Wed, 17 Jun 2009 13:31:48 GMT</pubDate>
    </item>
    <item>
      <title>Automagic Time Localization</title>
      <description>A trick to localize timestamps without requiring users to pick their time zone manually. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2009%2f06%2f15%2fautomagic-time-localization%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2009%2f06%2f15%2fautomagic-time-localization%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Automagic_Time_Localization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Automagic_Time_Localization</guid>
      <pubDate>Mon, 15 Jun 2009 20:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Keep your javascript away from my markup </title>
      <description>Today, many web applications use alot of javascript to create a nice experiance for the user. With libraries like jQuery it is very easy to create that little extra that gives you this &amp;quot;woow&amp;quot; feeling. I use alot of javascript as well and I think it&amp;#180;s pretty fun writing when using a library like jQuery. One problem, however, that I often see in applications is that the html markup is depenting on the javascript. If the javascript doesn&amp;#180;t work correctly, then the markup is screwed up. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f37%2fKeep%2520your%2520javascript%2520away%2520from%2520my%2520markup"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f37%2fKeep%2520your%2520javascript%2520away%2520from%2520my%2520markup" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Keep_your_javascript_away_from_my_markup</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Keep_your_javascript_away_from_my_markup</guid>
      <pubDate>Fri, 12 Jun 2009 11:24:22 GMT</pubDate>
    </item>
    <item>
      <title>Getting started JQuery &amp;amp; Visual Studio .NET 2008 intellisense problem</title>
      <description>Hi there,

Today at work, I found out something weird about the JQuery intellisense feature in Visual Studio 2008.

For 99% of the developers out there you won't have a problem, but for the 1% of plugin developers, you have! But he! There's at least a workaround! Tongue out

So first: To enable intellisense completion for jQuery within VS you'll want to follow three steps (According to Scott Guthrie and Guy Burnstein) and my other step, to setup your project:

Step 1: Install VS 2008 SP1

VS 2008 SP1 adds richer JavaScript intellisense support to Visual Studio, and adds code completion support for a broad range of JavaScript libraries.

Step 2: Install VS 2008 Patch KB958502 to Support &amp;quot;-vsdoc.js&amp;quot; Intellisense Files

Last year Microsoft shipped a patch that you can apply to VS 2008 SP1 and VWD 2008 Express SP1 that causes Visual Studio to check for the presence of an optional &amp;quot;-vsdoc.js&amp;quot; file when a JavaScript library is referenced, and if present to use this to drive the JavaScript intellisense engine.

These annotated &amp;quot;-vsdoc.js&amp;quot; files can include XML comments that provide help documentation for JavaScript methods, as well as additional code intellisense hints for dynamic JavaScript signatures that cannot automatically be inferred.  You can download it for free here.

Step 3: Download the jQuery-vsdoc.js file

You can download both jQuery and the jQuery-vsdoc file from the official download page on t &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2009%2f06%2fJQuery2c-Visual-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2009%2f06%2fJQuery2c-Visual-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Getting_started_JQuery_Visual_Studio_NET_2008_intellisense_problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Getting_started_JQuery_Visual_Studio_NET_2008_intellisense_problem</guid>
      <pubDate>Thu, 11 Jun 2009 19:51:26 GMT</pubDate>
    </item>
    <item>
      <title>10 most Useful resources for jQuery across the web</title>
      <description>good resource list &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techartifact.com%2fblogs%2f2009%2f06%2f10-most-usefull-resources-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techartifact.com%2fblogs%2f2009%2f06%2f10-most-usefull-resources-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/10_most_Useful_resources_for_jQuery_across_the_web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/10_most_Useful_resources_for_jQuery_across_the_web</guid>
      <pubDate>Wed, 10 Jun 2009 12:16:58 GMT</pubDate>
    </item>
    <item>
      <title>Implementing KeyBoard Shortcuts in ASP.NET applications using jQuery </title>
      <description>Cool post on how to implement Keyboard Shortcuts in ASP.NET applications using jQuery &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d327"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d327" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Implementing_KeyBoard_Shortcuts_in_ASP_NET_applications_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Implementing_KeyBoard_Shortcuts_in_ASP_NET_applications_using_jQuery</guid>
      <pubDate>Sat, 13 Jun 2009 06:15:00 GMT</pubDate>
    </item>
    <item>
      <title>11 keystrokes that made my jQuery selector run 10x faster</title>
      <description>An in-depth analysis of the performance concerns when using a popular jQuery selector and a couple ways to dramatically speed it up, including benchmarks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f09%2f11-keystrokes-that-made-my-jquery-selector-run-10x-faster%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f09%2f11-keystrokes-that-made-my-jquery-selector-run-10x-faster%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/11_keystrokes_that_made_my_jQuery_selector_run_10x_faster</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/11_keystrokes_that_made_my_jQuery_selector_run_10x_faster</guid>
      <pubDate>Tue, 09 Jun 2009 21:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Fundamentals of jQuery</title>
      <description>. jQuery is a fast, lightweight JavaScript library that is CSS3 compliant and supports many browsers.
. The jQuery framework is extensible and very nicely handles DOM manipulations, CSS, AJAX, Events and Animations.
jQuery wrapper,The document ready handler,Extending jQuery,Selecting and Manipulating elements
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f06%2ffundamentals-of-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f06%2ffundamentals-of-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Fundamentals_of_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Fundamentals_of_jQuery</guid>
      <pubDate>Mon, 08 Jun 2009 05:40:30 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI 1.7.2</title>
      <description>Current (stable) (1.7.2: jQuery 1.3+) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjqueryui.com%2fhome"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjqueryui.com%2fhome" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_UI_1_7_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_UI_1_7_2</guid>
      <pubDate>Fri, 05 Jun 2009 11:43:01 GMT</pubDate>
    </item>
  </channel>
</rss>