<?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>thisismyblog.com &#187; internet</title>
	<atom:link href="http://thisismyblog.com/tags/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://thisismyblog.com</link>
	<description>The blog of Espen Sae-Tang Ottersen, an all-around computer geek from Oslo, Norway. Interests include information architecture, design, semantic web, web standars, social networking, and other techy things. On this website you will mostly find posts on software and the web, with a few words from his personal life now and then.</description>
	<lastBuildDate>Sun, 09 Aug 2009 15:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding a photo to Technorati</title>
		<link>http://thisismyblog.com/2009/01/08/adding-a-photo-to-technorati/</link>
		<comments>http://thisismyblog.com/2009/01/08/adding-a-photo-to-technorati/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 06:50:47 +0000</pubDate>
		<dc:creator>Espen</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://thisismyblog.com/?p=199</guid>
		<description><![CDATA[I was about to upload a photo to my Technorati profile when I got this tip. Seems like they got fed up with people uploading a certain type of image. First laugh of the day!]]></description>
			<content:encoded><![CDATA[<p>I was about to upload a photo to my <a href="http://technorati.com/people/technorati/WZot" target="_blank">Technorati profile</a> when I got this tip. Seems like they got fed up with people uploading a certain type of image. First laugh of the day!</p>
<p><img class="size-full wp-image-200 alignnone" title="Technorati photo tip" src="http://thisismyblog.com/wp-content/uploads/2009/01/picture-1.png" alt="Technorati photo tip" width="329" height="82" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyblog.com/2009/01/08/adding-a-photo-to-technorati/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7</title>
		<link>http://thisismyblog.com/2008/12/11/wordpress-27/</link>
		<comments>http://thisismyblog.com/2008/12/11/wordpress-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 13:11:05 +0000</pubDate>
		<dc:creator>Espen</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://thisismyblog.com/?p=158</guid>
		<description><![CDATA[WordPress 2.7 has finally been made available for download for stand-alone installation. The developers have worked a lot with the admin interface in this version; and the result is, in my opinion, really nice! I&#8217;ve always liked the WordPress platform in itself; but the admin panel has been so-so. I strongly encourage you to check it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-157" title="WordPress 2.7 dashboard" src="http://thisismyblog.com/wp-content/uploads/2008/12/picture-3-300x266.png" alt="WordPress 2.7 dashboard" width="300" height="266" /></p>
<p>WordPress 2.7 has finally been made available for download for stand-alone installation. The developers have worked a lot with the admin interface in this version; and the result is, in my opinion, really nice! I&#8217;ve always liked the WordPress platform in itself; but the admin panel has been so-so. I strongly encourage you to check it out. You can do so by creating a free account at <a href="http://wordpress.com" target="_blank">wordpress.com</a> or by downloading it, also free, from <a href="http://wordpress.org/download/" target="_blank">wordpress.org/download</a> if you&#8217;d like to install it on your own machine/server or at your hosting provider (WordPress requires PHP and a MySQL server to work).</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyblog.com/2008/12/11/wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS flush</title>
		<link>http://thisismyblog.com/2008/08/18/dns-flush/</link>
		<comments>http://thisismyblog.com/2008/08/18/dns-flush/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:35:00 +0000</pubDate>
		<dc:creator>Espen</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://thisismyblog.com/?p=3</guid>
		<description><![CDATA[All of the websites you visit get their domain resolved to get their IP address so you can actually connect to it, right?That information is stored locally in a cache. Then there is the occasions when you know the IP address of the server has changed but you still got the caches version. What to [...]]]></description>
			<content:encoded><![CDATA[<p>All of the websites you visit get their domain resolved to get their IP address so you can actually connect to it, right?That information is stored locally in a cache. Then there is the occasions when you know the IP address of the server has changed but you still got the caches version. What to do? Flush the cache! The way to do this differs from OS to OS. Below I have mentioned how to do this on the most popular systems. If you know about how to do this on other systems feel free to leave a comment.:-)</p>
<p>Leopard: Open Terminal.app (search for it with Spotlight), then write on the command: <em>dscacheutil -flushcache</em> Voilá!<br />
Tiger: Open Terminal.app (search for it with Spotlight), then write: <em>lookupd -flushcache</em> Voilá!<br />
Windows: Click Start-&gt;Run. Type <em>cmd</em> into the text field, then  write: <em>ipconfig /flushdns</em> Voilá!<br />
Linux: Open your terminal or shell of choice and, run <em>/etc/rc.d/init.d/nscd restart</em> Voilá!</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyblog.com/2008/08/18/dns-flush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
