<?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>Xrvel House</title>
	<atom:link href="http://www.xrvel.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xrvel.com</link>
	<description>My Programming Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:15:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>iPayMu Test</title>
		<link>http://www.xrvel.com/459/ipaymu-test.php</link>
		<comments>http://www.xrvel.com/459/ipaymu-test.php#comments</comments>
		<pubDate>Sat, 28 Jan 2012 04:48:32 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=459</guid>
		<description><![CDATA[Test form iPayMu]]></description>
		<wfw:commentRss>http://www.xrvel.com/459/ipaymu-test.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP HtmlEntities for UTF-8 Characters</title>
		<link>http://www.xrvel.com/449/php-htmlentities-utf8-characters.php</link>
		<comments>http://www.xrvel.com/449/php-htmlentities-utf8-characters.php#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:23:20 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=449</guid>
		<description><![CDATA[If you just use simple PHP htmlentities function with one argument, you will notice that when you pass string that contains UTF-8 characters, the result is incorrect leaving you with some incorrect characters on the result. To use it correctly, &#8230; <a href="http://www.xrvel.com/449/php-htmlentities-utf8-characters.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/449/php-htmlentities-utf8-characters.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Not Class Selector to Exclude</title>
		<link>http://www.xrvel.com/446/jquery-not-class-selector-exclude.php</link>
		<comments>http://www.xrvel.com/446/jquery-not-class-selector-exclude.php#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:18:16 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=446</guid>
		<description><![CDATA[For example we want to hide all hyperlinks that do not have &#8220;banana&#8221; class. How to do that with jQuery? You can use the javascript code below. $('a').not('.banana').hide(); Easy right?]]></description>
		<wfw:commentRss>http://www.xrvel.com/446/jquery-not-class-selector-exclude.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Proxy List Script and ProxyNoid</title>
		<link>http://www.xrvel.com/443/proxy-list-script-proxynoid.php</link>
		<comments>http://www.xrvel.com/443/proxy-list-script-proxynoid.php#comments</comments>
		<pubDate>Sun, 21 Aug 2011 05:16:15 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=443</guid>
		<description><![CDATA[I made a free proxy list script about 1-2 years ago which is called &#8220;proxycoder script&#8221;. I haven&#8217;t continued to develop it for a long time. Recently Oxuro, owner of ProxyNoid.com contacted me at DigitalPoint and told me that he &#8230; <a href="http://www.xrvel.com/443/proxy-list-script-proxynoid.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/443/proxy-list-script-proxynoid.php/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sphinx Search Engine for vBulletin 4</title>
		<link>http://www.xrvel.com/438/sphinx-search-engine-vbulletin-4.php</link>
		<comments>http://www.xrvel.com/438/sphinx-search-engine-vbulletin-4.php#comments</comments>
		<pubDate>Sun, 03 Jul 2011 16:21:41 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[DigitalPoint]]></category>
		<category><![CDATA[Sphinx]]></category>
		<category><![CDATA[Sphinx Search Engine]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=438</guid>
		<description><![CDATA[Sphinx search engine is a free search engine software that supports MySQL, PostgreSQL etc. Sphinx can work on normal script, and vBulletin too. Why sphinx? With fully configured sphinx search engine, your script can search on large amount of data &#8230; <a href="http://www.xrvel.com/438/sphinx-search-engine-vbulletin-4.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/438/sphinx-search-engine-vbulletin-4.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Premium Member on DigitalPoint</title>
		<link>http://www.xrvel.com/436/premium-member-digitalpoint.php</link>
		<comments>http://www.xrvel.com/436/premium-member-digitalpoint.php#comments</comments>
		<pubDate>Thu, 30 Jun 2011 07:50:20 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[DigitalPoint]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=436</guid>
		<description><![CDATA[Hurray, i am a premium member on DigitalPoint now I want to buy sphinx search plugin for vbulletin from DigitalPoint so i have to be registered as premium member]]></description>
		<wfw:commentRss>http://www.xrvel.com/436/premium-member-digitalpoint.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL Table &#8220;In Use&#8221; Repair</title>
		<link>http://www.xrvel.com/432/mysql-table-in-use-repair.php</link>
		<comments>http://www.xrvel.com/432/mysql-table-in-use-repair.php#comments</comments>
		<pubDate>Wed, 22 Jun 2011 16:32:56 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=432</guid>
		<description><![CDATA[Recently when i optimized some mysql tables from phpmyadmin, some of the tables were &#8220;locked&#8221; and showed as &#8220;in use&#8221; on phpmyadmin. The tables could not be used, read, etc. So the script was stopped working. I have tried to &#8230; <a href="http://www.xrvel.com/432/mysql-table-in-use-repair.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/432/mysql-table-in-use-repair.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use ScrapeBox to Monitor Your Competitor</title>
		<link>http://www.xrvel.com/426/scrapebox-monitor-competitor.php</link>
		<comments>http://www.xrvel.com/426/scrapebox-monitor-competitor.php#comments</comments>
		<pubDate>Tue, 26 Apr 2011 08:55:28 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ScrapeBox]]></category>
		<category><![CDATA[SEO Software]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=426</guid>
		<description><![CDATA[ScrapeBox is one of useful SEO tools. One of its cool feature is you can use it to monitor your competitor&#8217;s backlink Backlink is one of important factor on SEO. So by monitoring and knowing where your competitor&#8217;s backlinks are, &#8230; <a href="http://www.xrvel.com/426/scrapebox-monitor-competitor.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/426/scrapebox-monitor-competitor.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Adsense Random Align</title>
		<link>http://www.xrvel.com/419/quick-adsense-random-align.php</link>
		<comments>http://www.xrvel.com/419/quick-adsense-random-align.php#comments</comments>
		<pubDate>Sat, 16 Apr 2011 16:30:54 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=419</guid>
		<description><![CDATA[Quick Adsense is one of useful WordPress Plugin which can be downloaded here http://wordpress.org/extend/plugins/quick-adsense/ It can insert ads to your post content automatically. Here is a hack to make your ads to be aligned randomly left / right AND center &#8230; <a href="http://www.xrvel.com/419/quick-adsense-random-align.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/419/quick-adsense-random-align.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>April Fool Day</title>
		<link>http://www.xrvel.com/414/april-fool-day.php</link>
		<comments>http://www.xrvel.com/414/april-fool-day.php#comments</comments>
		<pubDate>Sat, 02 Apr 2011 06:51:42 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=414</guid>
		<description><![CDATA[What did you do on April Fool Day? Did you do something? I did nothing on April Fool Day]]></description>
		<wfw:commentRss>http://www.xrvel.com/414/april-fool-day.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

