JSON
Tag details
Welcome to the 'JSON' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JSON'.
Look up
"JSON"
at The Free Dictionary
Latest blogosphere posts tagged “JSON”
-
Retrieve The Latest Twitter Trends
ulyssesonline.com —
Authority: 114
Here’s a simple and short tutorial on how to retrieve Twitter trends. We will be using PHP and Twitter’s API to retrieve the latest trends. You can publish the trends on your website, blog or any application you are working on. So, let’s get started.Twitter has made trends available to anyone via API calls. The ...15 hours ago -
Djangopeople JSON parser
Simon Willison's Weblog —
Authority: 598
Djangopeople JSON parser . Awesome—Andy McKay has compensated for the lack of an official DjangoPeople API by creating a JSONP screen scraped API and hosting it on App Engine. As far as I’m concerned this is an officially supported feature—I’ll make sure future site changes don’t break it, and when I do add ...1 day ago -
Men’s Soccer Travel to Boston to Take on Harvard This Weekend in the Round of 16
Terp Talk - Maryland Sports —
Authority: 514
Casey Townsend is back and now the team no one wants to play is back!!!! Of course we are talking about the defending NCAA Champs Sasho and the Men’s Soccer Team.5 days ago -
Eh I lied. Added more functionality to CeeBox again.
CatCubed —
Authority: 110
Again I had nifty idea. Use an external JSON file to add more video support so that I and others could release additional video support without releasing the main jquery.ceebox.js file and without increasing to the bulk of ceebox. Makes it easy for sites to add support selectively too so that CeeBox is more an ...1 week ago -
Create a Simple and Quick Web Service Handler
PimpThisBlog.com - Latest published stories —
Authority: 466
There are some cases where a full-blown web service or WCF implementation is just too much for the project you’re working on. In those times, I often resort to building a similar implementation using an ASP.Net handler to accepts posts, and return data, just like a standard web service would do. This is not new. ...1 week ago -
J-Son Album Trailer + Release party !!!
DJ ROOFTOP - MY BEST FRIEND IS MY GRIND —
Authority: 413
The trailer for J-Sons debut album "Never Half Stepping" is released. J-Son continues to step his game up and together with Tobias Nordquist from Ragtime Films he does something that has never before been done on the Swedish hip hop scen. -- --My Best Friend Is My Grind//DJ Rooftop1 week ago -
Discobelle.net —
Authority: 582
1 week ago -
Django json support
The Voidspace Techie Blog —
Authority: 110
As I mentioned in my last entry Im now working on a Silverlight application with Django on the backend. This means that were using Django to serve json to the Silverlight application, so whilst were using the Django ORM, url routing and authentication we arent using its templating. ... [586 words]1 week ago -
Tech Note: RSS Reader Rewritten
Little Green Footballs —
Authority: 557
Our left-column Ajax RSS widget, with a drop-down list of news sites and blogs that lets you check out their current RSS feeds, has been completely rewritten. The code now uses PHP’s native SimpleXML object library to parse all three flavors of RSS (0.92, 1.0, and 2.0) or ATOM feeds. Namespacing, XPATH, and ...2 weeks ago -
The JSON Schema Behind the Entitlements Service
DocTeger —
Authority: 116
What better day than Friday the 13th to write about the JavaScript Object Notation (JSON) schema used by the Entitlements Service to write the privilege objects returned by Those DarlinOpenSSO REST Policy Evaluation Interfaces . JSON is relatively easy to read and understand. According to Introducing JSON , it is ...2 weeks ago -
Bitsy Box: A CMS Made for Developers
WebHostingFan.com —
Authority: 125
In a market saturated with content management systems that basically do all the same things, it is important for software vendors to come up with new products that stand out from the rest. Every other product is advertised as “easy to use”, rarely ever do you see one blatantly catering to webmasters rich in ...2 weeks ago -
JSON and XML
XML Aficionado —
Authority: 112
Listening to bloggers over the last couple of years and also in talking to several developers in the industry it appeared to me that the JSON vs. XML debate seemed to primarily be a “religious” conflict – much like the “PC vs. Mac” or “Java vs. .NET” are to a large extent. I call it a religious ...2 weeks ago -
Tech Note: Code Frenzy Continued
Little Green Footballs —
Authority: 557
As I mentioned yesterday, I recently discovered that the LGF server was running PHP 5, not PHP 4 as I thought, and I’ve been like a geek in a gadget store ever since. For years, the RSS news and blog feeds in our left sidebar were driven by a PHP 4 class called Magpie RSS , but now I’ve rewritten the LGF code to ...2 weeks ago -
Building a simple Expression language with JJTree/Javacc . My Notebook
YOKOFAKUN —
Authority: 119
Last year, I described how to use the JAVACC a parser/scanner generator for java. This WE, Ive played with JJTREE: JJTree is a preprocessor for JavaCC that inserts parse tree building actions at various places in the JavaCC source.. Here I describe how to build a simple expression language to find an object in a ...2 weeks ago -
DJ Rooftop @ Million Stylez video shoot for Supastar
DJ ROOFTOP - MY BEST FRIEND IS MY GRIND —
Authority: 413
I went to Million Stylez video shoot for his new hit single “Supastar” to check out how things went down. I bumped in to J-Son , Cakeboy and a guy dressed as Michel Jacksson…enjoy! If you haven’t heard Million Stylez new single “Supastar” yet, I suggest that you turn on your radio or buy it ...2 weeks ago -
Getting Java, C# and Perl to speak the same language (with JSON)
TuVinhSoft .,JSC —
Authority: 435
Using JSON examples in Java, C# and Perl to understand cross-platform architecture.I’ve been thinking a lot about architecture lately. It’s partially because Jenny and I are going to do our Beautiful Teams talk at the ITARC 2009 conference next week. But it’s also because I’ve been writing a lot of code ...2 weeks ago -
Use PHP to create a JSON object
TipClique Tutorials —
Authority: 144
seop.com Posted by phyxx This tutorial shows you how to use PHP to return a JSON object to a client. Tags: json , php © TipClique Tutorials , 2009. | Add comment | Browse all PHP Tutorials .2 weeks ago -
Tech Note: Code Frenzy
Little Green Footballs —
Authority: 557
Here’s a tech note, also known as an open thread, as I delve into the wealth of new goodies in PHP 5. At some point after installing our new server last year, our gracious, kind, and all-powerful web hosting company upgraded our version of PHP from version 4 to version 5 — but somehow I missed the memo. Imagine my ...2 weeks ago -
Handling RDF Statements with Apache Velocity
YOKOFAKUN —
Authority: 119
This post is about using Apache Velocity ( a Java-based template engine ) and the Jena RDF library. My aim was to use Velocity to handle the content of one or more RDF store without compiling, just by using a custom velocity template. This idea was much inspired by Egon Willighagens posts where the RDF was handled ...3 weeks ago -
How To View JSON in a Pretty Way
PeterKellner.net —
Authority: 115
Cutting to the chase, I choose Vladimir Bodurov’s Color Formatter! For the past year or so, I’ve been working on a project that uses Microsoft’s ASP.NET MVC for providing data to our pure... This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high ...3 weeks ago
