<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CreativeBushido</title>
	<atom:link href="http://creativebushido.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativebushido.wordpress.com</link>
	<description>Your window to my world of online/offline adventures</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:49:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='creativebushido.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CreativeBushido</title>
		<link>http://creativebushido.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://creativebushido.wordpress.com/osd.xml" title="CreativeBushido" />
	<atom:link rel='hub' href='http://creativebushido.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Install Drupal with XAMPP in Ubuntu</title>
		<link>http://creativebushido.wordpress.com/2009/06/10/install-drupal-in-ubuntu/</link>
		<comments>http://creativebushido.wordpress.com/2009/06/10/install-drupal-in-ubuntu/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 02:29:40 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Howto & DIY]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WCMS]]></category>
		<category><![CDATA[web content management system]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[XAMPP for Linux]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/?p=285</guid>
		<description><![CDATA[Overview Are you ready to build your very own website? It&#8217;s not as hard as you may think! A computer with an internet connection is all that&#8217;s required. Oh, and not to mention a healthy dose of patience! This is a straightforward tutorial/guide which walks you through the entire process: installation and set-up, content management [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=285&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Overview</h4>
<p>Are you ready to build your very own website? It&#8217;s not as hard as you may think! A computer with an internet connection is all that&#8217;s required. Oh, and not to mention a healthy dose of patience!</p>
<p>This is a straightforward tutorial/guide which walks you through the entire process: installation and set-up, content management and basic configurations. Okay, enough chit-chat, let&#8217;s begin!</p>
<p><span id="more-285"></span></p>
<h4>Obtaining the Tools</h4>
<p>The softwares you&#8217;re going to be using are all free, open source and available online:</p>
<ul>
<li><strong>Drupal</strong> is a <a href="http://en.wikipedia.org/wiki/Web_content_management_system">web content management system</a> (WCMS). Basically, it&#8217;s an application which facilitates the creation of web contents (blogs, forums, polls, etc.), manages/controls the contents, usually by a point-and-click work-flow. Best of all, Drupal requires little or no programming skills.</li>
</ul>
<p><strong>Drupal 6.12 Download</strong> &#8211; <a title="Drupal" href="http://drupal.org/project/drupal">http://drupal.org/project/drupal</a></p>
<ul>
<li><strong>XAMPP</strong> (cross-platform, Apache, MySQL, PHP, Perl) is a web server application packaged with Apache HTML web server, MySQL (database management), PHP (a scripting language) and Perl (a programming language.)</li>
</ul>
<p><strong>XAMPP for Linux Download</strong> &#8211; <a title="XAMPP for Linux" href="http://www.apachefriends.org/en/xampp-linux.html">http://www.apachefriends.org/en/xampp-linux.html</a></p>
<h4>Pre-Installation</h4>
<p>By now, you should have already downloaded the following files:</p>
<ol>
<li><em>xampp-linux-1.7.1.tar.gz</em></li>
<li><em>drupal-6.12.tar.gz</em></li>
</ol>
<p><em><strong>Note</strong></em>: Unless you know what you&#8217;re doing, it&#8217;s recommended that you&#8217;re using the same files to avoid any confusion. If, for example, when newer versions are released, simply type in the correct file name when installing in the <em>&#8220;Install XAMPP&#8221;</em> and <em>&#8220;Install Drupal&#8221;</em> sections.</p>
<p>Now, this tutorial is done on a Linux system (<a title="Ubuntu" href="http://creativebushido.wordpress.com/2007/10/19/ubuntu-710-released-the-wait-is-over/">Ubuntu</a>), not Windows. Remember earlier when I told you the tools I&#8217;d use are all free? Well, Ubuntu is an excellent alternative operating system to Windows! Give it a try, you may like it!</p>
<h4>Install XAMPP</h4>
<p>We install XAMPP by extracting its content to a folder named <em>&#8220;opt&#8221;</em>:</p>
<ol>
<li>Locate the file <em>xampp-linux-1.7.1.tar.gz</em> you&#8217;ve just downloaded.</li>
<li>If it&#8217;s not on your Desktop, move the file there.</li>
<li>Open the <strong>Terminal</strong>, enter the following command:</li>
</ol>
<p><code>sudo tar xvfz Desktop/xampp-linux-1.7.1.tar.gz -C /opt</code></p>
<h4>Start XAMPP</h4>
<p>You installed XAMPP in the previous section, now it&#8217;s time to start it:</p>
<ol>
<li>Open the <strong>Terminal</strong>, enter the following command:</li>
</ol>
<p><code>sudo /opt/lampp/lampp start</code></p>
<p>You should see the following lines in the terminal if everything is done correctly:</p>
<blockquote><p>XAMPP: Starting Apache with SSL (and PHP5)&#8230;<br />
XAMPP: Starting MySQL&#8230;<br />
XAMPP: Starting ProFTPD&#8230;<br />
XAMPP for Linux started.</p></blockquote>
<h4>Test XAMPP</h4>
<p>Okay, so how do you know if XAMPP is currently active?</p>
<ol>
<li>Open your favourite web broswer.</li>
<li>Enter the following address:</li>
</ol>
<p><code>http://localhost</code></p>
<p>This page should pop up:</p>
<p style="text-align:center;"><a href="http://creativebushido.files.wordpress.com/2009/06/xampp001.png"><img class="size-thumbnail wp-image-306 aligncenter" title="XAMPP" src="http://creativebushido.files.wordpress.com/2009/06/xampp001.png?w=150&#038;h=108" alt="XAMPP" width="150" height="108" /></a></p>
<p>Click the <strong>Status</strong> link to see what&#8217;s running:</p>
<p style="text-align:center;"><a href="http://creativebushido.files.wordpress.com/2009/06/xampp002.png"><img class="size-thumbnail wp-image-309 aligncenter" title="XAMPP - Status" src="http://creativebushido.files.wordpress.com/2009/06/xampp002.png?w=150&#038;h=108" alt="XAMPP - Status" width="150" height="108" /></a></p>
<h4>Install Drupal</h4>
<p>Let&#8217;s install Drupal by extracting its content to <em>&#8220;opt/lampp/htdocs&#8221;:</em></p>
<ol>
<li>Locate the file <em>drupal-6.12.tar.gz</em>.</li>
<li>If it&#8217;s not on your Desktop, move the file there.</li>
<li>Open the <strong>Terminal</strong>, enter the following command:</li>
</ol>
<p><code>sudo tar xvfz Desktop/drupal-6.12.tar.gz -C /opt/lampp/htdocs</code></p>
<ol>
<li>Let&#8217;s rename <em>&#8220;drupal-6.12&#8243;</em> folder to a cleaner name, <em>&#8220;drupal&#8221;</em>.</li>
<li>Enter the following command:</li>
</ol>
<p><code>sudo mv /opt/lampp/htdocs/drupal-6.12 /opt/lampp/htdocs/drupal</code></p>
<h4>Test Drupal</h4>
<p>Okay, we can now verify whether Drupal has installed correctly:</p>
<ol>
<li>Open your web broswer.</li>
<li>Enter the following address:</li>
</ol>
<p><code>http://localhost/drupal</code></p>
<p>You should see this page:</p>
<p style="text-align:center;"><a href="http://creativebushido.files.wordpress.com/2009/06/drupal001.png"><img class="size-thumbnail wp-image-313 aligncenter" title="Drupal Setup" src="http://creativebushido.files.wordpress.com/2009/06/drupal001.png?w=150&#038;h=108" alt="Drupal Setup" width="150" height="108" /></a></p>
<h4>Create a Database</h4>
<p>In this section, we create a new database for Drupal to store data:</p>
<ol>
<li>Open your web browser.</li>
<li>Enter the following address:</li>
</ol>
<p><code>http://localhost/phpmyadmin/</code></p>
<ol>
<li>In the <strong>Create new database</strong> text box, type in a name for your database (I named mine <em>&#8220;creativebushido&#8221;</em>.)</li>
<li>Click the <strong>Create</strong> button.</li>
</ol>
<h4>Configure Drupal</h4>
<p>Having completed the installation of XAMPP, Drupal, and a brand spanking new database, we can finally go ahead and configure Drupal:</p>
<ol>
<li>Open your web browser.</li>
<li>Enter the following address:</li>
</ol>
<p><code>http://localhost/drupal</code></p>
<ol>
<li>Click the <strong>Install Drupal in English</strong> link.</li>
<li>You will be likely to ecounter the following page:</li>
</ol>
<p><a href="http://creativebushido.files.wordpress.com/2009/06/drupal002.png"><img class="aligncenter size-thumbnail wp-image-321" title="Drupal - Requirement problems" src="http://creativebushido.files.wordpress.com/2009/06/drupal002.png?w=150&#038;h=108" alt="Drupal - Requirement problems" width="150" height="108" /></a></p>
<p>Don&#8217;t fret! First, we make a copy of <em>default.settings.php</em> and rename it to <em>settings.php</em>.</p>
<ol>
<li>Open the <strong>Terminal</strong>, enter the following command:</li>
</ol>
<p><code>sudo cp /opt/lampp/htdocs/drupal/sites/default/default.settings.php /opt/lampp/htdocs/drupal/sites/default/settings.php</code></p>
<p>Next, we need to grant permissions to the <em>settings.php</em> file so that it&#8217;s writeable:</p>
<ol>
<li>Enter the following command (press <strong>Enter</strong> after each line):</li>
</ol>
<p><code>cd /opt/lampp/htdocs/drupal/sites</code></p>
<p><code>sudo chmod a+w default</code></p>
<p><code>sudo chmod a+w default/settings.php</code></p>
<p>Finally, we need to increase our PHP memory limit from <em>8M</em> to <em>16M</em>.</p>
<ol>
<li>Open the <strong>Terminal</strong> and type:</li>
</ol>
<p><code>sudo nano /opt/lampp/etc/php.ini</code><em> </em></p>
<p>Look for the <strong>memory_limit parameter</strong> and change the number 8 to <strong>16</strong>.<br />
Once you&#8217;ve changed it, exit the text editor by holding down <strong>Ctrl</strong> and press <strong>x</strong>. Type <strong>y</strong> to save the file.</p>
<p>Because you&#8217;ve just made changes to the PHP file, you need to restart XAMPP to update it:</p>
<ol>
<li>Open the <strong>Terminal</strong>, enter the following command:</li>
</ol>
<p><code>sudo /opt/lampp/lampp stop</code></p>
<ol>
<li>To start XAMPP again, enter the following command:</li>
</ol>
<p><code>sudo /opt/lampp/lampp start</code></p>
<p>That should have solved all the problems! Okay, now you should be able to see the <strong>Database configuration</strong> page in your browser:</p>
<p><a href="http://creativebushido.files.wordpress.com/2009/06/drupal0031.png"><img class="aligncenter size-thumbnail wp-image-326" title="Drupal - Database configuration" src="http://creativebushido.files.wordpress.com/2009/06/drupal0031.png?w=150&#038;h=108" alt="Drupal - Database configuration" width="150" height="108" /></a></p>
<p>Notice that I have entered a name for my database, the same name I&#8217;d used earlier. Make sure you do the same.</p>
<p>Once you clicked the <strong>Save and continue</strong> button on the <strong>Set up database</strong> page, you will be directed to the <strong>Configure site page</strong>, like the picture below:</p>
<p><a href="http://creativebushido.files.wordpress.com/2009/06/drupal004.png"><img class="aligncenter size-thumbnail wp-image-329" title="Drupal - Configure site" src="http://creativebushido.files.wordpress.com/2009/06/drupal004.png?w=150&#038;h=108" alt="Drupal - Configure site" width="150" height="108" /></a></p>
<p>For security purposes, it tells you to remove write permissions to the <em>settings.php</em> file. Let&#8217;s do that:</p>
<ol>
<li>Open the <strong>Terminal</strong>, enter the following command:</li>
</ol>
<p><code>sudo chmod a-w /opt/lampp/htdocs/drupal/sites/default/settings.php</code></p>
<p>Finally! You are now ready to enter some important informations for your new web site.</p>
<p>Fill out the the required information for the <strong>Site information</strong> and <strong>Administration account</strong> sections. Make sure you remember the <strong>username</strong> and <strong>password</strong> you&#8217;ve entered!</p>
<p><a href="http://creativebushido.files.wordpress.com/2009/06/drupal005.png"><img class="aligncenter size-thumbnail wp-image-330" title="Drupal - Configure site" src="http://creativebushido.files.wordpress.com/2009/06/drupal005.png?w=150&#038;h=108" alt="Drupal - Configure site" width="150" height="108" /></a></p>
<p>Once all the informations are filled out, click the <strong>Save and continue</strong> button.</p>
<p>Voila! Give yourself a pat on the back! You have just completed installing Drupal on your computer!</p>
<p><a href="http://creativebushido.files.wordpress.com/2009/06/drupal006.png"><img class="aligncenter size-thumbnail wp-image-332" title="Drupal - Drupal installation complete" src="http://creativebushido.files.wordpress.com/2009/06/drupal006.png?w=150&#038;h=108" alt="Drupal - Drupal installation complete" width="150" height="108" /></a></p>
<p>For now, you can begin building your site. Everything you&#8217;re doing right now is offline. Once you have everything to your liking, you can deploy the final product live online.</p>
<p>I hope this has been useful. If you have any technical issues, I strongly recommend that you make use of Drupal&#8217;s excellent <a title="Drupal Community" href="http://drupal.org">Community web site</a>!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=285&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2009/06/10/install-drupal-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/xampp001.png?w=150" medium="image">
			<media:title type="html">XAMPP</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/xampp002.png?w=150" medium="image">
			<media:title type="html">XAMPP - Status</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/drupal001.png?w=150" medium="image">
			<media:title type="html">Drupal Setup</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/drupal002.png?w=150" medium="image">
			<media:title type="html">Drupal - Requirement problems</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/drupal0031.png?w=150" medium="image">
			<media:title type="html">Drupal - Database configuration</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/drupal004.png?w=150" medium="image">
			<media:title type="html">Drupal - Configure site</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/drupal005.png?w=150" medium="image">
			<media:title type="html">Drupal - Configure site</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2009/06/drupal006.png?w=150" medium="image">
			<media:title type="html">Drupal - Drupal installation complete</media:title>
		</media:content>
	</item>
		<item>
		<title>TomTom ONE 3rd Edition</title>
		<link>http://creativebushido.wordpress.com/2008/07/13/tomtom-one-3rd-edition/</link>
		<comments>http://creativebushido.wordpress.com/2008/07/13/tomtom-one-3rd-edition/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 06:17:30 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[car navigation]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[TomTom]]></category>
		<category><![CDATA[TomTom ONE 3rd Edition]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/?p=281</guid>
		<description><![CDATA[It won&#8217;t be long before all cars are equipped with GPS navigation systems. As GPS prices have fallen considerably, with entry-level models priced below $100, and high-end units quoted above $300 &#8211; there&#8217;s one to fit everyone&#8217;s budget. Shown here is the Tom Tom ONE 3rd Edition, an &#8220;all you need in a portable car [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=281&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="center"><a title="TomTom ONE 3rd Edition" href="http://www.flickr.com/photos/vtran/sets/72157606093287014/"><img src="http://farm4.static.flickr.com/3186/2656501883_155ee29212_m.jpg" alt="" /></a></p>
<p>It won&#8217;t be long before all cars are equipped with GPS navigation systems. As GPS prices have fallen considerably, with entry-level models priced below <a href="http://electronics.pricegrabber.com/gps/p/522/form_keyword=gps/st=filter/lo_p=0/hi_p=100/popup1%5B%5D=30%3A1073">$100</a>, and high-end units quoted above $300 &#8211; there&#8217;s one to fit everyone&#8217;s budget.</p>
<p><span id="more-281"></span><br />
Shown here is the Tom Tom ONE 3rd Edition, an &#8220;all you need in a portable car navigator&#8221; entry-level GPS navigation device from TomTom.</p>
<p>TomTom ONE 3rd Edition comes with preloaded map of U.S. and Canada, all of which can be updated and shared with <a title="TomTom HOME" href="http://www.tomtom.com/plus/service.php?ID=17&amp;l=4">TomTom HOME</a> software program. Also comes in the box is a windshield holder, a USB car charger, and a USB cable for connecting to your PC.</p>
<p>With a very responsive touchscreen, programming is a breeze. It takes only a few &#8220;clicks&#8221; before you&#8217;re on your way to wherever you choose. If you accidently/intentionally go off-course, the device recalculates new routes within seconds; unlike your wife, it won&#8217;t nag you! As for spoken instructions, the speaker is remarkably loud &amp; clear, with 36 languages to choose from. </p>
<p>The main drawback of all GPS devices lies in its accuracy &#8211; not all roads are on the map. Therefore, it is wise to keep your eyes on the road. So far, I have no problem with it; but your experience might differ if you live in rural areas.</p>
<h4>Technical Specifications</h4>
<ul>
<li>Highly sensitive GPS chipset</li>
<li>3.5&#8243; full color TFT LCD touchscreen (320&#215;240 pixels, 64,000 colors)</li>
<li>1GB internal memory</li>
<li>RDS-TMC connector</li>
<li>Internal Lithium-Ion battery (2 hours operation)</li>
<li>Dimensions: 3.8&#8243;x 3.2&#8243; x 1.0&#8243;</li>
<li>Weight: 6.1 ounces</li>
<li>Operating temperature: 14 °F to + 131 °F</li>
</ul>
<h4>Pros</h4>
<ul>
<li>Affordable</li>
<li>Quick and easy programming</li>
<li>Portable</li>
<li>Text-to-Speech</li>
<li>Wide variety of spoken navigation instructions in different languages</li>
<li>Works with Windows and Macs</li>
</ul>
<h4>Cons</h4>
<ul>
<li>Touch screen could have been bigger</li>
<li>Windshield&#8217;s suction cup not all effective</li>
<li>Lacks Bluetooth, media (MP3s, photos), traffic receiver, FM transmitter</li>
<li>Does not automatically switch between day/night colors</li>
</ul>
<h4>Final Thoughts</h4>
<p>All in all, a good product for a decent price, but some quirks. It&#8217;s missing some extra features seen in other more expensive units (Bluetooth, media (MP3s, photos), traffic receiver, FM transmitter). Even with these shortfalls, it&#8217;s a solid choice for first-time buyers. If you are still wavering over purchasing your first car GPS, now is the time, buy one! &#8212; it&#8217;s one of the few gadgets that you won&#8217;t regret buying.</p>
<p><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2656501883/"><img src="http://farm4.static.flickr.com/3186/2656501883_155ee29212_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2657328744/"><img src="http://farm4.static.flickr.com/3257/2657328744_989e30213c_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2657340022/"><img src="http://farm4.static.flickr.com/3296/2657340022_c662823b46_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2657339870/"><img src="http://farm4.static.flickr.com/3166/2657339870_7bc75a7840_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2657339724/"><img src="http://farm4.static.flickr.com/3110/2657339724_b9b3bd41fb_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2656512877/"><img src="http://farm4.static.flickr.com/3031/2656512877_3fe527edb1_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a><a title="TomTom ONE 3rd Edition by imagin8zn, on Flickr" href="http://www.flickr.com/photos/vtran/2657339816/"><img src="http://farm4.static.flickr.com/3158/2657339816_a280976d85_s.jpg" alt="TomTom ONE 3rd Edition" width="75" height="75" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/281/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/281/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=281&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2008/07/13/tomtom-one-3rd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3186/2656501883_155ee29212_m.jpg" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3186/2656501883_155ee29212_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3257/2657328744_989e30213c_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3296/2657340022_c662823b46_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3166/2657339870_7bc75a7840_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3110/2657339724_b9b3bd41fb_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3031/2656512877_3fe527edb1_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3158/2657339816_a280976d85_s.jpg" medium="image">
			<media:title type="html">TomTom ONE 3rd Edition</media:title>
		</media:content>
	</item>
		<item>
		<title>Breaking News: Fourth Amendment Takes a Back Seat in U.S. Constitution</title>
		<link>http://creativebushido.wordpress.com/2008/07/11/fourth-amendment-takes-a-back-seat/</link>
		<comments>http://creativebushido.wordpress.com/2008/07/11/fourth-amendment-takes-a-back-seat/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 07:06:38 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[FISA Amendments Act of 2008]]></category>
		<category><![CDATA[George Bush]]></category>
		<category><![CDATA[H.R. 6304]]></category>
		<category><![CDATA[Hilary Clinton]]></category>
		<category><![CDATA[John McCain]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/?p=270</guid>
		<description><![CDATA[July 10, 2008 marks an important day in U.S. history. Today, President Bush signed the FISA Amendments Act of 2008 bill into law. The landmark decision, approved by the Senate with a vote of 69 to 28, permits the National Security Agency (NSA) to conduct &#8220;warrantless surveillance&#8221; of all United States citizens, even without probable cause. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=270&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://creativebushido.files.wordpress.com/2008/07/us-capitol-building1.jpg"><img class="alignleft size-thumbnail wp-image-274" src="http://creativebushido.files.wordpress.com/2008/07/us-capitol-building1.jpg?w=76&#038;h=96" alt="" width="76" height="96" /></a></p>
<p>July 10, 2008 marks an important day in U.S. history. Today, President Bush signed the <a title="FISA Amendments Act of 2008" href="http://thomas.loc.gov/cgi-bin/bdquery/z?d110:HR06304:@@@L&amp;summ2=m&amp;">FISA Amendments Act of 2008</a> bill into law. The landmark decision, approved by the Senate with a vote of 69 to 28, permits the National Security Agency (NSA) to conduct &#8220;warrantless surveillance&#8221; of all United States citizens, even without probable cause. It also grants immunity to telecommunications companies from past and future lawsuits for cooperation with the NSA in spying domestic targets.</p>
<p>The new law is controversial, with most of its support coming from the Bush administration and Republicans. Mr. Bush said the vote &#8221;will protect the liberties of our citizens while  maintaining the vital flow of intelligence.&#8221; On the other hand, opposition groups question the constitutionality of the new law, calling it a violation to the <a title="Fourth Amendment" href="http://www.gpoaccess.gov/constitution/html/amdt4.html">Fourth Amendment</a>, which guards against unreasonable searches and seizures. Ironically, Democratic presidential nominee Barack Obama voted yes on the bill, a decision which many Democrats held firm in opposition. Senator Hilary Clinton voted against the bill, while John McCain did not vote.</p>
<p><span id="more-270"></span><br />
To find out your state senators&#8217; position on the bill, check out the vote summary page on the <a title="United States Senate" href="http://www.senate.gov/legislative/LIS/roll_call_lists/roll_call_vote_cfm.cfm?congress=110&amp;session=2&amp;vote=00168#top">United States Senate</a> website. </p>
<p>What do <strong>YOU</strong> think? Are you willing to sacrifice your civil liberties, for the sake of national security, even without warrants or judicial approval? Whatever happened to checks and balances?</p>
<p>[Via <a title="The New York Times" href="http://www.nytimes.com/2008/07/10/washington/10fisa.html?_r=2&amp;hp&amp;oref=slogin&amp;oref=slogin">The New York Times</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/270/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/270/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=270&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2008/07/11/fourth-amendment-takes-a-back-seat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2008/07/us-capitol-building1.jpg?w=76" medium="image" />
	</item>
		<item>
		<title>Encrypt Your Data With TrueCrypt</title>
		<link>http://creativebushido.wordpress.com/2008/07/10/encrypt-your-data-with-truecrypt/</link>
		<comments>http://creativebushido.wordpress.com/2008/07/10/encrypt-your-data-with-truecrypt/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 11:50:18 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Howto & DIY]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/?p=263</guid>
		<description><![CDATA[Data theft should be a top concern for computer users. One way to protect your personal and sensitive information is encryption, the process of encoding information in such a way that only the person with the key can decode it. In this tutorial, I will provide step-by-step instructions on how to encrypt and decrypt your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=263&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Data theft should be a top concern for computer users. One way to protect your personal and sensitive information is <a href="http://en.wikipedia.org/wiki/Encryption">encryption</a>, the process of encoding information in such a way that only the person with the key can decode it.</p>
<p>In this tutorial, I will provide step-by-step instructions on how to encrypt and decrypt your data using <a href="http://www.truecrypt.org/">TrueCrypt</a>.</p>
<p><span id="more-263"></span><br />
Before we start, you should have installed the latest stable version of TrueCrypt on your system. For this tutorial, I am running Windows XP; the same steps can be applied for Mac OS X and Linux users as well.</p>
<div id="attachment_267" class="wp-caption alignnone" style="width: 310px"><a href="http://creativebushido.files.wordpress.com/2008/07/truecrypt.png"><img class="size-medium wp-image-267" src="http://creativebushido.files.wordpress.com/2008/07/truecrypt.png?w=300&#038;h=254" alt="TrueCrypt main window" width="300" height="254" /></a><p class="wp-caption-text">TrueCrypt main window.</p></div>
<p><a title="Download TrueCrypt" href="http://www.truecrypt.org/downloads.php" target="_blank">Download TrueCrypt</a></p>
<h4>Create a TrueCrypt file container</h4>
<p>To encrypt your files, you first need to create a file container. Think of it as a typical &#8220;suitcase&#8221;, with a lock key.</p>
<ol>
<li>Click the <strong>Create Volume</strong> button to open the <em>TrueCrypt Volume Creation Wizard</em>.</li>
<li>Make sure <em>Create a file container</em> is selected, click <strong>Next</strong>.</li>
<li>Select <em>Standard TrueCrypt volume</em> as a volume type and click <strong>Next</strong>.</li>
<li>Click <strong>Select File</strong>, specify the location and choose a file name for the container, and then click <strong>Save</strong>.</li>
<li>Click <strong>Next</strong> to move on to the <em>Encryption Options</em>.</li>
<li>Select <strong>AES</strong> (Advanced Encryption Standard) as an <em>Encryption Algorithm</em> and click <strong>Next</strong>.</li>
<li>Enter the size of the container (in MB) you would like to create and click <strong>Next</strong>.</li>
<li>Enter a password (this is the &#8220;key&#8221; to open your &#8220;suitcase&#8221;) for your container and click <strong>Next</strong>.</li>
<li>Click <strong>Format</strong> to create your new file container.</li>
<li>Click <strong>OK</strong> once your TrueCrypt volume has been successfully created.</li>
<li>Click <strong>Exit</strong> to close the <em>TrueCrypt Volume Creation Wizard</em>.</li>
</ol>
<h4>Use TrueCrypt to store your files in the file container</h4>
<div>Once you have successfully created a new TrueCrypt file container, you can start moving your files into the &#8220;suitcase&#8221;.</div>
<div>
<ol>
<li>Select any drive letter for the file container to be mounted.</li>
<li>Click <strong>Select File</strong>, browse to the location of your file container, select it, and click <strong>Open</strong>.</li>
<li>Click <strong>Mount</strong> to open the file container.</li>
<li>Enter the password (your &#8220;suitcase key&#8221;) you created in the password input box, and click <strong>OK</strong>.</li>
<li>If the password is entered correctly, the file container will be mounted as a virtual disk, under the drive letter you specified in step 1.</li>
<li>You can copy files to and from the virtual disk as you would copy them to any normal disk.</li>
<li>Once you have done copying your files to the virtual disk, simply close it by clicking the <strong>Dismount</strong> button in the TrueCrypt main window.</li>
</ol>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/263/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/263/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=263&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2008/07/10/encrypt-your-data-with-truecrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2008/07/truecrypt.png?w=300" medium="image">
			<media:title type="html">TrueCrypt main window</media:title>
		</media:content>
	</item>
		<item>
		<title>Lam Trường &#8211; Chuyện Hôm Qua</title>
		<link>http://creativebushido.wordpress.com/2007/11/02/lam-truong-chuyen-hom-qua/</link>
		<comments>http://creativebushido.wordpress.com/2007/11/02/lam-truong-chuyen-hom-qua/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 05:31:11 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Anh Luôn Chờ Mong]]></category>
		<category><![CDATA[Bóng Hình]]></category>
		<category><![CDATA[Bảy Sắc Cầu Vồng]]></category>
		<category><![CDATA[Bờ Vai Dịu Dàng]]></category>
		<category><![CDATA[Có Lẽ]]></category>
		<category><![CDATA[Chuyện Hôm Qua]]></category>
		<category><![CDATA[Lam Trường]]></category>
		<category><![CDATA[Mưa Vẫn Rơi]]></category>
		<category><![CDATA[Như Mùa Thu Qua]]></category>
		<category><![CDATA[Và Em Đã Đến]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Vietnam]]></category>
		<category><![CDATA[Vietnamese]]></category>
		<category><![CDATA[Đê Mê]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/2007/11/02/music-lam-tr%c6%b0%e1%bb%9dng-chuy%e1%bb%87n-hom-qua/</guid>
		<description><![CDATA[Lam Trường &#8211; Chuyện Hôm Qua Genre: Pop/R&#38;B Released 2007 (p) Viết Tân Studio Lam Trường (born October 24, 1974) has long been a favorite amongst Vietnamese fans. This multi-talented singer became popular in 1997 for his top hit song Tình Thôi Xót Xa composed by Bảo Chấn. Not only can he speak fluent Vietnamese, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=257&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="chuyen_hom_qua_01.png" href="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_01.png"><img src="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_01.thumbnail.png?w=500" alt="chuyen_hom_qua_01.png" /></a><a title="chuyen_hom_qua_02.png" href="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_02.png"><img src="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_02.thumbnail.png?w=500" alt="chuyen_hom_qua_02.png" /></a><a title="chuyen_hom_qua_03.png" href="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_03.png"><img src="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_03.thumbnail.png?w=500" alt="chuyen_hom_qua_03.png" /></a></p>
<h4>Lam Trường &#8211; Chuyện Hôm Qua</h4>
<p>Genre: Pop/R&amp;B<br />
Released 2007<br />
(p) Viết Tân Studio</p>
<p><a title="Lam Trường" href="http://www.google.com/search?q=Lam+Tr%C6%B0%E1%BB%9Dng&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=com.ubuntu:en-US:official&amp;client=firefox-a">Lam Trường</a> (born October 24, 1974)  has long been a favorite amongst Vietnamese fans. This multi-talented singer became popular in 1997 for his top hit song <em>Tình Thôi Xót Xa</em> composed by<em> Bảo Chấn</em>. Not only can he speak fluent Vietnamese, but also English, Cantonese, and Mandarin. Lam Trường has received numerous awards, including an invitation to perform on <a title="Japan public broadcast NHK" href="http://www.jpf.go.jp/j/culture_j/perform/event/asean/aseanpops/index.html">Japan public broadcast NHK</a>.</p>
<p><span id="more-257"></span><br />
Lam Trường&#8217;s latest 7th album <em>Chuyện Hôm Qua </em>reaffirms his committment and dedication to his love of music and an ever-growing fan base. The new CD features 10 tracks including one music video of &#8220;Chuyện Hôm Qua&#8221; (AVCD &#8211; Track 11).</p>
<h4>Tracks</h4>
<table border="0" cellspacing="0" cellpadding="0" width="316">
<tbody>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">01. <strong>Và Em Đã Đến</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542242_qzjy9%2F01-VaEmDaDen.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">02. <strong>Bảy Sắc Cầu Vồng</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542255_fjxxq%2F02-BaySacCauVong.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">03. <strong>Đê Mê</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542272_oh4mn%2F03-DeMe.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">04. <strong>Chuyện Hôm Qua</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542271_cneti%2F04-ChuyenHomQua.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">05. <strong>Bóng Hình</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542270_lfblf%2F05-BongHinh.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">06. <strong>Có Lẽ</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542336_ens6t%2F06-CoLe.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">07. <strong>Anh Luôn Chờ Mong</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542339_xfsv3%2F07-AnhLuonChoMong.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">08. <strong>Bờ Vai Dịu Dàng</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542338_k1jpg%2F08-BoVaiDiuDang.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">09. <strong>Mưa Vẫn Rơi</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542335_c6iwv%2F09-MuaVanRoi.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/note.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">10. <strong>Như Mùa Thu Qua</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.hotlinkfiles.com%2Ffiles%2F542337_5ngnh%2F10-NhuMuaThuQua.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></td>
</tr>
<tr>
<td width="16" height="16"><img src="http://creativebushido.files.wordpress.com/2007/11/videotape.gif?w=16&#038;h=16" alt="" width="16" height="16" /></td>
<td bgcolor="#eef4fe">11. <strong>Chuyện Hôm Qua</strong></td>
</tr>
<tr>
<td width="16" height="16"> </td>
<td> </td>
</tr>
</tbody>
</table>
<span style="text-align:center; display: block;"><a href="http://creativebushido.wordpress.com/2007/11/02/lam-truong-chuyen-hom-qua/"><img src="http://img.youtube.com/vi/13wU1muiR1M/2.jpg" alt="" /></a></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/257/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/257/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=257&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2007/11/02/lam-truong-chuyen-hom-qua/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.hotlinkfiles.com/files/542272_oh4mn/03-DeMe.mp3" length="7414190" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542255_fjxxq/02-BaySacCauVong.mp3" length="7003316" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542242_qzjy9/01-VaEmDaDen.mp3" length="7808362" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542271_cneti/04-ChuyenHomQua.mp3" length="7252317" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542270_lfblf/05-BongHinh.mp3" length="6192917" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542336_ens6t/06-CoLe.mp3" length="7142907" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542339_xfsv3/07-AnhLuonChoMong.mp3" length="7363473" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542338_k1jpg/08-BoVaiDiuDang.mp3" length="6927787" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542335_c6iwv/09-MuaVanRoi.mp3" length="7166837" type="audio/mpeg" />
<enclosure url="http://www.hotlinkfiles.com/files/542337_5ngnh/10-NhuMuaThuQua.mp3" length="5958714" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_01.thumbnail.png" medium="image">
			<media:title type="html">chuyen_hom_qua_01.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_02.thumbnail.png" medium="image">
			<media:title type="html">chuyen_hom_qua_02.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/chuyen_hom_qua_03.thumbnail.png" medium="image">
			<media:title type="html">chuyen_hom_qua_03.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/note.gif" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/11/videotape.gif" medium="image" />

		<media:content url="http://www.hotlinkfiles.com/files/542242_qzjy9/01-VaEmDaDen.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542242_qzjy9/01-VaEmDaDen.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542255_fjxxq/02-BaySacCauVong.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542255_fjxxq/02-BaySacCauVong.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542272_oh4mn/03-DeMe.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542272_oh4mn/03-DeMe.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542271_cneti/04-ChuyenHomQua.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542271_cneti/04-ChuyenHomQua.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542270_lfblf/05-BongHinh.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542270_lfblf/05-BongHinh.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542336_ens6t/06-CoLe.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542336_ens6t/06-CoLe.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542339_xfsv3/07-AnhLuonChoMong.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542339_xfsv3/07-AnhLuonChoMong.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542338_k1jpg/08-BoVaiDiuDang.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542338_k1jpg/08-BoVaiDiuDang.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542335_c6iwv/09-MuaVanRoi.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542335_c6iwv/09-MuaVanRoi.mp3" />
		</media:content>

		<media:content url="http://www.hotlinkfiles.com/files/542337_5ngnh/10-NhuMuaThuQua.mp3" medium="audio">
			<media:player url="http://creativebushido.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.hotlinkfiles.com/files/542337_5ngnh/10-NhuMuaThuQua.mp3" />
		</media:content>
	</item>
		<item>
		<title>Use Google to Search for Network Webcams</title>
		<link>http://creativebushido.wordpress.com/2007/10/27/use-google-to-search-for-network-webcams/</link>
		<comments>http://creativebushido.wordpress.com/2007/10/27/use-google-to-search-for-network-webcams/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 08:54:43 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Howto & DIY]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[giraffe]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webcams]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/2007/10/27/howto-diy-use-google-to-search-for-network-webcams/</guid>
		<description><![CDATA[I found me a giraffe! If you include [inurl:"ViewerFrame?Mode=Motion"] in your query, Google will search for pages in which the URL contains the word &#8220;ViewerFrame?Mode=Motion&#8221;. This permits access to thousands of Panasonic- and Axis-made network cameras that have web interfaces, which allow the user to control the camera&#8217;s motorized pan-and-tilt mechanisms. Instruction Simply direct your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=80&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a title="network_webcam.png" href="http://creativebushido.files.wordpress.com/2007/10/network_webcam.png"><img src="http://creativebushido.files.wordpress.com/2007/10/network_webcam.png?w=257&#038;h=245" alt="network_webcam.png" width="257" height="245" /></a></p>
<p align="center">I found me a <a title="giraffe" href="http://60.45.63.26/ViewerFrame?Mode=Motion&amp;Language=1">giraffe</a>! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>If you include <code>[inurl:"ViewerFrame?Mode=Motion"]</code> in your query, Google will search for pages in which the URL contains the word &#8220;ViewerFrame?Mode=Motion&#8221;. This permits access to thousands of Panasonic- and Axis-made network cameras that have web interfaces, which allow the user to control the camera&#8217;s motorized pan-and-tilt mechanisms.</p>
<p><span id="more-80"></span></p>
<h4>Instruction</h4>
<ol>
<li>Simply direct your web browser to <a title="google.com" href="http://www.google.com/">google.com.</a></li>
<li>In the search box, enter: <code>inurl:"ViewerFrame?Mode=Motion"</code></li>
<li>Voila!, you now have access to thousands of controllable network webcams!</li>
<li>If you find any cool/interesting (SFW) webcam, feel free to share them in the comment box. Enjoy!</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=80&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2007/10/27/use-google-to-search-for-network-webcams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/network_webcam.png" medium="image">
			<media:title type="html">network_webcam.png</media:title>
		</media:content>
	</item>
		<item>
		<title>V.4men &#8211; Korean Band Performs in Vietnamese!</title>
		<link>http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/</link>
		<comments>http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 07:41:31 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Dù Mười Năm Trôi Qua]]></category>
		<category><![CDATA[Go Back]]></category>
		<category><![CDATA[Korean]]></category>
		<category><![CDATA[Lam Trường]]></category>
		<category><![CDATA[Minh Quân]]></category>
		<category><![CDATA[Nước Mắt]]></category>
		<category><![CDATA[Thu Minh]]></category>
		<category><![CDATA[V4Men]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Vietnam]]></category>
		<category><![CDATA[Vietnamese]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/</guid>
		<description><![CDATA[V.4men, a Korean group consists of Ji/One, Lee Jung Ho, Jung Sae Young and Ha Hyoun Hee, debuted their first album in Sài Gòn, Vietnam in 2006. The album, named Adantc (slowly… slowly…), features 8 Korean songs written in Vietnamese by three Vietnamese musicians including Võ Thiện Thanh, Hà Quang Minh, and Chu Minh. With [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=83&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a title="v4men.png" href="http://creativebushido.files.wordpress.com/2007/10/v4men.png"><img src="http://creativebushido.files.wordpress.com/2007/10/v4men.png?w=500" alt="v4men.png" /></a></p>
<p><a title="V.4men" href="http://kr.search.yahoo.com/search?fr=kr-search_home&amp;p=v.4men&amp;x=0&amp;y=0">V.4men</a>, a Korean group consists of  <em>Ji/One</em>, <em>Lee Jung Ho</em>, <em>Jung Sae Young</em> and <em>Ha Hyoun Hee</em>, debuted their first album in Sài Gòn, Vietnam in 2006. The album, named <em>Adantc (slowly… slowly…)</em>, features 8 Korean songs written in Vietnamese by three Vietnamese musicians including <em>Võ Thiện Thanh</em>, <em>Hà Quang Minh,</em> and <em>Chu Minh</em>.</p>
<p><span id="more-83"></span><br />
With the recent surge of popularity of South Korean popular culture in Vietnam, there is no doubt the band&#8217;s decision to enter the Vietnamese music market is a wise one. Best of luck to them!</p>
<h4><strong>V.4men &#8211; Nước Mắt (T.E.A.R)</strong></h4>
<p align="center"><span style="text-align:center; display: block;"><a href="http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/"><img src="http://img.youtube.com/vi/AFLNvj2DHl0/2.jpg" alt="" /></a></span></p>
<p align="center"> </p>
<h4><strong>V.4men &#8211; Go Back (feat. Lam Trường &amp; Thu Minh)</strong></h4>
<p align="center"><span style="text-align:center; display: block;"><a href="http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/"><img src="http://img.youtube.com/vi/Jv-BRnwRXtQ/2.jpg" alt="" /></a></span></p>
<p align="center"> </p>
<h4><strong>V.4men &#8211; Dù Mười Năm Trôi Qua (Although Ten Years Have Passed) (with Minh Quân)</strong></h4>
<p align="center"><span style="text-align:center; display: block;"><a href="http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/"><img src="http://img.youtube.com/vi/_BOZAB6Dfp8/2.jpg" alt="" /></a></span></p>
<p>[Via <a title="VietnamNet Bridge" href="http://english.vietnamnet.vn/lifestyle/2006/10/627176/">VietnamNet Bridge</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=83&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2007/10/27/v4men-korean-band-performs-in-vietnamese/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/v4men.png" medium="image">
			<media:title type="html">v4men.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Gorgeous Life-Like CG Girl!</title>
		<link>http://creativebushido.wordpress.com/2007/10/21/gorgeous-life-like-cg-girl/</link>
		<comments>http://creativebushido.wordpress.com/2007/10/21/gorgeous-life-like-cg-girl/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 09:25:05 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[3ds Max]]></category>
		<category><![CDATA[CG]]></category>
		<category><![CDATA[Kim Jong Sook]]></category>
		<category><![CDATA[Korean]]></category>
		<category><![CDATA[kzinnia]]></category>
		<category><![CDATA[mental ray]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/2007/10/21/amazing-3ds-max-rendering/</guid>
		<description><![CDATA[&#8220;JEYA(제야) 2.0&#8243; &#8211; 웃는얼굴 Courtesy: Kim Jong-Sook http://www.fiiz.com/ We all like a little pizzazz here and there when it comes to imagery of CG women. I mean, why not? Kim Jong-Sook (Hangul: 김종숙), a 3D artist from Korea, harnesses the power of Autodesk 3ds Max to create this breath-taking image of a beautiful looking Korean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=70&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="center"><a title="kzinnia01.png" href="http://creativebushido.files.wordpress.com/2007/10/kzinnia01.png"><img src="http://creativebushido.files.wordpress.com/2007/10/kzinnia01.png?w=296&#038;h=391" alt="" width="296" height="391" /></a></p>
<p align="center"><a title="kzinnia01.png" href="http://creativebushido.files.wordpress.com/2007/10/kzinnia01.png"></a><span class="pcol1 itemSubjectBoldfont">&#8220;JEYA(제야) 2.0&#8243; &#8211; 웃는얼굴<br />
<em>Courtesy: Kim Jong-Sook http://www.fiiz.com/</em></span></p>
<p>We all like a little <a title="pizzazz" href="http://dictionary.reference.com/search?q=pizzazz&amp;x=0&amp;y=0">pizzazz</a> here and there when it comes to imagery of CG women. I mean, why not? Kim Jong-Sook (Hangul: 김종숙), a 3D artist from Korea, harnesses the power of <em>Autodesk 3ds Max</em> to create this breath-taking image of a beautiful looking Korean gal. <em>Mental ray</em> was used to render this artistic piece. Pay a visit to the <a title="author's site" href="http://www.fiiz.com/">author&#8217;s site</a> for more pictures.</p>
<p><a title="kzinnia02.png" href="http://creativebushido.files.wordpress.com/2007/10/kzinnia02.png"><img src="http://creativebushido.files.wordpress.com/2007/10/kzinnia02.png?w=148&#038;h=133" alt="" width="148" height="133" /></a><a title="kzinnia03.png" href="http://creativebushido.files.wordpress.com/2007/10/kzinnia03.png"><img src="http://creativebushido.files.wordpress.com/2007/10/kzinnia03.png?w=132&#038;h=133" alt="" width="132" height="133" /></a><a title="kzinnia04.png" href="http://creativebushido.files.wordpress.com/2007/10/kzinnia04.png"><img src="http://creativebushido.files.wordpress.com/2007/10/kzinnia04.png?w=144&#038;h=133" alt="" width="144" height="133" /></a></p>
<p>[Via <a title="fiiz.com" href="http://www.fiiz.com/">fiiz.com</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=70&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2007/10/21/gorgeous-life-like-cg-girl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/kzinnia01.png" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/kzinnia02.png" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/kzinnia03.png" medium="image" />

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/kzinnia04.png" medium="image" />
	</item>
		<item>
		<title>Ubuntu 7.10 Released: The Wait Is Over</title>
		<link>http://creativebushido.wordpress.com/2007/10/19/ubuntu-710-released-the-wait-is-over/</link>
		<comments>http://creativebushido.wordpress.com/2007/10/19/ubuntu-710-released-the-wait-is-over/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 03:51:40 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[7.10]]></category>
		<category><![CDATA[Compiz Fusion]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/2007/10/19/ubuntu-710-released-the-wait-is-over/</guid>
		<description><![CDATA[Chances are you&#8217;re reading this on a machine with Micro$oft Windows operating system (OS) installed. Either that, or you&#8217;re using Mac OS X, developed and sold by Apple Inc. These are what they called proprietary software &#8211; software you cannot copy, modify, and distribute freely. But wait! Hot on the heels of the OS war [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=40&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://creativebushido.files.wordpress.com/2007/10/ubuntu.jpg" title="ubuntu.jpg"><img src="http://creativebushido.files.wordpress.com/2007/10/ubuntu.thumbnail.jpg?w=500" alt="ubuntu.jpg" /></a></p>
<p>Chances are you&#8217;re reading this on a machine with <em>Micro$oft Windows operating system</em> (OS) installed. Either that, or you&#8217;re using <em>Mac OS X</em>, developed and sold by <em>Apple Inc.</em> These are what they called proprietary software &#8211; software you cannot copy, modify, and distribute freely. But wait! Hot on the heels of the OS war is today&#8217;s release of <em>Gutsy Gibbon, </em>code name for Ubuntu 7.10.</p>
<p><span id="more-40"></span><br />
<a href="http://www.ubuntu.com/" title="Ubuntu">Ubuntu</a> is currently the <a href="http://www.desktoplinux.com/articles/AT5816278551.html" title="most popular">most popular</a> Linux distribution, an operating system developed with users in mind. Because it&#8217;s free and open source, you can install it  on laptops, desktops, and servers &#8211; as many times as you like! Ubuntu comes with a full set of productivity, internet, drawing and graphics applications, and games. Windows is infamous for its insecurity and unreliability; not Linux! With a default Ubuntu setup, you can rest assured that your system is reasonably safe.</p>
<p><strong>Ubuntu 7.10 features</strong></p>
<ul>
<li><a href="http://www.gnome.org/start/2.20/notes/en/" title="Gnome 2.20">Gnome 2.20</a> desktop environment</li>
<li><a href="http://www.compiz-fusion.org/" title="Compiz Fusion">Compiz Fusion</a> 3D desktop visual effects</li>
<li>Desktop search</li>
<li>Fast user switching</li>
<li>Firefox plugins</li>
<li>Dynamic screen configuration</li>
<li>Automatic printer installation</li>
<li>NTSF writing</li>
<li>Encrypted hard disks</li>
<li><a href="http://www.ubuntu.com/getubuntu/releasenotes/710tour" title="And much more!"><em>And much more!</em></a></li>
</ul>
<p><a href="http://creativebushido.files.wordpress.com/2007/10/screenshot.png" title="screenshot.png"><img src="http://creativebushido.files.wordpress.com/2007/10/screenshot.thumbnail.png?w=500" alt="screenshot.png" align="middle" /></a><a href="http://creativebushido.files.wordpress.com/2007/10/screenshot-1.png" title="screenshot-1.png"><img src="http://creativebushido.files.wordpress.com/2007/10/screenshot-1.thumbnail.png?w=500" alt="screenshot-1.png" align="middle" /></a><a href="http://creativebushido.files.wordpress.com/2007/10/screenshot-2.png" title="screenshot-2.png"><img src="http://creativebushido.files.wordpress.com/2007/10/screenshot-2.thumbnail.png?w=500" alt="screenshot-2.png" align="middle" /></a><a href="http://creativebushido.files.wordpress.com/2007/10/screenshot-3.png" title="screenshot-3.png"><img src="http://creativebushido.files.wordpress.com/2007/10/screenshot-3.thumbnail.png?w=500" alt="screenshot-3.png" align="middle" /></a><a href="http://creativebushido.files.wordpress.com/2007/10/screenshot-4.png" title="screenshot-4.png"><img src="http://creativebushido.files.wordpress.com/2007/10/screenshot-4.thumbnail.png?w=500" alt="screenshot-4.png" align="middle" /></a><a href="http://creativebushido.files.wordpress.com/2007/10/screenshot-5.png" title="screenshot-5.png"><img src="http://creativebushido.files.wordpress.com/2007/10/screenshot-5.thumbnail.png?w=500" alt="screenshot-5.png" align="middle" /></a></p>
<p><a href="http://www.ubuntu.com/getubuntu/download" title="Get Ubuntu Now!">Get Ubuntu Now!</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=40&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2007/10/19/ubuntu-710-released-the-wait-is-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/ubuntu.thumbnail.jpg" medium="image">
			<media:title type="html">ubuntu.jpg</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/screenshot.thumbnail.png" medium="image">
			<media:title type="html">screenshot.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/screenshot-1.thumbnail.png" medium="image">
			<media:title type="html">screenshot-1.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/screenshot-2.thumbnail.png" medium="image">
			<media:title type="html">screenshot-2.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/screenshot-3.thumbnail.png" medium="image">
			<media:title type="html">screenshot-3.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/screenshot-4.thumbnail.png" medium="image">
			<media:title type="html">screenshot-4.png</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/screenshot-5.thumbnail.png" medium="image">
			<media:title type="html">screenshot-5.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Phở Thiên Long Restaurant</title>
		<link>http://creativebushido.wordpress.com/2007/10/18/pho-thien-long-restaurant/</link>
		<comments>http://creativebushido.wordpress.com/2007/10/18/pho-thien-long-restaurant/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 09:11:19 +0000</pubDate>
		<dc:creator>CreativeBushido</dc:creator>
				<category><![CDATA[Restaurants]]></category>
		<category><![CDATA[phở]]></category>
		<category><![CDATA[rice noodles]]></category>
		<category><![CDATA[Vietnamese cuisine]]></category>

		<guid isPermaLink="false">http://creativebushido.wordpress.com/2007/10/18/ph%e1%bb%9f-thien-long/</guid>
		<description><![CDATA[There&#8217;s no better time than now to treat yourself a hot bowl of phở, a noodle soup considered to be the national dish of Vietnam. Pictured here is a regular size bowl of phở gà dai (chicken-based phở). A hearty mix of succulent shredded chicken, with rice noodles, fresh green &#38; white onions, cilantro, Thai [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=39&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="pho.jpg" href="http://creativebushido.files.wordpress.com/2007/10/pho.jpg"><img src="http://creativebushido.files.wordpress.com/2007/10/pho.thumbnail.jpg?w=500" alt="pho.jpg" hspace="5" vspace="5" align="left" /></a></p>
<p>There&#8217;s no better time than now to treat yourself a hot bowl of <em><a title="phở" href="http://en.wikipedia.org/wiki/Pho">phở</a></em>, a noodle soup considered to be the national dish of <a title="Vietnam" href="http://en.wikipedia.org/wiki/Vietnamese_cuisine">Vietnam</a>. Pictured here is a regular size bowl of  <em>phở gà dai</em> (chicken-based  <em>phở</em>). A hearty mix of succulent shredded  chicken, with  rice noodles, fresh green &amp; white onions, cilantro, Thai basil, and bean sprouts, this traditional Vietnamese noodle soup dish makes the perfect winter or rainy day meal.</p>
<p><span id="more-39"></span><br />
So where can you get your phở fix in the Bay Area? Check out <em>Phở Thiên Long Restaurant</em> in <a title="San Jose" href="http://en.wikipedia.org/wiki/San_Jose%2C_California">San Jose</a>. I&#8217;ve been to many phở restaurants and this is the one I keep coming back to. The restaurant is casual and clean, with acceptable service. The price is very reasonable too, but only cash is accepted.</p>
<p><strong>Phở Thiên Long Restaurant</strong><br />
3005 Silver Creek Rd. #138<br />
San Jose, CA, 95121<br />
(408) 223-6188</p>
<p>Open 7 days: 9 a.m. till 8 p.m.</p>
<p><a title="View map" href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=3005+Silver+Creek+Rd.+%23138+San+Jose,+CA+95121&amp;sll=37.311199,-121.813445&amp;sspn=0.00727,0.013776&amp;ie=UTF8&amp;ll=37.311813,-121.813445&amp;spn=0.00727,0.013776&amp;z=16&amp;iwloc=addr&amp;om=1">View map</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/creativebushido.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/creativebushido.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativebushido.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativebushido.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativebushido.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativebushido.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativebushido.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativebushido.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativebushido.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativebushido.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativebushido.wordpress.com&amp;blog=1570288&amp;post=39&amp;subd=creativebushido&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativebushido.wordpress.com/2007/10/18/pho-thien-long-restaurant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f8e2c24464cc5c545178e904e8ccbee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CreativeBushido</media:title>
		</media:content>

		<media:content url="http://creativebushido.files.wordpress.com/2007/10/pho.thumbnail.jpg" medium="image">
			<media:title type="html">pho.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
