<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free and Open Source Web Resources &#187; JSON</title>
	<atom:link href="http://inwebdeveloper.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://inwebdeveloper.com</link>
	<description>Free and Open Source Web Resources</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:50:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>applitude: a runtime framework for iPhone application development</title>
		<link>http://inwebdeveloper.com/2011/03/18/applitude-a-runtime-framework-for-iphone-application-development/</link>
		<comments>http://inwebdeveloper.com/2011/03/18/applitude-a-runtime-framework-for-iphone-application-development/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 21:28:09 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=587</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/iphone-2/" title="View all posts in Iphone" rel="category tag">Iphone</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/iphone/" rel="tag">iPhone</a>, <a href="http://inwebdeveloper.com/tag/json/" rel="tag">JSON</a></p>applitude: a runtime framework and a domain-specific language for iPhone application development applitude comes with a domain specific language (DSL) to express commonly used elements of iPhone applications in a very dense format. This language is made-to-measure to express iPhone apps, so instead of keywords like if, then, while it has keywords like contentprovider, tableview<a href="http://inwebdeveloper.com/2011/03/18/applitude-a-runtime-framework-for-iphone-application-development/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/03/18/applitude-a-runtime-framework-for-iphone-application-development/' title='applitude: a runtime framework for iPhone application development'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/03/18/applitude-a-runtime-framework-for-iphone-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Using JSON with WordPress</title>
		<link>http://inwebdeveloper.com/2011/03/13/how-using-json-with-wordpress/</link>
		<comments>http://inwebdeveloper.com/2011/03/13/how-using-json-with-wordpress/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 20:35:37 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=561</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/tutorial/" title="View all posts in Tutorial" rel="category tag">Tutorial</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/json/" rel="tag">JSON</a>, <a href="http://inwebdeveloper.com/tag/wordpress/" rel="tag">WordPress</a></p>With the popularity of jQuery, AJAX, and client-side programming operations in general, there’s more use made of JSON as a format for getting data backwards and forwards. For example, the Twitter API offers data as JSON – and more manageably than accessing their RSS XML feeds for user timelines etc. The issue is how to<a href="http://inwebdeveloper.com/2011/03/13/how-using-json-with-wordpress/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/03/13/how-using-json-with-wordpress/' title='How Using JSON with WordPress'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/03/13/how-using-json-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tempo: A tiny JSON rendering engine</title>
		<link>http://inwebdeveloper.com/2011/02/22/tempo-a-tiny-json-rendering-engine/</link>
		<comments>http://inwebdeveloper.com/2011/02/22/tempo-a-tiny-json-rendering-engine/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 21:55:40 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=525</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/jquery/" title="View all posts in jQuery" rel="category tag">jQuery</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/json/" rel="tag">JSON</a></p>Tempo is a tiny JSON rendering engine that enables you to craft data templates in pure HTML. Why use Tempo? Clear separation of concerns: no HTML in your JavaScript files It makes AJAX content easier to work with It&#8217;s as friendly as a bunny rabbit (which are quite friendly) How to usage: 1. Include the<a href="http://inwebdeveloper.com/2011/02/22/tempo-a-tiny-json-rendering-engine/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2011/02/22/tempo-a-tiny-json-rendering-engine/' title='Tempo: A tiny JSON rendering engine'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2011/02/22/tempo-a-tiny-json-rendering-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joget Workflow: Open Source Workflow Management System</title>
		<link>http://inwebdeveloper.com/2010/10/06/joget-workflow-open-source-workflow-management-system/</link>
		<comments>http://inwebdeveloper.com/2010/10/06/joget-workflow-open-source-workflow-management-system/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 05:29:20 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Joget Workflow]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=329</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>, <a href="http://inwebdeveloper.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/ajax/" rel="tag">Ajax</a>, <a href="http://inwebdeveloper.com/tag/joget-workflow/" rel="tag">Joget Workflow</a>, <a href="http://inwebdeveloper.com/tag/json/" rel="tag">JSON</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a></p>Joget Workflow (joget wûrk&#8217;flo&#8217;) is a people-driven, form-based workflow management system. This stand-alone application can manage and automate processes that are unique to each organization, creating added value. The system serves as a platform for users to design, deploy and run different types of workflows for different types of organizational processes. Workflow designers can create<a href="http://inwebdeveloper.com/2010/10/06/joget-workflow-open-source-workflow-management-system/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/10/06/joget-workflow-open-source-workflow-management-system/' title='Joget Workflow: Open Source Workflow Management System'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/10/06/joget-workflow-open-source-workflow-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThinVNC : Open Source HTML5 Remote Desktop</title>
		<link>http://inwebdeveloper.com/2010/09/21/thinvnc-open-source-html5-remote-desktop/</link>
		<comments>http://inwebdeveloper.com/2010/09/21/thinvnc-open-source-html5-remote-desktop/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 06:57:19 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[License GNU GPL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[ThinVNC]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=289</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/html5/" title="View all posts in HTML5" rel="category tag">HTML5</a>, <a href="http://inwebdeveloper.com/category/license-gnu-gpl/" title="View all posts in License GNU GPL" rel="category tag">License GNU GPL</a>, <a href="http://inwebdeveloper.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/ajax/" rel="tag">Ajax</a>, <a href="http://inwebdeveloper.com/tag/html5/" rel="tag">HTML5</a>, <a href="http://inwebdeveloper.com/tag/json/" rel="tag">JSON</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://inwebdeveloper.com/tag/thinvnc/" rel="tag">ThinVNC</a></p>ThinVNC is pure-web Remote Desktop solution. The remote computer can be accessed from any OS platform through any HTML5 compliant browser (Firefox, Google Chrome, Safari, etc.). ThinVNC takes advantage of the latest web technologies like AJAX, JSON and HTML5 canvas to deliver a high-performance Remote Desktop access over the web, using HTTP and SSL protocols.<a href="http://inwebdeveloper.com/2010/09/21/thinvnc-open-source-html5-remote-desktop/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/09/21/thinvnc-open-source-html5-remote-desktop/' title='ThinVNC : Open Source HTML5 Remote Desktop'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/09/21/thinvnc-open-source-html5-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple PHP Proxy: Cross-domain JavaScript</title>
		<link>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/</link>
		<comments>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 03:06:42 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[License GNU GPL]]></category>
		<category><![CDATA[License MIT]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=40</guid>
		<description><![CDATA[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>, <a href="http://inwebdeveloper.com/category/license-gnu-gpl/" title="View all posts in License GNU GPL" rel="category tag">License GNU GPL</a>, <a href="http://inwebdeveloper.com/category/license-mit/" title="View all posts in License MIT" rel="category tag">License MIT</a></p><p>Tags: <a href="http://inwebdeveloper.com/tag/html/" rel="tag">HTML</a>, <a href="http://inwebdeveloper.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://inwebdeveloper.com/tag/json/" rel="tag">JSON</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/xml/" rel="tag">XML</a></p>Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote domain to get data in HTML, XML or JSON formats. With Simple PHP Proxy, your JavaScript can access content in remote webpages, without cross-domain security limitations, even if it&#8217;s not available<a href="http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/' title='Simple PHP Proxy: Cross-domain JavaScript'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

