<?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 &#187; Programming</title>
	<atom:link href="http://www.xrvel.com/category/programming/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>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>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>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>PDF Search Engine Script for Sale</title>
		<link>http://www.xrvel.com/402/pdf-search-engine-script-sale.php</link>
		<comments>http://www.xrvel.com/402/pdf-search-engine-script-sale.php#comments</comments>
		<pubDate>Tue, 29 Mar 2011 06:20:39 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ioncube]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=402</guid>
		<description><![CDATA[I am selling PDF Search Engine with these features : Related terms on search result. This will boost clicks on result page Paging on search result Bad words blocking Search engine friendly URL. Search result cache on flat file on &#8230; <a href="http://www.xrvel.com/402/pdf-search-engine-script-sale.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/402/pdf-search-engine-script-sale.php/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Enabling CodeIgniter $_GET</title>
		<link>http://www.xrvel.com/390/enabling-codeigniter-get.php</link>
		<comments>http://www.xrvel.com/390/enabling-codeigniter-get.php#comments</comments>
		<pubDate>Wed, 02 Feb 2011 03:36:08 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=390</guid>
		<description><![CDATA[Here is how to enable CodeIgniter support to $_GET and still able to use the normal &#8220;SEO-friendly&#8221; URL working together. So you will get a URL like this http://www.example.com/index.php/the_controller/the_function/?some=thing&#038;more=yes First approach is modify your &#8220;config.php&#8221; and change this line. $config['enable_query_strings'] &#8230; <a href="http://www.xrvel.com/390/enabling-codeigniter-get.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/390/enabling-codeigniter-get.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Multilanguage Programming with UTF-8 Encoding</title>
		<link>http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php</link>
		<comments>http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php#comments</comments>
		<pubDate>Mon, 20 Dec 2010 07:41:14 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=384</guid>
		<description><![CDATA[Multilanguage non-ASCII site? Sometimes we need to make website that can handle languages which contains non-ASCII characters, for example chinese, russian, french, germany, etc. To handle this, we need to handle the language on 3 parts : on PHP itself, &#8230; <a href="http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/384/multilanguage-programming-utf-8-encoding.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Encode dengan Ioncube cara Murah</title>
		<link>http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php</link>
		<comments>http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php#comments</comments>
		<pubDate>Sat, 06 Nov 2010 12:29:49 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Encode]]></category>
		<category><![CDATA[Ioncube]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=381</guid>
		<description><![CDATA[Ioncube adalah salah satu encoder yg dipercaya &#8220;susah&#8221; didecode. Karena bukan obfuscator, tapi semacam &#8220;compiler&#8221; (http://www.ioncube.com). Ioncube sndr harga softwarenya mulai dari $199 untuk versi basic sampai $379 untuk yg versi Cerberus (paling bagus). Untuk para programmer yang ingin melindungi &#8230; <a href="http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xrvel.com/381/encode-dengan-ioncube-cara-murah.php/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

