<?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; 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>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>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[<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-mit/" title="View all posts in License MIT" rel="category tag">License MIT</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/html5/" rel="tag">HTML5</a>, <a href="http://inwebdeveloper.com/tag/html5-canvas/" rel="tag">HTML5 Canvas</a>, <a href="http://inwebdeveloper.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://inwebdeveloper.com/tag/mit-license/" rel="tag">MIT License</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://inwebdeveloper.com/tag/svg/" rel="tag">SVG</a>, <a href="http://inwebdeveloper.com/tag/vexflow/" rel="tag">VexFlow</a></p>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 Related Reading:<table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/09/17/vexflow-music-engraving-in-javascript-and-html5/' title='VexFlow: Music Engraving in JavaScript and HTML5'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></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[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <a href="http://inwebdeveloper.com/category/javascript/" title="View all posts in JavaScript" rel="category tag">JavaScript</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/framework/" rel="tag">Framework</a>, <a href="http://inwebdeveloper.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://inwebdeveloper.com/tag/mit-license/" rel="tag">MIT License</a></p>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,<a href="http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/' title='Jasmine: Simple DOM-less JavaScript Testing Framework'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></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[<table cellpadding='10'><tr><td valign='top' align='left'><p>Categories: <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/grafico/" rel="tag">Grafico</a>, <a href="http://inwebdeveloper.com/tag/javascript-charting-library/" rel="tag">javascript charting library</a>, <a href="http://inwebdeveloper.com/tag/prototype/" rel="tag">Prototype</a>, <a href="http://inwebdeveloper.com/tag/raphael/" rel="tag">Raphael</a></p>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<a href="http://inwebdeveloper.com/2010/02/11/grafico-javascript-charting-library/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/02/11/grafico-javascript-charting-library/' title='Grafico; Javascript Charting Library'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></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[<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>
		<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[<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-mit/" title="View all posts in License MIT" rel="category tag">License MIT</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/freeware/" rel="tag">Freeware</a>, <a href="http://inwebdeveloper.com/tag/mvc/" rel="tag">MVC</a>, <a href="http://inwebdeveloper.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://inwebdeveloper.com/tag/php/" rel="tag">PHP</a>, <a href="http://inwebdeveloper.com/tag/symfony/" rel="tag">Symfony</a></p>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<a href="http://inwebdeveloper.com/2010/01/21/siwapp-an-open-oource-invoices-application/">&#160;&#160;[ Read More ]</a><table width='100%'><tr><td align=right><p><b>(<a href='http://inwebdeveloper.com/2010/01/21/siwapp-an-open-oource-invoices-application/' title='Siwapp : An Open Source Invoices Application'>Read more...</a>)</b></p></td></tr></table></td></tr></table>]]></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>

