<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>expresscaffee.com</title>
	<link>http://expresscaffee.com/weblog</link>
	<description>Before I forget..</description>
	<lastBuildDate>Tue, 18 May 2010 18:03:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Search and rename files in a directory using Python</title>
		<description><![CDATA[I found this cool script for renaming files using a Python script. Never thought it would be so easy. #!/usr/local/bin/python # Python Rename File 1.0 # Author: Douglas Palovick # License: GPL http://www.gnu.org/licenses/gpl.txt import re, os rxin = raw_input('enter a regex to search for:\n') foo = re.compile(rxin) newname = raw_input('enter a new base name:\n') a [...]]]></description>
		<link>http://expresscaffee.com/weblog/?p=62</link>
			</item>
	<item>
		<title>Simple Latex article template</title>
		<description><![CDATA[Here is a simple template for writing an article. If you happened to write in German add &#8220;\usepackage[ngerman]{babel}&#8221; and change \usepackage[utf8]{inputenc} to \usepackage[latin1]{inputenc}. \documentclass[11pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \date{24.04.2009} \author{Max Mustermann} \title{Replace with the title} \begin{document} \maketitle \begin{abstract} Abstract starts here. \end{abstract} \tableofcontents \section{Start} Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nec justo. Fusce congue [...]]]></description>
		<link>http://expresscaffee.com/weblog/?p=28</link>
			</item>
	<item>
		<title>Just started using svn</title>
		<description><![CDATA[Today I started using subversion to update this website. After couple of initial hick ups things are working pretty fine now. If you are planning to use svn make sure to backup the blog before checking out. Here is how I set up the blog to update using svn. In Terminal cd to the document [...]]]></description>
		<link>http://expresscaffee.com/weblog/?p=20</link>
			</item>
	<item>
		<title>Obama vs. Hillary</title>
		<description><![CDATA[If you ever seen a &#8220;Get a Mac&#8221; advertisement, you may find this funny. The cartoon is from Bill Mitchell.]]></description>
		<link>http://expresscaffee.com/weblog/?p=16</link>
			</item>
	<item>
		<title>Funny Blue Screen of Death</title>
		<description><![CDATA[While looking for a background image for my iMac, I found this. Click on the image to see more.]]></description>
		<link>http://expresscaffee.com/weblog/?p=15</link>
			</item>
	<item>
		<title>Flawless (2007)</title>
		<description><![CDATA[Just watched a British movie called Flawless. I must admit that it had created such a big excitement from the beginning to the end. There were hardly anything to complain about. The Music is great(I am a Jazz fan)! and Demi Moore plays her role pretty well too. Storyline &#8220;From director Michael Radford (THE MERCHANT [...]]]></description>
		<link>http://expresscaffee.com/weblog/?p=12</link>
			</item>
	<item>
		<title>Any freelancers here?</title>
		<description><![CDATA[Just happened to stumble upon this very useful site dedicated to freelancers.]]></description>
		<link>http://expresscaffee.com/weblog/?p=9</link>
			</item>
	<item>
		<title>Life after death</title>
		<description><![CDATA[]]></description>
		<link>http://expresscaffee.com/weblog/?p=8</link>
			</item>
	<item>
		<title>Tutorial: Photoshop Button Maker</title>
		<description><![CDATA[Here is an excellent tutorial about making buttons using Photoshop. It is being explained in a very simple way and there are couple of samples available for you to try it yourself. Link to the tutorial.]]></description>
		<link>http://expresscaffee.com/weblog/?p=6</link>
			</item>
	<item>
		<title>finiteloops.com finally complete</title>
		<description><![CDATA[After months of testing various CMSs, I have decided to install WordPress on finiteloops.com. This wasn&#8217;t an easy task as it was difficult to find a easily configurable CMS with good themes and plugins. So far I have tried Textpattern, Movable Type, e107, Drupal, and couple of more. Every single one of them have their [...]]]></description>
		<link>http://expresscaffee.com/weblog/?p=1</link>
			</item>
</channel>
</rss>
