<?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>Geir-Tore Lindsve &#187; Web</title>
	<atom:link href="http://lindsve.net/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://lindsve.net</link>
	<description>Ramblings of a .NET developer</description>
	<lastBuildDate>Mon, 21 Jun 2010 19:24:41 +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>Skype &#8211; Online status</title>
		<link>http://lindsve.net/2006/08/12/skype-online-status/</link>
		<comments>http://lindsve.net/2006/08/12/skype-online-status/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 15:32:01 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/08/12/skype-online-status/</guid>
		<description><![CDATA[Skype includes an option to poll the online status from a username, and that is what I use for the online status display on the sidebar here. Since I want the plain text version (and not all caps like the &#8230; <a href="http://lindsve.net/2006/08/12/skype-online-status/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Skype includes an option to poll the online status from a username, and that is what I use for the online status display on the sidebar here. Since I want the plain text version (and not all caps like the one Skype offers), I used this code in a k2 php module:</p>
<p>[php]<br />
$status = file_get_contents(&#8220;http://mystatus.skype.com/lindsve.num&#8221;);<br />
switch($status) {<br />
    case 0:<br />
        $message = &#8220;Unknown&#8221;;<br />
        break;<br />
    case 1:<br />
	  $message = &#8220;Offline&#8221;;<br />
	  break;<br />
    case 2:<br />
        $message = &#8220;Online&#8221;;<br />
        break;<br />
    case 3:<br />
    	$message = &#8220;Away&#8221;;<br />
		break;<br />
	case 4:<br />
		$message = &#8220;Not Available&#8221;;<br />
		break;<br />
	case 5:<br />
	 	$message = &#8220;Do Not Disturb&#8221;;<br />
	 	break;<br />
	case 6:<br />
		$message = &#8220;Invisible&#8221;;<br />
		break;<br />
	case 7:<br />
		$message = &#8220;Skype Me&#8221;;<br />
		break;<br />
}<br />
echo &#8220;
<p>$message</p>
<p>&#8220;;<br />
[/php]</p>
<p>If you know of any easier way, please drop a line in the comments!</p>
<p>[tags]skype, presence, web[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/08/12/skype-online-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So&#8230;is Google SketchUp free?</title>
		<link>http://lindsve.net/2006/06/13/sois-google-sketchup-free/</link>
		<comments>http://lindsve.net/2006/06/13/sois-google-sketchup-free/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 07:12:51 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/06/13/sois-google-sketchup-free/</guid>
		<description><![CDATA[It appears that [Google](http://www.google.com) has a launch frenzy for Mac OS X these days. Last week they released [Google Video Player](http://video.google.com/playerdownload), a video player for watching videos downloaded from [Google Video](http://video.google.com/). I can&#8217;t say I have found the great usefulness &#8230; <a href="http://lindsve.net/2006/06/13/sois-google-sketchup-free/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It appears that [Google](http://www.google.com) has a launch frenzy for Mac OS X these days. Last week they released [Google Video Player](http://video.google.com/playerdownload), a video player for watching videos downloaded from [Google Video](http://video.google.com/). I can&#8217;t say I have found the great usefulness of this app yet, but maybe it will come to me later. Yesterday, they released a couple of other goodies, including an update to [Google Earth](http://earth.google.com/) for Mac and [Google SketchUp](http://sketchup.google.com/) for Mac. The latest release of Google Earth features integration with SketchUp (which Google purchased a while ago, and this is the first Google branded version of this app since the purchase), and as such I decided to download that too and try it out.</p>
<p>I must say though, is it really necessary to emphasize _(Free)_ as much as they do during installation? Take a look at the screenshot below, and see how many times they actually state that it is free&#8230;</p>
<p>![Google SketchUp](http://www.lindsve.net/uploads/2006/06/sketchup.png)</p>
<p>[tags]Google Earth, Google SketcUp, Mac OS X[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/06/13/sois-google-sketchup-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress updated</title>
		<link>http://lindsve.net/2006/06/02/wordpress-updated/</link>
		<comments>http://lindsve.net/2006/06/02/wordpress-updated/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 06:46:50 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computer security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/06/02/wordpress-updated/</guid>
		<description><![CDATA[The publishing platform which I use for this site, [WordPress](http://www.wordpress.org), have now been updated to v2.0.3. This is a bug fix and security release, and is recommended for all WordPress users. Theyâ€™ve also backported a number of security enhancements from &#8230; <a href="http://lindsve.net/2006/06/02/wordpress-updated/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The publishing platform which I use for this site, [WordPress](http://www.wordpress.org), have now been updated to v2.0.3. This is a bug fix and security release, and is recommended for all WordPress users. Theyâ€™ve also backported a number of security enhancements from 2.1 to further enhance and protect sites using the engine, including small performance enhancements.</p>
<p>Mark Jaquith has [posted a zip-file](http://markjaquith.wordpress.com/2006/06/01/wordpress-203-upgrade-changed-files-zip-changes-diff-changed-files-list/) with changed files only, so that the update process is a lot faster. I have now updated this site, and it took me only a few seconds.</p>
<p>[tags]wordpress, security, blogging[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/06/02/wordpress-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why use Unicode?</title>
		<link>http://lindsve.net/2006/05/27/why-use-unicode/</link>
		<comments>http://lindsve.net/2006/05/27/why-use-unicode/#comments</comments>
		<pubDate>Sat, 27 May 2006 12:18:34 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/05/27/why-use-unicode/</guid>
		<description><![CDATA[Allan Odegaard, the developer of [TextMate](http://macromates.com), has put up a great post about the advantages of [Unicode](http://www.unicode.org/). I must say that this is mandatory reading for those who are producing text files (especially html), and still are unaware of the &#8230; <a href="http://lindsve.net/2006/05/27/why-use-unicode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Allan Odegaard, the developer of [TextMate](http://macromates.com), has put up a great post about the advantages of [Unicode](http://www.unicode.org/). I must say that this is mandatory reading for those who are producing text files (especially html), and still are unaware of the benefits from using Unicode.</p>
<p>You can read the full post [here](http://macromates.com/blog/archives/2005/09/18/handling-encodings-utf-8/).</p>
<p>[tags]unicode, textmate, html, text editing[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/05/27/why-use-unicode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Extreme] MacZot giving away free copies of SubEthaEdit (hopefully)</title>
		<link>http://lindsve.net/2006/04/25/extreme-maczot-giving-away-free-copies-of-subethaedit-hopefully/</link>
		<comments>http://lindsve.net/2006/04/25/extreme-maczot-giving-away-free-copies-of-subethaedit-hopefully/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 10:44:38 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/04/25/extreme-maczot-giving-away-free-copies-of-subethaedit-hopefully/</guid>
		<description><![CDATA[Last month I had a [post][mypost] about [MacZOT](http://maczot.com) and their BlogZot offer to [AppZapper](http://appzapper.com/). Today they are doing it again with [BlogZot 2.0][bz], and this time it&#8217;s the collaborative text editor [SubEthaEdit from CodingMonkeys][sub] which is in the cheap stakes. &#8230; <a href="http://lindsve.net/2006/04/25/extreme-maczot-giving-away-free-copies-of-subethaedit-hopefully/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last month I had a [post][mypost] about [MacZOT](http://maczot.com) and their BlogZot offer to [AppZapper](http://appzapper.com/). Today they are doing it again with [BlogZot 2.0][bz], and this time it&#8217;s the collaborative text editor [SubEthaEdit from CodingMonkeys][sub] which is in the cheap stakes.</p>
<p>[mypost]: http://www.lindsve.net/2006/04/03/appzapper-offer-at-maczotcom/<br />
[bz]: http://maczot.com/<br />
[sub]: http://www.codingmonkeys.de/subethaedit/</p>
<p>Together MacZot and CodingMonkeys will award a total of $105,000 (!) in software licenses. That is huge, and I would recommend all of you Mac users to go to their sites and check out this great offer.</p>
<p>I have occasionally used this editor, and although I find it to be a good text editor it is the collaborative features which I find most appealing when it comes to this peace of software. To be able to do live collaborative editing together with your friends/colleagues is a definitely winner!</p>
<p>So what&#8217;s the catch? Nothing basically, all it takes is that enough bloggers out there blogs about this great promotion. So if you&#8217;re a blogger, I advise you to immediately check it out at <http://maczot.com> and participate!</p>
<p>Update: I did get a free license for SubEthaEdit for this post. Whohoo! <img src='http://lindsve.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>[tags]maczot, blogzot, subethaedit, codingmonkeys[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/04/25/extreme-maczot-giving-away-free-copies-of-subethaedit-hopefully/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site update</title>
		<link>http://lindsve.net/2006/04/25/site-update/</link>
		<comments>http://lindsve.net/2006/04/25/site-update/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 09:29:22 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/04/25/site-update/</guid>
		<description><![CDATA[Today I have updated my site to the newest release of [WordPress](http://www.wordpress.org). While I was at it I also did a reformat of the pages on this site, utilizing the [PHP Markdown](http://www.michelf.com/projects/php-markdown/) format. This makes it a lot easier to &#8230; <a href="http://lindsve.net/2006/04/25/site-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I have updated my site to the newest release of [WordPress](http://www.wordpress.org). While I was at it I also did a reformat of the pages on this site, utilizing the [PHP Markdown](http://www.michelf.com/projects/php-markdown/) format. This makes it a lot easier to edit text since it provides a much more human readable text than pure html does.</p>
<p>I&#8217;ve also dropped using a dedicated blog editor after I installed the markdown plugin, since it is a lot easier to use [TextMate](http://www.macromates.com) in this process.</p>
<p>Yet another thing which I&#8217;ve added is the use of [Technorati](http://www.technorati.com) tags, which you can see below my posts. This publishes my posts to the technorati blog directory.</p>
<p>[tags]wordpress, markdown, textmate[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/04/25/site-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CID Security &#8211; providing computer security for ordinary people</title>
		<link>http://lindsve.net/2006/04/23/cid-security-providing-computer-security-for-ordinary-people/</link>
		<comments>http://lindsve.net/2006/04/23/cid-security-providing-computer-security-for-ordinary-people/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 10:33:59 +0000</pubDate>
		<dc:creator>Geir-Tore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computer security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.lindsve.net/2006/04/23/cid-security-providing-computer-security-for-ordinary-people/</guid>
		<description><![CDATA[There are currently numerous different solutions available for providing computer users with enhanced computer security. There is a problem with most of them though; They seem to only target the automated threats like computer viruses, spam, phishing, etc. Now enters &#8230; <a href="http://lindsve.net/2006/04/23/cid-security-providing-computer-security-for-ordinary-people/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are currently numerous different solutions available for providing computer users with enhanced computer security. There is a problem with most of them though; They seem to only target the automated threats like computer viruses, spam, phishing, etc. Now enters a new player in town, called [CID Security](http://www.cidsecurity.com), which aims to be a major provider of:</p>
<p>1. Increased privacy, confidentiality and integrity<br />
2. Increased computer stability and performance<br />
3. Knowledge about computer security issues</p>
<p>The final point should be a big winner. Most computer users aren&#8217;t geeks. Period. How can they then know what to do regarding their own computer and information security? So far, the main provider of such information is the neighboorhood/family geek which delivers a set solution &ndash; &#8220;When dialog X appears, push button Y&#8221;. This solution won&#8217;t last, and that is why the ordinary computer user needs a way to easy learn about the different issues involved in computer and information security.</p>
<p>The first product to be released is called Basic Security, which aims to be a Computer Security 101 for ordinary people. There isn&#8217;t a lot of product related information on the web site yet, but that will be available in good time before the release.</p>
<p>[tags]Computer security, privacy, confidentiality, shredding, cryptology, backup[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://lindsve.net/2006/04/23/cid-security-providing-computer-security-for-ordinary-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
