• Home
  • New Entries
  • Popular Entries
  • Submit a Story
  • About

JSON ...

Jul 20, 2008 | Ajax with JSON

Posted at 11:13:05 am | Permalink | Posted in JSON  

AJAX - Asynchronous Javascript and XML is known to IE as ActiveX XMLHTTP object and to the other browsers as XMLHTTPRequest.

May 21, 2008 | The beauty of JSON with AJAX

Posted at 11:14:55 am | Permalink | Posted in JSON  

JSON is a subset of the JavaScript that provides a fairly terse, dense data notation. When passed as data client-side it can be deserialized into a JavaScript Object with one line of code. In contrast XML is bulky and requires a fair bit of code client-side to parse and work with it.

May 19, 2008 | JSON services in ASP.NET Ajax

Posted at 10:37:20 am | Permalink | Posted in JSON  

Lately the use of client centric development model in .NET is getting increasingly popular. In contrast to the traditional server model where html tags are rendered in server side and then sent to the browser

May 14, 2008 | JSON form builder

Posted at 06:35:10 am | Permalink | Posted in JSON  

inputEx is "a javascript framework to build fields and forms" created by Eric Abouaf. The framework uses a JSON format to describe a form, such as:

May 12, 2008 | Using ASP.NET AJAX JSON Asynchronous Web Services

Posted at 06:48:22 am | Permalink | Posted in .Net  JSON  

I have finally gotten around to playing with asynchronous ASP.NET AJAX JSON web services, and WHAT a beautiful thing they are! You can call a .NET web service asynchronously from the client, and play with a full object in JavaScript as the response all without a post back! And when I say a full object, I mean just that; my object had properties with primitive types, collections, and even other objects…all in JavaScript!

Mar 12, 2008 |  Accessing JSON Web Services with the Google Web Toolkit

Posted at 08:29:55 am | Permalink | Posted in Java  JSON  

The main difficulty when trying to talk to some web service on another server is getting past your web browser’s Same-Origin Policy. This basically says that you may only make calls to the same domain as the page you are on.

Feb 24, 2008 | JSON quick start

Posted at 09:52:13 am | Permalink | Posted in JSON  

According to Douglas Corckford’s website, JSON is a lightweight data-interchange format. It is easy for humans to read and write… JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.”

Feb 20, 2008 | JSON

Posted at 08:50:52 am | Permalink | Posted in JSON  

JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects).

Feb 20, 2008 | JSON AJAX Web Chat

Posted at 08:28:44 am | Permalink | Posted in JSON  Chat  

What is JSON? JSON stands for JavaScript Object Notation and is basically a lightweight way of describing hierarchical data. Since it is so lightweight, it makes it an ideal candidate for AJAX applications. So what does JSON look like. The JSON code our JSON AJAX Chat application will be returning will look something like this:

Feb 14, 2008 | Re-Securing JSON

Posted at 08:43:59 am | Permalink | Posted in JSON  

John Resig posts about security issues in JavaScript. He writes «For example, here's an exploit that works in Firefox 2, Opera 9, and Safari 3. It goes about redefining the global Array object then making it such that whenever a property value is set (even when the array is constructed!) the value is alerted out.

« Previous- 20 posts - Next »

About Ajaxlines

Ajaxlines is a project focused on providing its audience with a database of most of Ajax related articles, resources, tutorials and services from around the world.

Its purpose is to showcase the power of Ajax and to act as a portal to the Ajax development community.


Recent Stuff

Careful of What You Post on Facebook

The New Facebook — Good or Bad

Ajax Autocomplete Tutorial

Five Tools For Faking Advanced CSS

What is AJAX

Ajax with JSON


Our Partners

Ajax Projects

Web 2.0 Sites

Webloglines

Human Development Handbook

Software Development Company

Ajaxlines


Search


Topics

  • .Net (102)
  • Articles (80)
  • Bookmarking (35)
  • Calendar (18)
  • Chat (39)
  • ColdFusion (3)
  • CSS (35)
  • Email (23)
  • Facebook (4)
  • Flash (13)
  • Games (6)
  • Google (25)
  • Html (11)
  • Image (11)
  • International Calls & VOIP (7)
  • Java (36)
  • Javascript (161)
  • JSON (20)
  • Perl (2)
  • PHP (86)
  • Presentation (19)
  • Python (3)
  • Resources (2)
  • RSS (1)
  • Ruby (8)
  • Storage (4)
  • Toolkits (90)
  • Tutorials (196)
  • UI (11)
  • Utilities (163)
  • Web2.0 (13)
  • XmlHttpRequest (20)
  • YUI (4)

© 2006 www.ajaxlines.com. All Rights Reserved. Powered by IRange