<?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>Sybak Blog</title>
	<atom:link href="http://sybak.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sybak.com/blog</link>
	<description>The blog that follows Simon!</description>
	<lastBuildDate>Fri, 16 Jul 2010 20:00:33 +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>Deleting Sites from WebMatrix</title>
		<link>http://sybak.com/blog/?p=61</link>
		<comments>http://sybak.com/blog/?p=61#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:00:33 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=61</guid>
		<description><![CDATA[How do I really delete a site?
It&#8217;s not very clear how to delete a site from the &#8220;My Sites&#8221; dialog in WebMatrix. You&#8217;d think there&#8217;d be an option right in the dialog. Unfortunately, in Beta at least, this is how you go about deleting your sites:

Open the site you want to delete
Right-click the site in the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How do I really delete a site?</strong></p>
<p>It&#8217;s not very clear how to delete a site from the &#8220;My Sites&#8221; dialog in WebMatrix. You&#8217;d think there&#8217;d be an option right in the dialog. Unfortunately, in Beta at least, this is how you go about deleting your sites:</p>
<ol>
<li>Open the site you want to delete</li>
<li>Right-click the site in the left pane (in any workspace)</li>
<li>Choose to Delete, and confirm</li>
</ol>
<p>You should return to the WebMatrix start screen. However, note that this does not actually delete your site off your hard drive &#8211; it just clears it from the list of sites in My Sites. You&#8217;ll still have to delete the physical folder yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Publishing with WebMatrix</title>
		<link>http://sybak.com/blog/?p=53</link>
		<comments>http://sybak.com/blog/?p=53#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:00:45 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Host]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=53</guid>
		<description><![CDATA[So I hope you&#8217;ve been playing around with WebMatrix over the past couple of weeks. Make anything interesting? What do you think of that new &#8220;Razor&#8221; syntax? Ever try installing a PHP application from the App Gallery and running it locally?
Let&#8217;s say you&#8217;ve been tinkering and you&#8217;ve built something cool. It&#8217;s got lots of pages [...]]]></description>
			<content:encoded><![CDATA[<p>So I hope you&#8217;ve been playing around with <a href="http://www.microsoft.com/web/webmatrix/" target="_blank">WebMatrix</a> over the past couple of weeks. Make anything interesting? What do you think of that new &#8220;<a href="http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx">Razor</a>&#8221; syntax? Ever try installing a PHP application from the App Gallery and running it locally?</p>
<p>Let&#8217;s say you&#8217;ve been tinkering and you&#8217;ve built something cool. It&#8217;s got lots of pages written in the &#8220;Razor&#8221; syntax and you might want to sell it as the start of the next big website. Maybe it even has a database with some useful data in it. <strong>How are you going to share it with the world?</strong></p>
<p>Well, this is the web, isn&#8217;t it? You have to get it up on a <strong>web server</strong> somehow. You have to have a <strong>web hosting provider</strong> who runs the server for you, so it will be available 24/7 like every other website on the web.</p>
<p>Ready to go? While you have your site open in WebMatrix, click the <strong>Publish</strong> button in the Ribbon. You&#8217;ll see a form like this:</p>
<p style="text-align: center;"><a href="http://sybak.com/blog/wp-content/uploads/2010/07/PublishSettings.png"><img class="size-medium wp-image-54 aligncenter" title="Publish Settings" src="http://sybak.com/blog/wp-content/uploads/2010/07/PublishSettings-300x209.png" alt="Screenshot of the Publish Settings dialog" width="300" height="209" /></a></p>
<p><strong>Do you have a hosting provider?</strong> If you do, all of this information is usually sent to you in an e-mail when you buy the hosting. Here&#8217;s a run-down of what is required from the form:</p>
<ul>
<li><strong>Protocol</strong>: Web Deploy, FTP, or FTP/SSL (FTPS). You may have heard of FTP or FTPS, but what&#8217;s <em>Web Deploy</em>, you ask? Well, it&#8217;s another protocol for publishing websites that is <em>more complete</em> than FTP &#8211; it can publish  more complicated databases (like MySQL or SQL Server) that aren&#8217;t file-based as well as transfer over site settings, file permissions, and more! <a href="http://www.iis.net/download/WebDeploy" target="_blank">Learn more about Web Deploy here</a> [warning: it's probably overkill]. So if you have certain <strong>site settings</strong> you want to retain on your remote web server or you want to <strong>publish a database with a connection string</strong> (MySQL or full SQL Server), you&#8217;ll want to use this and <strong>make sure your web hosting provider supports this protocol on their servers</strong>. If all you want to publish are files, including file-based databases, you can live with just using FTP/FTPS.</li>
<li><strong>Server</strong>: This is the address of the web server you want to push your website out to. You really need to get this from your web hosting provider.</li>
<li><strong>Username/Password</strong>: Self-explanatory <img src='http://sybak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  These are the credentials that allow you access to the web server.</li>
<li><strong>Site Name</strong>: An interesting thing about the Web Deploy protocol is that it needs a little bit of information called the Site Name. It&#8217;s generally the same as the public-facing domain name of your site, like <em>simtan.members.winisp.net</em> . You should check with your web hosting provider, though. With FTP/FTPS, this field is replaced with <strong>Site Root</strong>, which would be the path to a folder on the server.</li>
<li><strong>Destination URL</strong>: This is the URL that the public would use to access your published website from the Internet. You may not know this yet; don&#8217;t worry, it generally isn&#8217;t required.</li>
</ul>
<p>Think you have it all filled out correctly? Try the Validate Connection button.</p>
<p><strong>Don&#8217;t have a hosting provider and think you can&#8217;t try all this?</strong> There is a not-well-advertised aspect to WebMatrix during the beta period: A few hosting companies are <strong>giving away free hosting</strong> that works with WebMatrix, even the Web Deploy part. So <strong>anyone</strong> can get their website online for <strong>everyone</strong> to see! Just click that &#8220;find web hosting&#8221; link in the dialog or find it in the dropdown that comes out from the Publish button on the Ribbon. You&#8217;ll see a screen like this:</p>
<p style="text-align: center;"><a href="http://sybak.com/blog/wp-content/uploads/2010/07/FindWebHosting.png"><img class="aligncenter size-medium wp-image-56" title="Find Web Hosting" src="http://sybak.com/blog/wp-content/uploads/2010/07/FindWebHosting-300x200.png" alt="Screenshot for finding web hosting" width="300" height="200" /></a></p>
<p>All of the companies listed on the page are offering <strong>free web hosting</strong> through the links there. So go grab your free hosting account and then come back to fill out the settings for Publishing.</p>
<p>You&#8217;re well on your way to getting your site online! Learn more about WebMatrix and see the full story of deploying a website as part of <a href="http://weblogs.asp.net/scottgu/archive/2010/07/06/introducing-webmatrix.aspx" target="_blank">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebMatrix</title>
		<link>http://sybak.com/blog/?p=48</link>
		<comments>http://sybak.com/blog/?p=48#comments</comments>
		<pubDate>Tue, 06 Jul 2010 20:00:41 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Host]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=48</guid>
		<description><![CDATA[I&#8217;ve been working at Microsoft for a while (since October!) but haven&#8217;t really been able to speak about what exactly I work on&#8230; until now!
Today, my team just released WebMatrix, a tool that provides a small, simple, and seamless web development experience. You should try it out! 
http://www.microsoft.com/web/webmatrix/default.aspx
It’s a tool that helps anyone build websites either from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working at Microsoft for a while (since October!) but haven&#8217;t really been able to speak about what exactly I work on&#8230; until now!</p>
<p>Today, my team just released <strong>WebMatrix</strong>, a tool that provides a small, simple, and seamless web development experience. You should try it out! </p>
<p><a href="http://www.microsoft.com/web/webmatrix/default.aspx">http://www.microsoft.com/web/webmatrix/default.aspx</a></p>
<p>It’s a tool that helps anyone build websites either from scratch (using a really easy-to-learn inline syntax using C# or VB code) or from an existing open-source application like Wordpress or Drupal. It includes all the things a developer needs to build a modern dynamic website, in a 50MB or less download: </p>
<ul>
<li>A development <strong>web server</strong></li>
<li>A <strong>database</strong> engine (including support for a file-based database)</li>
<li>A <strong>framework</strong> (based on ASP.NET, of course, but PHP is supported too)</li>
<li>An <strong>IDE</strong>, including a code editor</li>
</ul>
<p> The cool thing is that you can publish your app, database and all, straight from WebMatrix up to a Windows Server and it will work 100%. </p>
<p>Here’s a walkthrough on how to get started building from scratch:</p>
<p><a href="http://www.asp.net/webmatrix/tutorials/1-getting-started-with-webmatrix-and-asp-net-web-pages">http://www.asp.net/webmatrix/tutorials/1-getting-started-with-webmatrix-and-asp-net-web-pages</a></p>
<p>There&#8217;s also a nice article about it here:</p>
<p><a href="http://arstechnica.com/microsoft/news/2010/07/microsoft-unveils-webmatrix-web-development-suite.ars">http://arstechnica.com/microsoft/news/2010/07/microsoft-unveils-webmatrix-web-development-suite.ars</a></p>
<p>Web development just got fun again. Let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UC Berkeley Wrapup</title>
		<link>http://sybak.com/blog/?p=45</link>
		<comments>http://sybak.com/blog/?p=45#comments</comments>
		<pubDate>Mon, 01 Jun 2009 20:00:16 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=45</guid>
		<description><![CDATA[Well, another semester has gone by&#8230; but not just any semester; it was my last semester at UC Berkeley. I&#8217;ve graduated! Again!
This time, it really all boiled down to my Master&#8217;s thesis, which is about creating a collaborative game on mobile phones for unschooled children in rural India. Quite different than what it was originally, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, another semester has gone by&#8230; but not just any semester; it was my <strong>last</strong> semester at UC Berkeley. I&#8217;ve graduated! Again!</p>
<p>This time, it really all boiled down to <a href="http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-89.html">my Master&#8217;s thesis</a>, which is about creating a collaborative game on mobile phones for unschooled children in rural India. Quite different than what it was originally, but that&#8217;s how things go in the world of graduate school.</p>
<p>An earlier version of the paper was used as the <a href="http://bid.berkeley.edu/cs260-spring09/images/1/17/CollaborativeGamesFinalPaper.pdf" target="_blank">final paper</a> in a <a href="http://bid.berkeley.edu/cs260-spring09/index.php/Main_Page" target="_blank">course on Human-Centered Computing</a>, and a shortened/polished version of the paper was submitted to a <a href="http://cscw2010.org/" target="_blank">conference on Computer Supported Cooperative Work</a>.</p>
<p>Check out <a href="http://sybak.com" target="_self">http://sybak.com</a> for a fresh re-arranging of all the work I&#8217;ve done thus far in life.</p>
<p>Next stop: making big waves at Microsoft Corporation up in Redmond, WA starting October 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Geo Developer Workshop</title>
		<link>http://sybak.com/blog/?p=43</link>
		<comments>http://sybak.com/blog/?p=43#comments</comments>
		<pubDate>Wed, 28 Jan 2009 23:40:42 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CalMap]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=43</guid>
		<description><![CDATA[A workshop is being held here at UC Berkeley, in the School of Information:
Google Geo Developer Workshop
Monday, Feb 9, 2009
12:30-3:30pm
110 South Hall, UC Berkeley
The description includes the promise of working on &#8220;sample projects such as making an interactive campus map, displaying your observational data in Earth, or planning optimal routes between your classrooms and favorite [...]]]></description>
			<content:encoded><![CDATA[<p>A workshop is being held here at UC Berkeley, in the School of Information:</p>
<p>Google Geo Developer Workshop<br />
Monday, Feb 9, 2009<br />
12:30-3:30pm<br />
110 South Hall, UC Berkeley</p>
<p>The description includes the promise of working on &#8220;sample projects such as making an <strong>interactive campus map</strong>, displaying your observational data in Earth, or <strong>planning optimal routes between your classrooms and favorite lunch stops</strong>.&#8221;</p>
<p>Hrm&#8230; can they actually guide people to make a <a href="http://calmap.sybak.com/">CalMap</a> clone in 3 hours?? I gotta see this.</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall 2008 Projects Now Up</title>
		<link>http://sybak.com/blog/?p=39</link>
		<comments>http://sybak.com/blog/?p=39#comments</comments>
		<pubDate>Thu, 18 Dec 2008 07:30:45 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Classes]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=39</guid>
		<description><![CDATA[My projects for the semester have been archived on the homepage:
http://sybak.com/
For each of the projects I put up:

Physical Battleship
Nominal Color Encoding Generator (a.k.a. Palette Assistant)
Map of the Internet

… optimized versions have been uploaded along with their source code. To see their source code, simply load them, right-click on the Flash player area, and choose “View [...]]]></description>
			<content:encoded><![CDATA[<p>My projects for the semester have been archived on the homepage:</p>
<p><a href="http://sybak.com" target="_self">http://sybak.com/</a></p>
<p>For each of the projects I put up:</p>
<ul>
<li><a href="http://www.sybak.com/battleship/" target="_blank">Physical Battleship</a></li>
<li><a href="http://www.sybak.com/NCEG/" target="_blank">Nominal Color Encoding Generator</a> (a.k.a. Palette Assistant)</li>
<li><a href="http://www.sybak.com/MapOfTheInternet/" target="_blank">Map of the Internet</a></li>
</ul>
<p>… optimized versions have been uploaded along with their source code. To see their source code, simply load them, right-click on the Flash player area, and choose “View source”.</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Class Projects</title>
		<link>http://sybak.com/blog/?p=38</link>
		<comments>http://sybak.com/blog/?p=38#comments</comments>
		<pubDate>Tue, 16 Sep 2008 04:48:19 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Classes]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=38</guid>
		<description><![CDATA[A lot of HCI (Human-Computer Interaction) theory and user interface work was put into CalMap. In lieu of any action on the CalMap front, I thought I&#8217;d introduce another blog I have created that chronicles my coursework in HCI-related courses. Many of these courses are taught in the School of Information at UC Berkeley (a.k.a. [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of HCI (Human-Computer Interaction) theory and user interface work was put into CalMap. In lieu of any action on the CalMap front, I thought I&#8217;d introduce another blog I have created that chronicles my coursework in HCI-related courses. Many of these courses are taught in the School of Information at UC Berkeley (a.k.a. the &#8220;iSchool&#8221;), and that is where I&#8217;ll be posting:</p>
<p><a title="Simon@iSchool Blog" href="http://blogs.ischool.berkeley.edu/simontan/">http://blogs.ischool.berkeley.edu/simontan/</a></p>
<p>Many of the posts there are required by the courses I&#8217;m taking, so you&#8217;ll see (forced) posts more often!</p>
<p>P.S. The downside of a blog hosted by the School of Information is that I am a lot more restricted server-wise. That is, I am not free to do things such as embed any old Flash object I want, like I can do here:</p>
<p><object width="425" height="114"><param name="movie" value="http://songza.com/e/listen"></param>
<embed src="http://songza.com/e/listen" type="application/x-shockwave-flash" width="425" height="114" FlashVars="zName=Maroon%205%20-%20This%20Love%20%28Kanye%20West%20Remix%29&#038;zId=j0k8-64524A55525F65&#038;zAutostart=false&#038;zType=mp3"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behind all great ideas&#8230; is XKCD</title>
		<link>http://sybak.com/blog/?p=37</link>
		<comments>http://sybak.com/blog/?p=37#comments</comments>
		<pubDate>Sun, 11 Nov 2007 06:35:32 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CalMap]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=37</guid>
		<description><![CDATA[Quite possibly could serve as the inspiration for CalMap; but I swear I didn&#8217;t see this comic before!

]]></description>
			<content:encoded><![CDATA[<p>Quite possibly could serve as the inspiration for CalMap; but I swear I didn&#8217;t see this comic before!</p>
<p><a href="http://xkcd.com/85/" target="_blank"><img height="480" src="http://imgs.xkcd.com/comics/paths.jpg" width="427" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CalMap 1.4 is here!</title>
		<link>http://sybak.com/blog/?p=36</link>
		<comments>http://sybak.com/blog/?p=36#comments</comments>
		<pubDate>Sun, 16 Sep 2007 10:14:56 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CalMap]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=36</guid>
		<description><![CDATA[I am happy to announce the immediate deployment of the latest release of CalMap. The UC Berkeley mapping solution just got a lot faster, slicker, usable, and CSS-compliant.
This new version is based on the latest version of the Google Web Toolkit. In honour of their milestone 1.4 release (half a year in the making), I [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to announce the immediate deployment of the latest release of CalMap. The UC Berkeley mapping solution just got a lot faster, slicker, usable, and CSS-compliant.</p>
<p>This new version is based on the latest version of the Google Web Toolkit. In honour of their milestone 1.4 release (half a year in the making), I dub this CalMap release to be version 1.4 as well! GWT 1.4 brings us lots of performance improvements and new interface widgets which we have used to great effect. Check out the new SuggestBox (autocompletion), for example!</p>
<p>I invite you to play with this release, and let us know of any bugs that may have sprung up with the upgrade. An issues list is maintained at <a href="http://code.google.com/p/calmap/issues/list">our Google Code site</a>.</p>
<p>See <a href="https://webfiles.berkeley.edu/simtan/shared/calmapshot.png?uniq=oh9vpi" target="_blank">Screenshot</a>.</p>
<p>About future updates: Since GWT is now open-source and actively worked on, you might expect a new release of CalMap soon after each release of GWT. We will try to add functionality to CalMap when we have time, but the GWT release cycle is a better indicator of the frequency of CalMap updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Maps API</title>
		<link>http://sybak.com/blog/?p=35</link>
		<comments>http://sybak.com/blog/?p=35#comments</comments>
		<pubDate>Thu, 28 Jun 2007 22:28:29 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CalMap]]></category>

		<guid isPermaLink="false">http://sybak.com/blog/?p=35</guid>
		<description><![CDATA[Ah, if only Microsoft made an Live Local API, so we could actually use Bird&#8217;s Eye View with CalMap. Oh, so they do! But is it compatible with the Google Web Toolkit? Probably not. Maybe in the far future we&#8217;ll give it a shot. I mean, it&#8217;d be nice to have shots like this:

The Campanile

My Cisco Office Building
]]></description>
			<content:encoded><![CDATA[<p>Ah, if only Microsoft made an Live Local API, so we could actually use Bird&#8217;s Eye View with CalMap. Oh, <a HREF="http://dev.live.com/virtualearth/">so they do</a>! But is it compatible with the Google Web Toolkit? Probably not. Maybe in the far future we&#8217;ll give it a shot. I mean, it&#8217;d be nice to have shots like this:</p>
<p><a TITLE="Click to view this map on Live.com" ALT="Click to view this map on Live.com" ID="map-e5ede2d0-8fb6-4656-ab8b-7bd1715b9efd" HREF="http://maps.live.com/default.aspx?v=2&amp;cp=37.87248~-122.2574&amp;lvl=1&amp;style=o&amp;scene=7781752"><img HEIGHT="240" WIDTH="320" SRC="http://sybak.com/blog/wp-content/uploads/2007/06/map-00d0e0fa909c.jpg" /></a><br />
<label STYLE="font-size: 0.80em" FOR="map-e5ede2d0-8fb6-4656-ab8b-7bd1715b9efd">The Campanile</label></p>
<p><a TITLE="Click to view this map on Live.com" ALT="Click to view this map on Live.com" ID="map-ca707f56-a005-4579-8946-dafc44dbfe99" HREF="http://maps.live.com/default.aspx?v=2&amp;cp=37.41571~-121.9164&amp;lvl=1&amp;style=o&amp;scene=5853397"><img HEIGHT="240" WIDTH="320" SRC="http://sybak.com/blog/wp-content/uploads/2007/06/map-f66b221c1a54.jpg" /></a><br />
<label STYLE="font-size: 0.80em" FOR="map-ca707f56-a005-4579-8946-dafc44dbfe99">My Cisco Office Building</label></p>
]]></content:encoded>
			<wfw:commentRss>http://sybak.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
