Stories recently tagged with 'JSON' Subscribe to this feed

javascript interactive with webservice via JSON (mypath2us.com)

submitted by usageneusagene(85) 3 months, 30 days ago

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. read more...

add a comment | category: | Views: 8

tags: another

Realtime Related Stream Bar: A Collecta-powered jQuery plugin (www.moretechtips.net)

submitted by MikeMoreMikeMore(170) 4 months, 2 days ago

A jQuery plugin to create a bar of real-time stream of information related to your post powered by Collecta search engine. read more...

add a comment | category: | Views: 10

tags: another

Realtime Related Tweets Bar: Another jQuery Plugin (www.moretechtips.net)

submitted by MikeMoreMikeMore(170) 4 months, 15 days ago

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! read more...

add a comment | category: | Views: 7

tags: another

How to pass Dictionary as a parameter to an ActionResult (stackoverflow.com)

submitted by crpietschmanncrpietschmann(11.1k) 7 months, 5 days ago

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. read more...

add a comment | category: | Views: 41

tags: another

Update Panels and JSON Alternatives (csharp-codesamples.com)

submitted by rohanwarangrohanwarang(80) 8 months, 9 days ago

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. read more...

add a comment | category: | Views: 16

tags: another

How I handle JSON dates returned by ASP.NET AJAX (encosia.com)

published 9 months, 12 days ago, submitted by gt1329agt1329a(7460) 9 months, 12 days ago

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. read more...

add a comment | category: | Views: 177

tags: another

Code behind : A Smarter Related Posts widget for Blogger (www.moretechtips.net)

submitted by MikeMoreMikeMore(170) 10 months, 3 days ago

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. read more...

add a comment | category: | Views: 18

tags: another

Handling JSON data securely, Five JavaScript Tips in Five Days (www.peachpit.com)

submitted by peachpittvpeachpittv(10) 10 months, 29 days ago

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. read more...

add a comment | category: | Views: 24

tags: another

jQuery (smallworkarounds.blogspot.com)

published 11 months, 7 days ago, submitted by sushantpsushantp(45) 11 months, 8 days ago

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. read more...

2 comments | category: | Views: 447

tags: another

Formatter and colorer of raw JSON code (blog.bodurov.com)

submitted by vladibovladibo(40) 11 months, 21 days ago

A tool for formatting and coloring raw JSON code read more...

add a comment | category: | Views: 24

tags: another

Writing JSON to a file using Json.NET (james.newtonking.com)

published 11 months, 24 days ago, submitted by JamesNKJamesNK(2955) 11 months, 25 days ago

A couple of simple C# examples showing how to write JSON to a file using Json.NET. read more...

add a comment | category: | Views: 277

tags: another

Json Formatter (www.bodurov.com)

submitted by vladibovladibo(40) 11 months, 26 days ago

A tool for formating raw Json code read more...

add a comment | category: | Views: 49

tags: another

Building JSON,XML REST API using WCF services (www.gtrifonov.com)

submitted by gtrifonovgtrifonov(220) 1 year ago

Quick tutorial how to create and configure WCF REST API service read more...

add a comment | category: | Views: 179

tags: another

Using JsonResult in ASP.NET MVC AJAX (nayyeri.net)

published 1 year, 1 month ago, submitted by mosessaurmosessaur(5050) 1 year, 1 month ago

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. read more...

add a comment | category: | Views: 397

tags: another

Using JsonResult in ASP.NET MVC AJAX (nayyeri.net)

published 1 year, 1 month ago, submitted by mosessaurmosessaur(5050) 1 year, 1 month ago

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. read more...

add a comment | category: | Views: 397

tags: another

Json [Date -> String -> Date] (blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 1 year, 1 month ago

For them who have problems with Date on client. Conversion both sides. read more...

add a comment | category: | Views: 46

tags: another