<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Edwin Jaury</title>
	<link>http://www.edwinjaury.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 05 Jul 2011 22:56:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Vim Tips of the Day: Moving and working with split windows</title>
		<description>:vs &#60;filename&#62;   Open a file in vertical split window:sp &#60;filename&#62;   Open a file in horizontal split windowCtrl + ww             Switch between windows (in rotation)Ctrl + wj               Switch to split window on the bottom Ctrl + wk              Switch to split window on the topCtrl + wh              Switch to split window ...</description>
		<link>http://www.edwinjaury.com/blog/2011/07/vim-tips-of-the-day-moving-and-working-with-split-windows/</link>
			</item>
	<item>
		<title>Vim Tips of the Day: Format a Text Block to Wrap at Specified Width</title>
		<description>At times I found that I needed to edit a text and auto-wrap doesn't work automatically. So with this tip you can select the text you want to wrap, and Vim will wrap it for you. First, you need to set the text width size of your preference. I personally ...</description>
		<link>http://www.edwinjaury.com/blog/2011/03/vim-tips-of-the-day-format-a-text-block-to-wrap-at-specified-width/</link>
			</item>
	<item>
		<title>VIM Tips of the Day: Save a File with Root Permission without Re-opening the File</title>
		<description>Tips of the day: courtesy of commandlinefu

Save a file in VIM with root permission without re-opening the file:
:w !sudo tee %

To do this silently, just pipe it to null like so:
:w !sudo tee % &#62; /dev/null

 </description>
		<link>http://www.edwinjaury.com/blog/2011/03/vim-tips/</link>
			</item>
	<item>
		<title>xterm-clipboard support on Vim under Arch</title>
		<description>I ran a system-upgrade on my Arch linux about 2 weeks ago and not until recently when I was using Vim heavily that I realized I lost my copy-paste support between vim instances on different terminal. I knew I solved this problem before but I just couldn't remember how.

I finally ...</description>
		<link>http://www.edwinjaury.com/blog/2010/07/xterm-clipboard-support-on-vim-under-arch/</link>
			</item>
	<item>
		<title>Completely Remove a File from a Git Repo</title>
		<description>This guide helped me removing a file and its associated history from my git repo. </description>
		<link>http://www.edwinjaury.com/blog/2010/04/completely-remove-a-file-from-a-git-repo/</link>
			</item>
	<item>
		<title>How to Kill a Great Idea</title>
		<description>Friendster - One of the biggest tech flop since the dot-com bubble burst, a lesson to learn. </description>
		<link>http://www.edwinjaury.com/blog/2010/03/how-to-kill-a-great-idea/</link>
			</item>
	<item>
		<title>A Good Article on How to Become a Creative Software Developer (or in general)</title>
		<description>I've been looking to improve my creativity lately when I stumbled upon this article on my RSS feeds:
http://softwarecreation.org/2010/how-to-become-an-expert-creativity/

I recently had an interview and the interviewer mentioned that I was lacking on creativity which he said is essential to a software developer, and then it hit me. I knew that it ...</description>
		<link>http://www.edwinjaury.com/blog/2010/03/a-good-article-on-how-to-become-a-creative-software-developer-or-in-general/</link>
			</item>
	<item>
		<title>Change Default Storage Engine in MySQL</title>
		<description>I like my default engine to be InnoDB because it's fully transactional and supports foreign key references. However, the default engine in MySQL is MyISAM.

There are several ways to change the default storage engine:

	Add default-storage-engine = innodb to your /etc/mysql/my.cnf under mysqld server section
	The default storage engine can be specified ...</description>
		<link>http://www.edwinjaury.com/blog/2010/01/change-default-storage-engine-in-mysql/</link>
			</item>
	<item>
		<title>Removing Your Site from Search Engine Crawler</title>
		<description>Don't want search engine like Google to include your site in the search results?

Create a file called "robots.txt" on your root HTML directory, the path where your main site's URL belongs: http://www.yoursite.com/

This is normally located in www directory or public_html.

In this file, add these lines:

[bash light="true"]
User-agent: *
Disallow: /
[/bash]

"Disallow" property indicates ...</description>
		<link>http://www.edwinjaury.com/blog/2010/01/removing-your-site-from-search-engine-crawler/</link>
			</item>
	<item>
		<title>My config files are now up in GitHub!</title>
		<description>I'm sharing my config files on my Arch linux, which include settings for:

	vim
	bash
	X11
	awesome window manager

You can clone them from here. </description>
		<link>http://www.edwinjaury.com/blog/2010/01/my-config-files-are-now-up-in-github/</link>
			</item>
</channel>
</rss>

