<?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>Development</title>
	<atom:link href="http://blog.bauson.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bauson.com</link>
	<description>Learning with web development best practices.</description>
	<lastBuildDate>Sat, 22 Oct 2011 00:21:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change Unix command prompt</title>
		<link>http://blog.bauson.com/change-unix-command-prompt.html</link>
		<comments>http://blog.bauson.com/change-unix-command-prompt.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 07:10:23 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=359</guid>
		<description><![CDATA[Here&#8217;s an easy way to change the prompt in Unix Shell export PS1=&#34;[\W]$ &#34; This will use the current directory as command prompt]]></description>
		<wfw:commentRss>http://blog.bauson.com/change-unix-command-prompt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let &#8216;crontab -e&#8217; use vim</title>
		<link>http://blog.bauson.com/let-crontab-e-use-vim.html</link>
		<comments>http://blog.bauson.com/let-crontab-e-use-vim.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 07:07:44 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=357</guid>
		<description><![CDATA[By default, &#8216;crontab -e&#8217; uses vi without syntax highlights or nano. to make it use vim, execute the following command: &#62; export EDITOR=/usr/bin/vim]]></description>
		<wfw:commentRss>http://blog.bauson.com/let-crontab-e-use-vim.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How&#8217;s my Buffer in Valkyrie?</title>
		<link>http://blog.bauson.com/hows-my-buffer-in-valkyrie.html</link>
		<comments>http://blog.bauson.com/hows-my-buffer-in-valkyrie.html#comments</comments>
		<pubDate>Thu, 18 Nov 2010 07:45:05 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[alberta]]></category>
		<category><![CDATA[Buffer]]></category>
		<category><![CDATA[geffen]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[openkore]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[prontera]]></category>
		<category><![CDATA[Ragnarok]]></category>
		<category><![CDATA[Valkyrie]]></category>
		<category><![CDATA[yuno]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=345</guid>
		<description><![CDATA[Hi Guys, I just want to ask how&#8217;s my buffer doing in Alberta? Is it a big help? Thanks for dropping by.]]></description>
		<wfw:commentRss>http://blog.bauson.com/hows-my-buffer-in-valkyrie.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Step by step xampp installation for CentOS 5</title>
		<link>http://blog.bauson.com/step-by-step-xampp-installation-for-centos-5.html</link>
		<comments>http://blog.bauson.com/step-by-step-xampp-installation-for-centos-5.html#comments</comments>
		<pubDate>Thu, 13 May 2010 01:13:19 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mkdir]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=342</guid>
		<description><![CDATA[Login as root ### Create a folder `installer` ### mkdir /installer cd /installer ### Download the installer from apachefriends usin wget ### wget http://www.apachefriends.org/download.php?xampp-linux-1.6.8a.tar.gz ### Unpack the tar ball to folder `/opt` and install service ### tar xvfz xampp-linux-1.6.8a.tar.gz -C /opt lvl=`egrep :initdefault: /etc/inittab&#124;cut -d: -f2` cd /etc/rc.d/rc${lvl}.d ln -s /opt/lampp/lampp S99lampp ln -s /opt/lampp/lampp [...]]]></description>
		<wfw:commentRss>http://blog.bauson.com/step-by-step-xampp-installation-for-centos-5.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Retrieve MAC address of a PC on a network</title>
		<link>http://blog.bauson.com/retrieve-mac-address-of-a-pc-on-a-network.html</link>
		<comments>http://blog.bauson.com/retrieve-mac-address-of-a-pc-on-a-network.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 05:56:20 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[ARP]]></category>
		<category><![CDATA[Internet Protocol]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Ping]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=338</guid>
		<description><![CDATA[I have installed Canon 5400 in our network, and found an option to add the printer with its MAC address in the installer, then wondered if that&#8217;s possible with a network printer to retrieve its MAC from my PC, although I know what its IP address. Here&#8217;s the solutions 1. Click Start -> Run, type [...]]]></description>
		<wfw:commentRss>http://blog.bauson.com/retrieve-mac-address-of-a-pc-on-a-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prepare a string to use as URL in PHP</title>
		<link>http://blog.bauson.com/prepare-a-string-to-use-as-url-in-php.html</link>
		<comments>http://blog.bauson.com/prepare-a-string-to-use-as-url-in-php.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 07:13:36 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[strip symbol]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[URL rewrite]]></category>
		<category><![CDATA[URL rewriting]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=330</guid>
		<description><![CDATA[Most of the developers nowadays prefer to rewrite URLs for (Search Engine Optimization)SEO. This code is sample on how to strip symbols from a string. &#60;?php function urify($str){ return str_replace(&#34; &#34;,&#34;-&#34;,trim(ereg_replace(&#34;[^A-Za-z0-9[:space:]]&#34;, &#34;&#34;, $str))); } $string = &#34;I really hate symbol on my URL - 12345 What the !£$%^&#38; ~!@#$%^&#38;*()_+=-[]{}&#34;; echo urify($string); ?&#62; Output is: I-really-hate-symbol-on-my-URL&#8211;12345-What-the]]></description>
		<wfw:commentRss>http://blog.bauson.com/prepare-a-string-to-use-as-url-in-php.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Currency Conversion API</title>
		<link>http://blog.bauson.com/google-currency-conversion-api.html</link>
		<comments>http://blog.bauson.com/google-currency-conversion-api.html#comments</comments>
		<pubDate>Fri, 19 Mar 2010 06:00:37 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP Development]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=325</guid>
		<description><![CDATA[Google Currency Conversion API Well, the api is pretty straight forward. I found it from the Curreny Conversion gadget of iGoogle. Here is the example: http://www.google.com/ig/calculator?hl=en&#038;q=1USD%3D%3FPHP Here is templage in php: $amount = &#34;1&#34;; $from_Currency = &#34;USD&#34;; $to_Currency = &#34;PHP&#34;; $query_URL = &#34;http://www.google.com/ig/calculator?hl=en&#38;q=$amount$to_Currency.%3D%3F$to_Currency&#34;; The resposnse looks like this: {lhs: &#8220;1 U.S. dollar&#8221;,rhs: &#8220;45.6704421 Philippine pesos&#8221;,error: [...]]]></description>
		<wfw:commentRss>http://blog.bauson.com/google-currency-conversion-api.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Craigslist Email Extractor</title>
		<link>http://blog.bauson.com/craigslist-email-extractor.html</link>
		<comments>http://blog.bauson.com/craigslist-email-extractor.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:49:42 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[craigslist]]></category>
		<category><![CDATA[craigslist email]]></category>
		<category><![CDATA[craigslist.com]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email miner]]></category>
		<category><![CDATA[extractor]]></category>
		<category><![CDATA[miner]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=320</guid>
		<description><![CDATA[If you&#8217;re looking for an easy way to extract emails from Craigslist but want to avoid tying up your computer and your connection &#8211; http://craigslist.pasukan.com web based will fit your needs perfectly. Unlike other Craigslist email extractor software that causes Craigslist to blacklist your server or IP address and causes your computer to slow to [...]]]></description>
		<wfw:commentRss>http://blog.bauson.com/craigslist-email-extractor.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dante’s Inferno Website Passwords: http://hellisnigh.com</title>
		<link>http://blog.bauson.com/dantes-inferno-website-passwords-httphellisnigh-com.html</link>
		<comments>http://blog.bauson.com/dantes-inferno-website-passwords-httphellisnigh-com.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 03:44:24 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[Hell]]></category>
		<category><![CDATA[hellisnigh]]></category>
		<category><![CDATA[inferno]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=313</guid>
		<description><![CDATA[Dante’s Inferno hid passwords for their website http://hellisnigh.com in the source code of various websites. When you enter them all you get to download a zip file called “earthly_rewards_dantes_inferno.zip”. I’ll let you know what it is once it finishes (46MB and climbing) — the website is really slow right now. You can probably try to [...]]]></description>
		<wfw:commentRss>http://blog.bauson.com/dantes-inferno-website-passwords-httphellisnigh-com.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Eclipse Subclipse SVN + Hostgator.com</title>
		<link>http://blog.bauson.com/eclipse-subclipse-svn-hostgator-com.html</link>
		<comments>http://blog.bauson.com/eclipse-subclipse-svn-hostgator-com.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:52:17 +0000</pubDate>
		<dc:creator>Jay Ar Bauson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[SVN Server]]></category>

		<guid isPermaLink="false">http://blog.bauson.com/?p=311</guid>
		<description><![CDATA[I use Hostgator as my hosting company. I love them – great service, tons of space and no long term obligations. And the servers are fast. Now, another reason to love them – running Subversion repositories on your server with the caveat – you can only have one account to account to access that repository. [...]]]></description>
		<wfw:commentRss>http://blog.bauson.com/eclipse-subclipse-svn-hostgator-com.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

