photo credit: SecurityFocus
"JSON" is currently a popular topic for Ajax writers. We have "JSON" focused insightful blog posts, breaking news, online videos, rare photos, and more for you from our Ajax collection.
Video: JSON from MS-AJAX and ASP.NETOriginal at YouTube
• Mon, Aug 4
By rss@youtube.com (davidmbush) http://blog.dmbcllc.com/2008/08/04/aspnet-ajax-using-json-heres-how/ How to use JSON from Microsoft AJAX in ASP.NET Author: davidmbush Keywords: asp.net ajax json Added: August 4, 2008
Persevere comes to a 1.0 release
Original at fullasagoog.com full roast blend
• Wed, Nov 18
By Ajaxian Ah the magical 1.0 release. It can feel so illusive :) Kris Zyp has announced the 1.0 of his Persevere uber-server: Persevere is JavaScript storage and application server that uses standards-based interface of HTTP/REST, JSON-RPC, JSONPath, and REST Channels. Persevere is designed for r...
Factery Labs Makes Other Search Engines Look Incomplete
Original at Read/WriteWeb
• Tue, Nov 17
By Marshall Kirkpatrick You give Factery a list of links and a keyword and it will build an index of all the facts asserted in those links about your topic of interest, delivered in XML or JSON format. The service can run on top of a search engine but could also be used in any number of other ways. I've been feeling unsatis...
Persevere comes to a 1.0 release
Original at Ajaxian » Front Page
• Mon, Nov 16
By Dion Almaer Persevere is JavaScript storage and application server that uses standards-based interface of HTTP/REST, JSON-RPC, JSONPath, and REST Channels. Persevere is designed for rich clients application and can be used with any framework or client. The Persevere Server runs on Rhino and pro...
A beginner
Original at Google AJAX API Google Group
• Fri, Nov 13
By dunnettov...@hotmail.com (LucD) My aim: printing to a web page top 10 Google hits from #1 trending topic on twitter. How: using PHP/HTML Google Search API and Twitter Trends API(?) Apparently Google AJAX API returns JSON?..I plan on using PHP only. How do I go about this. regards.
A beginner
Original at Google AJAX APIs Google Group
• Fri, Nov 13
By dunnettov...@hotmail.com (LucD) My aim: printing to a web page top 10 Google hits from #1 trending topic on twitter. How: using PHP/HTML Google Search API and Twitter Trends API(?) Apparently Google AJAX API returns JSON?..I plan on using PHP only. How do I go about this. regards.
Created Issue: ParseKnownCategoryValuesString with JSON data [25312]
Original at AjaxControlToolkit Work Item
• Wed, Nov 11
By sbake Looking at the source, this is because the string is being split on ; and then each item on : Where the value of my drop down contains my JSON data this fails for the following knownCategoryValues string: Media:1;Client:{"Name":"ABC","Id":123,"Code":"ABC","Currency":"EUR"};
Build a pureXML and JSON application, Part 3: Create OpenSocial gadgets for pureXML
Original at ibm.com
• Mon, Nov 9
With the Web 2.0 technology of OpenSocial gadgets, developers can easily include their applications in popular Web sites, such as iGoogle, MySpace, Hi5, LinkedIn, and others. In this article, explore OpenSocial gadgets through hands-on construction of an application that leverages...
Updated Plugin: JSON Editor Plugin - v0.9.4
Original at Eclipse Plugin Central
• Mon, Nov 9
JSON Editor Plugin Category: Editor Description: The JSON Editor is a simple plugin for the Eclipse IDE that provides: - Color text highlighting - An Outline Tree view - JSON validation - Text formatting - Text folding on JSON Objects and Arrays for the JSON data format.
Re: AJAX API VS. SOAP
Original at Google AJAX API Google Group
• Wed, Oct 28
• 3 related articles
By jrgeer...@gmail.com (Jeremy Geerdes) There is no SOAP/WSDL API for translations. The best you can do is utilize the RESTful interface of the AJAX API. It will return a JSON utilizing one of the parsers available from [link] . You can find details for implementing the RESTful interface in your
Related articles from Google AJAX APIs Google Group and more.
Re: AJAX API VS. SOAP
Original at Google AJAX APIs Google Group
• Wed, Oct 28
• 3 related articles
By jrgeer...@gmail.com (Jeremy Geerdes) There is no SOAP/WSDL API for translations. The best you can do is utilize the RESTful interface of the AJAX API. It will return a JSON utilizing one of the parsers available from [link] . You can find details for implementing the RESTful interface in your
Related articles from Google AJAX API Google Group and more.
Feed API mismatch between JSON title and XML title ?
Original at Google AJAX APIs Google Group
• Mon, Oct 19
By stephane.gal...@gmail.com (Stephane Galles) Hi, I've noticed that in the node of the feed returned by the API, double spaces are removed, but, they are not removed in the JSON title. As a consequence, when I parse the XML stream and want to retreive the JSON title I do not find it. I've notice this behavior the first time in this feed :
Feed API mismatch between JSON title and XML title ?
Original at Google AJAX API Google Group
• Mon, Oct 19
By stephane.gal...@gmail.com (Stephane Galles) Hi, I've noticed that in the node of the feed returned by the API, double spaces are removed, but, they are not removed in the JSON title. As a consequence, when I parse the XML stream and want to retreive the JSON title I do not find it. I've notice this behavior the first time in this feed :
Build a pureXML and JSON application, Part 1: Store and query JSON with DB2 pureXML
Original at ibm.com
• Mon, Oct 12
JavaScript Object Notation (JSON), a popular textual notation in Web 2.0, is used to represent objects (or data structures) as serialized text when clients and servers exchange information. Some applications benefit from persisting JSON objects to maintain state across sessions. In t...
JSON data to Google Map
Original at Tutorialized.com
• Fri, Sep 25
• 1 related articles
Today we are going to load JSON data thats being served from our Ruby on Rails scaffold. For this lesson I'll just concentrate on reading from JSON and display it on the map. Transportation Design - AutoCAD Civil 3D Design Road Projects 75% Faster with Automatic Documentation Updates!
Related articles from YouTube.
How To: Monitoring GlassFish v3 using its REST Interface
Original at Sun Bloggers
• Sat, Jul 18
By pelegri GlassFish v3 has a REST/HTTP interface that is implemented using Jersey. The interface is used by the GUI admin console but can also be used by other clients; for example, the data can be exported as JSON, XML or HTML and the REST + JSON combination makes JavaScript clients very easy to write.
Opinion: Registration Now Open for The Ajax Experience 2009!
Original at Ajaxian » Front Page
• Wed, Jun 17
By tberardi Ben Galbraith and Dion Almaer, Co-founders of Ajaxian.com Brendan Eich, Creator of JavaScript and CTO of Mozilla Douglas Crockford, Creator of JSON and Author of JavaScript: The Good Parts Joe Walker, Creator of DWR Nicole Sullivan, Creator of Object-Oriented CSS
Opinion: June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
Original at ASP.NET Weblogs
• Sun, Jun 7
• 1 related articles
By ScottGu AJAX Building Interactive UI with AJAX – A look at JSON Serialization: Scott Mitchell has a nice article that explores the JSON serialization format used by ASP.NET AJAX when calling web-services and server end-points from client-side script.
Minimize Code by Using jQuery and Data Templates
Original at Dr. Dobb's Journal
• Tue, Jun 2
CA I'm currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of ...
Vaadin 6 Server-Driven RIA Framework Announced - the Next ... - PR Web
Original at PR Web
• Mon, May 25
Using tons of widgets, developers can build rich web applications easily with Java on the server-side, much like creating regular desktop applications with Swing or AWT. There is no need to know anything about the client-side Ajax code or JSON ...
Using of JSON Result in Asp.net MVC 1.0
Original at ASP.NET Weblogs
• Tue, Apr 28
By mehfuzh In a post few month back , i showed how can i simulate a callback using JQuery and ASP.NET with my experimental FlickrXplorer project. More detail on this can be found at the following URL http://weblogs.asp.net/mehfuzh/archive/2008/10/13/using-jquery-to-do-ajax-form-posts-in-as...
Minimize Code by Using jQuery and Data Templates
Original at ASP.NET Weblogs
• Fri, Apr 17
By dwahlin I’m currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of dynamic HTML that has to be generated o...
How To: JSON and the Dynamic Script Tag: Easy, XML-less Web Services for JavaScript
Original at Ajax Tutorial Top List
• Sun, Mar 1
This tutorial demonstrates the alternative to classic XMLHttpRequest - dynamic script tag approach.If you make web services requests using it you can have unfettered access to the web service in a seamless, cross-domain, cross-browser fashion.
How To: Ajax Powered Google Maps Mashup Tutorial
Original at Ajax Tutorial Top List
• Sun, Mar 1
An introduction to building a simple Google Maps mashup using Ajax. Requires only a web server to host the mashup. The mashup plots location data retrieved from a simple JSON service. The true Hello World of Google Maps mashups
How to Build Quick and Simple AJAX Forms
Original at Tutorialized.com
• Mon, Feb 2
How to quickly and easily create a form that utilizes AJAX and uses JSON responses to display form results. The tutorial uses the jQuery framework as well as the jQuery Form Plugin.
How To: A Case for Simple Services - PART 3 (of 3)Original at YouTube
• Tue, Jan 6
By rss@youtube.com (simpleservices) Author: simpleservices Keywords: RSSBus "Web Services" SOAP JSON Mashup Mashable RSS SOA "Web 2.0" Ajax WSDL RIA ESB ATOM Added: January 6, 2009
More Ajax Experience Videos: JSON and JavaScript
Original at Ajax
• Tue, Jan 6
By Ben Galbraith Following-up from our previous posting, we've got some more Ajax Experience videos. This post's theme is JavaScript and JSON: Practical Functional JavaScript with Oliver Steele JSON SOA-based Client/Server App Dev with Kris Zip
Using jQuery with ASP .NET AJAX to create a cascading CheckBoxList
Original at ASP.NET Weblogs
• Fri, Nov 21
By alnurismail The app consists of two files: a web form that contains the HTML and jQuery code, and an Ajax-enabled WCF web service that returns JSON (JavaScript Object Notation) that will be rendered client side. Figure 3 - Required HTML Figure 8 - Working with JSON The Web Service
Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional
Original at ASP.NET Weblogs
• Thu, Nov 13
By Michael Schwarz With the html bridge and some client-side code you’re able to encrypt strings in JavaScript with the help of System.Security. In the AjaxSecurityProvider created above you have to override the ClientScript property to let Ajax.NET Professional encrypt the JSON strings using Silverlig...
How To: jQuery and Check Boxes
Original at Tutorialized.com
• Sun, Oct 26
Tutorial on how to create a searchform containing check boxes, when submitted we get all checked checkboxes through jQuery and send a JSON string via Ajax that will be used by PHP to get the search re... The All-New Adobe Creative Suite 4 Now Shipping: Adobe CS4: tools to help students express...
Native JSON in IE8
Original at MSDN Blogs
• Wed, Sep 10
By ieblog As you may have guessed from the title of this post, Internet Explorer 8, as of Beta 2, offers native JSON parsing and serialization. This new native JSON functionality enables Internet Explorer 8 aware AJAX applications to run both faster and safer! What’s JSON?
Thinking in REST
Original at ASP.NET Weblogs
• Wed, Aug 6
By fdumlao Once that logic is in place then, we can see how we could do the exact same thing but instead of formatting the post as an HTML web page, we could choose to format it as XML. We could choose to format it as JSON, or AMF, or any other way we might want to return that resource to the client.
Book Review: ASP.NET Ajax In Action
Original at ASP.NET Weblogs
• Mon, Aug 4
By Jose Rolando Guay Paz It really helped me get some true insights for working with Ajax. Thanks to it I've written my first javascripts to call some methods and webservices using http. And has given me a clear idea of how to work with JSON. Anyway, if you get serious about Ajax, get this book, period.
Json Frameworks
Original at Ajax Patterns
• Wed, Jun 18
By 85.139.184.133 Revision as of 00:05, 19 June 2008Current revisionLine 19:Line 19: * Methods for transformation array of JSONs to a MAP. * Methods for transformation array of JSONs to a MAP. * Methods to capturing JSON property and the contrary. * Methods to capturing JSON property and the contrary. + += JK...
Dojo and Zend Framework Integratation Released
Original at Ajax
• Wed, May 21
By Dion Almaer JSON format used strongly in both; Comprehensive Ajax Solution: Dojo has it all; Standards: "Dojo not only implements published standards, but also drives them"; Communities and support: Strong communities, with support offerings behind ...
The beauty of JSON with AJAX
Original at recruiting.com
• Wed, May 21
By Kadence JSON is a subset of the JavaScript that provides a fairly terse, dense data notation.
Json-lib & Hibernate: tips and hints
Original at JRoller
• Thu, May 1
By Andres Almiray 3. Use a PropertyFilter, allowing you a finer detail on both the source and properties to be excluded. You must pay attention on how you register a PropertyFilter as the same mechanism is used when transforming from JSON to Java.public class Person { private String name; private String last...
Ajax World East 2008 - Day 2 ReportOriginal at Sun Bloggers
• Fri, Mar 21
By arungupta The next one was REST & Ajax Reconciled. The URIs in the action attribute cannot be changed dynamicallyMost browsers recognize only GET/POST methodsLimited ecodings - for example generating JSON encoding requires extra work. It provided a REST framework checklist:
How To: Parse JSON with jQuery and JavaScript
Original at Ajax Tutorial Top List
• Thu, Dec 20
In his tutorial, Brian takes you step-by-step through the process of retrieving and parsing a JSON packet
jMakifying Roller's JSON (video)
Original at Sun Bloggers
• Thu, Dec 20
Building on Dave Johnson's Roller/JSON post, Alexis wrote a simple application consuming Roller-generated data using the jMaki framework and NetBeans 5.5. jMaki, as any framework in the Ajax space, consumes JSON data and provides a wrapper technology around existing Ajax components.
jQuery, AJAX, and JSON
Original at David Crowell
• Mon, Nov 26
By David Crowell I used the Json.NET library to serialize C# objects to JSON. That part was extremely easy. On the client end, jQuery has good support for JSON, but I had to dynamically create HTML form fields (mostly radio buttons) from javascript. ...
Opinion: JSON creator slams Ajax, Web, Why???
Original at JRoller
• Tue, Sep 11
By QinXian This left JavaScript and then XMLHttpRequest for communicating from the browser to the data server. "It was really Microsoft that created all the components that Ajax needed," Crockford said. Crockford then went through a critique of various Web technologies.
Layered Ajax Security
Original at JRoller
• Mon, Sep 10
By Ted Goddard Finally, the nondeterminism of dynamically loaded scripts make the complete Ajax system difficult to analyze from a security perspective (what cannot be analyzed is potentially a security risk). When data is passed to the browser as JSON rather than XML, even the data is dynamically ex...
How To: Mastering Ajax, Part 11: JSON on the server side
Original at ibm.com
• Mon, Aug 13
• 2 related articles
In the last article, you learned how to take an object in JavaScript and convert it into a JSON representation. That format is an easy one to use for sending (and receiving) data that maps to objects, or even arrays of objects. In this final article of the series, you'll learn how to handle data...
Related articles from fullasagoog.com full roast blend, Ajax Tutorial Top List.
Working With JSON In ColdFusion 8
Original at COLDFUSION DEVELOPER'S JOURNAL
• Mon, Jun 4
There have been some comments on other entries here regarding JSON. JSON is a data interchange format, and is primarily used as a way to package data for use with AJAX development. ColdFusion 8 (aka Scorpio) adds support for JSON in several ways.
Ajax with ICEfaces at Upcoming Conferences
Original at JRoller
• Thu, Mar 15
By Ted Goddard The idea is to make a highly interactive session where people can share their concerns and solutions on Ajax Security. We'll start with some general topics to stimulate discussion Ajax increased security risk? JSON a script-injection risk? ?Same-origin? policy saving or stunting us?...
How To: AJAX (PO) with JSON or SOAP
Original at JRoller
• Thu, Feb 22
By Frans Thamura We are working with JSON and SOAP, we will try to develop a PO transaction ... is to wasting time. so, what is the next content meta data for AJAX system. I can see Yahoo using SOAP on Javascript. but less tutorial of SOAP in Javascript ...
What Should I Say?
Original at Ajax
• Tue, Feb 20
By Dion Almaer is a new question and answers site that uses YUI, JSON, and other libraries to subtly use Ajax throughout. is a new question and answers site that uses YUI, JSON, and other libraries to subtly use Ajax throughout. An example check out the very visual sorting:
What's in It for Me?
Original at ajaxdevelopersjournal.com
• Sun, Jan 28
Although AJAX has gotten a lot of press attention over the last two years, most of it has focused on the technology: JavaScript, XML, and JSON. But what business benefits do AJAX-enabled Internet applications provide? The primary benefit for users is an improved experience: one closer t...
To JSON or not to JSON
Original at Burningbird
• Thu, Jan 4
By shelleyp JSON vs. XML: Browser security models. This gets into the cross-domain issue, which helped increase JSON's popularity. Before you jump in with "But, but…" let me finish the list. You could use any of these formats with either the cross-domain solution, or using XMLHttpRequest. Yes, really,...
AjaxCFC For jQuery
Original at COLDFUSION DEVELOPER'S JOURNAL
• Wed, Dec 27
I finished today the implementation of AjaxCFC for jQuery. It's the same Ajax CF integration you already know, but using the jQuery Ajax engine. It supports full JSON and WDDX serialization, has improved error handling, improved log4javascript integration, still supports named and un...
AjaxCFC For jQuery
Original at cfdj.sys-con.com
• Wed, Dec 27
I finished today the implementation of AjaxCFC for jQuery. It's the same Ajax CF integration you already know, but using the jQuery Ajax engine. It supports full JSON and WDDX serialization, has improved error handling, improved log4javascript integration, still supports named and un...
How To: JSON AJAX Chat Tutorial
Original at Tutorialized.com
• Fri, Dec 22
This tutorial will show you how to create an AJAX chat system using JSON as the data ... This tutorial is a great introduction to both JSON and AJAX technologies. It will give you an idea of how you can use JSON as a lightweight data ...
The JSON RFC
Original at Ajaxian
• Fri, Aug 4
By Michael Mahemoff JSON was born in 2002, and has really flourished alongside Ajax in the past eighteen months. And now Doug Crockford has established a a JSON RFC: The application/json Media Type for JavaScript Object Notation (JSON) (via Sleepyhead).
The JSON RFC
Original at Ajax
• Fri, Aug 4
By Michael Mahemoff And now Doug Crockford has established aa JSON RFC: The application/json Media Type for JavaScript Object Notation (JSON) (via Sleepyhead). ... Source: Ajaxian Original Article: http://ajaxian.com/archives/the-json-rfc.