» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with JavaScript + JSON

Home | The Dojo Toolkit

Ajax, events, packaging, CSS-based querying, animations, JSON, language utilities, and a lot more. All at 24K (gzipped).

json: del.icio.us/tag/json

Parsing Yahoo Pipes JSON Feeds with jQuery

<sep/>access it on the pipe's page, subscribe to the RSS feed of the pipe or get the data as a JSON (JavaScript Object Notation) string. Since I wanted to display the feed data using JavaScript, JSON<sep/>

json: del.icio.us/tag/json

Easier than AJAX

includeJS=function(url,onload,allowCache){ url=allowCache?url:url+'&nocache='+Math.random(); url=url.split('?').length>1?url:url.replace(/\&/,'?'); onload=typeof onload=="function"?onload:function(){}; var js=document.createElement('sc

json: del.icio.us/tag/json

MySQL to JSON

SELECT CONCAT("[", GROUP_CONCAT( CONCAT("{username:'",username,"'"), CONCAT(",email:'",email),"'}") ) ,"]") AS json FROM users;

json: del.icio.us/tag/json

Page 1 | Next >>