<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with JSON</title>
    <description>the latest stories tagged with 'JSON' 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>ASP.NET web services mistake: manual JSON serialization</title>
      <description>If you've spent much time working with the .NET platform, ASP.NET's simple, convention-based approach to exposing JSON endpoints seems just about too good to be true. After years of fiddling with manual settings in XML configuration files, it's understandable to assume that working with JSON in ASP.NET would require a similar rigmarole, yet it does not.

Unfortunately, this unexpected ease-of-use isn't obvious if you don't already know about it, which has led some developers to build needlessly complicated solutions to problems that don't actually exist. In this post, I want to point out a few ways not to approach JSON in ASP.NET and then show you a couple examples of leveraging the frame work to do it "right". &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2011%2f04%2f13%2fasp-net-web-services-mistake-manual-json-serialization%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2011%2f04%2f13%2fasp-net-web-services-mistake-manual-json-serialization%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_web_services_mistake_manual_JSON_serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_web_services_mistake_manual_JSON_serialization</guid>
      <pubDate>Wed, 13 Apr 2011 18:25:34 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 3 released - Zain Shaikh's posterous</title>
      <description>For so long, I was waiting for the final release of ASP.NET MVC 3, and now the wait ends and I should properly dive into MVC. ;)

Download and Install ASP.NET MVC 3

Following is the list of some key features and improvments in ASP.NET MVC 3... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzainshaikh.posterous.com%2faspnet-mvc-3-released"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzainshaikh.posterous.com%2faspnet-mvc-3-released" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_3_released_Zain_Shaikh_s_posterous</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_3_released_Zain_Shaikh_s_posterous</guid>
      <pubDate>Sat, 15 Jan 2011 19:55:16 GMT</pubDate>
    </item>
    <item>
      <title>Showing Off bit.ly Clicks of Your Posts With jQuery</title>
      <description>bit.ly -the most common URL shortener- provides a simple RESTfull API to lookup short URL's and their clicks count.. bit.ly has recently released version 3 which added simpler, more efficient methods to query multiple URL's in one request that we are going to apply in this tutorial. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faext.net%2f2010%2f07%2fshowing-off-bit-ly-clicks-of-your-posts-with-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faext.net%2f2010%2f07%2fshowing-off-bit-ly-clicks-of-your-posts-with-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Showing_Off_bit_ly_Clicks_of_Your_Posts_With_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Showing_Off_bit_ly_Clicks_of_Your_Posts_With_jQuery</guid>
      <pubDate>Thu, 29 Jul 2010 21:31:18 GMT</pubDate>
    </item>
    <item>
      <title>Efficiently Getting Delicious Save Count of Your Posts</title>
      <description>Although there are many sites that describe how to get Delicious bookmaking count of some URL. I learned that you can get the save counts of multiple URL's in one request! And since I didn't see that mentioned anywhere -even on Delicious feeds API page- I thought I should do.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2010%2f07%2fefficiently-getting-delicious-save.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2010%2f07%2fefficiently-getting-delicious-save.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Efficiently_Getting_Delicious_Save_Count_of_Your_Posts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Efficiently_Getting_Delicious_Save_Count_of_Your_Posts</guid>
      <pubDate>Sat, 24 Jul 2010 22:32:41 GMT</pubDate>
    </item>
    <item>
      <title>javascript interactive with webservice via JSON</title>
      <description>This post demonstrates how to call webservice from javascript, this is useful while doing server side validation on a big form and do not want to postback the whole form, as well as retrieve server side data without refresh the page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmypath2us.com%2fpost%2f2009%2f10%2f10%2fjavascript-interactive-with-webservice-via-JSON.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmypath2us.com%2fpost%2f2009%2f10%2f10%2fjavascript-interactive-with-webservice-via-JSON.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/javascript_interactive_with_webservice_via_JSON</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/javascript_interactive_with_webservice_via_JSON</guid>
      <pubDate>Sat, 10 Oct 2009 12:44:03 GMT</pubDate>
    </item>
    <item>
      <title>Realtime Related Stream Bar: A Collecta-powered jQuery plugin</title>
      <description>A jQuery plugin to create a bar of real-time stream of information related to your post powered by Collecta search engine.  &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%2f10%2frealtime-realted-stream-bar-collecta.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f10%2frealtime-realted-stream-bar-collecta.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Realtime_Related_Stream_Bar_A_Collecta_powered_jQuery_plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Realtime_Related_Stream_Bar_A_Collecta_powered_jQuery_plugin</guid>
      <pubDate>Tue, 06 Oct 2009 22:40:17 GMT</pubDate>
    </item>
    <item>
      <title>Realtime Related Tweets Bar: Another jQuery Plugin</title>
      <description>With all the buzz lately about Twitter real-time search. Why don't you add a real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates!  &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%2f09%2frealtime-related-tweets-bar-another.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f09%2frealtime-related-tweets-bar-another.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Realtime_Related_Tweets_Bar_Another_jQuery_Plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Realtime_Related_Tweets_Bar_Another_jQuery_Plugin</guid>
      <pubDate>Fri, 25 Sep 2009 00:02:09 GMT</pubDate>
    </item>
    <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 20:48:07 GMT</pubDate>
    </item>
    <item>
      <title>Update Panels and JSON Alternatives</title>
      <description>In most asp.net applications users experience post backs as a result of submit action by the client browsers. These post backs can be quite annoying when just a small part of the page needs to be refreshed. Update panels are designed to perform partial post back eliminating the need for doing a complete post back for updating a part of the page.

But are these post backs truly partial? In this article we try to find out if Update panels actually improve performance by doing partial post backs or do they end up degrading it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharp-codesamples.com%2f2009%2f06%2fupdate-panels-and-json-alternatives%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharp-codesamples.com%2f2009%2f06%2fupdate-panels-and-json-alternatives%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Update_Panels_and_JSON_Alternatives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Update_Panels_and_JSON_Alternatives</guid>
      <pubDate>Sun, 31 May 2009 17:32:48 GMT</pubDate>
    </item>
    <item>
      <title>How I handle JSON dates returned by ASP.NET AJAX</title>
      <description>The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</guid>
      <pubDate>Tue, 28 Apr 2009 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Code behind : A Smarter Related Posts widget for Blogger</title>
      <description>This time I gonna describe the code behind my new widget [A Smarter Related Posts widget for Blogger]. which is based on jQuery manipulation and aggregation of Blogger JSON feeds. &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%2f04%2fcode-behind-smarter-related-posts.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f04%2fcode-behind-smarter-related-posts.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Code_behind_A_Smarter_Related_Posts_widget_for_Blogger</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Code_behind_A_Smarter_Related_Posts_widget_for_Blogger</guid>
      <pubDate>Mon, 06 Apr 2009 07:05:55 GMT</pubDate>
    </item>
    <item>
      <title>Handling JSON data securely, Five JavaScript Tips in Five Days</title>
      <description>JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.peachpit.com%2fblogs%2fblog.aspx%3fuk%3dHandling-JSON-Data-Securely1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.peachpit.com%2fblogs%2fblog.aspx%3fuk%3dHandling-JSON-Data-Securely1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Handling_JSON_data_securely_Five_JavaScript_Tips_in_Five_Days</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Handling_JSON_data_securely_Five_JavaScript_Tips_in_Five_Days</guid>
      <pubDate>Wed, 11 Mar 2009 06:02:33 GMT</pubDate>
    </item>
    <item>
      <title>jQuery </title>
      <description>This post looks into client side grid implentation using jTemplate to achieve high performance grid. It also talks about how to add additional features like paging, sorting and filtering to this client side grid. Its a highly detailed post. &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%2f02%2fjquery-aspnet-how-to-implement.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2009%2f02%2fjquery-aspnet-how-to-implement.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_1</guid>
      <pubDate>Mon, 02 Mar 2009 13:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Formatter and colorer of raw JSON code</title>
      <description>A tool for formatting and coloring raw JSON code &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bodurov.com%2fFormatter-and-colorer-of-raw-JSON-code"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bodurov.com%2fFormatter-and-colorer-of-raw-JSON-code" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Formatter_and_colorer_of_raw_JSON_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Formatter_and_colorer_of_raw_JSON_code</guid>
      <pubDate>Thu, 19 Feb 2009 12:08:38 GMT</pubDate>
    </item>
    <item>
      <title>Writing JSON to a file using Json.NET</title>
      <description>A couple of simple C# examples showing how to write JSON to a file using Json.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f02%2f14%2fwriting-json-to-a-file-using-json-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f02%2f14%2fwriting-json-to-a-file-using-json-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Writing_JSON_to_a_file_using_Json_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Writing_JSON_to_a_file_using_Json_NET</guid>
      <pubDate>Mon, 16 Feb 2009 06:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Json Formatter</title>
      <description>A tool for formating raw Json code &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bodurov.com%2fJsonFormatter"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bodurov.com%2fJsonFormatter" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Json_Formatter_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Json_Formatter_1</guid>
      <pubDate>Sat, 14 Feb 2009 07:59:09 GMT</pubDate>
    </item>
    <item>
      <title>Building JSON,XML REST API using WCF services</title>
      <description>Quick tutorial how to create and configure WCF REST API service &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.gtrifonov.com%2fblog%2f2009%2f02%2f04%2fBuilding_JSON%2cXML_REST_API_using_WCF_services.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.gtrifonov.com%2fblog%2f2009%2f02%2f04%2fBuilding_JSON%2cXML_REST_API_using_WCF_services.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Building_JSON_XML_REST_API_using_WCF_services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Building_JSON_XML_REST_API_using_WCF_services</guid>
      <pubDate>Thu, 05 Feb 2009 07:24:17 GMT</pubDate>
    </item>
    <item>
      <title>Using JsonResult in ASP.NET MVC AJAX</title>
      <description>In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fusing-jsonresult-in-asp-net-mvc-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fusing-jsonresult-in-asp-net-mvc-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_JsonResult_in_ASP_NET_MVC_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_JsonResult_in_ASP_NET_MVC_AJAX</guid>
      <pubDate>Sat, 27 Dec 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using JsonResult in ASP.NET MVC AJAX</title>
      <description>In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fusing-jsonresult-in-asp-net-mvc-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fusing-jsonresult-in-asp-net-mvc-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_JsonResult_in_ASP_NET_MVC_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_JsonResult_in_ASP_NET_MVC_AJAX</guid>
      <pubDate>Sat, 27 Dec 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Json [Date -&amp;gt; String -&amp;gt; Date]</title>
      <description>For them who have problems with Date on client. Conversion both sides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f12%2funcategorized%2fconvert-json-date-type-on-client%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f12%2funcategorized%2fconvert-json-date-type-on-client%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Json_Date_String_Date</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Json_Date_String_Date</guid>
      <pubDate>Tue, 16 Dec 2008 17:24:49 GMT</pubDate>
    </item>
    <item>
      <title>Native JSON in Internet Explorer 8</title>
      <description>Internet Explorer 8, as of Beta 2, offers native JSON parsing (JSON.parse) and serialization (JSON.stringify) while maintaining compliance with JSON support as described in, "ECMAScript 3.1 Language Specification - Draft." This will enable Ajax applications to run faster and parse untrusted payloads in a safe manner without resorting to (regex-verified) eval! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f09%2f10%2fnative-json-in-ie8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f09%2f10%2fnative-json-in-ie8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Native_JSON_in_Internet_Explorer_8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Native_JSON_in_Internet_Explorer_8</guid>
      <pubDate>Mon, 06 Oct 2008 14:33:30 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Ajax, JQuery</title>
      <description>A little while back I came across a great post on how to use JQuery to do more efficient client side paging by Dave Ward. The sample shows you how to use JQuery to do Ajax callbacks for client side paging using a grid template. After downloading the demo and parsing through it all, I found a lot of things I really liked and even came across a little gotchya with the way ASP.NET serializes dates in JSON. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f09%2fASPNET-Ajax2c-JQuery-amp3b-JSON-Date-Serialization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f09%2fASPNET-Ajax2c-JQuery-amp3b-JSON-Date-Serialization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_Ajax_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_Ajax_JQuery</guid>
      <pubDate>Wed, 24 Sep 2008 19:28:57 GMT</pubDate>
    </item>
    <item>
      <title>Easily build powerful client-side AJAX paging, using jQuery</title>
      <description>An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</guid>
      <pubDate>Wed, 20 Aug 2008 21:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Easily build powerful client-side AJAX paging, using jQuery</title>
      <description>An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</guid>
      <pubDate>Wed, 20 Aug 2008 21:31:14 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and the ASP.NET MVC Framework </title>
      <description>With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f19%2fjquery-and-the-aspnet-mvc-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f19%2fjquery-and-the-aspnet-mvc-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_the_ASP_NET_MVC_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_the_ASP_NET_MVC_Framework</guid>
      <pubDate>Thu, 21 Aug 2008 23:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>
