<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5904728915597009742</id><updated>2012-02-16T19:04:11.733-08:00</updated><category term='intro'/><title type='text'>gu</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5904728915597009742.post-5750817539230839488</id><published>2009-09-09T18:36:00.000-07:00</published><updated>2009-09-09T20:32:10.549-07:00</updated><title type='text'>Importing a Google SketchUp model (Part 2)</title><content type='html'>Okay. Now that we have a way to &lt;a href='http://cow9.blogspot.com/2009/09/fixing-broken-collada-files.html'&gt;"fix" Google SketchUp COLLADA files&lt;/a&gt;, let's go on and see what needs to be done.&lt;br /&gt;&lt;br /&gt;To recap, &lt;a href='http://cow9.blogspot.com/2009/08/importing-google-sketchup-model-part-1.html'&gt;Part 1&lt;/a&gt; shows you the steps to import Google SketchUp models for GermaniumWeb. The additional step, between step 3 and 4, is to run your DAE file through &lt;a href="http://cow9.hopto.org/daefixer"&gt;DAE Fixer&lt;/a&gt;. Save and overwrite your DAE file with what is returned. Repeat if there's more than one DAE file.&lt;br /&gt;&lt;br /&gt;Steps 4 onwards remains the same. Here's the result:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://cow9.hopto.org/files/room/"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 280px;" src="http://2.bp.blogspot.com/_41Hglh6z-ao/Sqhefs-NKnI/AAAAAAAAABU/5ACsGuT1oWc/s320/nice.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5379653653635082866" /&gt;&lt;/a&gt;&lt;div style='font-size: smaller; font-style: italic; text-align: center;'&gt;Click to run in GermaniumWeb&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Not too bad eh?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5904728915597009742-5750817539230839488?l=cow9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/5750817539230839488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cow9.blogspot.com/2009/09/importing-google-sketchup-model-part-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/5750817539230839488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/5750817539230839488'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/2009/09/importing-google-sketchup-model-part-2.html' title='Importing a Google SketchUp model (Part 2)'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_41Hglh6z-ao/Sqhefs-NKnI/AAAAAAAAABU/5ACsGuT1oWc/s72-c/nice.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5904728915597009742.post-8645118285863883854</id><published>2009-09-09T03:00:00.000-07:00</published><updated>2009-09-09T09:45:51.250-07:00</updated><title type='text'>Fixing broken COLLADA files</title><content type='html'>COLLADA is an extremely flexible but confusing format, and it's no wonder a lot of companies &lt;a href="http://markmail.org/message/xi34eukhamhg7jvb"&gt;got it wrong&lt;/a&gt;/&lt;a href="https://collada.org/public_forum/viewtopic.php?f=12&amp;t=1210"&gt;has different interpretation&lt;/a&gt; of the format. One of those things is transparency. To cut the long story short, Google SketchUp produces .dae files with inverted transparency values. Two possible fixes: &lt;br /&gt;&lt;ol&gt;&lt;li&gt;Add RGB_ZERO to the &amp;lt;transparency&amp;gt; element&lt;br /&gt;&lt;li&gt;Invert the transparency value&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;I work with COLLADA files quite a fair bit and so I wrote a script to make it easy for me to fix problematic files. I've also done a web interface for it so that hopefully others can benefit from it too. To use, go to: &lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://cow9.hopto.org/daefixer"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://1.bp.blogspot.com/_41Hglh6z-ao/SqeBAevu32I/AAAAAAAAABM/aexRLFPEVQA/s320/daefixer.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5379410125170597730" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A couple of options for you to choose from. For Google SketchUp .dae fix, simply choose &lt;b&gt;Invert current transparency value&lt;/b&gt; and leave the other options as &lt;b&gt;Do nothing&lt;/b&gt;. Upload your file and it will perform the necessary processing and return you a file with all the changes done. Simple as that.&lt;br /&gt;&lt;br /&gt;P/S: The usual disclaimers apply. :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5904728915597009742-8645118285863883854?l=cow9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/8645118285863883854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cow9.blogspot.com/2009/09/fixing-broken-collada-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/8645118285863883854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/8645118285863883854'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/2009/09/fixing-broken-collada-files.html' title='Fixing broken COLLADA files'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_41Hglh6z-ao/SqeBAevu32I/AAAAAAAAABM/aexRLFPEVQA/s72-c/daefixer.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5904728915597009742.post-3422592385215914876</id><published>2009-08-16T06:55:00.001-07:00</published><updated>2009-09-10T02:25:03.117-07:00</updated><title type='text'>Importing a Google SketchUp model (Part 1)</title><content type='html'>You may be wondering how to load your own model (or other people's models) in GermaniumWeb. This is what I'm going to talk about in this article &lt;span style='color: #888;'&gt;(It'll prob take you 15-20 mins to follow with hands-on)&lt;/span&gt;. Here goes:&lt;br /&gt;&lt;br /&gt;The GermaniumWeb API has a &lt;tt&gt;&lt;a href="http://www.germanium3d.com/static/code/api/files/WebControl-js.html#WebControl.Load"&gt;Load()&lt;/a&gt;&lt;/tt&gt; method that can be use to load a building model with a xlcl extension. However the details of this xlcl is at best sketchy. The good news is there's a &lt;a href="http://www.germanium3d.com/download/composer"&gt;tool&lt;/a&gt; that allows you to roll your own xlcl file, sort of. Let's see how we can use this tool to import a SketchUp model from the &lt;a href="http://sketchup.google.com/3dwarehouse"&gt;Google 3D Warehouse&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class='note'&gt;To follow this tutorial you must first install &lt;a href="http://www.germanium3d.com/download/plugin"&gt;GermaniumWeb&lt;/a&gt; &lt;i&gt;and&lt;/i&gt; &lt;a href="http://www.germanium3d.com/download/composer"&gt;Building Composer&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Find a nice model from the warehouse, preferably a room. For this tutorial, we'll be using &lt;a href="http://sketchup.google.com/3dwarehouse/details?mid=e9e47cbae5058a05a8693bd1dfa3b07b"&gt;this model&lt;/a&gt;.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Under &lt;tt&gt;[Download Model]&lt;/tt&gt;, download the COLLADA (.zip) file. In some cases only the SketchUp skp file is available. Not to worry, simply open the skp file in SketchUp and export it as KMZ file. Then rename the file extension from KMZ to ZIP.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Extract the ZIP file somewhere. Use Windows Explorer to locate the folder that  contains the COLLADA (.DAE) file. It's usually in &lt;tt&gt;models/&lt;/tt&gt;. Keep it open.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Launch Building Composer. Drag the .DAE file from Explorer &lt;i&gt;into&lt;/i&gt; the colorful background of Building Composer. You'll see a couple of boxes appearing. Drop the file in the box above ground.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_41Hglh6z-ao/Sqdyn6zJdcI/AAAAAAAAAA8/zMmdj0GZJ-Y/s1600-h/bco.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 294px;" src="http://2.bp.blogspot.com/_41Hglh6z-ao/Sqdyn6zJdcI/AAAAAAAAAA8/zMmdj0GZJ-Y/s320/bco.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5379394310041597378" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;You have just imported a level. To finish, goto Export &gt; Export Scene. Select a location to save the xlcl file and other associated files. Cross your fingers ;-)&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Congrats! If you have reached here, export must be successful. Go to Export &gt; View Exported Scene. This will launch your browser to view the file you've just exported using GermaniumWeb. The result:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_41Hglh6z-ao/Sqdz2VLLurI/AAAAAAAAABE/-V48-VKfsQM/s1600-h/lousy.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 280px;" src="http://2.bp.blogspot.com/_41Hglh6z-ao/Sqdz2VLLurI/AAAAAAAAABE/-V48-VKfsQM/s320/lousy.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5379395657151527602" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Wait a min. That doesn't look right. What happened??!&lt;br /&gt;&lt;br /&gt;Hmm, Google SketchUp &lt;a href="http://markmail.org/message/xi34eukhamhg7jvb"&gt;seems to be doing something wrong&lt;/a&gt;. But not to worry, it's quite easy to fix and that's coming right up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5904728915597009742-3422592385215914876?l=cow9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/3422592385215914876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cow9.blogspot.com/2009/08/importing-google-sketchup-model-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/3422592385215914876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/3422592385215914876'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/2009/08/importing-google-sketchup-model-part-1.html' title='Importing a Google SketchUp model (Part 1)'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_41Hglh6z-ao/Sqdyn6zJdcI/AAAAAAAAAA8/zMmdj0GZJ-Y/s72-c/bco.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5904728915597009742.post-3877390065508952676</id><published>2009-07-01T07:53:00.000-07:00</published><updated>2009-09-09T18:23:58.324-07:00</updated><title type='text'>GermaniumWeb API 101</title><content type='html'>The API doc can be found here: &lt;a style='white-space: nowrap' href="http://www.germanium3d.com/code/api/"&gt;http://www.germanium3d.com/code/api/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;That seems like a good reference, but what do you need to know to get started?&lt;br /&gt;&lt;a href="http://www.germanium3d.com/static/code/hello_germanium/"&gt;Hello Germanium&lt;/a&gt; is a good place to start. Let's analyze that.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;You need to include the JSAPI in your html&lt;br /&gt;&lt;pre class='code'&gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src="http://api.germanium3d.com/?v=1.0&amp;amp;key=d3ddf431f5f9f035839c7bdd727a4f28"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class='note'&gt;&lt;br /&gt;There are 3 parts to this:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Getting the JSAPI from http://api.germanium3d.com.  &lt;br /&gt;&lt;li&gt;Requesting for a API version (in this case 1.0). &lt;br /&gt;&lt;li&gt;Specifying a key. This key is linked to the URL where your html is hosted. You must &lt;a href="http://www.germanium3d.com/code/signup"&gt;sign up&lt;/a&gt; for a key to deploy the html in your website.&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Specifying a DIV and initializing the DIV for GermaniumWeb&lt;br /&gt;&lt;pre class='code'&gt;&lt;br /&gt;...&lt;br /&gt;Germanium.CreateInstance("myGerm", InitSuccessCallback);&lt;br /&gt;...&lt;br /&gt;&amp;lt;div id="myGerm" style="height: 500px"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Saving the webcontrol for future use. The &lt;a href="http://www.germanium3d.com/static/code/api/files/WebControl-js.html"&gt;WebControl&lt;/a&gt; is the main class to work with and the success callback is called with an &lt;i&gt;instance&lt;/i&gt; of the class.&lt;br /&gt;&lt;pre class='code'&gt;&lt;br /&gt;function InitSuccessCallback(webcontrol)&lt;br /&gt;{&lt;br /&gt; germ = webcontrol;&lt;br /&gt; ...&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;That's it. This is the bare minimum you need to get started. Really. &lt;br /&gt;&lt;br /&gt;The website has some nice examples. Yup, one of them is from me ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5904728915597009742-3877390065508952676?l=cow9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/3877390065508952676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cow9.blogspot.com/2009/07/germaniumweb-api-101-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/3877390065508952676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/3877390065508952676'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/2009/07/germaniumweb-api-101-part-1.html' title='GermaniumWeb API 101'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5904728915597009742.post-1559255620003273076</id><published>2009-06-23T08:48:00.000-07:00</published><updated>2009-09-09T18:32:05.150-07:00</updated><title type='text'>Introducing GermaniumWeb</title><content type='html'>Apologies for the long overdue post. Check out: &lt;br /&gt;&lt;div style='font-size: 150%;'&gt;&lt;br /&gt;&lt;a href="http://www.germanium3d.com"&gt;http://www.germanium3d.com&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Some Q&amp;amp;A that you might be interested in.&lt;br /&gt;&lt;br /&gt;Q. Is GermaniumWeb yet another 3D engine?&lt;br /&gt;A. No. GermaniumWeb contains a 3D engine that is optimized for what it does. But it is not a general-purpose 3D engine like say openscenegraph.&lt;br /&gt;&lt;br /&gt;Q. Is GermaniumWeb a Google Earth plugin wannabe?&lt;br /&gt;A. No. GermaniumWeb is not intended to replace GE plugin. It is in fact a very good complement to GE plugin. You can think of GermaniumWeb as analogous to Google Earth for buildings.&lt;br /&gt;&lt;br /&gt;Q. Why use a 3D plugin as opposed to say Java3D?&lt;br /&gt;A. There is a good reason why some of the best 3D web applications out there are done using plugins. Nothing comes close to the user experience and performance of a native purpose-built plugin, especially when it comes to 3D.&lt;br /&gt;&lt;br /&gt;Q. If I'm going to be using a plugin, why not X3D, or O3D, or &lt;i&gt;&amp;lt;name your fav 3D plugin&amp;gt;&lt;/i&gt;?&lt;br /&gt;A. GermaniumWeb is not a 3D engine or a scene graph. It encapsulates low-level stuff - like building representation, camera management, visibility logic etc. - so that you can concentrate on building &lt;span style="font-style: italic;"&gt;useful &lt;/span&gt;and &lt;span style="font-style: italic;"&gt; easy to deploy &lt;/span&gt;3D in-building web applications.&lt;br /&gt;&lt;br /&gt;So what are you waiting for? Start downloading and start coding already!&lt;/name&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5904728915597009742-1559255620003273076?l=cow9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/1559255620003273076/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cow9.blogspot.com/2009/06/introducing-germaniumweb.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/1559255620003273076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/1559255620003273076'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/2009/06/introducing-germaniumweb.html' title='Introducing GermaniumWeb'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5904728915597009742.post-8969689968816514703</id><published>2009-06-03T08:53:00.000-07:00</published><updated>2009-09-09T08:56:58.396-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='intro'/><title type='text'>I've landed</title><content type='html'>This is a blog (mostly) about GermaniumWeb and related stuff. Huh? What the &lt;span style="font-style: italic;"&gt;hell &lt;/span&gt;is GermaniumWeb? Lemme answer that in the next post. :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5904728915597009742-8969689968816514703?l=cow9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cow9.blogspot.com/feeds/8969689968816514703/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cow9.blogspot.com/2009/06/ive-landed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/8969689968816514703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5904728915597009742/posts/default/8969689968816514703'/><link rel='alternate' type='text/html' href='http://cow9.blogspot.com/2009/06/ive-landed.html' title='I&apos;ve landed'/><author><name>cow9</name><uri>http://www.blogger.com/profile/13477419077007352054</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
