<?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>Open Source Web Developers Resources &#187; License MIT</title>
	<atom:link href="http://inwebdeveloper.com/category/license-mit/feed/" rel="self" type="application/rss+xml" />
	<link>http://inwebdeveloper.com</link>
	<description>Best Open Source Resources  for Web Developers</description>
	<lastBuildDate>Tue, 22 May 2012 16:23:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>VexFlow: Music Engraving in JavaScript and HTML5</title>
		<link>http://inwebdeveloper.com/2010/09/17/vexflow-music-engraving-in-javascript-and-html5/</link>
		<comments>http://inwebdeveloper.com/2010/09/17/vexflow-music-engraving-in-javascript-and-html5/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 18:37:47 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[License MIT]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[HTML5 Canvas]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[VexFlow]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=273</guid>
		<description><![CDATA[VexFlow is an open-source web-based music notation rendering API. It is written completely in JavaScript, and runs right in the browser. VexFlow supports HTML5 Canvas and SVG. VexFlow is distributed under the MIT license, and all the code is available at the VexFlow GitHub Repository. Website: http://www.vexflow.com/ Download: http://github.com/0xfe/vexflow]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/09/17/vexflow-music-engraving-in-javascript-and-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jasmine: Simple DOM-less JavaScript Testing Framework</title>
		<link>http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/</link>
		<comments>http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 08:35:09 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[License MIT]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MIT License]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=252</guid>
		<description><![CDATA[There are some great JavaScript testing frameworks out there. Many only work from within a browser. Most don’t support testing asynchronous code like event callbacks. Some have syntax that’s hard for JS developers or IDEs to understand. Jasmine is a JavaScript testing framework. It’s heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grafico; Javascript Charting Library</title>
		<link>http://inwebdeveloper.com/2010/02/11/grafico-javascript-charting-library/</link>
		<comments>http://inwebdeveloper.com/2010/02/11/grafico-javascript-charting-library/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 10:58:17 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[License MIT]]></category>
		<category><![CDATA[Grafico]]></category>
		<category><![CDATA[javascript charting library]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Raphael]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=71</guid>
		<description><![CDATA[Grafico is a javascript charting library built with Raphael and Prototype.js. The library provides a wide array of graphs and stays with the guidelines laid out by Stephen Few and Edward Tufte. Grafico provides pretty charts that effectively communicate their information. This means you get awesome graphs such as stacked area charts and sparklines, but [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/02/11/grafico-javascript-charting-library/feed/</wfw:commentRss>
		<slash:comments>0</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[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 [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/01/29/simple-php-proxy-cross-domain-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siwapp : An Open Source Invoices Application</title>
		<link>http://inwebdeveloper.com/2010/01/21/siwapp-an-open-oource-invoices-application/</link>
		<comments>http://inwebdeveloper.com/2010/01/21/siwapp-an-open-oource-invoices-application/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 11:11:14 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[License MIT]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=1</guid>
		<description><![CDATA[Siwapp is an open source web application meant to help manage &#38; create invoices in a simple, straightforward way. Siwapp is an open source web application invoiceSiwapp is built on Symfony, a PHP web development environment, which heavily rests on MVC ideas (model, view, controller). This environment allows us to develop &#8220;Extreme Programming&#8221; techniques, as [...]]]></description>
		<wfw:commentRss>http://inwebdeveloper.com/2010/01/21/siwapp-an-open-oource-invoices-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

