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

<channel>
	<title>Clarence's Crib</title>
	<atom:link href="http://www.clarencejames.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clarencejames.info</link>
	<description>My inspiration</description>
	<pubDate>Sun, 26 Oct 2008 11:18:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3-9863</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>where the hell?</title>
		<link>http://www.clarencejames.info/2008/10/26/where-the-hell.html</link>
		<comments>http://www.clarencejames.info/2008/10/26/where-the-hell.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 11:16:11 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=133</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Hehh&#8230; what da hell.. been browsing a lot of hours and even google earth&#8217;ing this Komplek CIDB, jalan sultan tengah..</p>
<p>where the hell is this location situated ? Please, and please for easy assessment in future.. please include map in the website so that it&#8217;s user friendly and user like me dont have to shed anymore hairs.. again map.. (things that show the location) .. the only  clues that i&#8217;ve  is &#8220;old ITM situated&#8221; .. (after reading, decrypted a blog! ) .</p>
<p>Well tomorrow, the day that i&#8217;ll venture and hit my pedal all the way from batu kawa to jalan sultan tengah..!</p>
<p>will give the report soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/10/26/where-the-hell.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Withdrawn paypal money to tunecard.</title>
		<link>http://www.clarencejames.info/2008/10/21/withdrawn-paypal-money-to-tunecard.html</link>
		<comments>http://www.clarencejames.info/2008/10/21/withdrawn-paypal-money-to-tunecard.html#comments</comments>
		<pubDate>Tue, 21 Oct 2008 01:54:19 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=126</guid>
		<description><![CDATA[Yes, it&#8217;s working. I have personally tried it out and walaaa.. i got pretty good amount for buying few can of beers today.
It take only 2 days (including weekend) or less to debit your paypal money to tunecard.
How to withdraw money from tunecard ?
Go to any ATM that accept visa, withdraw your money using the [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s working. I have personally tried it out and walaaa.. i got pretty good amount for buying few can of beers today.<br />
It take only 2 days (including weekend) or less to debit your paypal money to <a href="https://www.tunemoney.com">tunecard</a>.</p>
<p><strong>How to withdraw money from <a href="https://www.tunemoney.com">tunecard</a> ?</strong><br />
Go to any ATM that accept visa, withdraw your money using the given PIN number from tunemoney. (They will send by mail, snail mail after your registration.) Don&#8217;t worry.. i haven&#8217;t got mine. Their customer service is so suck.. i sent them 4 emails but yet no solution, until customer service call me and tell me the PIN number by phone&#8230; terrible!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/10/21/withdrawn-paypal-money-to-tunecard.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Code snippet for wordpress meta hack.</title>
		<link>http://www.clarencejames.info/2008/10/16/code-snippet-for-wordpress-meta-hack.html</link>
		<comments>http://www.clarencejames.info/2008/10/16/code-snippet-for-wordpress-meta-hack.html#comments</comments>
		<pubDate>Thu, 16 Oct 2008 02:59:28 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=122</guid>
		<description><![CDATA[Hope this snippet will help to improve your wordpress SEO.
&#60;title&#62;&#60;?php
$title=trim(wp_title(”,false));
if ($title) {
echo “$title - “;
bloginfo(’name’);
} else {
bloginfo(’name’);
echo ” - “;
bloginfo(’description’);
}
?&#62;&#60;/title&#62;
&#60;meta name=”description” content=”&#60;?php
$title=trim(wp_title(”,false));
if ($title) {
echo “$title - “;
bloginfo(’name’);
} else {
bloginfo(’name’);
echo ” - “;
bloginfo(’description’);
}
?&#62;” /&#62;
&#60;meta name=”keywords” content=”&#60;?php
$smallwordsarray = array(”of”,”a”,”the”,”and”,”an”,”or”,”nor”,
“but”,”is”,”if”,”then”,”else”,”when”,”at”,”from”,
“by”,”on”,”off”,”for”,”in”,”out”,”over”,”to”,”into”,”with”,”this”);
$title=trim(wp_title(”,false));
$keywords=split(”[[:space:][:punct:]]+”,$title);
if (!$title) {
bloginfo(’name’);
$keywords=array(”&#8221;);
}
$c=0;
foreach ($keywords as $k) {
if ($k and !in_array($k, $smallwordsarray)) {
if ($c &#62; 0) {
echo “,”;
}
echo “$k”;
$c=1;
}
}
?&#62;” /&#62;
]]></description>
			<content:encoded><![CDATA[<p>Hope this snippet will help to improve your wordpress SEO.</p>
<blockquote><p>&lt;title&gt;&lt;?php<br />
$title=trim(wp_title(”,false));<br />
if ($title) {<br />
echo “$title - “;<br />
bloginfo(’name’);<br />
} else {<br />
bloginfo(’name’);<br />
echo ” - “;<br />
bloginfo(’description’);<br />
}<br />
?&gt;&lt;/title&gt;</p></blockquote>
<p><span id="more-122"></span>&lt;meta name=”description” content=”&lt;?php<br />
$title=trim(wp_title(”,false));<br />
if ($title) {<br />
echo “$title - “;<br />
bloginfo(’name’);<br />
} else {<br />
bloginfo(’name’);<br />
echo ” - “;<br />
bloginfo(’description’);<br />
}<br />
?&gt;” /&gt;</p>
<blockquote><p>&lt;meta name=”keywords” content=”&lt;?php<br />
$smallwordsarray = array(”of”,”a”,”the”,”and”,”an”,”or”,”nor”,<br />
“but”,”is”,”if”,”then”,”else”,”when”,”at”,”from”,<br />
“by”,”on”,”off”,”for”,”in”,”out”,”over”,”to”,”into”,”with”,”this”);<br />
$title=trim(wp_title(”,false));<br />
$keywords=split(”[[:space:][:punct:]]+”,$title);<br />
if (!$title) {<br />
bloginfo(’name’);<br />
$keywords=array(”&#8221;);<br />
}<br />
$c=0;<br />
foreach ($keywords as $k) {<br />
if ($k and !in_array($k, $smallwordsarray)) {<br />
if ($c &gt; 0) {<br />
echo “,”;<br />
}<br />
echo “$k”;<br />
$c=1;<br />
}<br />
}<br />
?&gt;” /&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/10/16/code-snippet-for-wordpress-meta-hack.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cisco Simulator - Dynamips installation for window</title>
		<link>http://www.clarencejames.info/2008/10/13/cisco-simulator-dynamips-installation-for-window.html</link>
		<comments>http://www.clarencejames.info/2008/10/13/cisco-simulator-dynamips-installation-for-window.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 12:15:31 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

		<category><![CDATA[platform os]]></category>

		<category><![CDATA[windows platform]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=111</guid>
		<description><![CDATA[Recently i just busy myself to learn more about networking &#38; IP subnetting. A few steps to refresh and preparing myself for some certs with actual cisco IOS. Here are the tips to install cisco simulator on your windows platform OS. *personally i&#8217;m using Boson netsim. 
There are many installation tips on Internet, but this [...]]]></description>
			<content:encoded><![CDATA[<p>Recently i just busy myself to learn more about networking &amp; IP subnetting. A few steps to refresh and preparing myself for some certs with actual cisco IOS. Here are the tips to install cisco simulator on your windows platform OS. <em>*personally i&#8217;m using Boson netsim. </em></p>
<p>There are many installation tips on Internet, but this would be a easiest way to install Dynamips.<br />
This installation tips for window PC only.</p>
<p><strong>1. Download below s/w</strong></p>
<p>- Dynamips latest version from http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator<br />
- Dynagen from http://www.dynagen.org/<br />
- Libpcap from http://www.winpcap.org/install/default.htm</p>
<p>** If you download Dynagen / &#8220;dynagen-0.10.1_dynamips-0.8.0-RC1_Win_XP_setup&#8221;. It comes with latest Dynamips s/w.</p>
<p><span id="more-111"></span></p>
<p><strong>2. Install all three s/w</strong><br />
- Libpcap first<br />
- Dynagen, it will install latest version of Dynamips automatically</p>
<p>** To enable multiple Dynamips open.<br />
- go to http://www.internetworkexpert.com/resources/iosonpc.htm and click &#8220;Click here to download the Internetwork Expert Topologies for Dynagen&#8221; to down load CCIE lab configs and hecked &#8220;dynamips-start&#8221; file. Overwrite it to dynamips-start file that was came with origin s/w, Dynamips.</p>
<p><strong>3. Download IOS from Cisco website. (valid user)</strong></p>
<p>- Once download a correct image, just extract the image and rename it to</p>
<p>ex)c3640-jk9o3s-mz.123-14.T7.bin &#8212; &gt; c3640-jk9o3s-mz.123-14.T7.extracted.bin</p>
<p>It will cut down IOS loading time.</p>
<p><strong>4. Open and configure Dynagen file(.net)</strong></p>
<p>- Open a file at C:\p\Cisco\dynamips\internetwork.expert.topologies\Program Files\Dynamips\sample_labs\internetworkexpertie.routing.and.switching.topology.4.01</p>
<p>- Changed IOS image file and check correct path.</p>
<p>- Auto start all device on the list<br />
autostart=false &#8212;&gt; autostart=true</p>
<p>- configure file<br />
[[Router R1]] &#8212;&gt; Router name<br />
model = 3640 &#8212;&gt; Router model<br />
console = 2001<br />
autostart = false &#8212;&gt; Auto start option disabled<br />
slot0 = NM-1FE-TX &#8212;&gt; usable module<br />
slot1 = NM-4T &#8212;&gt; usable module<br />
F0/0 = SW1 F1/1 &#8212;&gt; F0/0 connected to SW1 F1/1<br />
S1/0 = FRSW 1 &#8212;&gt; S1/0 connected to FRSW 1<br />
cnfg = C:\Program Files\Dynamips\sample_labs\internetworkexpert\initial.configs\R1.initial.config.txt &#8212;&gt; saved your cisco config file</p>
<p>[[router R2]]<br />
# No need to specify an adapter here, it is taken care of<br />
# by the interface specification under Router R1</p>
<p><strong>5. Execute</strong></p>
<p>- Click Dynamips server (Icon at screen). Two DOS windows popped up and awaiting stage.</p>
<p>Cisco 7200 Simulation Platform<br />
Copyright (c) 2005,2006 Christophe Fillot.<br />
Build date: Nov 17 2006 13:20:41</p>
<p>Hypervisor TCP control server started</p>
<p>- Click Dynagen file (you just modified), then a DOS windows popped up.</p>
<p>Reading configuration file&#8230;</p>
<p>Network successfully loaded</p>
<p>Dynagen management console for Dynamips<br />
Copyright (c) 2005-2007 Greg Anuzelli</p>
<p>=&gt; list<br />
Name Type State Server Console<br />
TermServ 3640 stopped localhost:7201 2000<br />
R1 3640 stopped localhost:7200 2001<br />
R2 3640 stopped localhost:7200 2002<br />
R3 3640 stopped localhost:7200 2003<br />
R4 3640 stopped localhost:7200 2004<br />
R5 3640 stopped localhost:7200 2005<br />
R6 3640 stopped localhost:7200 2006<br />
SW1 3640 stopped localhost:7200 2007<br />
SW2 3640 stopped localhost:7201 2008<br />
SW3 3640 stopped localhost:7201 2009<br />
SW4 3640 stopped localhost:7201 2010<br />
BB1 3640 stopped localhost:7201 2011<br />
BB2 3640 stopped localhost:7201 2012<br />
BB3 3640 stopped localhost:7201 2013<br />
FRSW FRSW always on localhost:7201 n/a<br />
=&gt;</p>
<p><strong>6. Operation</strong></p>
<p>- Type : =&gt; list , this commands will bring all the list device was configured at Dynagen file.<br />
- Type : =&gt; start R1 (case sensitive)<br />
- Type : =&gt; list, you will see R1 is starting stage.<br />
- Type router name whatever you want to use it.<br />
- Type : =&gt; telnet R1, separated telnet window will be popped up.<br />
or<br />
- Type : =&gt; start all</p>
<p>** If you want to user Terminal server way to access all the Devices. You need to make loopback interface on your window machine. see http://support.microsoft.com/kb/839013<br />
Once you have created loopback interface and replace loopback ID = NPF_{4065B11C-2A6C-4FD2-8204-A12A9A8328A4} at your Dynagen file.</p>
<p><strong>Installation video</strong></p>
<p>http://classroom.internetworkexpert.com/p27794135/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/10/13/cisco-simulator-dynamips-installation-for-window.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Set language for netbeans IDE 6.1</title>
		<link>http://www.clarencejames.info/2008/10/06/set-language-for-netbeans-ide-61.html</link>
		<comments>http://www.clarencejames.info/2008/10/06/set-language-for-netbeans-ide-61.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 13:49:42 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Lifestyle]]></category>

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

		<category><![CDATA[default option]]></category>

		<category><![CDATA[default options]]></category>

		<category><![CDATA[english language]]></category>

		<category><![CDATA[example c program]]></category>

		<category><![CDATA[installation directory]]></category>

		<category><![CDATA[japanese language]]></category>

		<category><![CDATA[japanese version]]></category>

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

		<category><![CDATA[permanent solution]]></category>

		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=104</guid>
		<description><![CDATA[Currently using windows XP japanese version to do most of my online and offline works. So most of my installed programs run on japanese language by default.
Installed netbean IDE 6.1 on my laptop is not an exception,
this solution will fix the problem for those who want to change english language by default not matter what [...]]]></description>
			<content:encoded><![CDATA[<p>Currently using windows XP japanese version to do most of my online and offline works. So most of my installed programs run on japanese language by default.</p>
<p>Installed netbean IDE 6.1 on my laptop is not an exception,</p>
<p>this solution will fix the problem for those who want to change english language by default not matter what language of your windows.</p>
<blockquote><p><strong>Permanent Solution</strong></p>
<p>Go to Netbeans installation directory, for example,</p>
<p>C:\Program Files\NetBeans 6.0.1\etc</p>
<p>Open &#8220;netbeans.conf&#8221; and find netbeans default option line</p>
<p>netbeans_default_options=&#8221;-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true&#8221;</p>
<p>Add &#8220;<strong>-J-Duser.language=en -J-Duser.region=US</strong>&#8221; to the end of this line</p>
<p>netbeans_default_options=&#8221;-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true <strong>-J-Duser.language=en -J-Duser.region=US</strong>&#8220;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/10/06/set-language-for-netbeans-ide-61.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Recently found bigfoot declared as hoax</title>
		<link>http://www.clarencejames.info/2008/09/03/recently-found-bigfoot-declared-as-hoax.html</link>
		<comments>http://www.clarencejames.info/2008/09/03/recently-found-bigfoot-declared-as-hoax.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:47:42 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Lifestyle]]></category>

		<category><![CDATA[big fat lier]]></category>

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

		<guid isPermaLink="false">http://www.clarencejames.info/?p=102</guid>
		<description><![CDATA[Seems to be true enough.. big foot or big fat lier.

for more read this : http://news.nationalgeographic.com/news/2008/08/080818-bigfoot-dna.html
]]></description>
			<content:encoded><![CDATA[<p>Seems to be true enough.. big foot or big fat lier.</p>
<p><a href="http://news.nationalgeographic.com/news/bigphotos/images/080818-bigfoot-dna_big.jpg"><img class="aligncenter" title="Bigfoot hoax" src="http://news.nationalgeographic.com/news/bigphotos/images/080818-bigfoot-dna_big.jpg" alt="" width="461" height="346" /></a></p>
<p>for more read this : <a href="http://news.nationalgeographic.com/news/2008/08/080818-bigfoot-dna.html">http://news.nationalgeographic.com/news/2008/08/080818-bigfoot-dna.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/09/03/recently-found-bigfoot-declared-as-hoax.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ellen DeGeneres and Portia de Rossi tied knot?</title>
		<link>http://www.clarencejames.info/2008/08/17/ellen-degeneres-and-portia-de-rossi-tied-knot.html</link>
		<comments>http://www.clarencejames.info/2008/08/17/ellen-degeneres-and-portia-de-rossi-tied-knot.html#comments</comments>
		<pubDate>Sun, 17 Aug 2008 04:26:37 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[hot]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=98</guid>
		<description><![CDATA[
Emmy-winning talk show host Ellen DeGeneres and her longtime love Portia de Rossi are getting hitched &#8212; call it their &#8220;dream wedding&#8221; &#8212; Saturday with a small, intimate ceremony in Los Angeles.
more: http://latimesblogs.latimes.com/thedishrag/2008/08/ellen-degeneres.html
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://latimesblogs.latimes.com/thedishrag/images/2008/08/15/portiaderossiellendegeneres.jpg" alt="" width="450" height="518" /></p>
<p>Emmy-winning talk show host<strong> Ellen DeGeneres</strong> and<strong> </strong>her longtime love<strong> Portia de Rossi </strong>are<a href="http://www.foxnews.com/story/0,2933,404361,00.html" target="_new"> getting hitched</a> &#8212; call it their &#8220;dream wedding&#8221; &#8212; Saturday with a small, intimate ceremony in Los Angeles.</p>
<p>more: <a href="http://latimesblogs.latimes.com/thedishrag/2008/08/ellen-degeneres.html">http://latimesblogs.latimes.com/thedishrag/2008/08/ellen-degeneres.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/08/17/ellen-degeneres-and-portia-de-rossi-tied-knot.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tunguska</title>
		<link>http://www.clarencejames.info/2008/08/15/tunguska.html</link>
		<comments>http://www.clarencejames.info/2008/08/15/tunguska.html#comments</comments>
		<pubDate>Fri, 15 Aug 2008 04:37:37 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Mysteries]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=95</guid>
		<description><![CDATA[
Huge explosion have been erupted here.
A full century after the mysterious Tunguska explosion in Siberia leveled an area nearly the size of Tokyo, debate continues over what caused it.
Many questions remain as to what crashed into the Earth from above &#8212; how big it was and what it was made of. Some question whether it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Tunguska explosion" src="http://www.teslasociety.com/pictures/tunguska/tunguska2.jpg" alt="" width="500" height="458" /></p>
<p>Huge explosion have been erupted here.</p>
<p>A full century after the mysterious Tunguska explosion in Siberia leveled an area nearly the size of Tokyo, debate continues over what caused it.</p>
<p>Many questions remain as to what crashed into the Earth from above &#8212; how big it was and what it was made of. Some question whether it even came from space at all, or whether it erupted from the ground instead.</p>
<p>And there is always speculation that it was caused by a UFO or famed inventor Nikola Tesla&#8217;s &#8220;death ray.&#8221;</p>
<p><span id="more-95"></span></p>
<p><strong>other theories</strong><br />
*  A UFO crash. Struck by the similarity of Tunguska and Hiroshima decades later, a science fiction writer named Alexander Kazantsev wrote a story in which the Tunguska blast was the exploding nuclear power plant of a spaceship from Mars. A few Russian scientists took up the cause and claimed to find various bits of evidence &#8212; never substantiated &#8212; for a civilized alien explanation.<br />
* The annihilation of a chunk of antimatter from space. This does not account for mineral debris the explosion left behind.<br />
* A black hole zipping through Earth. This also does not account for mineral debris the explosion left behind, and there was no subsequent explosion as such a black hole, having tunneled through the Earth, would have shot back out through the surface of the Atlantic.<br />
* A Nikola Tesla &#8220;death ray.&#8221; The man who pioneered radio and modern alternating current electric power (AC) systems was often seen as a mad scientist. One story alleges he test-fired a death ray on the evening of June 30, 1908, and once he found out about the Tunguska event, he dismantled the weapon, deeming it too dangerous to remain in existence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/08/15/tunguska.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Rod - Unidentified Fying Creature</title>
		<link>http://www.clarencejames.info/2008/08/15/rod-unidentified-fying-creature.html</link>
		<comments>http://www.clarencejames.info/2008/08/15/rod-unidentified-fying-creature.html#comments</comments>
		<pubDate>Fri, 15 Aug 2008 04:04:07 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Mysteries]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=90</guid>
		<description><![CDATA[Rod, do you believe it ?
if you ask me, maybe i will say YES.
looking at the appearance, it&#8217;s not even near to any flying bird, or any insect.
http://kspark.kaist.ac.kr/Rod/rods.htm
Rods seem to be a favorite topic of UFO and cryptozoology buffs. One of the more outspoken defenders of rods as aliens is Jose Escamilla, host of the [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 324px"><img title="Rod" src="http://kspark.kaist.ac.kr/Rod/cave%20rods.jpg" alt="Rod - UFO" width="314" height="228" /><p class="wp-caption-text">Rod - UFO</p></div>
<p>Rod, do you believe it ?<br />
if you ask me, maybe i will say YES.</p>
<p>looking at the appearance, it&#8217;s not even near to any flying bird, or any insect.</p>
<p><a href="http://kspark.kaist.ac.kr/Rod/rods.htm">http://kspark.kaist.ac.kr/Rod/rods.htm</a></p>
<blockquote><p>Rods seem to be a favorite topic of UFO and cryptozoology buffs. One of the more outspoken defenders of rods as aliens is Jose Escamilla, host of the RoswellRods.com web site. Jose has even brought his story and films to The Learning Channel.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/08/15/rod-unidentified-fying-creature.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Red cliff</title>
		<link>http://www.clarencejames.info/2008/08/14/red-cliff.html</link>
		<comments>http://www.clarencejames.info/2008/08/14/red-cliff.html#comments</comments>
		<pubDate>Thu, 14 Aug 2008 05:41:15 +0000</pubDate>
		<dc:creator>clarence</dc:creator>
		
		<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://www.clarencejames.info/?p=86</guid>
		<description><![CDATA[
SYNOPSIS
The story of RED CLIFF takes place in 208 AD in China during the Han Dynasty. Despite the presence of an emperor, Han Xiandi, China was then divided into many warring states.
The ambitious Prime Minister Cao Cao, by using the Emperor as his puppet, waged war on a kingdom in the west, Xu, ruled by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clarencejames.info/2008/08/14/red-cliff.html/redcliff2" rel="attachment wp-att-87"><img src="http://www.clarencejames.info/wp-content/uploads/2008/08/redcliff2-300x214.jpg" alt="" title="redcliff2" width="300" height="214" class="alignnone size-medium wp-image-87" /></a></p>
<p>SYNOPSIS<br />
The story of RED CLIFF takes place in 208 AD in China during the Han Dynasty. Despite the presence of an emperor, Han Xiandi, China was then divided into many warring states.</p>
<p>The ambitious Prime Minister Cao Cao, by using the Emperor as his puppet, waged war on a kingdom in the west, Xu, ruled by the emperor’s uncle, Liu Bei. Cao Cao’s ultimate goal was to wipe out all the kingdoms and install himself as Emperor to a unified China. Liu Bei sent his military advisor Zhuge Liang as an envoy to the Wu Kingdom in the south, trying to persuade its ruler Sun Quan into joining forces. There he met Wu’s Viceroy Zhou Yu, and the two became friends amidst this uneasy alliance.</p>
<p>Enraged to learn that the two kingdoms have become allies, Cao Cao sent an army of eight hundred thousand soldiers and two thousand ships down south, hoping to kill two birds with one stone. Cao Cao’s army set up camp at Crow Forest, across the Yangtze River from Red Cliff, where the allies were stationed.</p>
<p>With the food supply running short, and the army vastly outnumbered by Cao Cao’s, the allies seemed doomed. Zhou Yu and Zhuge Liang had to rely on their combined wisdom to turn the tide of battle. Numerous battles of wits and forces, on land and on water, eventually culminated into the most famous battle in Chinese history, where two thousand ships were burned, and the course of China’s history was changed forever. That was the Battle of Red Cliff. </p>
<p><strong>logged in to download</strong></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarencejames.info/2008/08/14/red-cliff.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
