<?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>Greepit.com &#187; Ubuntu</title>
	<atom:link href="/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://greepit.com</link>
	<description>Web Design and Development Resources</description>
	<lastBuildDate>Wed, 18 Mar 2015 11:00:31 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Quickly Create Maps For The Web: TileMill</title>
		<link>http://greepit.com/quickly-create-maps-for-the-web-tilemill/</link>
		<comments>http://greepit.com/quickly-create-maps-for-the-web-tilemill/#comments</comments>
		<pubDate>Thu, 05 May 2011 12:55:55 +0000</pubDate>
		<dc:creator><![CDATA[Shahbaz]]></dc:creator>
				<category><![CDATA[BSD License]]></category>
		<category><![CDATA[Charts & Maps]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://greepit.com/?p=11442</guid>
		<description><![CDATA[Hope you did not miss our recent post on use of maps in website designs as major trends in 2011 where we discussed how maps are being used creatively for many different purposes. Whether&#46;&#46;&#46;]]></description>
				<content:encoded><![CDATA[<p>Hope you did not miss our recent post on <a href="/2011/04/5-web-design-trends-to-watch-follow-in-2011/">use of maps in website designs</a> as major trends in 2011 where we discussed how maps are being used creatively for many different purposes. Whether you are designing for a location based service or playing with maps in your website, there are a number of useful mapping tools available online for free (some of those have already been shared <a href="/?s=maps">here</a>). Today, we are sharing another useful mapping tool for designers.</p>
<p><strong><a href="http://mapbox.github.com/tilemill/" target="_blank">TileMill</a></strong> is a tool for designers to design and integrate maps with custom data quickly and easily on the web. It is built on the powerful open-source map rendering library Mapnik.</p>
<p><img class="alignnone size-full wp-image-11446 imgborder" title="Quickly Create Maps For The Web" src="/wp-content/uploads/2011/05/quickly-create-maps-for-the-web-tilemill.jpg" alt="Quickly Create Maps For The Web" width="525" height="243" /></p>
<p>TileMill can also export directly to the SQLite-based MBTiles file format for offline maps. It also gives you full control on style and layout (colors, layers, fonts etc.) to customize maps as per your requirements.</p>
<p>Major Features</p>
<ul>
<li>Access datasources on the local filesystem or through Amazon S3</li>
<li>Manage map layers with file-based datasources (shapefiles, rasters)</li>
<li>Preview map tiles instantly while editing stylesheets</li>
<li>Inspect datasource field values and data types</li>
<li>Export maps to PNG, PDF and MBTiles formats</li>
</ul>
<p>TileMill is actually intended for cartographer but you can master it with a little effort to design simple maps for your personal usage.</p>
<div class="killp">

<div class="killspaces"><strong>Special Downloads</strong><br />
<a href="/2010/11/feedback-collection-and-polling-widget-opineo/">Feedback Collection and Polling Widget</a><br />
<a href="/2010/06/creative-resume-template">Free Creative Resume Template</a><br />
<a href="/open-source-icons-gcons">Open Source Icons</a><br />
<a href="/2010/12/free-minimal-wordpress-theme-ginimalistic/">Free Minimal WordPress Theme</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://greepit.com/quickly-create-maps-for-the-web-tilemill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Scalable, Non-blocking Web Server: Tornado</title>
		<link>http://greepit.com/open-source-scalable-non-blocking-web-server-tornado/</link>
		<comments>http://greepit.com/open-source-scalable-non-blocking-web-server-tornado/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 10:42:54 +0000</pubDate>
		<dc:creator><![CDATA[Shahbaz]]></dc:creator>
				<category><![CDATA[Apache License]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://greepit.com/?p=9623</guid>
		<description><![CDATA[Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google&#8217;s&#46;&#46;&#46;]]></description>
				<content:encoded><![CDATA[<p><strong><a href="http://www.tornadoweb.org/" target="_blank">Tornado</a></strong> is an open source version of the <strong>scalable, non-blocking web server and tools that power FriendFeed</strong>.</p>
<p>The FriendFeed application is written using a web framework that looks a bit like <a href="http://webpy.org/" target="_blank">web.py</a> or <a href="http://code.google.com/appengine/docs/python/tools/webapp/" target="_blank">Google&#8217;s webapp</a>, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.</p>
<p><img class="alignnone size-full wp-image-9627 imgborder" title="Open Source Scalable, Non-blocking Web Server" src="/wp-content/uploads/2011/01/open-source-scalable-non-blocking-web-server-tornado.jpg" alt="Open Source Scalable, Non-blocking Web Server" width="525" height="150" /></p>
<p>The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is <strong>non-blocking and reasonably fast</strong>. It can <strong>handle thousands of simultaneous standing connections</strong>, which means it is ideal for real-time web services.</p>
<p>Tornado has been tested on Python 2.5 and 2.6. To use all of the features of Tornado, you need to have PycURL and (for Python 2.5 only) simplejson installed.</p>
<div class="killp"></p>
<div class="killspaces"><strong>Special Downloads</strong><br />
<a href="/2010/11/feedback-collection-and-polling-widget-opineo/">Feedback Collection and Polling Widget</a><br />
<a href="/2010/06/creative-resume-template">Free Creative Resume Template</a><br />
<a href="/open-source-icons-gcons">Open Source Icons</a><br />
<a href="/2010/12/free-minimal-wordpress-theme-ginimalistic/">Free Minimal WordPress Theme</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://greepit.com/open-source-scalable-non-blocking-web-server-tornado/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
