<?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>Draakwired &#187; Connectivity</title>
	<atom:link href="http://drakonen.com/category/tech/connectivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakonen.com</link>
	<description>Here be Dragons  -  Drakonen&#039;s Blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:53:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Drakonen.com</title>
		<link>http://drakonen.com/2008/drakonencom/</link>
		<comments>http://drakonen.com/2008/drakonencom/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 08:42:50 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[drakonen.org]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=65</guid>
		<description><![CDATA[Finally i had the impulse to buy my own domain: drakonen.com. I &#8216;moved&#8217; my blog to this domain which took a simple symlink. Making Nginx do a moved permanently redirect was a bit harder though, and caused quite some frustration. But here it is: server { server_name     drakonen.digigen.nl; if ($http_host = 'drakonen.digigen.nl' ) { rewrite  [...]]]></description>
			<content:encoded><![CDATA[<p>Finally i had the impulse to buy my own domain: <a href="http://drakonen.com">drakonen.com</a>. I &#8216;moved&#8217; my blog to this domain which took a simple symlink. Making Nginx do a <em>moved permanently redirect</em> was a bit harder though, and caused quite some frustration. But here it is:</p>
<p><code>server {<br />
server_name     drakonen.digigen.nl;<br />
if ($http_host = 'drakonen.digigen.nl' ) {<br />
rewrite  ^(.*)  http://drakonen.com$1  permanent;<br />
}<br />
}</code></p>
<p>This can maybe be optimized a bit, but it generates a <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2" onclick="pageTracker._trackPageview('/outgoing/www.w3.org/Protocols/rfc2616/rfc2616-sec10.html_sec10.3.2?referer=');">301 status</a> and redirects.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/drakonencom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P900, linux and connection to the internet</title>
		<link>http://drakonen.com/2007/p900-linux-and-connection-to-the-internet/</link>
		<comments>http://drakonen.com/2007/p900-linux-and-connection-to-the-internet/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 14:19:47 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[p900]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2007/p900-linux-and-connection-to-the-internet/</guid>
		<description><![CDATA[I got an unlimited gprs/umts plan for my P900 a while ago, so I wont be needing a windows pc anymore to connect to the internet. What would be nice though is connecting from my laptop to the internet using my P900. I found this site which seems to do the trick pretty well. More [...]]]></description>
			<content:encoded><![CDATA[<p>I got an unlimited gprs/umts plan for my P900 <a href="http://drakonen.digigen.nl/blog/2007/p900-linux-and-connection-to-the-internet/" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/2007/p900-linux-and-connection-to-the-internet/?referer=');">a while ago</a>, so I wont be needing a windows pc anymore <a href="http://drakonen.digigen.nl/blog/2005/connecting-p900-to-pc-using-bluetooth/" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/2005/connecting-p900-to-pc-using-bluetooth/?referer=');">to connect to the internet</a>. What would be nice though is connecting from my laptop to the internet using my P900. I found <a href="http://www.russel.org.uk/gprsInternet.html" onclick="pageTracker._trackPageview('/outgoing/www.russel.org.uk/gprsInternet.html?referer=');">this site</a> which seems to do the trick pretty well. More when i have tested it!</p>
<p>Also, i can really recommend <a href="http://www.operamini.com/" onclick="pageTracker._trackPageview('/outgoing/www.operamini.com/?referer=');">Opera mini</a> as a fast internet browser. I&#8217;m currently running the beta for 4, Which is working great for me so far.</p>
<p>Found a <a href="http://www.mobileyes.com/index.php?option=com_content&amp;task=view&amp;id=23&amp;Itemid=51" onclick="pageTracker._trackPageview('/outgoing/www.mobileyes.com/index.php?option=com_content_amp_task=view_amp_id=23_amp_Itemid=51&amp;referer=');">somewhat better SSH client</a> too. Its mostly the same as the previous one I was using, but i like this one a bit better. Still no page up and page down though so I can scroll in <a href="http://irssi.org/" onclick="pageTracker._trackPageview('/outgoing/irssi.org/?referer=');">irssi</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2007/p900-linux-and-connection-to-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registering in is sooo web 1.0</title>
		<link>http://drakonen.com/2007/registering-in-is-sooo-web-10/</link>
		<comments>http://drakonen.com/2007/registering-in-is-sooo-web-10/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 10:09:48 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2007/registering-in-is-sooo-web-10/</guid>
		<description><![CDATA[I&#8217;m really fond of anonymous or non-registered web sites. If you can please do it, and devise some smart way to not make people to have to register. Registering on yet an other site is annoying and most of the time its totally useless. I don&#8217;t want to register just to read your site. This [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really fond of anonymous or non-registered web sites. If you can please do it, and devise some smart way to not make people to have to register. Registering on yet an other site is annoying and most of the time its totally useless. I don&#8217;t want to register <em>just</em> to <em>read</em> your site. This is probably one of the <em>reasons</em> why <a href="http://www.bugmenot.com/" onclick="pageTracker._trackPageview('/outgoing/www.bugmenot.com/?referer=');">bugmenot</a> is popular.</p>
<p>But for most interaction you do not need registering either. At some web stores you can make an order by just filling out your personal information, no registering required. This making it easier for other people to contribute or buy. I plan on doing this on my new project, which I will uncover later.</p>
<p>I read some articles about how great OpenID is,  and that this makes the login procedure easier, but why not allow anonymous comments on blogs (what it seems to be used the most for) instead of offloading your registration to an other party. OpenID is a big scam to give to phishers something nice to do and make their lives a lot easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2007/registering-in-is-sooo-web-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top at Google</title>
		<link>http://drakonen.com/2006/top/</link>
		<comments>http://drakonen.com/2006/top/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 22:13:09 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2006/top/</guid>
		<description><![CDATA[I seem to have beaten Last.fm and ebay on the Drakonen keyword and am ranked first! joy joy. Maybe it&#8217;s because I started using Google Analytics on this blog, which is a very nice thing to do to yourself. you can see if there is activity on your site, see which links users click, where [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://drakonen.digigen.nl/blog/wp-gallery2.php/v/random/ranked+top+at+google.png.html" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/wp-gallery2.php/v/random/ranked+top+at+google.png.html?referer=');"><img width="134" height="150" style="float: left" title="ranked top at google" alt="ranked top at google" src="http://drakonen.digigen.nl/pictures/main.php?g2_view=core.DownloadItem&#038;g2_itemId=3677&#038;g2_serialNumber=2&#038;g2_GALLERYSID=5d6ac02da79df6b409c50618c3ddc1ae" /></a>I seem to have <a href="http://drakonen.digigen.nl/blog/2006/the-google-effect/" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/2006/the-google-effect/?referer=');">beaten Last.fm and ebay</a> on the <a href="http://drakonen.digigen.nl/blog/" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/?referer=');">Drakonen keyword</a> and am ranked first! joy joy.</p>
<p>Maybe it&#8217;s because I started using <a href="http://www.google.com/analytics" onclick="pageTracker._trackPageview('/outgoing/www.google.com/analytics?referer=');">Google Analytics</a> on this blog, which is a very nice thing to do to yourself. you can see if there is activity on your site, see which links users click, where they enter and when they stop looking at your site. I really recommend it if you want to know more about the users on your site.</p>
<p>Also fixed my perma links and I am still making this ********* **** ***** gallery2 plugin to work nicely and stop it from being a bitch. Which isn&#8217;t going well&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/top/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Google effect</title>
		<link>http://drakonen.com/2006/the-google-effect/</link>
		<comments>http://drakonen.com/2006/the-google-effect/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 12:00:06 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=43</guid>
		<description><![CDATA[My nickname, which I thought was a pretty unique one (atleast in it&#8217;s spelling) does not seem to be&#8230; unique. When I google on my nickname this blog comes in fourth. My Last.fm page is the first and a photo made by dodo of me in a Japanese metro second. Thirdth is some dude which [...]]]></description>
			<content:encoded><![CDATA[<p>My nickname, which I thought was a pretty <span style="font-style: italic">unique</span> one (atleast in it&#8217;s spelling) does not seem to be&#8230; <span style="font-style: italic">unique</span>. When I <a href="http://www.google.com/search?q=drakonen" onclick="pageTracker._trackPageview('/outgoing/www.google.com/search?q=drakonen&amp;referer=');">google on my nickname</a> this blog comes in fourth. My <a href="http://www.last.fm/user/Drakonen/" onclick="pageTracker._trackPageview('/outgoing/www.last.fm/user/Drakonen/?referer=');">Last.fm page</a> is the first and a photo made by <a href="http://dodo.digigen.nl" onclick="pageTracker._trackPageview('/outgoing/dodo.digigen.nl?referer=');">dodo</a> of <a href="http://www.flickr.com/photos/dominiekterheide/303699289/" onclick="pageTracker._trackPageview('/outgoing/www.flickr.com/photos/dominiekterheide/303699289/?referer=');">me in a Japanese metro</a> second. Thirdth is some dude which <span style="font-style: italic">isn&#8217;t</span> me, but uses the same nickname as me for his ebay.<br />
My blog is the <span style="font-style: italic">fourth entry</span>. Which uses the <em>wrong</em> link, it should be <a href="http://drakonen.digigen.nl" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl?referer=');">this</a>. And I can&#8217;t seem to get it much higher. If I really want to, I have to use some form of the much discussed (especially on <a href="http://doggdot.us/" onclick="pageTracker._trackPageview('/outgoing/doggdot.us/?referer=');">Digg</a>) <a href="http://en.wikipedia.org/wiki/Search_engine_optimization" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Search_engine_optimization?referer=');">Search Engine Optimization</a>, and <span style="font-style: italic">outrank</span> Last.fm and Ebay on the Drakonen keyword, which will be hard to do if not impossible.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/the-google-effect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phone stuff, unlimited internet</title>
		<link>http://drakonen.com/2006/36/</link>
		<comments>http://drakonen.com/2006/36/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 13:18:40 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[p900]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=36</guid>
		<description><![CDATA[Last week I took a new subscription for my phone. t-mobile has a nice offer called web and walk. 9.50E for unlimited internet access on your phone. Getting it is not easy though. You can&#8217;t get in on their website, and as I do not call that much their store wasn&#8217;t an option too. They [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I took a new subscription for my phone. <a href="http://drakonen.digigen.nl/blog/www.t-mobile.nl" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/www.t-mobile.nl?referer=');">t-mobile</a> has a nice offer called <a href="http://www.t-mobile.nl/persoonlijk/htdocs/page/diensten_fun/mobiel_internet/web_n_walk.aspx" onclick="pageTracker._trackPageview('/outgoing/www.t-mobile.nl/persoonlijk/htdocs/page/diensten_fun/mobiel_internet/web_n_walk.aspx?referer=');">web and walk</a>. 9.50E for unlimited internet access on your phone. Getting it is not easy though. You can&#8217;t get in on their website, and as I do not call that much their store wasn&#8217;t an option too. They tried to sell me a rather expensive one which was about 20E. I went to a few other shops, and ended at <a href="http://www.tfortelecom.nl/" onclick="pageTracker._trackPageview('/outgoing/www.tfortelecom.nl/?referer=');">T for Telecom</a>. They offerd me a plan with 150 minutes of call time for 9E, so the total would be 18.50E.</p>
<p>Now what i would do with 150 minutes is a mystery to me, but you can&#8217;t get it any lower in that combination. Now I have Unlimited internet access on my phone, and (for me) unlimited calling time. Now I just need some friends to call&#8230;</p>
<p>btw, T-mobile sucks for the rest. They have a really bad site which only works in IE. The flash is too much either, in firefox the menus pop under the flash movie. If you don&#8217;t use something like <a href="http://flashblock.mozdev.org/" onclick="pageTracker._trackPageview('/outgoing/flashblock.mozdev.org/?referer=');">flashblock</a> the site is pretty much unusable in Firefox.</p>
<p>Them bastard also did not send me the new phone settings (which KPN/Hi does), I had to make a call, and make them send them to me. That wasn&#8217;t such a big deal&#8230; but still pretty annoying. The most annoying part was that only the default web browser could connect to the internet. No <a href="http://www.opera.com/products/mobile/" onclick="pageTracker._trackPageview('/outgoing/www.opera.com/products/mobile/?referer=');">Opera</a>, no <a href="http://matrix.tmit.bme.hu/putty/" onclick="pageTracker._trackPageview('/outgoing/matrix.tmit.bme.hu/putty/?referer=');">ssh</a>, no <a href="http://quirc.rtfm.se/" onclick="pageTracker._trackPageview('/outgoing/quirc.rtfm.se/?referer=');">IRC</a>. But Opera has a nice page where you can see the <a href="http://www.opera.com/products/mobile/docs/connect/" onclick="pageTracker._trackPageview('/outgoing/www.opera.com/products/mobile/docs/connect/?referer=');">CORRECT SETTINGS</a> (bad t-mobile) so any application can access the internet. I love Opera.</p>
<p>All I need now is a decent mail client which supports IMAP, maybe I should <a href="http://www.monkeyhouse.eclipse.co.uk/mobile/python.htm" onclick="pageTracker._trackPageview('/outgoing/www.monkeyhouse.eclipse.co.uk/mobile/python.htm?referer=');">write my own in python</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/36/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration</title>
		<link>http://drakonen.com/2006/migration/</link>
		<comments>http://drakonen.com/2006/migration/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 14:23:55 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2006/06/09/migration/</guid>
		<description><![CDATA[Today i migrated from SphpBlog to wordpress, and I must say, WordPress is nice, although pretty complex. the SimplePHPBlog was very simple indeed! but&#8230; advanced users like advanced features, and plugins! The most work was getting the WPG2 plugin to work nicely, and find a theme which supported the widgets. I still need to edit [...]]]></description>
			<content:encoded><![CDATA[<p>Today i migrated from SphpBlog to wordpress, and I must say, WordPress is nice, although pretty complex. the SimplePHPBlog was very simple indeed! but&#8230; advanced users like advanced features, and plugins!</p>
<p>The most work was getting the WPG2 plugin to work nicely, and find a theme which supported the widgets. I still need to edit the current theme to match my likings, but it&#8217;s mostly there.</p>
<p>Also.. working converters are nice too! Too bad the converter i used didn&#8217;t work all that well.. it did convert the comments, but not the posts. So i had to do that manually. in this process I lost all comments&#8230;</p>
<p>Happy blogging to me!</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ohnoos! we gots no internet!!</title>
		<link>http://drakonen.com/2006/ohnoos-we-gots-no-internet/</link>
		<comments>http://drakonen.com/2006/ohnoos-we-gots-no-internet/#comments</comments>
		<pubDate>Mon, 29 May 2006 13:23:02 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=24</guid>
		<description><![CDATA[A powerfailure struck amsterdam today. At my work it suddenly became very silent when the servers stopped roaring. Some colleagues lost some work when their PC&#8217;s went out and I lost nothing! hurray laptops! When the power was back, WE GOTS NO INTERNET. atleast.. not working fully. Seems like one of the largest dutch internet [...]]]></description>
			<content:encoded><![CDATA[<p>A powerfailure struck amsterdam today. At my work it suddenly became very silent when the servers stopped roaring. Some colleagues lost some work when their PC&#8217;s went out and I lost nothing! hurray laptops!</p>
<p>When the power was back, WE GOTS NO INTERNET. atleast.. not working fully. Seems like one of the largest dutch internet hubs had troubles with the power failure too:</p>
<p><img width="484" height="224" border="0" src="http://www.darkwired.org/%7Edrakonen/troep/ams-ix_downage.png" /></p>
<p>After a lot of worries that my server went down, and didn&#8217;t come up, it eventually did! *shew*</p>
<p>Makes you wonder how fragile the internet actually is&#8230; or isn&#8217;t.</p>
<p><em>(yes dodo, you posted <a target="_blank" href="http://dodo.digigen.nl/articles/2006/05/29/newsflash-stroomstoring" onclick="pageTracker._trackPageview('/outgoing/dodo.digigen.nl/articles/2006/05/29/newsflash-stroomstoring?referer=');">this</a> too)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/ohnoos-we-gots-no-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last.fm music streams</title>
		<link>http://drakonen.com/2006/lastfm-music-streams/</link>
		<comments>http://drakonen.com/2006/lastfm-music-streams/#comments</comments>
		<pubDate>Sat, 14 Jan 2006 13:19:49 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=18</guid>
		<description><![CDATA[I&#8217;ve been a user of the audioscrobbler plugin (all mayor players) for a while now, but today I explored the new Last.fm stuff. They have a pretty cool last.fm player. It delivers some sort of shoutcast service BUT they are personalised! It chooses music depending on the music you listen often. It creates a personalised [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a user of the <a target="_blank" href="http://www.last.fm/postsignup.php" onclick="pageTracker._trackPageview('/outgoing/www.last.fm/postsignup.php?referer=');">audioscrobbler</a> plugin (all mayor players) for a while now, but today I explored the new <a target="_blank" href="http://www.darkwired.org/%7Edrakonen/blog2/www.last.fm" onclick="pageTracker._trackPageview('/outgoing/www.darkwired.org/_7Edrakonen/blog2/www.last.fm?referer=');">Last.fm</a> stuff.<br />
They have a pretty cool last.fm player. It delivers some sort of shoutcast service BUT they are personalised! It chooses music depending on the music you listen often. It creates a personalised stream for you with songs you know and songs you don&#8217;t (that&#8217;s interresting). You can even say if you like or dislike the song currently playing. And now the even even more instresting part, you can skip songs.</p>
<p>Great service, and above all, it&#8217;s free (with advertisements, but not annoying)</p>
<p>Have a <a target="_blank" href="http://www.last.fm/user/Drakonen/" onclick="pageTracker._trackPageview('/outgoing/www.last.fm/user/Drakonen/?referer=');">try</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2006/lastfm-music-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting p900 to pc using bluetooth</title>
		<link>http://drakonen.com/2005/connecting-p900-to-pc-using-bluetooth/</link>
		<comments>http://drakonen.com/2005/connecting-p900-to-pc-using-bluetooth/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 13:11:01 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[p900]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/?p=5</guid>
		<description><![CDATA[Connecting my p900 to the internet via my linux pc using bluetooth seems to be a big hassle. That&#8217;s one thing that sony ericsson did well with their windows drivers. it&#8217;s just a matter of installing the riht driver, connecting the usb station, put the phone on and start opera. You can just browse without [...]]]></description>
			<content:encoded><![CDATA[<p>Connecting my p900 to the internet via my linux pc using bluetooth seems to be a big hassle. That&#8217;s one thing that sony ericsson did well with their windows drivers. it&#8217;s just a matter of installing the riht driver, connecting the usb station, put the phone on and start opera. You can just browse without much problems.</p>
<p>Anyway, i found some links that may help here.</p>
<p>A great page about the p900 and linux, sometimes incomplete, but always helpfull:<br />
<a target="_blank" href="http://www.alfonsomartone.itb.it/pdzrho.html" onclick="pageTracker._trackPageview('/outgoing/www.alfonsomartone.itb.it/pdzrho.html?referer=');">http://www.alfonsomartone.itb.it/pdzrho.html</a></p>
<p>Connecting the p900 to the internet using linux:<br />
<a target="_blank" href="http://www.howardforums.com/archive/topic/261986-1.html" onclick="pageTracker._trackPageview('/outgoing/www.howardforums.com/archive/topic/261986-1.html?referer=');">http://www.howardforums.com/archive/topic/261986-1.html</a></p>
<p><em>One note:</em> You do not need the java browser, opera will do. The  standard browser will not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2005/connecting-p900-to-pc-using-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

