<?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>Rojak Coder &#187; tips</title>
	<atom:link href="http://www.rojakcoder.com/wordpress/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojakcoder.com/wordpress</link>
	<description>Of Linux, Programming, and Singaporean Ramblings</description>
	<lastBuildDate>Tue, 15 Jun 2010 13:41:02 +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>Tips on Using VI Editor (cont’d)</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/06/tips-on-using-vi-editor-cont%e2%80%99d/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/06/tips-on-using-vi-editor-cont%e2%80%99d/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 04:46:37 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[uppercase]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=164</guid>
		<description><![CDATA[Changing multiple characters to uppercase
In visual mode, with the characters to change selected, press U (uppercase) to change them to uppercase. Press u (lowercase) to change them to lowercase.
In command mode, the same effect can be achieved on a single character by placing the cursor on the letter and press the tilde sign (~).
Jumping from [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/06/tips-on-using-vi-editor-cont%e2%80%99d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Using VI Editor</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/02/tips-on-using-vi-editor/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/02/tips-on-using-vi-editor/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 00:55:07 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[substitute]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=156</guid>
		<description><![CDATA[This is a one of many mini-posts that I will do on using the VI editor. I&#8217;ve recently bumped into some pages that contains valuable information on how to use VI. The problem with it is its too wordy and that makes it hard to look for information when you need it.
So this post and [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/02/tips-on-using-vi-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customisation for Vim Editor</title>
		<link>http://www.rojakcoder.com/wordpress/2008/09/16/customisation-for-vim-editor/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/09/16/customisation-for-vim-editor/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 01:59:14 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=41</guid>
		<description><![CDATA[When doing some simple programming, I like to use the Vim editor instead of using a full-blown IDE. It&#8217;s a good editor but I want to use it more efficiently. Some of the things I customise for myself are:

auto indentation &#8211; this is a must for programmers
tab size &#8211; to indent I use the tab [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/09/16/customisation-for-vim-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting PS files to PDF</title>
		<link>http://www.rojakcoder.com/wordpress/2008/08/29/converting-ps-files-to-pdf/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/08/29/converting-ps-files-to-pdf/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 05:45:51 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=31</guid>
		<description><![CDATA[In openSUSE 10.3, there is no readily available solution (that I know of) that lets a user print to PDF. The closest thing there is to that is a PostScript (PS) file. Fortunately there is a easy way to convert PS files to PDF. There is a command called ps2pdf which does exactly that. Its [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/08/29/converting-ps-files-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Fonts in Linux</title>
		<link>http://www.rojakcoder.com/wordpress/2008/08/28/installing-fonts-in-linux/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/08/28/installing-fonts-in-linux/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 17:03:36 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=30</guid>
		<description><![CDATA[Installing fonts has been somewhat of a neglect in Linux. Although I haven&#8217;t checked, it seems that recent distributions of SUSE Linux has made it GUI-friendly.
Nevertheless, being a console guy, I believe it&#8217;s better to know a more reliable way to make things work that is more &#8216;portable&#8217; (i.e. work in other distributions as well).
So [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/08/28/installing-fonts-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing the Firefox List of Hosts Exemption for Cookies</title>
		<link>http://www.rojakcoder.com/wordpress/2008/08/12/backing-the-firefox-list-of-hosts-exemption-for-cookies/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/08/12/backing-the-firefox-list-of-hosts-exemption-for-cookies/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 18:06:34 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=27</guid>
		<description><![CDATA[Ever since I&#8217;ve started listening to the Security Now podcast, I&#8217;ve grown a lot more security- and privacy- conscious (which is a good thing). From the podcast, I&#8217;ve learnt that one of the easiest thing you can do to protect yourself on the Internet is to disable cookies by default, and allow only those from [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/08/12/backing-the-firefox-list-of-hosts-exemption-for-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entering Symbols in Linux</title>
		<link>http://www.rojakcoder.com/wordpress/2008/02/20/entering-symbols-in-linux/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/02/20/entering-symbols-in-linux/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 15:22:50 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/2008/02/20/entering-symbols-in-linux/</guid>
		<description><![CDATA[From the blog aggregator planetsuse.org, Garrett LeSage posted about using the Compose key to enter different typographical characters such as â€”, Â®, Â©, Â², Â¿, Â¡, Ã· etc
Interested? Read his posting to see how it works.
By the way, the post is for Linux only. Enjoy.
]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/02/20/entering-symbols-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
