<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blizzardboy &#124; A Kiwi in Japan &#187; Websites</title>
	<atom:link href="http://www.blizzardboy.net/category/websites/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blizzardboy.net</link>
	<description>Blizzardboy &#124; A Kiwi in Japan is the blog of Simon Gibson, a New Zealander living in Tokyo, Japan. Focused on New Zealand, Japan, web design and other shiny things.</description>
	<lastBuildDate>Thu, 22 Jul 2010 03:44:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Skype on Centos 5.5</title>
		<link>http://www.blizzardboy.net/websites/installing-skype-on-centos-5-5.html</link>
		<comments>http://www.blizzardboy.net/websites/installing-skype-on-centos-5-5.html#comments</comments>
		<pubDate>Mon, 21 Jun 2010 01:30:14 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=993</guid>
		<description><![CDATA[There are a couple of options for installing Skype on Centos 5.5
http://www.skype.com/intl/en/get-skype/on-your-computer/linux/post-download/
Dynamic
Static 
Dynamic means to dynamically link to libraries, and will require you to meet the dependencies of skype, while static is a larger package which meets those requirements. I went with static.
First, make a directory to download the code to (you can use /tmp [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of options for installing Skype on Centos 5.5</p>
<p>http://www.skype.com/intl/en/get-skype/on-your-computer/linux/post-download/</p>
<p>Dynamic<br />
Static </p>
<p>Dynamic means to dynamically link to libraries, and will require you to meet the dependencies of skype, while static is a larger package which meets those requirements. I went with static.</p>
<p>First, make a directory to download the code to (you can use /tmp if you want):</p>
<p><code>mkdir /usr/share/skype</code></p>
<p><code>wget http://www.skype.com/go/getskype-linux-beta-static</code><br />
(alternatively: wget http://www.skype.com/go/getskype-linux-beta-dynamic )<br />
#upack the download<br />
<code>tar jxvf skype_static-2.1.0.81.tar.bz2<br />
cd skype_static-2.1.0.81/</code></p>
<p><code>less README</p>
<p>cp skype /usr/bin/skype<br />
cp -r avatars/* /usr/share/skype/<br />
cp -r lang/* /usr/share/skype/<br />
cp -r sounds/* /usr/share/skype/</p>
<p>skype</code></p>
<p>And your skype should be up and running!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/websites/installing-skype-on-centos-5-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Adobe Reader &#8211; How to Download in English</title>
		<link>http://www.blizzardboy.net/japan/install-adobe-reader-how-to-download-in-english.html</link>
		<comments>http://www.blizzardboy.net/japan/install-adobe-reader-how-to-download-in-english.html#comments</comments>
		<pubDate>Tue, 15 Jun 2010 07:56:29 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=987</guid>
		<description><![CDATA[If you live in a foreign country companies such as Adobe like to enforce language choices with unforgiving redirects.
If you want to download Adobe Reader in English and you live in Japan for example, you will need to change the url they redirect you to from:
http://get.adobe.com/jp/reader/
to:
http://get.adobe.com/uk/reader/
]]></description>
			<content:encoded><![CDATA[<p>If you live in a foreign country companies such as Adobe like to enforce language choices with unforgiving redirects.</p>
<p>If you want to download Adobe Reader in English and you live in Japan for example, you will need to change the url they redirect you to from:</p>
<p>http://get.adobe.com/jp/reader/</p>
<p>to:</p>
<p>http://get.adobe.com/uk/reader/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/japan/install-adobe-reader-how-to-download-in-english.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress on local network for testing</title>
		<link>http://www.blizzardboy.net/websites/wordpress-on-local-network-for-testing.html</link>
		<comments>http://www.blizzardboy.net/websites/wordpress-on-local-network-for-testing.html#comments</comments>
		<pubDate>Tue, 15 Jun 2010 05:03:47 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=985</guid>
		<description><![CDATA[If you want to have wordpress on your local lan, and are getting errors with the installation redirecting to localhost you can either log in via the gui and update the site, or if you are at the command line, change the mysql.
For example:
mysql -u root -p
enter your mysql password (and of course you shouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to have wordpress on your local lan, and are getting errors with the installation redirecting to localhost you can either log in via the gui and update the site, or if you are at the command line, change the mysql.</p>
<p>For example:</p>
<p>mysql -u root -p</p>
<p>enter your mysql password (and of course you shouldn&#8217;t use root for live deployments).</p>
<p>select your database:</p>
<p><code>USE wordpress;</code></p>
<p>change local host to your IP address (if this is DCHP generated, it may change&#8230;)<br />
<code><br />
UPDATE wp_options SET option_value='http://192.168.10.44/wordpress/' WHERE option_name='siteurl' OR option_name='home';</code></p>
<p>And you should be good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/websites/wordpress-on-local-network-for-testing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger in Japanese &#8211; Changing it back to English</title>
		<link>http://www.blizzardboy.net/japan/blogger-in-japanese-changing-it-back-to-english.html</link>
		<comments>http://www.blizzardboy.net/japan/blogger-in-japanese-changing-it-back-to-english.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 10:55:49 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=924</guid>
		<description><![CDATA[Sometimes living in a foreign country can be heaps of fun, and sometimes it can be a pain.
This evening, I was trying to leave a comment on another blog, and it was a blogger blog. It seems the options have changed for comments, so I was offered either to use a blogger ID or an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blizzardboy.net/wp-content/uploads/2009/01/blogger1.png" alt="blogger logo" title="blogger logo" width="388" height="143" align="left" />Sometimes living in a foreign country can be heaps of fun, and sometimes it can be a pain.</p>
<p>This evening, I was trying to leave a comment on another blog, and it was a blogger blog. It seems the options have changed for comments, so I was offered either to use a blogger ID or an Open ID. I prefer to use my own website (ie. <a href="http://www.blizzardboy.net">www.blizzardboy.net</a>) as my ID, rather than going through some other service, but it would appear that that option has disappeared. </p>
<p>So I got curious &#8211; I did start a blogger blog back in 2006 so I wanted to see what happened to that. Actually it is still there at <a href="http://psy-ke.blogspot.com/">http://psy-ke.blogspot.com/</a>. I wanted to see what would happen if I chose the blogger option. And lo and behold the blog was still there.</p>
<p>But when I went to log in, every thing was in Japanese! I guess no matter where you are from it will display the navigation and everything in the language of the region you are in.</p>
<p>Despite Japan having a foreign population of over a million people, blogger (and other google sites including analytics, adsense, adwords and youtube) as well as a large number of other sites choose to send web pages in the language of the country which your IP address indicates, rather than the language your browser indicates.</p>
<p>This means we get web pages in Japanese when we want them in English. Now, I can work in Japanese, but I prefer not to. From a webmasters perspective this is easy enough to change. But for the end user can be a real nuisance. </p>
<p>Anyway after a little googling I found the solution <a href="http://markmail.org/message/sgtpcngfr35h4mgr?q=getting+blogger+to+display+english&#038;page=1&#038;refer=chzif5tqhhvo7lz6">here</a> and I have copied the pertinent parts for your (and my!) reference here:</p>
<blockquote><p>From: Mishka OP </p>
<p>You need to make sure you have the language set in all three locations for it to stick and if you delete cookies it will revert and you&#8217;ll have to do the settings again.</p>
<p>Here are the instructions that you can use even if you can&#8217;t read the language being displayed.</p>
<p>Okay, a few things. First, you need to go into your browser settings and make sure that English is chosen as your preferred language.</p>
<p>Okay, if you are logged into blogger and on your blog&#8217;s main page, you can click on the little blogger icon on the left top corner and it will take you to your dashboard. When you are on your dashboard, you should see your blog names below and your profile picture and name to the right. The third bullet down from the picture is the Change Language link. Click on that and select English and save (English should be the top one, and Save is the big orange button).</p>
<p>After you save, it should take you right back to your dashboard. Underneath the title to your blog, there should be a little gear icon on the right side. The second link is the one for the blogs settings, click on that. Formatting is the third link over from the left underneath the settings tab (which should be where you are if you came from the dashboard). The language settings is the 6th down from the top of the page. The save button is bright orange at the bottom of the page.</p>
<p>It is more of a google thing than it is a blogger thing (they think they are helping you out by adjusting the language based on IP address but it is supposed to default to your browser&#8217;s language). </p></blockquote>
<p>This is quite useful advice even if you are just traveling to Japan (or to any other country that uses a different language).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/japan/blogger-in-japanese-changing-it-back-to-english.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Faces of Japan</title>
		<link>http://www.blizzardboy.net/travel/three-faces-of-japan.html</link>
		<comments>http://www.blizzardboy.net/travel/three-faces-of-japan.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 00:51:43 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[interesting]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=919</guid>
		<description><![CDATA[We have been having a few travellers staying with us recently here in Japan and it has been interesting to hear what they think about this country, and moreover, what their expectations were prior to arrival in these lands.
Any country is a &#8220;diverse beast&#8221; and Japan is no exception. Surfing the web this morning I [...]]]></description>
			<content:encoded><![CDATA[<p>We have been having a few travellers staying with us recently here in Japan and it has been interesting to hear what they think about this country, and moreover, what their expectations were prior to arrival in these lands.</p>
<p>Any country is a &#8220;diverse beast&#8221; and Japan is no exception. Surfing the web this morning I came across the following articles which cover a couple of the multitudinous faces of Japan &#8211; technology, tradition and ecology.</p>
<p>So lets start with cute technology. Geekyblog has a post featuring a very cute robot: Postkun &#8211; Limited Edition Japanese Robot.</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2009/01/postkun.jpg" alt="Post Kun - a cute Japanese robot" title="Post Kun - a cute Japanese robot" width="550" height="778"  /></p>
<p>They have this to say about the robot:</p>
<blockquote><p>This funky looking robot is the creation of Tokyo based company <a href="http://www.kyosho.com/jpn/index.html">Kyosho</a>, he is called Postkun, which means ‘Little Postman’ in Japan.</p>
<p>Postkun will be available in a limited edition of just 10 robots, and only available in Japan for about $3,500.</p></blockquote>
<p>That price seems a bit steep, so I don&#8217;t think I will be getting one unless my boss starts paying me more &#8211; a lot more!</p>
<p>You can read more about Postkun here: Postkun &#8211; <a href="http://www.geeky-gadgets.com/?p=9957">Limited Edition Japanese Robot</a>.</p>
<p>Treehugger &#8211; a website I quite enjoy reading, has an interesting piece on Paco House. A long way from Le Corbusier, Paco House is an alternative to dome housing, offering the possibility of a second house that is just gorgeous.</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2009/01/paco-small-house-1.jpg" alt="Paco Small House" title="Paco Small House" width="468" height="408" class="size-full wp-image-921" /></p>
<p>Doesn&#8217;t that just look idyllic? Especially from the midst of winter in Tokyo.</p>
<p>They add:</p>
<blockquote><p>Let&#8217;s say you needed a really small house, perhaps a Dome Home, to put on a secluded place on a beach, somewhere far off and away. Schemata Architecture Office Ltd. is a group of designers showing a concept small second house that you could build yourself, or perhaps help to develop. I like the freedom of this. You could put it anywhere. If no-one complains, you are ok to go. Are there laws against second house freedom?</p></blockquote>
<p>Indeed, who would complain! You can read more about the Paco House, and see some more pictures here: <a href="http://www.treehugger.com/files/2009/01/small-house-design-paco.php">Small House Design &#8220;Paco&#8221; From Japan</a>.</p>
<p>And finally the traditional &#8211; Men at Work: Artisans of Old Japan. No not an Australian 80&#8217;s band trying to make music using the remains of last nights dinner, but a well researched article from Slate Magazine. There are three parts up at the moment, and it looks like more are on the way.</p>
<p>The writer June Thomas kicks off:</p>
<blockquote><p>Every language attracts a special kind of student. Spanish speakers are lazy and charming. Those who have mastered French are sometimes chic and always sybaritic. Hebrew attracts the committed; Turkish, the committed and complicated. Adventurers are drawn to Arabic, and Mandarin is for brainiacs who love a challenge—so much so that they often abandon the language altogether once they&#8217;ve got it down. And Japanese? Japanese speakers are serious, serious people. Of course, all languages demand tedious, diligent study, but there&#8217;s something about Japanese that calls out to those who are quiet, kind, and, often, spiritual. People who would rather kneel on a tatami mat contemplating a calligraphy scroll than, say, slump on a sofa watching Gossip Girl.</p>
<p>I always fancied myself too frivolous for Japan. Going there would be like visiting a library—a quiet, orderly place where nothing much happens. A world unto itself with lovely things to look at but nothing much to do. I love libraries; I just didn&#8217;t want to spend my vacation in one. All that politeness stressed me out. There seemed to be a million rules—take your shoes off here, wear these slippers in the bathroom and nowhere else—and I didn&#8217;t understand any of them. </p></blockquote>
<p>You can read the rest of the article here: <a href="http://www.slate.com/id/2209693/entry/2209694/">Men at Work: Artisans of Old Japan</a>. That should keep you going till lunchtime.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/travel/three-faces-of-japan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hangman Cheat</title>
		<link>http://www.blizzardboy.net/websites/hangman-cheat.html</link>
		<comments>http://www.blizzardboy.net/websites/hangman-cheat.html#comments</comments>
		<pubDate>Sun, 25 Jan 2009 11:33:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Quick Links]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[interesting]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=900</guid>
		<description><![CDATA[Hangman Cheat is quite a clever website which can pretty accurately guess the word you are thinking of. Simply tell it how many letters the word has and start playing. 
I tried the word &#8220;japan&#8221; first and it found it very quickly. When I tried &#8220;blizzardboy&#8221; it didn&#8217;t have so much luck &#8211; probably because [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blizzardboy.net/wp-content/uploads/2009/01/hangman-0.png" alt="hangman" title="hangman" width="127" height="193" align="left" /><a href="http://hangmancheat.com/index.php">Hangman Cheat</a> is quite a clever website which can pretty accurately guess the word you are thinking of. Simply tell it how many letters the word has and start playing. </p>
<p>I tried the word &#8220;japan&#8221; first and it found it very quickly. When I tried &#8220;blizzardboy&#8221; it didn&#8217;t have so much luck &#8211; probably because blizzardboy isn&#8217;t a dictionary word.</p>
<p>If you like games such as <a href="http://www.playbabble.com">babble</a> I think you will enjoy this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/websites/hangman-cheat.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Japanese Weapons Generator</title>
		<link>http://www.blizzardboy.net/japan/japanese-weapons-generator.html</link>
		<comments>http://www.blizzardboy.net/japan/japanese-weapons-generator.html#comments</comments>
		<pubDate>Sun, 18 Jan 2009 05:37:27 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[sword]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=869</guid>
		<description><![CDATA[I found this interesting Weapons Generator at http://genzu.net/buki/. The generator is only in Japanese, but is pretty easy to use even if one can&#8217;t read Japanese. Scroll down the page to the box with the enter button beside it. Enter your name in the box and hit enter. It will render your name into the [...]]]></description>
			<content:encoded><![CDATA[<p>I found this interesting Weapons Generator at <a href="http://genzu.net/buki/">http://genzu.net/buki/</a>. The generator is only in Japanese, but is pretty easy to use even if one can&#8217;t read Japanese. Scroll down the page to the box with the enter button beside it. Enter your name in the box and hit enter. It will render your name into the weapon that represents you. I entered &#8220;Simon&#8221; and this is what it produced:</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2009/01/simon-2.png" alt="Simon Sword" title="Simon Sword" width="600" height="300" class="size-full wp-image-873" /></p>
<p>Quite a nice piece of rendering. The final weapon that came out was some sort of dual-pronged sword.</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2009/01/simon-1.png" alt="Simon&#039;s Weapon" title="Simon&#039;s Weapon" width="360" height="360"  /></p>
<p>The site also gives your name and weapon a rank out of a 100. Mine got 62 &#8211; according to the page, 25 is normal. Guess Simon is a strong name!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/japan/japanese-weapons-generator.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beautiful T-Shirt Designs</title>
		<link>http://www.blizzardboy.net/websites/beautiful-t-shirt-designs.html</link>
		<comments>http://www.blizzardboy.net/websites/beautiful-t-shirt-designs.html#comments</comments>
		<pubDate>Sun, 07 Dec 2008 03:34:20 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[t-shirt]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=842</guid>
		<description><![CDATA[Found these awesome T-Shirt designs while surfing this morning. I don&#8217;t know anything about the person making them, but they do have a mighty fine sense of humour!
Split Personality
Thomas the Tank Engine meets the Transformers! Obviously inspired by Ringo Starr.
Endangered Species
Inverting the old adage &#8211; You Are What You Eat.
Extreme Beginnings
Look to see extreme Penny [...]]]></description>
			<content:encoded><![CDATA[<p>Found these awesome T-Shirt designs while surfing this morning. I don&#8217;t know anything about the person making them, but they do have a mighty fine sense of humour!</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2008/12/split-personality.jpg" alt="Split Personality" title="Split Personality" width="500" height="375" /><br />Split Personality</p>
<p>Thomas the Tank Engine meets the Transformers! Obviously inspired by Ringo Starr.</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2008/12/endangered-species.jpg" alt="Endangered Species" title="Endangered Species" width="500" height="375"  /><br />Endangered Species</p>
<p>Inverting the old adage &#8211; You Are What You Eat.</p>
<p align="center"><img src="http://www.blizzardboy.net/wp-content/uploads/2008/12/extreme-beginnings.jpg" alt="Extreme Beginnings" title="Extreme Beginnings" width="500" height="375"  /><br />Extreme Beginnings</p>
<p>Look to see extreme Penny Farthing events at the London Olympics.</p>
<p>You can find more of these designs at <a href="http://www.glennz.com/">http://www.glennz.com</a>. The designer Glenn Jones, is a graphic designer and illustrator from Auckland, New Zealand. Wicked!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/websites/beautiful-t-shirt-designs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations Rent My Flat in Feodosia!</title>
		<link>http://www.blizzardboy.net/travel/congratulations-rent-my-flat-in-feodosia.html</link>
		<comments>http://www.blizzardboy.net/travel/congratulations-rent-my-flat-in-feodosia.html#comments</comments>
		<pubDate>Sat, 20 Sep 2008 09:29:21 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[crimea]]></category>
		<category><![CDATA[feodosia]]></category>
		<category><![CDATA[ukraine]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=780</guid>
		<description><![CDATA[Congratulations to Rent My Flat in Feodosia!
This is a website I help look after for a Turkish friends&#8217; flat in the Crimean resort town of Feodosia. This year they were featured in the Lonely Planet, something they are very proud about.
The Lonely Planet had this to say about the website:
Rentmyflatinfeodosia.com (www.rentmyflatinfeodosia.com) &#8211; This private apartment [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" title="feodosia_logo" src="http://www.blizzardboy.net/wp-content/uploads/2008/09/feodosia_logo.gif" alt="" width="150" height="150" />Congratulations to <a href="http://www.rentmyflatinfeodosia.com/">Rent My Flat in Feodosia</a>!</p>
<p>This is a website I help look after for a Turkish friends&#8217; flat in the Crimean resort town of Feodosia. This year they were featured in the Lonely Planet, something they are very proud about.</p>
<p>The Lonely Planet had this to say about the website:</p>
<blockquote><p>Rentmyflatinfeodosia.com (<a href="http://www.rentmyflatinfeodosia.com/">www.rentmyflatinfeodosia.com</a>) &#8211; This private apartment for rent &#8230;. also has an informative English website with detailed museum, restaurant and bar listings.</p></blockquote>
<p>Nice to hear that they think the site we put together is useful and informative.</p>
<p>I put up a page about the <a href="http://www.rentmyflatinfeodosia.com/about_ukraine/ukraine_guide_book.asp">Lonely Planet Ukraine Travel Guide</a>.</p>
<p>I was planning to visit Feodosia this month, but got offered a new job that was too interesting to turn down &#8211; hopefully we can visit this exciting place next year!</p>
<p>All the best to the Rent My Flat in Feodosia team.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/travel/congratulations-rent-my-flat-in-feodosia.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Azabu Street View &#8211; Google</title>
		<link>http://www.blizzardboy.net/travel/azabu-street-view-google.html</link>
		<comments>http://www.blizzardboy.net/travel/azabu-street-view-google.html#comments</comments>
		<pubDate>Thu, 18 Sep 2008 00:36:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[azabu]]></category>
		<category><![CDATA[google street view]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Tokyo]]></category>

		<guid isPermaLink="false">http://www.blizzardboy.net/?p=778</guid>
		<description><![CDATA[As upstairsforthinking pointed out, Google&#8217;s Street View has hit Japan and now you can navigate around some parts of the Isles of the Rising Sun from the comfort of your own home. It is going to take a lot more work before they cover the whole country, and I imagine if this gets more popular [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://upstairsforthinking.blogspot.com/">upstairsforthinking</a> <a href="http://upstairsforthinking.blogspot.com/2008/08/google-street-view-in-japan.html">pointed out</a>, Google&#8217;s Street View has hit Japan and now you can navigate around some parts of the Isles of the Rising Sun from the comfort of your own home. It is going to take a lot more work before they cover the whole country, and I imagine if this gets more popular there will be some privacy complaints (privacy law is quite strong in Japan), but this is a very useful tool indeed.</p>
<p>Here is the view of the entrance to our apartment building.</p>
<p align="center"><iframe width="425" height="240" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/sv?cbp=1,366.5051814047829,,0,5&amp;cbll=35.656214,139.737513&amp;v=1&amp;panoid=oLTKF_wMQBMFwXa96DsmXg&amp;gl=&amp;hl=en"></iframe><br /><small><a id="cbembedlink" href="http://maps.google.com/maps?cbp=1,366.5051814047829,,0,5&#038;cbll=35.656214,139.737513&#038;ll=35.656214,139.737513&#038;layer=c" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>Now, can you find Tokyo Tower from here?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blizzardboy.net/travel/azabu-street-view-google.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
