Lost Password?


home | tags | Search | Feed
Tag >> JSON

JSON

Posted by: Jordan in ProgrammingJSONJavaScriptFeedparser on

JSON seems to be a popular term appearing everywhere now. I discovered it while working on CCIT and ran into a Cross Site/Domain AJAX  issue. Well, I had a bit of time today to look into it and I learned quite a bit.

What does JSON stand for?
JavaScript Object Notation What is it? JSON is the successor of XML and, put simply, is just an organized data structure used for exchanging information.

Statistics

Members Today: 247
Members Online: 7
Users Online: 93
Total Users: 19,374
Total Threads: 11,258
Total Posts: 110,920
Newest Member: backroundchick

Tutorials

Text Speecher.
Hello CodeCall .. Today i'm gonna show you how to make Text Speecher i think you understand ... something that you write ,click SPEECH and there will speech that what you write .. The Program i...


ArrayList - Simple version !
Hey guys, today I thought I could show you guys what you can do with ArrayList, java's own build in Array+List :>, the ArrayList is in general slower than normal Arrays if used in larger codes and sca...


Determinants Value
This is a very simple tutorial that shows how to create a simple program in VB6 to calculate the value of a determinant. First - Create 3 new forms. On form1 put a combo box and change its text ...