<?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 &#38; 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 &#38; Open Source Web Resources</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:49:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>
			<content:encoded><![CDATA[<div id="attachment_253" class="wp-caption aligncenter" style="width: 490px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/09/testing-framework.jpg"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/09/testing-framework.jpg" alt="" title="testing-framework" width="480" height="164" class="size-full wp-image-253" /></a>
<p class="wp-caption-text">Jasmine is a JavaScript testing framework</p>
</div>
<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.</p>
<p>Jasmine is a JavaScript testing framework. It’s heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, JSpec, and of course RSpec. Jasmine is not tied to any browser, framework, platform, or host language. It work anywhere JavaScript can run, including browsers, servers, phones, etc.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Demo: <a href="http://pivotal.github.com/jasmine/" target="_blank">http://pivotal.github.com/jasmine/</a><br />
License: MIT License
</div>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p><a href="http://grafico.kilianvalkhof.com/" target="_blank">Grafico</a> is a javascript charting library built with <strong>Raphael</strong> and <strong>Prototype.js</strong>. 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.</p>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 691px"><a href="http://grafico.kilianvalkhof.com"><img class="size-full wp-image-72" title="graph" src="http://inwebdeveloper.com/wp-content/uploads/2010/02/graph.JPG" alt="Grafico is a javascript charting library" width="681" height="148" /></a>
<p class="wp-caption-text">Grafico is a javascript charting library</p>
</div>
<p>This means you get awesome graphs such as stacked area charts and sparklines, but no pie charts or bar charts with every bar a different color. Each graph type has numerous API options to customize itâ€™s look and behavior. Some highlights: pop-up hovers, meanlines and watermarks. Minified, Grafico is about 30kb and available under the MIT license.</p>
<p><span id="more-71"></span></p>
<div style="padding: 5px; border: 1px solid #ddd; background-color: #eee;">Home: <a href="http://grafico.kilianvalkhof.com/" target="_blank">http://grafico.kilianvalkhof.com/</a><br />
Demo: <a href="http://kilianvalkhof.com/2010/design/grafico-javascript-charting-library/" target="_blank">http://kilianvalkhof.com/2010/design/grafico-javascript-charting-library/</a><br />
Requirements: <a href="http://raphaeljs.com/" target="_blank">Raphael</a> and <a href="http://prototypejs.org/" target="_blank">Prototype.js</a><br />
Documentation: <a href="http://grafico.kilianvalkhof.com/documentation/index.html" target="_blank">http://grafico.kilianvalkhof.com/documentation/index.html</a><br />
License: MIT License</div>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://benalman.com/projects/php-simple-proxy/" target="_blank">Simple PHP Proxy</a> 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.</p>
<p>With Simple PHP Proxy, your JavaScript can access content in remote webpages, without cross-domain security limitations, even if it&#8217;s not available in JSONP format.</p>
<div id="attachment_41" class="wp-caption aligncenter" style="width: 490px"><a href="http://benalman.com/projects/php-simple-proxy/"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/01/cross-domain-javascript.jpg" alt="Simple PHP Proxy" title="Simple PHP Proxy" width="480" height="141" class="size-full wp-image-41" /></a>
<p class="wp-caption-text">Simple PHP Proxy</p>
</div>
<p>Some features of Simple PHP Proxy:<br />
- requested URLs can be white-listed &#038; validated against a regex.<br />
- optionally forward client cookies / SID to the remote server.<br />
- optionally forward configurable User Agent to the remote server.<br />
- requests can use either GET or POST request methods.<br />
- remote data can be delivered as-is with all remote headers intact.<br />
- remote data can be wrapped in a JSON/P structure that includes status codes &#038; remote headers.<br />
- if using JSON/P &#038; remote data is valid JSON, it will be merged into the resulting data object.</p>
<p><span id="more-40"></span>
<div style="padding: 5px; background-color:#eee;border: 1px solid #ddd;">
Requirements: PHP<br />
Website: <a href="http://benalman.com/projects/php-simple-proxy/" target="_blank">http://benalman.com/projects/php-simple-proxy/</a><br />
Demo: <a href="http://benalman.com/code/projects/php-simple-proxy/examples/simple/" target="_blank">http://benalman.com/code/projects/php-simple-proxy/examples/simple/</a><br />
Donwload: <a href="http://github.com/cowboy/php-simple-proxy/raw/master/ba-simple-proxy.php" target="_blank">http://github.com/cowboy/php-simple-proxy/raw/master/ba-simple-proxy.php</a><br />
Documentation: <a href="http://benalman.com/code/projects/php-simple-proxy/docs/" target="_blank">http://benalman.com/code/projects/php-simple-proxy/docs/</a><br />
License: MIT and GPL.
</div>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://www.siwapp.org/" target="_blank">Siwapp</a> is an open source web application meant to help manage &amp; create invoices in a simple, straightforward way.</p>
<div id="attachment_33" class="wp-caption aligncenter" style="width: 460px"><a href="http://www.siwapp.org/" target="_blank"><img class="size-medium wp-image-33  " title="siwapp" src="http://inwebdeveloper.com/wp-content/uploads/2010/01/image-3-300x267.png" alt="An open source web application meant to help manage &amp; create invoices in a simple, straightforward way" width="450" height="267" /></a>
<p class="wp-caption-text">An open source web application meant to help manage &amp; create invoices in a simple, straightforward way</p>
</div>
<p>Siwapp is an open source web application invoiceSiwapp is built on <a href="http://www.symfony-project.org/" target="_blank">Symfony</a>, 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 well as guarantee a proper application evolution in the future.</p>
<p>Siwapp&#8217;s development is maintained by <a href="http://www.markhaus.com/">MARKHAUS</a>, an Internet company with more than 10 years of expertise in the online world, but everybody is welcome to get involved!</p>
<p>Features to make you get the sweet with Siwapp:<br />
- Simple &amp; straightforward<br />
- Comfortable<br />
- Flexible<br />
- Productivity &#8211; oriented<br />
- Anywhere<br />
- Secure<br />
- Supported</p>
<p><span id="more-1"></span></p>
<div style="padding: 8px; background-color: #eee;">Requirements: -<br />
Demo: <a href="http://demo.siwapp.org/" target="_blank">http://demo.siwapp.org/</a><br />
Download :<br />
- <a href="http://www.siwapp.org/downloads/siwapp_0_2.alpha.tar.gz" target="_blank">http://www.siwapp.org/downloads/siwapp_0_2.alpha.tar.gz</a><br />
- <a href="http://www.siwapp.org/downloads/siwapp_0_2.alpha.zip" target="_blank">http://www.siwapp.org/downloads/siwapp_0_2.alpha.zip</a><br />
License: siwapp is licensed under <a href="http://www.siwapp.org/en/license.html" target="_blank">MIT</a></p>
<p>Installation Guide : <a href="http://www.siwapp.org/blog/siwapp-installation-guide/" target="_blank">http://www.siwapp.org/blog/siwapp-installation-guide/</a></div>
]]></content:encoded>
			<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>
