<?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"
	>

<channel>
	<title>Xrvel's House</title>
	<atom:link href="http://www.xrvel.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xrvel.com</link>
	<description>Xrvel's House</description>
	<pubDate>Wed, 27 Aug 2008 06:55:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Web Developer FireFox Add-on</title>
		<link>http://www.xrvel.com/rw/website/web-developer-firefox-add-on</link>
		<comments>http://www.xrvel.com/rw/website/web-developer-firefox-add-on#comments</comments>
		<pubDate>Wed, 27 Aug 2008 06:55:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Website]]></category>

		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=34</guid>
		<description><![CDATA[I use this Firefox add-on since few months ago. If you are a web developer, you must install it on your FireFox. You can easily view / modify cookie / CSS, etc. There are lot of things there  
This is a great job from Chris Pederick.
http://chrispederick.com/work/web-developer/
]]></description>
			<content:encoded><![CDATA[<p>I use this Firefox add-on since few months ago. If you are a web developer, you must install it on your FireFox. You can easily view / modify cookie / CSS, etc. There are lot of things there <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is a great job from Chris Pederick.</p>
<p><a href="http://chrispederick.com/work/web-developer/" target="_blank">http://chrispederick.com/work/web-developer/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/website/web-developer-firefox-add-on/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dynamic Page Design</title>
		<link>http://www.xrvel.com/rw/programming/php/dynamic-page-design</link>
		<comments>http://www.xrvel.com/rw/programming/php/dynamic-page-design#comments</comments>
		<pubDate>Mon, 18 Aug 2008 08:15:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=33</guid>
		<description><![CDATA[Bro gay bertanya di Kaskus :
Sama satu lagi..
Misalnya saya punya 3 div tag (header, navigation, content)..
di navigation misalnya ada home, news, contact us..
Nah misalnya saya klik home atau news, contact us biar yang berubah cuman contentnya aja
logikanya gmn ya? Ada tutorialnya ga?
Thanks =)
Jawaban dari saya :
Misalnya gini, ini adalah desain utama tiap halaman

  &#60;html&#62;
&#60;head&#62;&#60;/head&#62;
&#60;body&#62;
&#60;div [...]]]></description>
			<content:encoded><![CDATA[<p>Bro gay bertanya di <a title="Kaskus" href="http://www.kaskus.us" target="_blank">Kaskus</a> :</p>
<p>Sama satu lagi..<br />
Misalnya saya punya 3 div tag (header, navigation, content)..<br />
di navigation misalnya ada home, news, contact us..<br />
Nah misalnya saya klik home atau news, contact us biar yang berubah cuman contentnya aja<br />
logikanya gmn ya? Ada tutorialnya ga?<br />
Thanks =)</p>
<p>Jawaban dari saya :</p>
<p>Misalnya gini, ini adalah desain utama tiap halaman</p>
<p><span id="more-33"></span></p>
<p><code style="white-space: nowrap;"> <!-- php buffer start --><code><span style="color: #000000;"> <span style="color: #007700;">&lt;</span><span style="color: #0000bb;">html</span><span style="color: #007700;">&gt;<br />
&lt;</span><span style="color: #0000bb;">head</span><span style="color: #007700;">&gt;&lt;/</span><span style="color: #0000bb;">head</span><span style="color: #007700;">&gt;<br />
&lt;</span><span style="color: #0000bb;">body</span><span style="color: #007700;">&gt;<br />
&lt;</span><span style="color: #0000bb;">div </span><span style="color: #007700;">class=</span><span style="color: #dd0000;">&#8220;header&#8221;</span><span style="color: #007700;">&gt;</span><span style="color: #0000bb;">Header di sini</span><span style="color: #007700;">&lt;/</span><span style="color: #0000bb;">div</span><span style="color: #007700;">&gt;<br />
&lt;</span><span style="color: #0000bb;">div </span><span style="color: #007700;">class=</span><span style="color: #dd0000;">&#8220;navigation&#8221;</span><span style="color: #007700;">&gt;</span><span style="color: #0000bb;">Navigation di sini</span><span style="color: #007700;">&lt;/</span><span style="color: #0000bb;">div</span><span style="color: #007700;">&gt;<br />
&lt;</span><span style="color: #0000bb;">div </span><span style="color: #007700;">class=</span><span style="color: #dd0000;">&#8220;content&#8221;</span><span style="color: #007700;">&gt;</span><span style="color: #0000bb;">Content di sini</span><span style="color: #007700;">&lt;/</span><span style="color: #0000bb;">div</span><span style="color: #007700;">&gt;<br />
&lt;/</span><span style="color: #0000bb;">body</span><span style="color: #007700;">&gt; </span></span></code></code></p>
<p>Kita ingin untuk halaman home, news, contact us, yang berganti hanyalah bagian content (dan sedikit di bag navigasi)<br />
Pertama, URL kita HARUS berbentuk<br />
index.php?page=home ; index.php?page=news ; index.php?page=contactus<br />
(Tapi tenang aja URL ini nanti bisa kita ubah menjadi &#8220;home.php&#8221; untuk &#8220;index.php?page=home&#8221;, &#8220;news.php&#8221; untuk &#8220;index.php?page=news&#8221;, dan seterusnya)</p>
<p>Nah pertama kita buat &#8220;index.php&#8221; di root</p>
<pre style="border: 1px inset; margin: 0pt; padding: 6px; overflow: auto; width: 400px; height: 300px; background-color: #eeeeee; text-align: left;font-size:1.2em;">
<div class="header">&lt;?php
define(&#8217;MY_DIR&#8217;, dirname(__FILE__));
$page = $_GET['page'];
if ($page == &#8221;) {
   $page = $_POST['page'];
}

if ($page == &#8216;news&#8217;) {
   $NEEDED_FILE = MY_DIR . &#8216;/includes/news.php&#8217;;
} else if ($page == &#8216;contactus&#8217;) {
   $NEEDED_FILE = MY_DIR . &#8216;/includes/contactus.php&#8217;;
} else {
   $NEEDED_FILE = MY_DIR . &#8216;/includes/home.php&#8217;;
}
?&gt;
&lt;html&gt;
&lt;head&gt;&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#8221;header&#8221;&gt;Header here&lt;/div&gt;
&lt;div class=&#8221;navigation&#8221;&gt;
&lt;a href=&#8221;index.php?page=home&#8221;&gt;Home&lt;/a&gt;
&lt;a href=&#8221;index.php?page=news&#8221;&gt;News&lt;/a&gt;
&lt;a href=&#8221;index.php?page=contactus&#8221;&gt;Contact Us&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&#8221;content&#8221;&gt;&lt;?php require($NEEDED_FILE); ?&gt;&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</div>
</pre>
<p>Selanjutnya kita buat directory &#8220;includes&#8221; di root, kita taruh file &#8220;news.php&#8221;, &#8220;contactus.php&#8221;, dan &#8220;home.php&#8221; di sana. (serta file &#8220;index.php&#8221; di sana untuk berjaga-jaga)</p>
<p>Berikut adalah contoh isi dari &#8220;news.php&#8221; (&#8221;/includes/news.php&#8221;)</p>
<pre style="border: 1px inset; margin: 0pt; padding: 6px; overflow: auto; width: 400px; height: 200px; background-color: #eeeeee; text-align: left;font-size:1.2em;">&lt;?php
if (!defined('MY_DIR')) {
   die('Naughty boy !')
   exit();
}
?&gt;
&lt;p&gt;Halo, saya ada di halaman berita lho :-p&lt;/p&gt;</pre>
<p>Nah buat juga 2 file lain (&#8221;home.php&#8221;, dan lain-lain).</p>
<p>Sekarang semua sudah jadi, kita tinggal mempercantik URL, yaitu mengganti</p>
<ul>
<li>&#8220;index.php?page=home&#8221; menjadi &#8220;home.php&#8221;</li>
<li>&#8220;index.php?page=news&#8221; menjadi &#8220;news.php&#8221;</li>
</ul>
<p>Caranya, buatlah sebuah file &#8220;.htaccess&#8221; pada root. Server anda harus mensupport rewrite <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Isi file tersebut dengan :</p>
<pre style="border: 1px inset; margin: 0pt; padding: 6px; overflow: auto; width: 400px; height: 200px; background-color: #eeeeee; text-align: left;font-size:1.2em;">&lt;IfModule mod_rewrite.c&gt;
	RewriteEngine on

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d

	RewriteRule ^([a-z0-9\-\_]+)\.php$ index.php?page=$1 [NC,L,QSA]
&lt;/IfModule&gt;</pre>
<p>Sekarang bukalah &#8220;news.php&#8221; di browser anda, dan anda akan melihat tampilan yang sama dengan &#8220;index.php?page=news&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/programming/php/dynamic-page-design/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fading Box</title>
		<link>http://www.xrvel.com/rw/programming/fading-box</link>
		<comments>http://www.xrvel.com/rw/programming/fading-box#comments</comments>
		<pubDate>Thu, 31 Jul 2008 07:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=32</guid>
		<description><![CDATA[Here&#8217;s a JavaScript code of fading box.
http://www.xrvel.com/download/fading-box.html
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a JavaScript code of fading box.</p>
<p><a href="http://www.xrvel.com/download/fading-box.html" target="_blank">http://www.xrvel.com/download/fading-box.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/programming/fading-box/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dynamic Loader</title>
		<link>http://www.xrvel.com/rw/programming/php/dynamic-loader</link>
		<comments>http://www.xrvel.com/rw/programming/php/dynamic-loader#comments</comments>
		<pubDate>Tue, 29 Jul 2008 06:02:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=31</guid>
		<description><![CDATA[What does this script do ?

Load multiple JS / CSS files at once. (Purpose : reducing number of HTTP requests).
Compress JS / CSS files. By removing tabs, new lines, etc. (Purpose : reducing file size).
		For CSS files :

replacing &#34;font-weight:bold&#34; with &#34;font-weight:700&#34; (minus 1 character).
replacing &#34;#FF5500&#34; with &#34;#F50&#34; (minus 3 characters).
replacing more extra characters.




How to use [...]]]></description>
			<content:encoded><![CDATA[<p>What does this script do ?</p>
<ol>
<li>Load multiple JS / CSS files at once. (Purpose : reducing number of HTTP requests).</li>
<li>Compress JS / CSS files. By removing tabs, new lines, etc. (Purpose : reducing file size).<br />
		For CSS files :</p>
<ul>
<li>replacing &quot;font-weight:bold&quot; with &quot;font-weight:700&quot; (minus 1 character).</li>
<li>replacing &quot;#FF5500&quot; with &quot;#F50&quot; (minus 3 characters).</li>
<li>replacing more extra characters.</li>
</ul>
</li>
</ol>
<p><span id="more-31"></span><br />
How to use ?</p>
<p>Example #1, you want to load &quot;css1.css&quot; and &quot;css2.css&quot;</p>
<pre style="margin:0px; padding:6px; border:1px inset; width:300px; height:34px; overflow:auto">
<span style="color: #000080;">&lt;link rel=<span style="color: #0000ff;">&quot;stylesheet&quot;</span> type=<span style="color: #0000ff;">&quot;text/css&quot;</span> href=<span style="color: #0000ff;">&quot;dynamic-loader.css?load=css1;css2&quot;</span> /&gt;</span></pre>
<p>To add compression, use</p>
<pre style="margin:0px; padding:6px; border:1px inset; width:300px; height:34px; overflow:auto">
<span style="color: #000080;">&lt;link rel=<span style="color: #0000ff;">&quot;stylesheet&quot;</span> type=<span style="color: #0000ff;">&quot;text/css&quot;</span> href=<span style="color: #0000ff;">&quot;dynamic-loader.css?load=css1;css2<strong><em>&amp;</em></strong>compress=1&quot;</span> /&gt;</span></pre>
<p>Example #2, you want to load &quot;js1.js&quot; and &quot;js2.js&quot;</p>
<pre style="margin:0px; padding:6px; border:1px inset; width:300px; height:34px; overflow:auto">
<span style="color: #800000;">&lt;script type=<span style="color: #0000ff;">&quot;text/javascript&quot;</span> href=<span style="color: #0000ff;">&quot;dynamic-loader.js?load=js1;js2<strong><em>&amp;</em></strong>compress=3&quot;</span>&gt;</span><span style="color: #800000;">&lt;/script&gt;</span></pre>
<p>There are several level of compression (compress=1, compress=2, etc).</p>
<p>More information of compression level, please read &quot;dynamic-loader.php&quot;.</p>
<p>If you want to compress JS file :</p>
<ol>
<li>You may not use single line comment (double slashes), use multi line comment instead (/* */).</li>
<li>Put semicolon on the end of line.</li>
</ol>
<p><a href="http://dy.xrvel.googlepages.com/dynamic-loader.zip" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/programming/php/dynamic-loader/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Transfer Your Domain Out From GoDaddy</title>
		<link>http://www.xrvel.com/rw/domain-name/how-to-transfer-your-domain-out-from-godaddy</link>
		<comments>http://www.xrvel.com/rw/domain-name/how-to-transfer-your-domain-out-from-godaddy#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Domain Name]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=28</guid>
		<description><![CDATA[How to transfer your domain out from GoDaddy :

Login to your GoDaddy account.
Click the domain name.
Unlock it.
Click OK (or submit)
Click the domain name again.
Click &#8220;Send by Email&#8221; near &#8220;Authorization Code&#8221;.
Check your e-mail.
Now you have your domain name authorization code. You can use it on domain transfer  

]]></description>
			<content:encoded><![CDATA[<p>How to transfer your domain out from GoDaddy :</p>
<ol>
<li>Login to your GoDaddy account.</li>
<li>Click the domain name.</li>
<li>Unlock it.</li>
<li>Click OK (or submit)</li>
<li>Click the domain name again.</li>
<li>Click &#8220;Send by Email&#8221; near &#8220;Authorization Code&#8221;.</li>
<li>Check your e-mail.</li>
<li>Now you have your domain name authorization code. You can use it on domain transfer <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/domain-name/how-to-transfer-your-domain-out-from-godaddy/feed</wfw:commentRss>
		</item>
		<item>
		<title>Minimum L-L-L.com Price</title>
		<link>http://www.xrvel.com/rw/domain-name/minimum-l-l-l-com-price</link>
		<comments>http://www.xrvel.com/rw/domain-name/minimum-l-l-l-com-price#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:46:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Domain Name]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=27</guid>
		<description><![CDATA[I read in NamePros that minimum price for premium L-L-L.com is about $50. That&#8217;s good imho. I hope the price will continue to rise at constant rate. (the minimum price for non premium L-L-L is about $10-$15 at the moment).
]]></description>
			<content:encoded><![CDATA[<p>I read in NamePros that minimum price for premium L-L-L.com is about $50. That&#8217;s good imho. I hope the price will continue to rise at constant rate. (the minimum price for non premium L-L-L is about $10-$15 at the moment).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/domain-name/minimum-l-l-l-com-price/feed</wfw:commentRss>
		</item>
		<item>
		<title>Animated Captcha</title>
		<link>http://www.xrvel.com/rw/programming/php/animated-captcha</link>
		<comments>http://www.xrvel.com/rw/programming/php/animated-captcha#comments</comments>
		<pubDate>Sun, 27 Jul 2008 06:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=19</guid>
		<description><![CDATA[I&#8217;ve uploaded it somewhere, but here, you can get the official animated captcha  
This one is the same script with the script in PlanetSourceCode.com, BUT, i have updated it with distortion etc (added on July 20ish 2008).


 
Usually we see static Captcha, now we will make an animated Captcha. Now this is cool. What [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded it somewhere, but here, you can get the <strong>official animated captcha</strong> <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This one is the same script with the script in <a href="http://www.planetsourcecode.com" target="_blank">PlanetSourceCode.com</a>, <strong>BUT</strong>, i have updated it with distortion etc (added on July 20ish 2008).</p>
<p><img style="border: 0pt none;" src="http://upload.kapanlagi.com/images/thumb/20080722143846_animatedcaptchanormal_48858e8671176-t.gif" alt="Captcha" width="150" height="40" /></p>
<p><span id="more-19"></span></p>
<p><img style="border: 0pt none;" src="http://upload.kapanlagi.com/images/thumb/20080722143846_animatedcaptchaslice_48858e867d7c5-t.gif" alt="Captcha" width="150" height="40" /> <img style="border: 0pt none;" src="http://upload.kapanlagi.com/images/thumb/20080722143846_animatedcaptchawave_48858e86822bb-t.gif" alt="Captcha" width="150" height="40" /></p>
<p>Usually we see static Captcha, now we will make an animated Captcha. Now this is cool. What does the captcha look like? It just like the ordinary Captcha, the difference is the letters are moving and animated. You can set your Captcha setting quickly such as random letter color, random background color, font size, etc. But do not wory, even this Captcha is animated, it won&#8217;t blink too much so that visitor still can read the text easily. My code also support build-in method to check user&#8217;s input. Captcha is easy, and interesting with animated Captcha. For more information, please read the readme file. I include the example file in my ZIP.</p>
<p><a href="http://dy.xrvel.googlepages.com/animatedcaptcha.zip" target="_blank">http://dy.xrvel.googlepages.com/animatedcaptcha.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/programming/php/animated-captcha/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP Mailer Class</title>
		<link>http://www.xrvel.com/rw/programming/php-mailer-class</link>
		<comments>http://www.xrvel.com/rw/programming/php-mailer-class#comments</comments>
		<pubDate>Tue, 22 Jul 2008 08:00:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=26</guid>
		<description><![CDATA[I got this mailer from PHP Classes. Now i want to share it with you.
If you use simple PHP mail() method, most e-mails will go to spam folder. Use this mailer class as the solution.
Usage :
&#60;?php
$global_php_mailer = new PHPMailer();

$global_php_mailer-&#62;From = 'admin@webkamu.com';
$global_php_mailer-&#62;FromName = 'Web Kamu.com';
$global_php_mailer-&#62;AddAddress($to);// to
$global_php_mailer-&#62;AddReplyTo('admin@webkamu.com','Terserah, web kamu');

$global_php_mailer-&#62;WordWrap = 50;

$global_php_mailer-&#62;IsHTML(true);

$global_php_mailer-&#62;Subject = $subject;// subject
$global_php_mailer-&#62;Body    [...]]]></description>
			<content:encoded><![CDATA[<p>I got this mailer from <a href="http://www.phpclasses.org" target="_blank">PHP Classes</a>. Now i want to share it with you.</p>
<p>If you use simple PHP mail() method, most e-mails will go to spam folder. Use this mailer class as the solution.</p>
<p>Usage :</p>
<pre style="border: 1px inset; margin: 0pt; padding: 6px; overflow: auto; width: 400px; height: 100px; background-color: #eeeeee; text-align: left;font-size:1.2em;" dir="ltr">&lt;?php
$global_php_mailer = new PHPMailer();

$global_php_mailer-&gt;From = 'admin@webkamu.com';
$global_php_mailer-&gt;FromName = 'Web Kamu.com';
$global_php_mailer-&gt;AddAddress($to);// to
$global_php_mailer-&gt;AddReplyTo('admin@webkamu.com','Terserah, web kamu');

$global_php_mailer-&gt;WordWrap = 50;

$global_php_mailer-&gt;IsHTML(true);

$global_php_mailer-&gt;Subject = $subject;// subject
$global_php_mailer-&gt;Body    = $message;// message
$global_php_mailer-&gt;AltBody = $message;// message

$global_php_mailer-&gt;Send();
?&gt;</pre>
<p>Kudos to the original creator. Here&#8217;s the <a href="http://www.xrvel.com/download/phpmailer.txt" target="_blank">download link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/programming/php-mailer-class/feed</wfw:commentRss>
		</item>
		<item>
		<title>Available Domain Names #1</title>
		<link>http://www.xrvel.com/rw/domain-name/available-domain-names-1</link>
		<comments>http://www.xrvel.com/rw/domain-name/available-domain-names-1#comments</comments>
		<pubDate>Sat, 19 Jul 2008 12:42:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Domain Name]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=25</guid>
		<description><![CDATA[Available domain names batch #1
Chameleona ,com
oLinker ,com
oLinkers ,com
PremScript(s) ,com (premium script)
PremSofts ,com (premium soft)
RedSyncs ,com
uInternets ,com (pretty cool)
WowFeature ,com
WowScriptz ,com
WowThats ,me (nice hack :p)
XataSoft ,com (sounds brandable)
XotoSoft ,com
Don&#8217;t forget to visit my domain name generator 
]]></description>
			<content:encoded><![CDATA[<p>Available domain names batch #1</p>
<p>Chameleona ,com<br />
oLinker ,com<br />
oLinkers ,com<br />
PremScript(s) ,com (premium script)<br />
PremSofts ,com (premium soft)<br />
RedSyncs ,com<br />
uInternets ,com (pretty cool)<br />
WowFeature ,com<br />
WowScriptz ,com<br />
WowThats ,me (nice hack :p)<br />
XataSoft ,com (sounds brandable)<br />
XotoSoft ,com</p>
<p>Don&#8217;t forget to visit my <a href="http://www.tracenic.com/re/name-generator.html" target="_blank">domain name generator</a> <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/domain-name/available-domain-names-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>CURL Class</title>
		<link>http://www.xrvel.com/rw/programming/php/curl-class</link>
		<comments>http://www.xrvel.com/rw/programming/php/curl-class#comments</comments>
		<pubDate>Wed, 16 Jul 2008 12:46:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=24</guid>
		<description><![CDATA[Here is my simple PHP cURL Class. I&#8217;ve put an example there.  
Download.
]]></description>
			<content:encoded><![CDATA[<p>Here is my simple PHP cURL Class. I&#8217;ve put an example there. <img src='http://www.xrvel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://dy.xrvel.googlepages.com/simple.curl.class.php" target="_blank">Download.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xrvel.com/rw/programming/php/curl-class/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
