<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>kyleabaker.com/bbpress &#187; Recent Posts</title>
		<link>http://kyleabaker.com/bbpress/</link>
		<description>Web Technologies, Linux, Tips, Tricks and my Life</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 15:36:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://kyleabaker.com/bbpress/search.php</link>
		</textInput>
		<atom:link href="http://kyleabaker.com/bbpress/rss.php" rel="self" type="application/rss+xml" />

		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 12.04"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=65#post-118</link>
			<pubDate>Sat, 14 Jan 2012 20:19:49 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">118@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Opera Web Browser&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;deb &#60;a href=&#34;http://deb.opera.com/opera/&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/opera/&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/opera.list&#34;&#60;br /&#62;
wget -O - &#60;a href=&#34;http://deb.opera.com/archive.key&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/archive.key&#60;/a&#62; &#124; sudo apt-key add -&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install opera&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Chromium Web Browser&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install chromium-browser&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;CompizConfig Settings Manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;EasyTAG&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install easytag-aac&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;RapidSVN&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install rapidsvn&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Cheese&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install cheese&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;GIMP&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gimp&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;precise&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Wakoopa&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;&#60;br /&#62;
wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install wakoopa&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Spotify&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://repository.spotify.com&#34; rel=&#34;nofollow&#34;&#62;http://repository.spotify.com&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/spotify.list&#34;&#60;br /&#62;
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install spotify-client-qt&#60;/p&#62;
&#60;p&#62;mkdir -p ~/.cache/indicators/sound/album-art-cache&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Dropbox&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://linux.dropbox.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://linux.dropbox.com/ubuntu&#60;/a&#62; &#60;strong&#62;precise&#60;/strong&#62; main &#38;gt; /etc/apt/sources.list.d/dropbox.list&#34;&#60;br /&#62;
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install nautilus-dropbox&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Ambiance With Dark Nautilus 3 Sidebar&#60;/strong&#62;&#60;br /&#62;
Download: &#60;a href=&#34;http://ubuntuone.com/5e7YIXUGjGeCXSReAmfrtI&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuone.com/5e7YIXUGjGeCXSReAmfrtI&#60;/a&#62;&#60;br /&#62;
Extract.&#60;br /&#62;
sudo mv ~/&#34;Ambiance Dark Sidebar&#34; /usr/share/themes/&#60;br /&#62;
gsettings set org.gnome.desktop.interface gtk-theme &#34;Ambiance Dark Sidebar&#34;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;deb &#60;a href=&#34;http://deb.opera.com/opera/&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/opera/&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/opera.list&#34;; wget -O - &#60;a href=&#34;http://deb.opera.com/archive.key&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/archive.key&#60;/a&#62; &#124; sudo apt-key add -; sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;precise&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo sh -c &#34;echo deb &#60;a href=&#34;http://repository.spotify.com&#34; rel=&#34;nofollow&#34;&#62;http://repository.spotify.com&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/spotify.list&#34;; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E; sudo sh -c &#34;echo deb &#60;a href=&#34;http://linux.dropbox.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://linux.dropbox.com/ubuntu&#60;/a&#62; &#60;strong&#62;precise&#60;/strong&#62; main &#38;gt; /etc/apt/sources.list.d/dropbox.list&#34;; sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install -y --force-yes medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install -y --force-yes opera chromium-browser compizconfig-settings-manager easytag-aac vlc geany filezilla rapidsvn cheese gimp ubuntu-restricted-extras libdvdcss2 wakoopa spotify-client-qt nautilus-dropbox&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade -y --force-yes; sudo sh -c &#34;deb &#60;a href=&#34;http://deb.opera.com/opera/&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/opera/&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/opera.list&#34;; wget -O - &#60;a href=&#34;http://deb.opera.com/archive.key&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/archive.key&#60;/a&#62; &#124; sudo apt-key add -; sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;precise&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo sh -c &#34;echo deb &#60;a href=&#34;http://repository.spotify.com&#34; rel=&#34;nofollow&#34;&#62;http://repository.spotify.com&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/spotify.list&#34;; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E; sudo sh -c &#34;echo deb &#60;a href=&#34;http://linux.dropbox.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://linux.dropbox.com/ubuntu&#60;/a&#62; &#60;strong&#62;precise&#60;/strong&#62; main &#38;gt; /etc/apt/sources.list.d/dropbox.list&#34;; sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install -y --force-yes medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install -y --force-yes opera chromium-browser compizconfig-settings-manager easytag-aac vlc geany filezilla rapidsvn cheese gimp ubuntu-restricted-extras libdvdcss2 wakoopa spotify-client-qt nautilus-dropbox; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;Todo:&#60;br /&#62;
Include Ambiance sidebar install to all-in-one as well as Spotify music menu artwork.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 11.10"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=64#post-117</link>
			<pubDate>Fri, 28 Oct 2011 18:27:32 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">117@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Opera Web Browser&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;deb &#60;a href=&#34;http://deb.opera.com/opera/&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/opera/&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/opera.list&#34;&#60;br /&#62;
wget -O - &#60;a href=&#34;http://deb.opera.com/archive.key&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/archive.key&#60;/a&#62; &#124; sudo apt-key add -&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install opera&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Chromium Web Browser&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install chromium-browser&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;CompizConfig Settings Manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;EasyTAG&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install easytag-aac&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;RapidSVN&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install rapidsvn&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Cheese&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install cheese&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;GIMP&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gimp&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;oneiric&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Wakoopa&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;&#60;br /&#62;
wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install wakoopa&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Spotify&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://repository.spotify.com&#34; rel=&#34;nofollow&#34;&#62;http://repository.spotify.com&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/spotify.list&#34;&#60;br /&#62;
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install spotify-client-qt&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Dropbox&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://linux.dropbox.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://linux.dropbox.com/ubuntu&#60;/a&#62; &#60;strong&#62;oneiric&#60;/strong&#62; main &#38;gt; /etc/apt/sources.list.d/dropbox.list&#34;&#60;br /&#62;
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install nautilus-dropbox&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;deb &#60;a href=&#34;http://deb.opera.com/opera/&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/opera/&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/opera.list&#34;; wget -O - &#60;a href=&#34;http://deb.opera.com/archive.key&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/archive.key&#60;/a&#62; &#124; sudo apt-key add -; sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;oneiric&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo sh -c &#34;echo deb &#60;a href=&#34;http://repository.spotify.com&#34; rel=&#34;nofollow&#34;&#62;http://repository.spotify.com&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/spotify.list&#34;; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E; sudo sh -c &#34;echo deb &#60;a href=&#34;http://linux.dropbox.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://linux.dropbox.com/ubuntu&#60;/a&#62; &#60;strong&#62;oneiric&#60;/strong&#62; main &#38;gt; /etc/apt/sources.list.d/dropbox.list&#34;; sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install -y --force-yes medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install -y --force-yes opera chromium-browser compizconfig-settings-manager easytag-aac vlc geany filezilla rapidsvn cheese gimp ubuntu-restricted-extras libdvdcss2 wakoopa spotify-client-qt nautilus-dropbox&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade -y --force-yes; sudo sh -c &#34;deb &#60;a href=&#34;http://deb.opera.com/opera/&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/opera/&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/opera.list&#34;; wget -O - &#60;a href=&#34;http://deb.opera.com/archive.key&#34; rel=&#34;nofollow&#34;&#62;http://deb.opera.com/archive.key&#60;/a&#62; &#124; sudo apt-key add -; sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;oneiric&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo sh -c &#34;echo deb &#60;a href=&#34;http://repository.spotify.com&#34; rel=&#34;nofollow&#34;&#62;http://repository.spotify.com&#60;/a&#62; stable non-free &#38;gt; /etc/apt/sources.list.d/spotify.list&#34;; sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E; sudo sh -c &#34;echo deb &#60;a href=&#34;http://linux.dropbox.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://linux.dropbox.com/ubuntu&#60;/a&#62; &#60;strong&#62;oneiric&#60;/strong&#62; main &#38;gt; /etc/apt/sources.list.d/dropbox.list&#34;; sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install -y --force-yes medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install -y --force-yes opera chromium-browser compizconfig-settings-manager easytag-aac vlc geany filezilla rapidsvn cheese gimp ubuntu-restricted-extras libdvdcss2 wakoopa spotify-client-qt nautilus-dropbox; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;Todo:&#60;br /&#62;
Ambiance With Dark Nautilus 3 Sidebar&#60;br /&#62;
&#60;a href=&#34;http://www.webupd8.org/2011/11/download-ambiance-with-dark-nautilus-3.html&#34; rel=&#34;nofollow&#34;&#62;http://www.webupd8.org/2011/11/download-ambiance-with-dark-nautilus-3.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Google Music Frame&#60;br /&#62;
&#60;a href=&#34;http://www.webupd8.org/2011/08/google-music-frame-gets-lastfm.html&#34; rel=&#34;nofollow&#34;&#62;http://www.webupd8.org/2011/08/google-music-frame-gets-lastfm.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 11.04"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=56#post-109</link>
			<pubDate>Sat, 04 Dec 2010 05:27:23 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">109@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;p&#62;Important: You must have the Partner source enabled, or Opera and Skype will not install.&#60;br /&#62;
To do this go to:&#60;br /&#62;
&#34;&#60;strong&#62;System -&#38;gt; Administration -&#38;gt; Software Sources -&#38;gt; Third-Party Software&#60;/strong&#62;&#34;&#60;br /&#62;
...and enable the line that says &#34;http://archive.canonical.com/ubuntu &#60;strong&#62;natty&#60;/strong&#62; partner&#34;.&#60;/p&#62;
&#60;p&#62;If you can't find that line listed then copy the following, click Add and paste this (without quotes):&#60;br /&#62;
&#34;deb &#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; &#60;strong&#62;natty&#60;/strong&#62; partner&#34;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install Opera&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install opera&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Chromium Web Browser&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install chromium-browser&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Advanced Desktop Effects Settings&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install EasyTAG&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install easytag-aac&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Griffith&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install griffith&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install gtk-recordMyDesktop&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gtk-recordmydesktop&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install RapidSVN&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install rapidsvn&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install RedShift&#60;/strong&#62; -&#60;a href=&#34;http://www.omgubuntu.co.uk/2010/05/tired-eyes-computer-screen-ubuntu.html&#34;&#62;More Info&#60;/a&#62;&#60;br /&#62;
sudo add-apt-repository ppa:jonls/redshift-ppa&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install redshift&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Cheese&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install cheese&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install GIMP&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gimp&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Tucan&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install tucan&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Wakoopa&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;&#60;br /&#62;
wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install wakoopa&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo add-apt-repository ppa:jonls/redshift-ppa; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera chromium-browser compizconfig-settings-manager easytag-aac griffith vlc gtk-recordmydesktop geany filezilla rapidsvn redshift cheese gimp tucan ubuntu-restricted-extras libdvdcss2 wakoopa&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade; sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo add-apt-repository ppa:jonls/redshift-ppa; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera chromium-browser compizconfig-settings-manager easytag-aac griffith vlc gtk-recordmydesktop geany filezilla rapidsvn redshift cheese gimp tucan ubuntu-restricted-extras libdvdcss2 wakoopa; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;Todo:&#60;br /&#62;
Add--------&#60;br /&#62;
Dropbox
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Deep Blue Radio Show/Solaris International Radio Show"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=46#post-99</link>
			<pubDate>Tue, 26 Oct 2010 15:43:02 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">99@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;2010---------------------------------------------------------&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS191%28128K%29.mp3&#34;&#62;SOLARIS191(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS191%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1034&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS192%28128K%29.mp3&#34;&#62;SOLARIS192(128k).mp3&#60;/a&#62; - (111.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS192%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1047&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS193%28128K%29.mp3&#34;&#62;SOLARIS193(128k).mp3&#60;/a&#62; - (111.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS193%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1054&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS194%28128K%29.mp3&#34;&#62;SOLARIS194(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS194%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1066&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS195%28128K%29.mp3&#34;&#62;SOLARIS195(128k).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS195%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1078&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS196%28128K%29.mp3&#34;&#62;SOLARIS196(128k).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS196%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1089&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS197%28128K%29.mp3&#34;&#62;SOLARIS197(128k).mp3&#60;/a&#62; - (111.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS197%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1097&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS198%28128K%29.mp3&#34;&#62;SOLARIS198(128k).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS198%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1111&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS199%28128K%29.mp3&#34;&#62;SOLARIS199(128k).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS199%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1118&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS200%28128K%29.mp3&#34;&#62;SOLARIS200(128k).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS200%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1122&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS201%28128K%29.mp3&#34;&#62;SOLARIS201(128k).mp3&#60;/a&#62; - (110.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS201%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1131&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS202%28128K%29.mp3&#34;&#62;SOLARIS202(128k).mp3&#60;/a&#62; - (105.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS202%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1141&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS203%28128K%29.mp3&#34;&#62;SOLARIS203(128k).mp3&#60;/a&#62; - (110.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS203%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1150&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS204%28128K%29.mp3&#34;&#62;SOLARIS204(128k).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS204%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1154&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS205%28128K%29.mp3&#34;&#62;SOLARIS205(128k).mp3&#60;/a&#62; - (110.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris205%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1157&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS206%28128K%29.mp3&#34;&#62;SOLARIS206(128k).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris206%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1166&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS207%28128K%29.mp3&#34;&#62;SOLARIS207(128K).mp3&#60;/a&#62; - (110.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris207%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1167&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195471/SOLARIS208%28128K%29.mp3&#34;&#62;SOLARIS208(128K).mp3&#60;/a&#62; - (111.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris208%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1178&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS209%28128K%29.mp3&#34;&#62;SOLARIS209(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris209%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1190&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS210%28128K%29.mp3&#34;&#62;SOLARIS210(128K).mp3&#60;/a&#62; - (111.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris210%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1201&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS211%28128K%29.mp3&#34;&#62;SOLARIS211(128K).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris211%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1212&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS212%28128K%29.mp3&#34;&#62;SOLARIS212(128K).mp3&#60;/a&#62; - (111.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=solaris212%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1222&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS213%28128K%29.mp3&#34;&#62;SOLARIS213(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS213%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1235&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS214%28128K%29.mp3&#34;&#62;SOLARIS214(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS214%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1247&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS215%28128K%29.mp3&#34;&#62;SOLARIS215(128K).mp3&#60;/a&#62; - (110.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS215%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1263&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS216%28128K%29.mp3&#34;&#62;SOLARIS216(128K).mp3&#60;/a&#62; - (112.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS216%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1266&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS217%28128K%29.mp3&#34;&#62;SOLARIS217(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS217%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1274&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS218%28128K%29.mp3&#34;&#62;SOLARIS218(128K).mp3&#60;/a&#62; - (112.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS218%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1278&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS219%28128K%29.mp3&#34;&#62;SOLARIS219(128K).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS219%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1291&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS220%28128K%29.mp3&#34;&#62;SOLARIS220(128K).mp3&#60;/a&#62; - (112.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS220+%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1296&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS221%28128K%29.mp3&#34;&#62;SOLARIS221(128K).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS221%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1303&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS222%28128K%29.mp3&#34;&#62;SOLARIS222(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS222%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1311&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS223%28128K%29.mp3&#34;&#62;SOLARIS223(128K).mp3&#60;/a&#62; - (110.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS223%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1317&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS224%28128K%29.mp3&#34;&#62;SOLARIS224(128K).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS224%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1353&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS225%28128K%29.mp3&#34;&#62;SOLARIS225(128K).mp3&#60;/a&#62; - (111.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS225%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1355&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195508/SOLARIS226%28128K%29.mp3&#34;&#62;SOLARIS226(128K).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS226%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1360&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS227%28128K%29.mp3&#34;&#62;SOLARIS227(128K).mp3&#60;/a&#62; - (111.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS227%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1366&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS228%28128K%29.mp3&#34;&#62;SOLARIS228(128K).mp3&#60;/a&#62; - (109.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS228%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1372&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS229%28128K%29.mp3&#34;&#62;SOLARIS229(128K).mp3&#60;/a&#62; - (110.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS229%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1380&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS230%28128K%29.mp3&#34;&#62;SOLARIS230(128K).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS230%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1389&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS231%28128K%29.mp3&#34;&#62;SOLARIS231(128K).mp3&#60;/a&#62; - (111.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS231%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1400&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS232%28128K%29.mp3&#34;&#62;SOLARIS232(128K).mp3&#60;/a&#62; - (110.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS232%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1413&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS233%28128K%29.mp3&#34;&#62;SOLARIS233(128K).mp3&#60;/a&#62; - (110.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS233%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1429&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS234%28128K%29.mp3&#34;&#62;SOLARIS234(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS234%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1442&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS235%28128K%29.mp3&#34;&#62;SOLARIS235(128K).mp3&#60;/a&#62; - (111.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS235%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1456&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195536/SOLARIS236%28128K%29.mp3&#34;&#62;SOLARIS236(128K).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS236%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1463&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Deep Blue Radio Show/Solaris International Radio Show"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=46#post-98</link>
			<pubDate>Tue, 26 Oct 2010 13:51:35 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">98@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;I'm in no way affiliated with the Deep Blue Radio Show or &#60;a href=&#34;http://www.solarstone.co.uk/&#34;&#62;Solaris International&#60;/a&#62;. However, I've posted links to their Podcasts below that I've archived via Dropbox to ensure that they are easily obtainable and to act as a mirror in case of emergencies. I will be updating the links here as new ones become available.&#60;/p&#62;
&#60;p&#62;If you have iTunes and would prefer to subscribe to the Podcast, you can find it and subscribe freely &#60;a href=&#34;http://itunes.apple.com/us/podcast/solaris-international-solarstone/id270338166&#34;&#62;here&#60;/a&#62;. If you're using a media player capable of subscribing, but are not able to use the iTunes page, simply copy and paste the following link into your Media Player to add the same Podcast.&#60;br /&#62;
&#60;a href=&#34;http://www.solarstone.co.uk/listenAgain/deepblueradishow-podcast.xml&#34; rel=&#34;nofollow&#34;&#62;http://www.solarstone.co.uk/listenAgain/deepblueradishow-podcast.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Originally known as the Deep Blue Radio Show, it was renamed to Solaris International in 2008 beginning with episode 117 (as you'll notice from the file name changes below).&#60;/p&#62;
&#60;p&#62;Currently, episodes 1-32 are unavailable to the public. The episodes are being recovered and restored (&#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?s=&#38;amp;showtopic=1364&#38;amp;view=findpost&#38;amp;p=12011&#34;&#62;still missing are episodes 14, 15 &#38;amp; 18&#60;/a&#62;), so they may soon become available...in which case I will happily upload them as well. ;)&#60;/p&#62;
&#60;p&#62;If you enjoy this show, please let them know and add your feedback in their forums!&#60;br /&#62;
&#60;a href=&#34;http://www.solarstone.co.uk/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.solarstone.co.uk/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Unknown/unavailable------------------------------------------&#60;br /&#62;
DEEPBLUE1 - (Cuesheet)&#60;br /&#62;
DEEPBLUE2 - (Cuesheet)&#60;br /&#62;
DEEPBLUE3 - (Cuesheet)&#60;br /&#62;
DEEPBLUE4 - (Cuesheet)&#60;br /&#62;
DEEPBLUE5 - (Cuesheet)&#60;br /&#62;
DEEPBLUE6 - (Cuesheet)&#60;br /&#62;
DEEPBLUE7 - (Cuesheet)&#60;br /&#62;
DEEPBLUE8 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=The+Deep+Blue+Radio+Show+Episode+%238.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE9 - (Cuesheet)&#60;br /&#62;
DEEPBLUE10 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=The+Deep+Blue+Radio+Show+Episode+%2310.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE11 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=The+Deep+Blue+Radio+Show+Episode+%2311.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE12 - (Cuesheet)&#60;br /&#62;
DEEPBLUE13 - (Cuesheet)&#60;br /&#62;
DEEPBLUE14 - (Cuesheet)&#60;br /&#62;
DEEPBLUE15 - (Cuesheet)&#60;br /&#62;
DEEPBLUE16 - (Cuesheet)&#60;br /&#62;
DEEPBLUE17 - (Cuesheet)&#60;br /&#62;
DEEPBLUE18 - (Cuesheet)&#60;br /&#62;
DEEPBLUE19 - (Cuesheet)&#60;br /&#62;
DEEPBLUE20 - (Cuesheet)&#60;br /&#62;
DEEPBLUE21 - (Cuesheet)&#60;br /&#62;
DEEPBLUE22 - (Cuesheet)&#60;br /&#62;
DEEPBLUE23 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+023+%282006-09-28%29+%28including+Martin+Roth+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE24 - (Cuesheet)&#60;br /&#62;
DEEPBLUE25 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+025+%282006-10-12%29+%28Anthology+One+Special+-+including+Adam+White+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE26 - (Cuesheet)&#60;br /&#62;
DEEPBLUE27 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+027+%282006-11-02%29+%28including+Markus+Schulz+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE28 - (Cuesheet)&#60;br /&#62;
DEEPBLUE29 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+029+%282006-11-09%29+%28including+Majera+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE30 - (Cuesheet)&#60;br /&#62;
DEEPBLUE31 - (&#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deep+Blue+Radioshow+031+%282006-11-23%29+%28including+Simo+Paganus+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
DEEPBLUE32 - (Cuesheet)&#60;/p&#62;
&#60;p&#62;2006---------------------------------------------------------&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195562/DEEPBLUE33%2896K%29.mp3&#34;&#62;DEEPBLUE33(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+033+%282006-12-07%29+%282002+Classic+Mix%29+%28including+Lange+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195562/DEEPBLUE34%2896K%29.mp3&#34;&#62;DEEPBLUE34(96K).mp3&#60;/a&#62; - (86.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+034+%282006-12-14%29+%28including+Ryan+Blair+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195562/DEEPBLUE35%2896K%29.mp3&#34;&#62;DEEPBLUE35(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deep+Blue+Radioshow+035+%282006-12-21%29+%28including+Alex+M.O.R.P.H.+B2B+Woody+van+Eyden+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195562/DEEPBLUE36%2896K%29.mp3&#34;&#62;DEEPBLUE36(96K).mp3&#60;/a&#62; - (86.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+036+%282006-12-28%29+%28including+Riley+%26+Durrant+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;2007---------------------------------------------------------&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE37%2896K%29.mp3&#34;&#62;DEEPBLUE37(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+037+%282007-01-04%29+%28including+Neoblizz+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE38%2896K%29.mp3&#34;&#62;DEEPBLUE38(96K).mp3&#60;/a&#62; - (83.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+038+%282007-01-11%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE39%2896K%29.mp3&#34;&#62;DEEPBLUE39(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+039+%282007-01-18%29+%28including+Mark+Sherry+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE40%2896K%29.mp3&#34;&#62;DEEPBLUE40(96K).mp3&#60;/a&#62; - (83.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+040+%282007-01-25%29+%28including+Haris+C+Guestmix%29+%5B1King%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE41%2896K%29.mp3&#34;&#62;DEEPBLUE41(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE42%2896K%29.mp3&#34;&#62;DEEPBLUE42(96K).mp3&#60;/a&#62; - (86.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_And_Nelson-Deep_Blue_Radioshow_042_Incl_Filo_%26_Peri_Guestmix-NET-08-02-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE43%2896K%29.mp3&#34;&#62;DEEPBLUE43(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Solarstone_-_Deep_Blue_Radioshow_043-NET-15-02-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE44%2896K%29.mp3&#34;&#62;DEEPBLUE44(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_And_Nelson-Deep_Blue_Radioshow_044-%28Liquid%29-NET-22-02-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE45%2896K%29.mp3&#34;&#62;DEEPBLUE45(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Solarstone_-_Deep_Blue_Radioshow_045-NET-01-03-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE46%2896K%29.mp3&#34;&#62;DEEPBLUE46(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+046+%282007-03-08%29+%28including+Dave+Leyrock+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE47%2896K%29.mp3&#34;&#62;DEEPBLUE47(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Solarstone_-_Deep_Blue_Radioshow_047-NET-15-03-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE48%2896K%29.mp3&#34;&#62;DEEPBLUE48(96K).mp3&#60;/a&#62; - (82.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-agnelli_and_nelson_-_deep_blue_048_incl_jordan_x_guestmix_%28liquid.fm%29_22-03-2007-hblive.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE49%2896K%29.mp3&#34;&#62;DEEPBLUE49(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-solarstone_-_deep_blue_049_incl_mr_sam_guestmix_%28globalbeats.fm%29_31-03-2007-hblive.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE50%28128K%29.mp3&#34;&#62;DEEPBLUE50(128K).mp3&#60;/a&#62; - (111.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_And_Nelson-Deep_Blue_Radioshow_050_%28ETN.FM%29-NET-05-04-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE51%2896K%29.mp3&#34;&#62;DEEPBLUE51(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-solarstone_-_deep_blue_051_incl_mark_eteson_guestmix_%28cbafm%29_11-04-2007-hblive.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE52%2896K%29.mp3&#34;&#62;DEEPBLUE52(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_And_Nelson-Deep_Blue_Radioshow_052_%28ETN.FM%29-NET-19-04-2007-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE53%2896K%29.mp3&#34;&#62;DEEPBLUE53(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-solarstone_-_deep_blue_053_incl_relocate_guestmix_%28liquid.fm%29_26-04-2007-hblive.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE54%2896K%29.mp3&#34;&#62;DEEPBLUE54(96K).mp3&#60;/a&#62; - (83.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+054+%282007-05-03%29+%28including+Mark+Pledger+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE55%2896K%29.mp3&#34;&#62;DEEPBLUE55(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+055+%282007-05-10%29+%28including+Adam+White+Guestmix%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE56%2896K%29.mp3&#34;&#62;DEEPBLUE56(96K).mp3&#60;/a&#62; - (82.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deep+Blue+Radioshow+056+%282007-05-17%29+%28including+Kristina+Sky+Guestmix%29+%28On+ETN.fm%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE57%2896K%29.mp3&#34;&#62;DEEPBLUE57(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+057+%282007-05-24%29+%28including+Vadim+Zhukov+Guestmix%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE58%2896K%29.mp3&#34;&#62;DEEPBLUE58(96K).mp3&#60;/a&#62; - (82.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deep+Blue+Radioshow+058+%282007-05-31%29+%28including+Duderstadt+Guestmix%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE59%2896K%29.mp3&#34;&#62;DEEPBLUE59(96K).mp3&#60;/a&#62; - (82.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+059+%282007-06-07%29+%28including+Haris+C+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12193745/DEEPBLUE60%2896K%29.mp3&#34;&#62;DEEPBLUE60(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+060+%282007-06-14%29+%28including+Solarstone+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE61%2896K%29.mp3&#34;&#62;DEEPBLUE61(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+061+%282007-06-21%29+%28including+Jonas+Steur+Guestmix%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=144&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE62%2896K%29.mp3&#34;&#62;DEEPBLUE62(96K).mp3&#60;/a&#62; - (82.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+062+%282007-06-28%29+%28including+The+Thrillseekers+Guestmix%29+%28On+ETN.fm%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=155&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE63%2896K%29.mp3&#34;&#62;DEEPBLUE63(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+063+%282007-07-05%29+%28including+Alucard+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=163&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE64%2896K%29.mp3&#34;&#62;DEEPBLUE64(96K).mp3&#60;/a&#62; - (83.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+064+%282007-07-12%29+%28including+Mike+Shiver+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=179&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE65%2896K%29.mp3&#34;&#62;DEEPBLUE65(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Deep+Blue+Radio+65+19-07-07.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=180&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE66%2896K%29.mp3&#34;&#62;DEEPBLUE66(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deep+Blue+Radioshow+066+%282007-07-25%29+%28including+Duende+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=189&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE67%2896K%29.mp3&#34;&#62;DEEPBLUE67(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+067+%282007-08-02%29+%28including+Aly+%26+Fila+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=198&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE68%2896K%29.mp3&#34;&#62;DEEPBLUE68(96K).mp3&#60;/a&#62; - (82.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_and_Nelson_-_Deep_Blue_Radioshow_068_%28ETN.fm%29-NET-2007-08-09-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=205&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE69%2896K%29.mp3&#34;&#62;DEEPBLUE69(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+069+%282007-08-16%29+%28including+Gareth+Emery+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=214&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE70%2896K%29.mp3&#34;&#62;DEEPBLUE70(96K).mp3&#60;/a&#62; - (82.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+070+%282007-08-22%29+%28including+DJ+Loopy+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=226&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE71%2896K%29.mp3&#34;&#62;DEEPBLUE71(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deep+Blue+Radioshow+071+on+ETN.fm+2007-08-30.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=250&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE72%2896K%29.mp3&#34;&#62;DEEPBLUE72(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+072+%282007-09-06%29+%28including+Agnelli+%26+Nelson+2006+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=274&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE73%2896K%29.mp3&#34;&#62;DEEPBLUE73(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Solarstone_-_Deep_Blue_Radioshow_073-NET-2007-09-13-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=284&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE74%2896K%29.mp3&#34;&#62;DEEPBLUE74(96K).mp3&#60;/a&#62; - (82.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Deep_Blue_Radioshow_074_with_Agnelli_and_Nelson_%28ETN.fm%29-NET-2007-09-20-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=295&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE75%2896K%29.mp3&#34;&#62;DEEPBLUE75(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deep+Blue+Radioshow+075+on+ETN.fm+2007-09-27.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=302&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE76%2896K%29.mp3&#34;&#62;DEEPBLUE76(96K).mp3&#60;/a&#62; - (82.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_and_Nelson_-_Deep_Blue_Radioshow_076_%28ETN.fm%29-NET-2007-10-04-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=308&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE77%2896K%29.mp3&#34;&#62;DEEPBLUE77(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Solarstone_-_Deep_Blue_Radioshow_077-NET-2007-10-11-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=309&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE78%2896K%29.mp3&#34;&#62;DEEPBLUE78(96K).mp3&#60;/a&#62; - (83.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Agnelli_and_Nelson_-_Deep_Blue_Radioshow_078_%28ETN.fm%29-NET-2007-10-18-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=315&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE79%2896K%29.mp3&#34;&#62;DEEPBLUE79(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=DEEPBLUE79%2896K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=319&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE80%2896K%29.mp3&#34;&#62;DEEPBLUE80(96K).mp3&#60;/a&#62; - (221.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+080+%282007-11-01%29+%28including+Tom+Colontonio+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=322&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE81%2896K%29.mp3&#34;&#62;DEEPBLUE81(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Deep_Blue_Radioshow_081_with_Solarstone_%28ETN.fm%29-NET-2007-11-08-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=324&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194033/DEEPBLUE82%2896K%29.mp3&#34;&#62;DEEPBLUE82(96K).mp3&#60;/a&#62; - (85.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+082+%282007-11-15%29+%28including+Patrick+Markus+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=327&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194196/DEEPBLUE83%2896K%29.mp3&#34;&#62;DEEPBLUE83(96K).mp3&#60;/a&#62; - (83.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+083+%282007-11-22%29+%28including+Niklas+Harding+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=335&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194196/DEEPBLUE84%2896K%29.mp3&#34;&#62;DEEPBLUE84(96K).mp3&#60;/a&#62; - (83.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+084+%282007-11-29%29+%28including+John+O%27Callaghan+-+Live+in+New+York+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=336&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194196/DEEPBLUE85%2896K%29.mp3&#34;&#62;DEEPBLUE85(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01-Deep_Blue_Radioshow_085_with_Solarstone_%28ETN.fm%29-NET-2007-12-06-PS.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=340&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194196/DEEPBLUE86%2896K%29.mp3&#34;&#62;DEEPBLUE86(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+086+%282007-12-13%29+%28including+Kristina+Sky+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=345&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194196/DEEPBLUE87%2896K%29.mp3&#34;&#62;DEEPBLUE87(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deep+Blue+Radioshow+087+on+ETN.fm+2007-12-20.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=346&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194196/DEEPBLUE88%2896K%29.mp3&#34;&#62;DEEPBLUE88(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+088+%282007-12-27%29+%28including+2007%27s+Top+Tunes%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=349&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;2008---------------------------------------------------------&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE89%2896K%29.mp3&#34;&#62;DEEPBLUE89(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+089+%28including+Big+Al+Guestmix%29+%282008-01-03%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=355&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE90%2896K%29.mp3&#34;&#62;DEEPBLUE90(96K).mp3&#60;/a&#62; - (85.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+090+%282008-01-10%29+%28including+Adam+White+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=357&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE91%2896K%29.mp3&#34;&#62;DEEPBLUE91(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+091+%282008-01-16%29+%28including+Matt+Hardwick+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=362&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE92%2896K%29.mp3&#34;&#62;DEEPBLUE92(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+092+%282008-01-24%29+%28including+Matt+Hardwick+Guestmix+Part+2%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=367&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE93%2896K%29.mp3&#34;&#62;DEEPBLUE93(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+093+%282008-01-31%29+%28including+Ehren+Stowers+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=370&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE94%2896K%29.mp3&#34;&#62;DEEPBLUE94(96K).mp3&#60;/a&#62; - (82.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+094+%282008-02-07%29+%28including+Rene+Ablaze+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=375&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE95%2896K%29.mp3&#34;&#62;DEEPBLUE95(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+095+%282008-02-14%29+%28including+Positive+Spirit+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=379&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE96%2896K%29.mp3&#34;&#62;DEEPBLUE96(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+096+%282008-02-21%29+%28including+Vicky+Devine+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=381&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE97%2896K%29.mp3&#34;&#62;DEEPBLUE97(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+097+%282008-02-28%29+%28including+Santerna+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=387&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE98%2896K%29.mp3&#34;&#62;DEEPBLUE98(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+098+%282008-03-06%29+%28including+Vast+Vision+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=392&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE99%2896K%29.mp3&#34;&#62;DEEPBLUE99(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+099+%282008-03-13%29+%28including+Jul+Bricks+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=394&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE100%2896K%29.mp3&#34;&#62;DEEPBLUE100(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+%26+Robbie+Nelson+-+Deepblue+Radio+Show+100+%282008-03-20%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=399&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE101%2896K%29.mp3&#34;&#62;DEEPBLUE101(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+101+%282008-03-27%29+%28including+Duderstadt+Guestmix%29+%28On+PureSound.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=403&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE102%2896K%29.mp3&#34;&#62;DEEPBLUE102(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone_-_Deepblue_Radio_Show_102_PureSound.fm-NET-03-04-2008.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=406&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE103%2896K%29.mp3&#34;&#62;DEEPBLUE103(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli_Nelson_with_Guest_Harris_C_-_The_DeepBlue_Radio_Show_103_2008-04-13_on_Sense.FM_inTRANCE.in.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=408&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE104%2896K%29.mp3&#34;&#62;DEEPBLUE104(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone_20Guest_Tasadi_-_DeepBlue_Radio_Show_104_%282008-04-20%29_on_Sense.FM.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=412&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE105%2896K%29.mp3&#34;&#62;DEEPBLUE105(96K).mp3&#60;/a&#62; - (83.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+105+%282008-04-27%29+%28including+ATB+Guestmix%29+%28On+Sense.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=415&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE106%2896K%29.mp3&#34;&#62;DEEPBLUE106(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+106+%282008-05-01%29+%28including+Simon+Hunt+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=417&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE107%2896K%29.mp3&#34;&#62;DEEPBLUE107(96K).mp3&#60;/a&#62; - (82.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli__Nelson_-_Deep_Blue_Radioshow_107_on_ETN.fm_2008-05-08.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=424&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE108%2896K%29.mp3&#34;&#62;DEEPBLUE108(96K).mp3&#60;/a&#62; - (82.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone_-_Deepblue_Radio_Show_108_ETN.fm-NET-2008-05-15.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=435&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE109%2896K%29.mp3&#34;&#62;DEEPBLUE109(96K).mp3&#60;/a&#62; - (82.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=DeepBlue+RadioShow+109+Agnelli+Nelson.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=447&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE110%2896K%29.mp3&#34;&#62;DEEPBLUE110(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone_20-_20Deep_20Blue_20Radioshow_20110_20on_20ETN.fm_202008-05-29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=455&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE111%2896K%29.mp3&#34;&#62;DEEPBLUE111(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+111+%282008-06-05%29+%28including+Adam+Nickey+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=464&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194061/DEEPBLUE112%2896K%29.mp3&#34;&#62;DEEPBLUE112(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+112+%282008-06-12%29+%28including+Audiologic+Label+Showcase%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=474&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/DEEPBLUE113%2896K%29.mp3&#34;&#62;DEEPBLUE113(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+113+%282008-06-19%29+%28including+Mr.+Sam+%26+DJ+Feel+Guestmixes%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=476&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/DEEPBLUE114%2896K%29.mp3&#34;&#62;DEEPBLUE114(96K).mp3&#60;/a&#62; - (82.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+114+%282008-06-27%29+%28including+Sean+Tyas+Guestmix%29+%28On+PureSound.fm%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=482&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/DEEPBLUE115%2896K%29.mp3&#34;&#62;DEEPBLUE115(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Deepblue+Radio+Show+115+%282008-07-03%29+%28including+The+Thrillseekers+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=484&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/DEEPBLUE116%2896K%29.mp3&#34;&#62;DEEPBLUE116(96K).mp3&#60;/a&#62; - (82.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Deepblue+Radio+Show+116+%282008-07-10%29+%28including+Paul+Webster+Guestmix%29+%28On+ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=490&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS117%2896K%29.mp3&#34;&#62;SOLARIS117(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=%5BTrance%5D+Solarstone+feat.+Toltec+-+2008-07-17+-+Solaris+International+117+%28ETN.fm%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=495&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS118%2896K%29.mp3&#34;&#62;SOLARIS118(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+118+%282008-07-24%29+%28including+Digital+Nature+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=501&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS119%2896K%29.mp3&#34;&#62;SOLARIS119(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+119+%282008-08-01%29+%28including+Monolythe+Guestmix%29+%28On+PureSound.fm%29+%5BPS%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=506&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS120%2896K%29.mp3&#34;&#62;SOLARIS120(96K).mp3&#60;/a&#62; - (83.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+120+%282008-08-06%29+%28including+Kristina+Sky+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=510&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS121%2896K%29.mp3&#34;&#62;SOLARIS121(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+121+%282008-08-13%29+%28including+Forerunners+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=511&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS122%2896K%29.mp3&#34;&#62;SOLARIS122(96K).mp3&#60;/a&#62; - (83.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+122+%282008-08-20%29+%28including+David+Newsum+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=512&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS123%2896K%29.mp3&#34;&#62;SOLARIS123(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+123+%282008-08-27%29+%28including+Bart+Claessen+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=513&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS124%2896K%29.mp3&#34;&#62;SOLARIS124(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+124+%282008-09-03%29+%28including+Mark+Sherry+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=515&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS125%2896K%29.mp3&#34;&#62;SOLARIS125(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+125+%282008-09-11%29+%28including+Will+Holland+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=520&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS126%2896K%29.mp3&#34;&#62;SOLARIS126(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+126+%282008-09-17%29+%28including+Heatbeat+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=523&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS127%2896K%29.mp3&#34;&#62;SOLARIS127(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+127+%282008-09-25%29+%28including+Andy+Power+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=526&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS128%2896K%29.mp3&#34;&#62;SOLARIS128(96K).mp3&#60;/a&#62; - (83.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+128+%282008-10-02%29+%28including+DJ+Ram+Guestmix%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=534&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS129%2896K%29.mp3&#34;&#62;SOLARIS129(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+129+%282008-10-08%29+%28including+Lemon+%26+Einar+K+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=553&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS130%2896K%29.mp3&#34;&#62;SOLARIS130(96K).mp3&#60;/a&#62; - (83.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+130+%282008-10-20%29+%28including+Anton+Firtich+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=568&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS131%2896K%29.mp3&#34;&#62;SOLARIS131(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+131+%282008-10-29%29+%28including+Nick+Rowland+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=575&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS132%2896K%29.mp3&#34;&#62;SOLARIS132(96K).mp3&#60;/a&#62; - (83.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+132+%282008-11-03%29+%28including+Mike+Solar+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=578&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS133%2896K%29.mp3&#34;&#62;SOLARIS133(96K).mp3&#60;/a&#62; - (82.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+133+%282008-11-10%29+%28including+Breakfast+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=580&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS134%2896K%29.mp3&#34;&#62;SOLARIS134(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+134+%282008-11-17%29+%28including+Faruk+Sabanci+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=582&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS135%2896K%29.mp3&#34;&#62;SOLARIS135(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+135+%282008-11-24%29+%28including+Rozza+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=585&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194092/SOLARIS136%2896K%29.mp3&#34;&#62;SOLARIS136(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+136+%282008-12-01%29+%28including+Manvel+Ter-Pogosyan+AKA+Amurai+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=586&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194124/SOLARIS137%2896K%29.mp3&#34;&#62;SOLARIS137(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+137+%282008-12-08%29+%28including+Filo+%26+Peri+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=593&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194124/SOLARIS138%2896K%29.mp3&#34;&#62;SOLARIS138(96K).mp3&#60;/a&#62; - (83.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+138+%282008-12-15%29+%28including+Lange+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=603&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194124/SOLARIS139%2896K%29.mp3&#34;&#62;SOLARIS139(96K).mp3&#60;/a&#62; - (82.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Solarstone+-+Solaris+International+139+%282008-12-22%29+%28including+D-Fuse+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=606&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12194124/SOLARIS140%2896K%29.mp3&#34;&#62;SOLARIS140(96K).mp3&#60;/a&#62; - (82.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=Agnelli+%26+Nelson+-+Solaris+International+140+%282008-12-29%29+%28including+Ronski+Speed+Guestmix%29+%5BPodcast%5D.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=608&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;2009---------------------------------------------------------&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS141%2896K%29.mp3&#34;&#62;SOLARIS141(96K).mp3&#60;/a&#62; - (82.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+141.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=612&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS142%2896K%29.mp3&#34;&#62;SOLARIS142(96K).mp3&#60;/a&#62; - (83.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+142.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=618&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS143%28128K%29.mp3&#34;&#62;SOLARIS143(128K).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+143.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=625&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS144%28128K%29.mp3&#34;&#62;SOLARIS144(128k).mp3&#60;/a&#62; - (112.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+144.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=628&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS145%28128K%29.mp3&#34;&#62;SOLARIS145(128k).mp3&#60;/a&#62; - (110.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+145.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=633&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS146%28128K%29.mp3&#34;&#62;SOLARIS146(128k).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+146.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=636&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS147%28128K%29.mp3&#34;&#62;SOLARIS147(128k).mp3&#60;/a&#62; - (111.5MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+147.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=642&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS148%28128K%29.mp3&#34;&#62;SOLARIS148(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+148.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=651&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS149%28128K%29.mp3&#34;&#62;SOLARIS149(128k).mp3&#60;/a&#62; - (111.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+149.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=655&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS150%28128K%29.mp3&#34;&#62;SOLARIS150(128k).mp3&#60;/a&#62; - (112.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+150.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=658&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS151%28128K%29.mp3&#34;&#62;SOLARIS151(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;01+Solaris+International+__+Episode+151.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=666&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS152%28128K%29.mp3&#34;&#62;SOLARIS152(128k).mp3&#60;/a&#62; - (110.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+152.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=675&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS153%28128K%29.mp3&#34;&#62;SOLARIS153(128k).mp3&#60;/a&#62; - (109.6MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+153.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=677&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS154%28128K%29.mp3&#34;&#62;SOLARIS154(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+154.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=680&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS155%28128K%29.mp3&#34;&#62;SOLARIS155(128k).mp3&#60;/a&#62; - (110.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+155.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=684&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS156%28128K%29.mp3&#34;&#62;SOLARIS156(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+156.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=693&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS157%28128K%29.mp3&#34;&#62;SOLARIS157(128k).mp3&#60;/a&#62; - (111.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+157.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=694&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195357/SOLARIS158%28128K%29.mp3&#34;&#62;SOLARIS158(128k).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+158.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=698&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS159%28128K%29.mp3&#34;&#62;SOLARIS159(128k).mp3&#60;/a&#62; - (110.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+159.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=706&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS160%28128K%29.mp3&#34;&#62;SOLARIS160(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+160.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=714&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS161%28128K%29.mp3&#34;&#62;SOLARIS161(128k).mp3&#60;/a&#62; - (111.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+161.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=717&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS162%28128K%29.mp3&#34;&#62;SOLARIS162(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+162.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=724&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS163%28128K%29.mp3&#34;&#62;SOLARIS163(128k).mp3&#60;/a&#62; - (110.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+163.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=727&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS164%28128K%29.mp3&#34;&#62;SOLARIS164(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+164.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=735&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS165%28128K%29.mp3&#34;&#62;SOLARIS165(128k).mp3&#60;/a&#62; - (110.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+165.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=740&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS166%28128K%29.mp3&#34;&#62;SOLARIS166(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+166.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=752&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS167%28128K%29.mp3&#34;&#62;SOLARIS167(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+167.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=757&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS168%28128K%29.mp3&#34;&#62;SOLARIS168(128k).mp3&#60;/a&#62; - (110.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+168.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=759&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS169%28128K%29.mp3&#34;&#62;SOLARIS169(128K).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+169.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=774&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS170%28128K%29.mp3&#34;&#62;SOLARIS170(128k).mp3&#60;/a&#62; - (110.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;Solaris+International+__+Episode+170.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=797&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS171%28128K%29.mp3&#34;&#62;SOLARIS171(128k).mp3&#60;/a&#62; - (109.2MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01+Solaris+International+__+Episode+171.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=836&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS172%28128K%29.mp3&#34;&#62;SOLARIS172(128k).mp3&#60;/a&#62; - (111.4MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01+Solaris+International+__+Episode+172.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=867&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS173%28128K%29.mp3&#34;&#62;SOLARIS173(128k).mp3&#60;/a&#62; - (111.0MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS173%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=894&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS174%28128K%29.mp3&#34;&#62;SOLARIS174(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=01+Solaris+International+__+Episode+174.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=915&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS175%28128K%29.mp3&#34;&#62;SOLARIS175(128k).mp3&#60;/a&#62; - (112.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS175%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=927&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/12195409/SOLARIS176%28128K%29.mp3&#34;&#62;SOLARIS176(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS176%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=932&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS177%28128K%29.mp3&#34;&#62;SOLARIS177(128k).mp3&#60;/a&#62; - (110.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS177%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=941&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS178%28128K%29.mp3&#34;&#62;SOLARIS178(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS178%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=944&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS179%28128K%29.mp3&#34;&#62;SOLARIS179(128k).mp3&#60;/a&#62; - (109.9MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS179%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=952&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS180%28128K%29.mp3&#34;&#62;SOLARIS180(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS180%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=959&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS181%28128K%29.mp3&#34;&#62;SOLARIS181(128k).mp3&#60;/a&#62; - (111.3MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS181%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=964&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS182%28128K%29.mp3&#34;&#62;SOLARIS182(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS182%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=969&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS183%28128K%29.mp3&#34;&#62;SOLARIS183(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS183%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=978&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS184%28128K%29.mp3&#34;&#62;SOLARIS184(128k).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS184%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=984&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS185%28128K%29.mp3&#34;&#62;SOLARIS185(128k).mp3&#60;/a&#62; - (109.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS185%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=988&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS186%28128K%29.mp3&#34;&#62;SOLARIS186(128k).mp3&#60;/a&#62; - (110.8MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS186%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=991&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS187%28128K%29.mp3&#34;&#62;SOLARIS187(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS187%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1002&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS188%28128K%29.mp3&#34;&#62;SOLARIS188(128k).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS188%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1011&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS189%28128K%29.mp3&#34;&#62;SOLARIS189(128k).mp3&#60;/a&#62; - (109.7MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS189%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1021&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u//SOLARIS190%28128K%29.mp3&#34;&#62;SOLARIS190(128k).mp3&#60;/a&#62; - (110.1MB; &#60;a href=&#34;http://cuenation.com/?page=tracklist&#38;amp;folder=solaris&#38;amp;filename=SOLARIS190%28128K%29.cue&#34;&#62;Cuesheet&#60;/a&#62;; &#60;a href=&#34;http://www.solarstone.co.uk/forums/index.php?showtopic=1028&#34;&#62;Tracklist &#38;amp; Forum Favourite&#60;/a&#62;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Microsoft LifeCam VX-1000 Information"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=44#post-96</link>
			<pubDate>Tue, 10 Aug 2010 11:04:41 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">96@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Just a cache of links and information that I've gathered for the Microsoft LifeCam VX-1000 and Linux.&#60;/p&#62;
&#60;p&#62;As of July 12, 2010, my patch for this webcam should be included in Linux with kernels 2.6.36 and newer. If you're using an older Kernel, then you will either need to download my patched GSPCA or get the latest (recommended) from:&#60;br /&#62;
&#60;a href=&#34;http://moinejf.free.fr/&#34; rel=&#34;nofollow&#34;&#62;http://moinejf.free.fr/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If the latest doesn't work for you for any reason, you can find my patched version linked from the following page:&#60;br /&#62;
&#60;a href=&#34;http://kyleabaker.com/2010/07/12/microsoft-lifecam-vx-1000-linux-gspca-patch/&#34; rel=&#34;nofollow&#34;&#62;http://kyleabaker.com/2010/07/12/microsoft-lifecam-vx-1000-linux-gspca-patch/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;List of cached links:&#60;/p&#62;
&#60;p&#62;Microsoft VX-1000 Webcam/Mic&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=1516541&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=1516541&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Lifecam VX1000&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=1034988&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=1034988&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How to install the Microsoft VX-1000 webcam&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=1333343&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=1333343&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Microsoft Lifecam VX-1000&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=1239452&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=1239452&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Microsoft LifeCam VX-1000 Not Working&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=1295129&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=1295129&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;poor quality video with M$ VX-1000 webcam+GSPCA driver&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=786769&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=786769&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How to make Microsoft LifeCam VX-3000 work in Ubuntu?&#60;br /&#62;
&#60;a href=&#34;http://newyork.ubuntuforums.org/showthread.php?t=885795&#34; rel=&#34;nofollow&#34;&#62;http://newyork.ubuntuforums.org/showthread.php?t=885795&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ubuntu skype video lifecam vx-1000&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?client=opera&#38;amp;rls=en&#38;amp;q=ubuntu+skype+video+lifecam+vx-1000&#38;amp;sourceid=opera&#38;amp;ie=utf-8&#38;amp;oe=utf-8&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?client=opera&#38;amp;rls=en&#38;amp;q=ubuntu+skype+video+lifecam+vx-1000&#38;amp;sourceid=opera&#38;amp;ie=utf-8&#38;amp;oe=utf-8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Intrepid kernel 2.6.27-6 no supported image sensor dected for SN9C105 (045e, 00f7)&#60;br /&#62;
&#60;a href=&#34;https://bugs.launchpad.net/ubuntu/+source/linux/+bug/280657&#34; rel=&#34;nofollow&#34;&#62;https://bugs.launchpad.net/ubuntu/+source/linux/+bug/280657&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is V4L or DVB?&#60;br /&#62;
&#60;a href=&#34;http://linuxtv.org/wiki/index.php/What_is_V4L_or_DVB%3F&#34; rel=&#34;nofollow&#34;&#62;http://linuxtv.org/wiki/index.php/What_is_V4L_or_DVB%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Skype crash when I start my webcam&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=914952&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=914952&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Microsoft LifeCam VX-1000 Not Working&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?p=8175449&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?p=8175449&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ubuntu lifecam v4l1compat.so nvidia conflict&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;client=opera&#38;amp;rls=en&#38;amp;q=ubuntu+lifecam+v4l1compat.so+nvidia+conflict&#38;amp;aq=f&#38;amp;oq=&#38;amp;aqi=&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?hl=en&#38;amp;client=opera&#38;amp;rls=en&#38;amp;q=ubuntu+lifecam+v4l1compat.so+nvidia+conflict&#38;amp;aq=f&#38;amp;oq=&#38;amp;aqi=&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Skype and Web Cameras&#60;br /&#62;
&#60;a href=&#34;https://wiki.ubuntu.com/SkypeWebCams&#34; rel=&#34;nofollow&#34;&#62;https://wiki.ubuntu.com/SkypeWebCams&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Skype green video&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=997807&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=997807&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?client=opera&#38;amp;rls=en&#38;amp;q=ERROR:+ld.so:+object+&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?client=opera&#38;amp;rls=en&#38;amp;q=ERROR:+ld.so:+object+&#60;/a&#62;'/usr/lib/libv4l/v4l1compat.so'+from+LD_PRELOAD+cannot+be+preloaded:+ignored.&#38;amp;sourceid=opera&#38;amp;ie=utf-8&#38;amp;oe=utf-8&#60;/p&#62;
&#60;p&#62;Microsoft Lifecam VX-1000&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?t=1239452&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?t=1239452&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Microsoft LifeCam VX-1000 button configuration&#60;br /&#62;
&#60;a href=&#34;http://www.vanstrien.net/michael/microsoft-lifecam-vx-1000-button-configuration&#34; rel=&#34;nofollow&#34;&#62;http://www.vanstrien.net/michael/microsoft-lifecam-vx-1000-button-configuration&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Command-line: Clean-up Music Collection"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=42#post-95</link>
			<pubDate>Tue, 10 Aug 2010 10:38:58 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">95@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Possible solution for changing IDv3 tags for songs to auto capitalize artist and titles..&#60;br /&#62;
&#60;a href=&#34;http://ubuntuforums.org/showthread.php?p=9587588&#34; rel=&#34;nofollow&#34;&#62;http://ubuntuforums.org/showthread.php?p=9587588&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 10.10"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=43#post-94</link>
			<pubDate>Mon, 19 Jul 2010 05:25:04 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">94@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Important: You must have the Partner source enabled, or Opera and Skype will not install.&#60;br /&#62;
To do this go to:&#60;br /&#62;
&#34;&#60;strong&#62;System -&#38;gt; Administration -&#38;gt; Software Sources -&#38;gt; Third-Party Software&#60;/strong&#62;&#34;&#60;br /&#62;
...and enable the line that says &#34;&#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; maverick&#60;/strong&#62; partner&#34;.&#60;/p&#62;
&#60;p&#62;If you can't find that line listed then copy the following, click Add and paste this (without quotes):&#60;br /&#62;
&#34;deb &#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; maverick&#60;/strong&#62; partner&#34;&#60;/em&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install Opera&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install opera&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Chromium Web Browser&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install chromium-browser&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Advanced Desktop Effects Settings&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install EasyTAG&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install easytag-aac&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Griffith&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install griffith&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install MiniTube&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install minitube&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install gtk-recordMyDesktop&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gtk-recordmydesktop&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install RapidSVN&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install rapidsvn&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install RedShift&#60;/strong&#62; -&#60;a href=&#34;http://www.omgubuntu.co.uk/2010/05/tired-eyes-computer-screen-ubuntu.html&#34;&#62;More Info&#60;/a&#62;&#60;br /&#62;
sudo add-apt-repository ppa:jonls/redshift-ppa&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install redshift&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Wakoopa&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;&#60;br /&#62;
wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install wakoopa
&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo add-apt-repository ppa:jonls/redshift-ppa; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera chromium-browser compizconfig-settings-manager easytag-aac griffith vlc minitube gtk-recordmydesktop geany filezilla rapidsvn redshift ubuntu-restricted-extras libdvdcss2 wakoopa&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade; sudo sh -c &#34;echo deb &#60;a href=&#34;http://apt.wakoopa.com&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com&#60;/a&#62; all main &#38;gt; /etc/apt/sources.list.d/wakoopa.list&#34;; wget -O - &#60;a href=&#34;http://apt.wakoopa.com/pubkey.txt&#34; rel=&#34;nofollow&#34;&#62;http://apt.wakoopa.com/pubkey.txt&#60;/a&#62; &#124; sudo apt-key add -; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo add-apt-repository ppa:jonls/redshift-ppa; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera chromium-browser compizconfig-settings-manager easytag-aac griffith vlc minitube gtk-recordmydesktop geany filezilla rapidsvn redshift ubuntu-restricted-extras libdvdcss2 wakoopa; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;Todo:&#60;br /&#62;
Add--------&#60;br /&#62;
Dropbox
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Command-line: Clean-up Music Collection"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=42#post-93</link>
			<pubDate>Mon, 03 May 2010 04:35:24 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">93@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;I'm still trying to find a working tool that will fetch album art and store/embed it back into mp3 and other media files (rather than simply saving a jpg image in the album folder).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Command-line: Clean-up Music Collection"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=42#post-92</link>
			<pubDate>Mon, 03 May 2010 04:18:37 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">92@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Remove album art and album info files&#60;br /&#62;
-------------------------------------&#60;/p&#62;
&#60;p&#62;--Remove hidden files (pre-pending period)&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;.*&#34; -type f -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Print files containing &#34;`&#34; character&#60;br /&#62;
&#38;lt;strong&#38;gt;find . -iname &#34;*\`*&#34; -print&#60;/p&#62;
&#60;p&#62;--Remove Thumbs.db and other db files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.db&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove non-embedded jpg album art&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.jpg&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove non-embedded jpeg album art&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.jpeg&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove non-embedded png album art&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.png&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove non-embedded gif album art&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.gif&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove m3u playlists&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.m3u&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove pls playlists&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.pls&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove sfv files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.sfv&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove nfo files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.nfo&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove pdf files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.pdf&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove doc files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.doc&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove txt files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.txt&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove txt files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.rtf&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove log files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.log&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove htm files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.htm&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove html files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.html&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove url files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.url&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove cue files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.cue&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove tunebite files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.tunebite&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove ini files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.ini&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove torrent files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.torrent&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Remove stray archive files&#60;br /&#62;
-------------------------------------&#60;/p&#62;
&#60;p&#62;--Remove zip files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.zip&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove 7z files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.7z&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove rar files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.rar&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Remove tar files&#60;br /&#62;
&#60;strong&#62;find . -iname &#34;*.tar&#34; -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Remove empty folders&#60;br /&#62;
-------------------------------------&#60;/p&#62;
&#60;p&#62;--Remove empty folders&#60;br /&#62;
&#60;strong&#62;find . -type d -empty -delete&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;--Print folders with names that end with a period (to rename for Windows filesystems)&#60;br /&#62;
&#60;strong&#62;find . -type d -iname &#34;*.&#34; -print&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;*Change the &#34;-delete&#34; argument to &#34;-print&#34; to view the matches before deleting.&#60;/p&#62;
&#60;p&#62;=====================================&#60;/p&#62;
&#60;p&#62;All at once&#60;br /&#62;
-------------------------------------&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;find . -iname &#34;.*&#34; -type f -delete; find . -iname &#34;*\`*&#34; -print; find . -iname &#34;*.db&#34; -delete; find . -iname &#34;*.jpg&#34; -delete; find . -iname &#34;*.jpeg&#34; -delete; find . -iname &#34;*.png&#34; -delete; find . -iname &#34;*.gif&#34; -delete; find . -iname &#34;*.m3u&#34; -delete; find . -iname &#34;*.pls&#34; -delete; find . -iname &#34;*.sfv&#34; -delete; find . -iname &#34;*.nfo&#34; -delete; find . -iname &#34;*.pdf&#34; -delete; find . -iname &#34;*.doc&#34; -delete; find . -iname &#34;*.txt&#34; -delete; find . -iname &#34;*.rtf&#34; -delete; find . -iname &#34;*.log&#34; -delete; find . -iname &#34;*.htm&#34; -delete; find . -iname &#34;*.html&#34; -delete; find . -iname &#34;*.url&#34; -delete; find . -iname &#34;*.cue&#34; -delete; find . -iname &#34;*.tunebite&#34; -delete; find . -iname &#34;*.ini&#34; -delete; find . -iname &#34;*.torrent&#34; -delete; find . -iname &#34;*.zip&#34; -delete; find . -iname &#34;*.7z&#34; -delete; find . -iname &#34;*.rar&#34; -delete; find . -iname &#34;*.tar&#34; -delete; find . -type d -empty -delete; find . -type d -iname &#34;*.&#34; -print&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 10.04"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=41#post-91</link>
			<pubDate>Mon, 05 Apr 2010 05:10:05 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">91@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install Opera&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install opera&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Note: You must have the Partner source enabled. To do this go to &#34;&#60;strong&#62;System -&#38;gt; Administration -&#38;gt; Software Sources -&#38;gt; Third-Party Software&#60;/strong&#62;&#34; and enable the line that says &#34;&#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; lucid&#60;/strong&#62; partner&#34;.&#60;/p&#62;
&#60;p&#62;If you can't find that line listed then copy the following, click Add and paste this (without quotes:&#60;br /&#62;
&#34;deb &#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; lucid&#60;/strong&#62; partner&#34;&#60;/em&#62;&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Advanced Desktop Effects Settings&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany ubuntu-restricted-extras libdvdcss2&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;lucid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany ubuntu-restricted-extras libdvdcss2; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "My Guide to Jailbreak the iPod Touch"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=39#post-89</link>
			<pubDate>Tue, 02 Feb 2010 09:30:11 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">89@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Index:&#60;/strong&#62;&#60;br /&#62;
I... Preparation&#60;br /&#62;
II.. Jailbreak&#60;br /&#62;
III. Securing your jailbroken device&#60;br /&#62;
IV. Installing apps and customization&#60;br /&#62;
V.. iPod/iPhone with Ubuntu&#60;/p&#62;
&#60;p&#62;Notes: &#60;em&#62;It is no longer required to Jailbreak your iPod/iPhone in order to use it with Ubuntu. If you only wish to use your device in Ubuntu, simply follow the link in &#60;/em&#62;&#60;em&#62;Step #10&#60;/em&#62; and ignore the steps to Jailbreak your device.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Preparation&#60;/strong&#62;&#60;br /&#62;
1. Update your iPod via iTunes to the latest firmware available.&#60;br /&#62;
2. Backup your iPod to allow future system restores (in case of an error).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Jailbreak&#60;/strong&#62; - (&#60;a href=&#34;http://www.geeky-gadgets.com/how-to-jailbreak-your-iphone-with-blackra1n-13-10-2009/&#34;&#62;more detailed guide&#60;/a&#62;)&#60;br /&#62;
3. Download &#34;Blackra1n&#34; &#60;a href=&#34;http://www.blackra1n.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.blackra1n.com/&#60;/a&#62;&#60;br /&#62;
4. Open &#34;Blackra1n&#34; and click &#34;make it ra1n&#34;&#60;br /&#62;
5. Wait until you are prompted with a message similar to the following:&#60;br /&#62;
&#34;Your jailbreak is done once the phone reboots.&#60;br /&#62;
If this was the simplest jailbreak ever, ...&#34;&#60;br /&#62;
6. Now simply wait for your device to reboot on its own. It can take a minute or two to reboot. (If you ever reboot or turn off your device in the future, you will simply need to connect it to a computer and click &#34;make it ra1n&#34; to reboot it after its been jailbroken. Also, iTunes must be installed for &#34;Blackra1n&#34; to work correctly.)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Installing apps and customization&#60;/strong&#62;&#60;br /&#62;
7. Download the &#34;Cydia&#34; application from the new &#34;Blackra1n&#34; app that should now be on your device.&#60;br /&#62;
8. Download the following apps from Cydia (some require a reboot so don't go too far from a computer...as noted above).&#60;br /&#62;
---1. Categories - This enables you to create folders on your springboard and better organize your icons.&#60;br /&#62;
---2. WinterBoard - This allows you to install (seperate) themes to further change the appearance of your springboard, unlock screen, icons and panels.&#60;br /&#62;
---3. MIM (Make It Mine) - This allows you to change the carrier name (iPod, iPhone or whatever it may be) to something more personalized. Mine is &#34;kyPod&#34;. You can also change the banner (where the time is usually displayed) to anything you'd like as well. I left my banner default (time).&#60;br /&#62;
---4. Install themes, navigate to the Winterboard app to find and activate them.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Securing your jailbroken device&#60;/strong&#62;&#60;br /&#62;
&#60;em&#62;As with any hack, there are risks. One of those risks is that your device can become infested with a few nasty viruses that have recently made news headlines. To avoid this, simply follow the steps to change your devices default SSH password. Steps are also provided in your Cydia application towards the bottom of the home screen labeled &#34;Change Root Password&#34;.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;9.  Open the Cydia app. Scroll down to find the guide labeled &#34;Change Root Password&#34;. Scroll down to Step #4 in the Cydia guide labeled &#34;Change the mobile Password&#34;. If you connect to your device via a terminal window (Mac or Linux will work or you can download the &#34;Terminal&#34; application via Cydia and use it) you can connect via SSH using the &#34;su root&#34; as the root user and &#34;alpine&#34; as the default password. You want to change &#34;alpine&#34; to something different so the typical virus won't have your default password. After logging in via root, type &#34;passwd&#34;. You will now need to enter your new password twice (it will not appear as you type it as a security measure). After you've entered your new password, exit the terminal...you're done! You may also change your mobile password if you wish by starting the password change with &#34;passwd mobile&#34;. This may or may not be beneficial to you.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;iPod/iPhone with Ubuntu&#60;/strong&#62;&#60;br /&#62;
10. Following the directions that I discuss and point to at the following location:&#60;br /&#62;
&#60;a href=&#34;http://kyleabaker.com/2010/01/17/ubuntu-ipod-touchiphone/&#34; rel=&#34;nofollow&#34;&#62;http://kyleabaker.com/2010/01/17/ubuntu-ipod-touchiphone/&#60;/a&#62;&#60;br /&#62;
It is no longer required to Jailbreak your iPod/iPhone in order to use it with Ubuntu. If you only wish to use your device in Ubuntu, simply follow the above link and ignore the steps to Jailbreak your device.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Opera 10.5 Bugs - Linux"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=38#post-88</link>
			<pubDate>Sun, 31 Jan 2010 17:05:34 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">88@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;-Address dropdown covers Address textbox&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/desktopteam/blog/accelerated-process?startidx=350#comment17514331&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/desktopteam/blog/accelerated-process?startidx=350#comment17514331&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-Scroll bars don't render correctly after being scrolled.&#60;/p&#62;
&#60;p&#62;-Get Widgets opens in current tab instead of opening a new tab (like Help -&#38;gt; About does).&#60;/p&#62;
&#60;p&#62;-Tiling tabs causes keyboard input to only work in the first tab.&#60;/p&#62;
&#60;p&#62;-Unable to restore tiled tabs to fill window (tiling is a wip due to removal of mdi)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 9.10"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=35#post-85</link>
			<pubDate>Sat, 19 Sep 2009 02:53:51 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">85@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install Opera&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install opera&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Note: You must have the Partner source enabled. To do this go to &#34;&#60;strong&#62;System -&#38;gt; Administration -&#38;gt; Software Sources -&#38;gt; Third-Party Software&#60;/strong&#62;&#34; and enable the line that says &#34;&#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; karmic&#60;/strong&#62; partner&#34;.&#60;/p&#62;
&#60;p&#62;If you can't find that line listed then copy the following, click Add and paste this (without quotes:&#60;br /&#62;
&#34;deb &#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; karmic&#60;/strong&#62; partner&#34;&#60;/em&#62;&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Advanced Desktop Effects Settings&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;karmic&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install GParted&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gparted&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Transmission&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install transmission&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Empathy&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install empathy&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;karmic&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany ubuntu-restricted-extras libdvdcss2 gparted transmission empathy&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;karmic&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;amp;&#38;amp; sudo apt-get install medibuntu-keyring &#38;amp;&#38;amp; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany ubuntu-restricted-extras libdvdcss2 gparted transmission empathy; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 12"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=34#post-84</link>
			<pubDate>Mon, 15 Jun 2009 23:29:38 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">84@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total: 653&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.gizmodo.com/5184197/boxed-water-its-whats-for-drinking&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5184197/boxed-water-its-whats-for-drinking&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/news/2009/05/18-to-20-android-phones-to-land-by-the-end-of-2009.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/news/2009/05/18-to-20-android-phones-to-land-by-the-end-of-2009.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/05/freaks/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/05/freaks/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/05/eclipse-survey-results-show-growth-in-linux-open-source.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/05/eclipse-survey-results-show-growth-in-linux-open-source.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgetlab/2009/05/used-soda-bottles/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgetlab/2009/05/used-soda-bottles/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/autopia/2009/06/9ff-bt2/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/autopia/2009/06/9ff-bt2/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/8100127.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/8100127.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/05/landmark-study-drm-truly-does-make-pirates-out-of-us-all.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/05/landmark-study-drm-truly-does-make-pirates-out-of-us-all.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/06/15/security-and-anti-spam-plugins-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/06/15/security-and-anti-spam-plugins-for-wordpress/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-311957.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-311957.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/epicenter/2009/05/microsoftsearch/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/epicenter/2009/05/microsoftsearch/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/chooseopera/blog/2009/06/03/about-the-new-skin&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/chooseopera/blog/2009/06/03/about-the-new-skin&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/dangerroom/2009/06/universal-rubiks-cube-could-become-pentagon-shapeshifter&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/dangerroom/2009/06/universal-rubiks-cube-could-become-pentagon-shapeshifter&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/06/01/adobe-releases-trio-of-labs-goodies-for-designers-developers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/06/01/adobe-releases-trio-of-labs-goodies-for-designers-developers/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,526460,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,526460,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/video/builders-construct-10000-fully-functional-r2d2/24892334001&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/video/builders-construct-10000-fully-functional-r2d2/24892334001&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.zimbio.com/Video+Game+Exercise/articles/58/every+guy+buy+their+girlfriend+Wii+Fit&#34; rel=&#34;nofollow&#34;&#62;http://www.zimbio.com/Video+Game+Exercise/articles/58/every+guy+buy+their+girlfriend+Wii+Fit&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/05/28/health/main5045514.shtml?source=RSSattr=HOME_5045514&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/05/28/health/main5045514.shtml?source=RSSattr=HOME_5045514&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/common/media/show/player.php?show_id=32&#38;#38;ep=4&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/common/media/show/player.php?show_id=32&#38;#38;ep=4&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/06/0-to-60-in-full-sunlight-revving-up-for-world-solar-challenge.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/06/0-to-60-in-full-sunlight-revving-up-for-world-solar-challenge.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Google_Waves_Goodbye_to_E-Mail__Welcomes_Real-Time_Communication&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Google_Waves_Goodbye_to_E-Mail__Welcomes_Real-Time_Communication&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/06/09/fedora-11-released-features-openchange-mapi-link-to-exchange/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/06/09/fedora-11-released-features-openchange-mapi-link-to-exchange/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://dsc.discovery.com/news/2009/06/01/fibers-reverse-blindness.html&#34; rel=&#34;nofollow&#34;&#62;http://dsc.discovery.com/news/2009/06/01/fibers-reverse-blindness.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/exclusive-opera-10-beta-screenshots-download-links/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/exclusive-opera-10-beta-screenshots-download-links/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/threatlevel/2009/06/blackline/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/threatlevel/2009/06/blackline/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.scientificamerican.com/blog/60-second-science/post.cfm?id=9000-year-old-brew-hitting-the-shel-2009-06-05&#34; rel=&#34;nofollow&#34;&#62;http://www.scientificamerican.com/blog/60-second-science/post.cfm?id=9000-year-old-brew-hitting-the-shel-2009-06-05&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/space/magazine/17-06/st_rocketicicles&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/space/magazine/17-06/st_rocketicicles&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/06/09/rob-matthews-decided-to-print-wikipedia&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/06/09/rob-matthews-decided-to-print-wikipedia&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/special_multimedia/2009/st_lightening_1706&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/special_multimedia/2009/st_lightening_1706&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8070210.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8070210.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/pr_0610_blueray&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/pr_0610_blueray&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/22/runpee-com-tells-you-when-its-safe-to-duck-out-of-the-theatre/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/22/runpee-com-tells-you-when-its-safe-to-duck-out-of-the-theatre/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/06/ars-toasts-english-language-as-web-20-named-millionth-word.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/06/ars-toasts-english-language-as-web-20-named-millionth-word.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/sport2/hi/motorsport/formula_one/8064314.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/sport2/hi/motorsport/formula_one/8064314.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/22/svchost-process-analyzer-tells-you-what-the-heck-svchost-exe-is/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/22/svchost-process-analyzer-tells-you-what-the-heck-svchost-exe-is/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5263069/rebooted-circuitcitycom-launching-in-the-next-few-days&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5263069/rebooted-circuitcitycom-launching-in-the-next-few-days&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://well.blogs.nytimes.com/2009/05/22/reducing-the-risks-of-holiday-grilling/?partner=rss&#38;#38;emc=rss&#34; rel=&#34;nofollow&#34;&#62;http://well.blogs.nytimes.com/2009/05/22/reducing-the-risks-of-holiday-grilling/?partner=rss&#38;#38;emc=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/18201.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/18201.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/06/02/transfer-your-doomed-yahoo-360-blog-to-my-opera-or-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/06/02/transfer-your-doomed-yahoo-360-blog-to-my-opera-or-wordpress/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/06/academic-source-code-dust-up-symptom-of-cs-education-ills.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/06/academic-source-code-dust-up-symptom-of-cs-education-ills.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/pr_0522_aston_martin&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/pr_0522_aston_martin&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/05/harvard-law-prof-helping-in-not-1-but-3-file-sharing-cases.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/05/harvard-law-prof-helping-in-not-1-but-3-file-sharing-cases.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5262794/old-macs-t+shirt-brings-tears-of-emotion-nostalgia&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5262794/old-macs-t+shirt-brings-tears-of-emotion-nostalgia&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090521-mars-cold-wet.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090521-mars-cold-wet.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/06/kicking-a-planet-out-of-the-solar-system-physically.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/06/kicking-a-planet-out-of-the-solar-system-physically.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/reviews/2009/06/hands-on-new-fedora-release-goes-up-to-11-but-doesnt-rock.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/reviews/2009/06/hands-on-new-fedora-release-goes-up-to-11-but-doesnt-rock.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8061449.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8061449.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/06/opensolaris-200906-released-new-arm-port-announced.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/06/opensolaris-200906-released-new-arm-port-announced.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/blog/2009/06/bbpress-1-release-candidate-2/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/blog/2009/06/bbpress-1-release-candidate-2/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8062005.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8062005.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8093374.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8093374.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,525653,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,525653,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/06/ubuntu-aims-for-ten-second-boot-time.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/06/ubuntu-aims-for-ten-second-boot-time.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/06/10/stream-your-itunes-music-on-the-web-using-pulptunes/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/06/10/stream-your-itunes-music-on-the-web-using-pulptunes/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8091944.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8091944.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Google_Throws_Its_Weight_Behind_HTML_5&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Google_Throws_Its_Weight_Behind_HTML_5&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/05/hulus-first-live-concert-could-be-tip-of-the-tv-iceberg.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/05/hulus-first-live-concert-could-be-tip-of-the-tv-iceberg.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/8098245.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/8098245.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Googles-30-faster-Chrome-is-just-the-20-beta-released-as-RTM/1242943019&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Googles-30-faster-Chrome-is-just-the-20-beta-released-as-RTM/1242943019&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Confirmed-Computer-use-breeds-klutzes/1244613010&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Confirmed-Computer-use-breeds-klutzes/1244613010&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/8089306.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/8089306.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/autopia/2009/05/ariel/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/autopia/2009/05/ariel/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/18203.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/18203.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,524617,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,524617,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgetlab/2009/06/billion-year-data-storage/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgetlab/2009/06/billion-year-data-storage/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gaming/news/2009/06/tony-hawk-ride-youll-be-wanting-the-skateboard.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gaming/news/2009/06/tony-hawk-ride-youll-be-wanting-the-skateboard.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/06/02/srware-brings-irons-chromium-based-privacy-to-linux/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/06/02/srware-brings-irons-chromium-based-privacy-to-linux/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Mix_an_Exploding_Drink&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Mix_an_Exploding_Drink&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8081817.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8081817.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.softpedia.com/news/Linux-Mint-7-Is-Based-on-Ubuntu-9-04-112620.shtml&#34; rel=&#34;nofollow&#34;&#62;http://news.softpedia.com/news/Linux-Mint-7-Is-Based-on-Ubuntu-9-04-112620.shtml&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/06/earth-gets-a-billion-year-life-extension/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/06/earth-gets-a-billion-year-life-extension/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/06/03/dining/03speak.html?partner=rss&#38;#38;emc=rss&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/06/03/dining/03speak.html?partner=rss&#38;#38;emc=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.phpbb.com/community/viewtopic.php?f=14&#38;#38;t=1625005&#34; rel=&#34;nofollow&#34;&#62;http://www.phpbb.com/community/viewtopic.php?f=14&#38;#38;t=1625005&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/05/google-dailymotion-endorse-html-5-and-standards-based-video.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/05/google-dailymotion-endorse-html-5-and-standards-based-video.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Opera-10-beta-sports-a-new-look-23-boosted-performance/1244004148&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Opera-10-beta-sports-a-new-look-23-boosted-performance/1244004148&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/people/magazine/17-06/ff_keymaster&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/people/magazine/17-06/ff_keymaster&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/culturereviews/magazine/17-06/st_essay&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/culturereviews/magazine/17-06/st_essay&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://dtraleigh.com/2009/06/beercon-boylan-bridge-brewpub/&#34; rel=&#34;nofollow&#34;&#62;http://dtraleigh.com/2009/06/beercon-boylan-bridge-brewpub/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/23/mozilla-unveils-cognitive-shield-new-tab-concept-for-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/23/mozilla-unveils-cognitive-shield-new-tab-concept-for-firefox/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/dangerroom/2009/05/inside-americas-mock-attack-north-korea/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/dangerroom/2009/05/inside-americas-mock-attack-north-korea/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/05/ftf-mastripieri/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/05/ftf-mastripieri/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090601-mm-exoplanet-water.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090601-mm-exoplanet-water.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/lifestyle/multimedia/2009/05/gallery_lego&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/lifestyle/multimedia/2009/05/gallery_lego&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,522411,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,522411,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://ffffound.com/image/1c5ca291d76cd06a7e7c2d35ac3585720e165fc2&#34; rel=&#34;nofollow&#34;&#62;http://ffffound.com/image/1c5ca291d76cd06a7e7c2d35ac3585720e165fc2&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://dtraleigh.com/2009/05/shimmer-wall-showing-canes-pride/&#34; rel=&#34;nofollow&#34;&#62;http://dtraleigh.com/2009/05/shimmer-wall-showing-canes-pride/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/05/congressmen-want-automakers-to-cough-up-diagnostic-codes.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/05/congressmen-want-automakers-to-cough-up-diagnostic-codes.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/05/14/health/main5013643.shtml?source=RSSattr=HOME_5013643&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/05/14/health/main5013643.shtml?source=RSSattr=HOME_5013643&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/05/27/transform-kubuntu-904-in-to-windows-7&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/05/27/transform-kubuntu-904-in-to-windows-7&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/8064332.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/8064332.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/21/microsoft-to-demo-new-search-engine-kumo-next-week/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/21/microsoft-to-demo-new-search-engine-kumo-next-week/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/05/strangespecies/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/05/strangespecies/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/05/side-by-side-ui-changes-from-windows-7-beta-to-windows-7-rc.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/05/side-by-side-ui-changes-from-windows-7-beta-to-windows-7-rc.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/05/service-pack-2-for-vista-and-server-2008-finally-available.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/05/service-pack-2-for-vista-and-server-2008-finally-available.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/epicenter/2009/05/when-google-goes-down-it-goes-down-hard/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/epicenter/2009/05/when-google-goes-down-it-goes-down-hard/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090525-mm-giant-messier-87.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090525-mm-giant-messier-87.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/05/canonical-developers-aim-to-make-android-apps-run-on-ubuntu.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/05/canonical-developers-aim-to-make-android-apps-run-on-ubuntu.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/14/mozilla-targets-tabs-in-summer-design-challenge-09/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/14/mozilla-targets-tabs-in-summer-design-challenge-09/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/05/iceplague/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/05/iceplague/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/14/pro-tip-dont-share-your-email-address-on-microblogs/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/14/pro-tip-dont-share-your-email-address-on-microblogs/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/11/flickrsync-keeps-your-flickr-photosets-synchronized-with-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/11/flickrsync-keeps-your-flickr-photosets-synchronized-with-windows/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Google_Chrome_Gets_Add-ons__Closes_in_on_Firefox&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Google_Chrome_Gets_Add-ons__Closes_in_on_Firefox&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090526-st-moon-blanket.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090526-st-moon-blanket.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/FCC-It-should-only-take-a-day-to-change-your-phone-number/1242312547&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/FCC-It-should-only-take-a-day-to-change-your-phone-number/1242312547&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Android-apps-run-in-an-Ubuntu-netbook/1243381032&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Android-apps-run-in-an-Ubuntu-netbook/1243381032&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/21/can-software-determine-the-aesthetic-value-of-a-photograph/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/21/can-software-determine-the-aesthetic-value-of-a-photograph/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090526-sombrero-galaxy.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090526-sombrero-galaxy.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/14/microsoft-begins-working-on-sp3-for-vista/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/14/microsoft-begins-working-on-sp3-for-vista/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/dangerroom/2009/05/pentagon-preps-soldier-telepathy-push/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/dangerroom/2009/05/pentagon-preps-soldier-telepathy-push/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/05/catchingspammer/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/05/catchingspammer/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/04/cloaking-devices-inch-towards-visible-wavelengths.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/04/cloaking-devices-inch-towards-visible-wavelengths.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17964.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17964.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/12/ebay-to-eliminate-listing-fees-for-casual-sellers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/12/ebay-to-eliminate-listing-fees-for-casual-sellers/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/05/14/politics/main5013382.shtml?source=RSSattr=HOME_5013382&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/05/14/politics/main5013382.shtml?source=RSSattr=HOME_5013382&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/05/hands-on-canonical-aims-for-the-cloud-with-new-ubuntu-one.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/05/hands-on-canonical-aims-for-the-cloud-with-new-ubuntu-one.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/epicenter/2009/05/flickr-creates-new-license-for-white-house-photos/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/epicenter/2009/05/flickr-creates-new-license-for-white-house-photos/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2009/05/09/roombas-journey-shown-to-be-endless-beautiful/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2009/05/09/roombas-journey-shown-to-be-endless-beautiful/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090512-planck-sidebar.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090512-planck-sidebar.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Islamic-Linux-distro-changes-its-name-to-avoid-trademark-dispute/1242136959&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Islamic-Linux-distro-changes-its-name-to-avoid-trademark-dispute/1242136959&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/05/baiting-nigerian-scammers-for-fun-not-so-much-for-profit.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/05/baiting-nigerian-scammers-for-fun-not-so-much-for-profit.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgetlab/2009/05/jesusphone/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgetlab/2009/05/jesusphone/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/medtech/genetics/magazine/17-05/ff_protein&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/medtech/genetics/magazine/17-05/ff_protein&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/autopia/2009/05/bmw_s_1000rr/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/autopia/2009/05/bmw_s_1000rr/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows-7-gives-Firefox-3-IE8-speed-boosts-while-Firefox-35-slows-down/1242163110&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows-7-gives-Firefox-3-IE8-speed-boosts-while-Firefox-35-slows-down/1242163110&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/11/microsoft-windows-7-due-out-by-the-holiday-shopping-season/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/11/microsoft-windows-7-due-out-by-the-holiday-shopping-season/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Panda-lofts-its-antivirus-protection-into-the-cloud/1242083914&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Panda-lofts-its-antivirus-protection-into-the-cloud/1242083914&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/12/open-source-dirsync-pro-syncs-folders-on-any-platform/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/12/open-source-dirsync-pro-syncs-folders-on-any-platform/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Android-gets-augmented-reality-for-stars-check-out-the-barcode/1242167115&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Android-gets-augmented-reality-for-stars-check-out-the-barcode/1242167115&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/11/card-toss-for-really-old-school-gaming-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/11/card-toss-for-really-old-school-gaming-time-waster/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/12/tonematrix-makes-music-making-easy-and-fun-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/12/tonematrix-makes-music-making-easy-and-fun-time-waster/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/05/12/tech/main5008041.shtml?source=RSSattr=HOME_5008041&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/05/12/tech/main5008041.shtml?source=RSSattr=HOME_5008041&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/12/canonical-beta-tests-ubuntuone-but-ill-stick-with-dropbox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/12/canonical-beta-tests-ubuntuone-but-ill-stick-with-dropbox/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/11/apple-denies-bittorrent-remote-control-app/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/11/apple-denies-bittorrent-remote-control-app/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/12/windows-7-box-art-leaks-fails-to-impress/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/12/windows-7-box-art-leaks-fails-to-impress/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/8044545.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/8044545.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/12/vlc-video-player-hits-1-0-almost/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/12/vlc-video-player-hits-1-0-almost/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/8046540.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/8046540.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/sport2/hi/motorsport/formula_one/8044860.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/sport2/hi/motorsport/formula_one/8044860.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/england/lancashire/8030766.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/england/lancashire/8030766.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/business/news/2009/05/googles-diversity-causing-it-antitrust-trouble.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/business/news/2009/05/googles-diversity-causing-it-antitrust-trouble.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/05/researchers-image-spam-making-unexpected-return.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/05/researchers-image-spam-making-unexpected-return.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/05/norwegian-isp-dig-your-own-fiber-trench-save-400.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/05/norwegian-isp-dig-your-own-fiber-trench-save-400.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/how-to-run-silverlight-in-opera/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/how-to-run-silverlight-in-opera/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/autopia/2009/05/this-car-is-not-the-future/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/autopia/2009/05/this-car-is-not-the-future/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/05/whats-the-point-of-a-windows-7-arm-port.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/05/whats-the-point-of-a-windows-7-arm-port.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gaming/news/2009/05/duke-nukem-forever-may-not-be-dead-yet-trilogy-still-coming.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gaming/news/2009/05/duke-nukem-forever-may-not-be-dead-yet-trilogy-still-coming.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-282085.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-282085.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/05/google-to-extol-the-virtues-of-chromes-shine-on-television.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/05/google-to-extol-the-virtues-of-chromes-shine-on-television.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/05/researchers-hijack-botnet-score-56000-passwords-in-an-hour.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/05/researchers-hijack-botnet-score-56000-passwords-in-an-hour.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/11/kludgets-lets-you-run-osx-widgets-on-your-windows-desktop/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/11/kludgets-lets-you-run-osx-widgets-on-your-windows-desktop/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/hardware/news/2009/05/idc-intel-and-atom-down-amd-up-in-first-quarter.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/hardware/news/2009/05/idc-intel-and-atom-down-amd-up-in-first-quarter.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/05/12/theme-development-checklist/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/05/12/theme-development-checklist/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,519003,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,519003,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/HEALTH/05/02/swine.flu/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/HEALTH/05/02/swine.flu/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/01/pack-everything-on-your-list-with-packwhiz/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/01/pack-everything-on-your-list-with-packwhiz/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/02/aporkalypse-now-where-to-get-swine-flu-info-online/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/02/aporkalypse-now-where-to-get-swine-flu-info-online/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/01/microsoft-to-pirates-youre-bad-but-youll-still-get-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/01/microsoft-to-pirates-youre-bad-but-youll-still-get-windows-7/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/magazine/17-05/ff_kryptos#&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/magazine/17-05/ff_kryptos#&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/05/04/adobe-seeks-testers-for-64-bit-air-on-linux/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/05/04/adobe-seeks-testers-for-64-bit-air-on-linux/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17849.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17849.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5229314/follow-the-swine-flu-pandemic-in-real-time-with-google-maps&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5229314/follow-the-swine-flu-pandemic-in-real-time-with-google-maps&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/people/magazine/17-05/st_madscientists&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/people/magazine/17-05/st_madscientists&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/04/on-early-birds-and-night-owls.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/04/on-early-birds-and-night-owls.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/5049562/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/5049562/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/26/u-nu-enters-the-short-url-arena/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/26/u-nu-enters-the-short-url-arena/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/pr_0428_flashlight&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/pr_0428_flashlight&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/telecom/news/2009/05/survey-one-in-five-us-households-are-cellphone-only.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/telecom/news/2009/05/survey-one-in-five-us-households-are-cellphone-only.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2009/04/29/summary&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2009/04/29/summary&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/New-scares-loom-over-open-source-license-lawsuits/1241028187&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/New-scares-loom-over-open-source-license-lawsuits/1241028187&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.opera.com/press/releases/2009/04/28/&#34; rel=&#34;nofollow&#34;&#62;http://www.opera.com/press/releases/2009/04/28/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/04/29/9-ways-to-make-your-wordpress-blog-smart/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/04/29/9-ways-to-make-your-wordpress-blog-smart/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/cutest-funding-move-ever-adopt-a-line-of-miro-code.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/cutest-funding-move-ever-adopt-a-line-of-miro-code.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-292858.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-292858.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-300769.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-300769.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/threatlevel/2009/04/air-force-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/threatlevel/2009/04/air-force-windows/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/wiredscience/2009/04/fastestcamera/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/wiredscience/2009/04/fastestcamera/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9588_22-280815.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9588_22-280815.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/5043959/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/5043959/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/04/pirate-google-sets-sail-to-show-copyright-hypocrisy.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/04/pirate-google-sets-sail-to-show-copyright-hypocrisy.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090429-rogue-black-holes.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090429-rogue-black-holes.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/threatlevel/2009/04/obama-100-days&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/threatlevel/2009/04/obama-100-days&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Service-Pack-2-for-Vista-and-WS2K8-released-to-manufacturing/1241015234&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Service-Pack-2-for-Vista-and-WS2K8-released-to-manufacturing/1241015234&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/04/27/technology/27jeopardy.html?partner=rss&#38;#38;emc=rss&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/04/27/technology/27jeopardy.html?partner=rss&#38;#38;emc=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090427-orion-ocean-test.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090427-orion-ocean-test.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/04/29/top-10-reasons-why-you-should-upgrade-to-windows-7.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/04/29/top-10-reasons-why-you-should-upgrade-to-windows-7.aspx&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/04/supreme-court-backs-fcc-fleeting-f-words-can-be-punished.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/04/supreme-court-backs-fcc-fleeting-f-words-can-be-punished.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/threatlevel/2009/04/apple-accused-of-stifling-speech-about-the-ipod-iphone/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/threatlevel/2009/04/apple-accused-of-stifling-speech-about-the-ipod-iphone/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/ubuntu-brings-advanced-screen-features-to-the-masses.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/ubuntu-brings-advanced-screen-features-to-the-masses.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/chooseopera/blog/2009/04/28/will-opera-ever-make-a-page-where-users-can-upload-and-find-userjs-files&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/chooseopera/blog/2009/04/28/will-opera-ever-make-a-page-where-users-can-upload-and-find-userjs-files&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/04/world-health-organization-raises-pandemic-alert-level.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/04/world-health-organization-raises-pandemic-alert-level.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/15-years-origin-opera&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/15-years-origin-opera&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/operas-ceo-answers-community-questions/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/operas-ceo-answers-community-questions/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2009/04/dayintech_0324&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2009/04/dayintech_0324&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090428-gamma-burst.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090428-gamma-burst.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/IE8-now-being-delivered-as-Important-Update-for-Vista-High-Priority-for-XP/1240943993&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/IE8-now-being-delivered-as-Important-Update-for-Vista-High-Priority-for-XP/1240943993&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/news/2009/04/ges-500gb-optical-discs-who-is-going-to-use-them.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/news/2009/04/ges-500gb-optical-discs-who-is-going-to-use-them.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/8020043.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/8020043.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090428-st-young-galaxies.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090428-st-young-galaxies.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/8015995.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/8015995.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Happy_Birthday_Opera%3A_The_Innovative_Web_Browser_Turns_15&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Happy_Birthday_Opera%3A_The_Innovative_Web_Browser_Turns_15&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-292382.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-292382.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17801.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17801.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17792.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17792.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/senator-opens-source-software-needed-for-medical-records.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/senator-opens-source-software-needed-for-medical-records.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/One-week-later-its-time-for-Firefox-3010/1240860143&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/One-week-later-its-time-for-Firefox-3010/1240860143&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Finally-a-nonHTC-Android-phone/1240843439&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Finally-a-nonHTC-Android-phone/1240843439&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/threatlevel/2009/04/press-removed-from-dvd-copying-trial/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/threatlevel/2009/04/press-removed-from-dvd-copying-trial/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/04/aliendetection.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/04/aliendetection.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/epicenter/2009/04/numbers-cant-begin-to-describe-twitters-impact/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/epicenter/2009/04/numbers-cant-begin-to-describe-twitters-impact/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090427-mm-dark-energy.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090427-mm-dark-energy.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/YouTube-Susan-Boyle-and-a-slap-at-snark/1239872165&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/YouTube-Susan-Boyle-and-a-slap-at-snark/1239872165&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-292296.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-292296.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/27/firefox-3-5-gets-restore-closed-window-feature/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/27/firefox-3-5-gets-restore-closed-window-feature/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/04/27/us/27atheist.html?partner=rss&#38;#38;emc=rss&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/04/27/us/27atheist.html?partner=rss&#38;#38;emc=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/27/gkrellm-system-monitor-works-on-mac-linux-and-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/27/gkrellm-system-monitor-works-on-mac-linux-and-windows/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/businesstechnology/090427-sn-busmon-satellite-internet.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/businesstechnology/090427-sn-busmon-satellite-internet.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/27/open-source-windows-alternative-reactos-gets-faster-in-0-3-9/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/27/open-source-windows-alternative-reactos-gets-faster-in-0-3-9/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,518143,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,518143,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/27/firefox-3-5-gets-restore-closed-window-feature/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/27/firefox-3-5-gets-restore-closed-window-feature/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,514158,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,514158,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/27/download-50-beautiful-free-icons-from-visual-pharm/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/27/download-50-beautiful-free-icons-from-visual-pharm/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Trillian-sends-Astra-into-beta/1239854970&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Trillian-sends-Astra-into-beta/1239854970&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,517421,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,517421,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/04/20/business/global/20porsche.html?partner=rss&#38;#38;emc=rss&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/04/20/business/global/20porsche.html?partner=rss&#38;#38;emc=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/04/03/eveningnews/main4918229.shtml?source=RSSattr=HOME_4918229&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/04/03/eveningnews/main4918229.shtml?source=RSSattr=HOME_4918229&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-288417.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-288417.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17789.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17789.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2009/04/dayintech_0421&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2009/04/dayintech_0421&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/04/pins.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/04/pins.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google-posts-its-firstever-revenue-decline/1239915951&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google-posts-its-firstever-revenue-decline/1239915951&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/For-the-desktop-AMD-covets-the-budget-enthusiast-with-32-GHz-quadcore/1240516088&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/For-the-desktop-AMD-covets-the-budget-enthusiast-with-32-GHz-quadcore/1240516088&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Presto-and-your-PC-is-on/1240480005&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Presto-and-your-PC-is-on/1240480005&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-289155.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-289155.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,517232,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,517232,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/23/space-sniffer-is-a-drive-space-analyzer-with-a-dash-of-eye-candy/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/23/space-sniffer-is-a-drive-space-analyzer-with-a-dash-of-eye-candy/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/SHOWBIZ/TV/04/16/susan.boyle.simon.cowell/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/SHOWBIZ/TV/04/16/susan.boyle.simon.cowell/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/23/ubuntu-9-04-is-available-for-download/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/23/ubuntu-9-04-is-available-for-download/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Slick_New_Ubuntu__Jaunty_Jackalope__Springs_Onto_Netbooks&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Slick_New_Ubuntu__Jaunty_Jackalope__Springs_Onto_Netbooks&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/04/pirate-bay-verd.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/04/pirate-bay-verd.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/google-opens-source-code-for-software-updater.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/google-opens-source-code-for-software-updater.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/04/indusscript.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/04/indusscript.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090416-kepler-first-images.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090416-kepler-first-images.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/16/obvious-stat-it-pros-spot-porn-on-70-of-laptops/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/16/obvious-stat-it-pros-spot-porn-on-70-of-laptops/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Codefrozen-Firefox-35-beta-gains-4-more-speed-against-Chrome-2/1239912811&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Codefrozen-Firefox-35-beta-gains-4-more-speed-against-Chrome-2/1239912811&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090416-galaxy-crowd.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090416-galaxy-crowd.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/16/zamzar-converts-uploaded-text-docs-to-mp3-audio-files/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/16/zamzar-converts-uploaded-text-docs-to-mp3-audio-files/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/hardware/news/2009/04/apple-growth-turns-negative-as-worldwide-pc-shipments-plunge.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/hardware/news/2009/04/apple-growth-turns-negative-as-worldwide-pc-shipments-plunge.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/14/android-os-1-5-intros-softkeys-video-recording-faster-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/14/android-os-1-5-intros-softkeys-video-recording-faster-browser/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/04/metal-enhanced-spider-silk-tougher-than-the-original.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/04/metal-enhanced-spider-silk-tougher-than-the-original.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/draft-document-firefoxnext-namoroka-appears&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/draft-document-firefoxnext-namoroka-appears&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/You-can-build-your-own-photo-mosaics-with-National-Geographic/1239908421&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/You-can-build-your-own-photo-mosaics-with-National-Geographic/1239908421&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/iPhone-30-meet-Android-15/1239721744&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/iPhone-30-meet-Android-15/1239721744&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/15/spreadtweet-hides-your-twitter-stream-in-a-fake-excel-window/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/15/spreadtweet-hides-your-twitter-stream-in-a-fake-excel-window/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/New-desktop-virtualization-scheme-will-enable-hybrid-Windows-deployment/1239729746&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/New-desktop-virtualization-scheme-will-enable-hybrid-Windows-deployment/1239729746&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/the-jackalope-arrives-ubuntu-904-officially-released.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/the-jackalope-arrives-ubuntu-904-officially-released.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17621.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17621.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/15/fotografix-is-a-simple-free-photoshop-alternative-in-under-1mb/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/15/fotografix-is-a-simple-free-photoshop-alternative-in-under-1mb/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/15/grape-a-new-take-on-the-os-x-desktop/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/15/grape-a-new-take-on-the-os-x-desktop/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/04/the-pirate-bay-verdict-guilty-with-jail-time.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/04/the-pirate-bay-verdict-guilty-with-jail-time.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/medtech/health/magazine/17-04/ff_perfectmemory&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/medtech/health/magazine/17-04/ff_perfectmemory&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/The-Pirate-Bay-loss-What-it-could-mean/1239982127&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/The-Pirate-Bay-loss-What-it-could-mean/1239982127&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Youre-a-Mac-youre-a-PCNow-its-our-turn-says-Linux/1239292487&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Youre-a-Mac-youre-a-PCNow-its-our-turn-says-Linux/1239292487&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/ubuntu-904-release-candidate-arrives.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/ubuntu-904-release-candidate-arrives.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/15/digg-gives-in-to-diggbar-complaints/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/15/digg-gives-in-to-diggbar-complaints/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17635.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17635.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/04/17/tech/main4951712.shtml?source=RSSattr=HOME_4951712&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/04/17/tech/main4951712.shtml?source=RSSattr=HOME_4951712&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.markshuttleworth.com/archives/288&#34; rel=&#34;nofollow&#34;&#62;http://www.markshuttleworth.com/archives/288&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/24/windows-7-rc-7100-out-early-on-torrent-trackers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/24/windows-7-rc-7100-out-early-on-torrent-trackers/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17641.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17641.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/04/hands-on-free-but-inconvenient-music-doesnt-work-for-qtrax.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/04/hands-on-free-but-inconvenient-music-doesnt-work-for-qtrax.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/software/reviews/2009/04/hands-on-trillian-astra-beta-supports-twitter-and-facebook.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/software/reviews/2009/04/hands-on-trillian-astra-beta-supports-twitter-and-facebook.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Youre-a-Mac-youre-a-PCNow-its-our-turn-says-Linux/1239292487&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Youre-a-Mac-youre-a-PCNow-its-our-turn-says-Linux/1239292487&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/news/2009/04/google-announces-preview-of-android-15.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/news/2009/04/google-announces-preview-of-android-15.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/17/lexar-tool-makes-creating-bootable-usb-flash-drives-easy/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/17/lexar-tool-makes-creating-bootable-usb-flash-drives-easy/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7988252.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7988252.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/04/its-not-a-flyin.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/04/its-not-a-flyin.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/04/17/earlyshow/leisure/music/main4951767.shtml?source=RSSattr=HOME_4951767&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/04/17/earlyshow/leisure/music/main4951767.shtml?source=RSSattr=HOME_4951767&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/04/dear-dod-please.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/04/dear-dod-please.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/linux-foundation-ceo-linux-is-fastest-growing-platform.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/linux-foundation-ceo-linux-is-fastest-growing-platform.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090409-sm-reddwarf-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090409-sm-reddwarf-life.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/SHOWBIZ/TV/04/09/simpsons.stamps/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/SHOWBIZ/TV/04/09/simpsons.stamps/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/04/more-fbi-hackin.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/04/more-fbi-hackin.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4919206/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4919206/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/pr_porschephone_0408&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/pr_porschephone_0408&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/09/trillian-astra-beta-invites-easy-to-snag-multi-protocol-im-clie/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/09/trillian-astra-beta-invites-easy-to-snag-multi-protocol-im-clie/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/04/4-reasons-apple.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/04/4-reasons-apple.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090409-edge-space.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090409-edge-space.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7991422.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7991422.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/politics/2009/04/03/oklahoma-allow-pregnant-women-kill-save-baby/&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/politics/2009/04/03/oklahoma-allow-pregnant-women-kill-save-baby/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090417-ns-moon-venus.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090417-ns-moon-venus.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2009/03/28/surprise-you-cant-change-your-wallpaper-in-windows-7-starter-edition/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2009/03/28/surprise-you-cant-change-your-wallpaper-in-windows-7-starter-edition/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/17/ubuntu-9-04-release-candidate-now-available/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/17/ubuntu-9-04-release-candidate-now-available/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4890596/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4890596/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-289372.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-289372.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Card-skimmer-found-operating-in-wild/1239080129&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Card-skimmer-found-operating-in-wild/1239080129&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/7985912.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/7985912.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/04/fbi-spyware-pro.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/04/fbi-spyware-pro.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,512443,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,512443,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/04/functional-battery-made-with-virusnanotube-electrodes.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/04/functional-battery-made-with-virusnanotube-electrodes.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/first-look-fedora-11-beta-shows-promise.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/first-look-fedora-11-beta-shows-promise.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17399.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17399.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/04/stream-and-record-12-000-stations-with-radio-sure/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/04/stream-and-record-12-000-stations-with-radio-sure/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/04/04/free-tools-to-recover-data-from-cd-dvd&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/04/04/free-tools-to-recover-data-from-cd-dvd&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/29/magnifique-free-os-x-theme-customizer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/29/magnifique-free-os-x-theme-customizer/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/red-hat-ceo-praises-obama-openness-calls-for-odf-adoption.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/red-hat-ceo-praises-obama-openness-calls-for-odf-adoption.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/a-new-free-antivirus-for-unixlinux-platform-bitdefender-antivirus-scanner-for-unices.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/a-new-free-antivirus-for-unixlinux-platform-bitdefender-antivirus-scanner-for-unices.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/red-hat-succeeding-despite-recession.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/red-hat-succeeding-despite-recession.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Three_Reasons_Linux_Will_Win_in_the_Future&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Three_Reasons_Linux_Will_Win_in_the_Future&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/intel-aims-for-2-second-boot-time-with-moblin-linux-platform.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/intel-aims-for-2-second-boot-time-with-moblin-linux-platform.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/core/blog/show.dml/3130540&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/core/blog/show.dml/3130540&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,513242,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,513242,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/04/08/tech/main4930539.shtml?source=RSSattr=HOME_4930539&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/04/08/tech/main4930539.shtml?source=RSSattr=HOME_4930539&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/reviews/2009/03/jackalope-sighting-first-look-at-ubuntu-904-beta.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/reviews/2009/03/jackalope-sighting-first-look-at-ubuntu-904-beta.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/04/04/entertainment/main4919588.shtml?source=RSSattr=HOME_4919588&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/04/04/entertainment/main4919588.shtml?source=RSSattr=HOME_4919588&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090326-sts119-spider-return.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090326-sts119-spider-return.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/08/bumptop-do-we-really-need-a-3d-windows-desktop/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/08/bumptop-do-we-really-need-a-3d-windows-desktop/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/02/diggs-new-diggbar-will-destroy-other-short-url-services/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/02/diggs-new-diggbar-will-destroy-other-short-url-services/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7976606.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7976606.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/03/31/science/earth/31conc.html?partner=rss&#38;#38;emc=rss&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/03/31/science/earth/31conc.html?partner=rss&#38;#38;emc=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/asia-pacific/7984254.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/asia-pacific/7984254.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/04/robotscientist.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/04/robotscientist.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,511177,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,511177,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Enter-the-Jaunty-Jackalope-Ubuntu-904-begins-in-beta/1238186004&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Enter-the-Jaunty-Jackalope-Ubuntu-904-begins-in-beta/1238186004&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/30/free-open-source-program-backs-up-browsers-email-more/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/30/free-open-source-program-backs-up-browsers-email-more/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,510826,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,510826,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/30/three-ways-to-hide-the-facebook-sidebar-with-userscripts/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/30/three-ways-to-hide-the-facebook-sidebar-with-userscripts/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Survey-Open-source-will-be-most-disruptive-to-databases-and-OS/1238171477&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Survey-Open-source-will-be-most-disruptive-to-databases-and-OS/1238171477&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090326-sts119-space-smell.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090326-sts119-space-smell.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,510896,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,510896,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/24/hulu-plans-to-go-international/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/24/hulu-plans-to-go-international/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/31/twitter-replies-rebranded-as-mentions/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/31/twitter-replies-rebranded-as-mentions/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/monodevelop-20-and-mono-24-officially-released.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/monodevelop-20-and-mono-24-officially-released.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/software/news/2009/03/location-awareness-spreads-to-opera-browser.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/software/news/2009/03/location-awareness-spreads-to-opera-browser.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-282482.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-282482.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/26/archive-org-gets-4-5pb-data-center-in-a-box-geeks-everywhere-dr/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/26/archive-org-gets-4-5pb-data-center-in-a-box-geeks-everywhere-dr/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/03/new-method-for-detecting-conficker-discovered-debuted.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/03/new-method-for-detecting-conficker-discovered-debuted.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/03/skull.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/03/skull.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/090325-tw-planet-protection.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/090325-tw-planet-protection.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/hp-said-to-be-considering-android-for-netbooks.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/hp-said-to-be-considering-android-for-netbooks.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4799082/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4799082/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Latest-Postini-spam-stats-show-the-postMcColo-calm-is-over/1238548792&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Latest-Postini-spam-stats-show-the-postMcColo-calm-is-over/1238548792&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090331-likely-meteor.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090331-likely-meteor.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090401-hubble-exoplanets.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090401-hubble-exoplanets.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/03/conficker-how-a.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/03/conficker-how-a.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/google-launches-project-to-boost-python-performance-by-5x.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/google-launches-project-to-boost-python-performance-by-5x.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/media/news/2009/03/reuters_us_security_virus&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/media/news/2009/03/reuters_us_security_virus&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/01/microsoft-to-release-all-future-windows-7-builds-via-p2p/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/01/microsoft-to-release-all-future-windows-7-builds-via-p2p/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090401-dark-matter-annihilation.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090401-dark-matter-annihilation.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090331-st-moon-views-makeover.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090331-st-moon-views-makeover.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://labs.opera.com/news/2009/03/26/&#34; rel=&#34;nofollow&#34;&#62;http://labs.opera.com/news/2009/03/26/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/01/zoho-chat-2-0-takes-aim-at-meebo-falls-a-bit-short/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/01/zoho-chat-2-0-takes-aim-at-meebo-falls-a-bit-short/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17185.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17185.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Red-Hat-intros-second-generation-tools-despite-Oracle-buyout-rumors/1237931498&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Red-Hat-intros-second-generation-tools-despite-Oracle-buyout-rumors/1237931498&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-278279.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-278279.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/03/coaltoliquids.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/03/coaltoliquids.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,510589,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,510589,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7965380.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7965380.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/24/lifehackers-better-gmail-scripts-come-to-google-chrome/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/24/lifehackers-better-gmail-scripts-come-to-google-chrome/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/linux-foundation-says-its-time-to-ditch-microsofts-fat.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/linux-foundation-says-its-time-to-ditch-microsofts-fat.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/27/xwindows-dock-is-a-better-leopard-dock-clone-for-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/27/xwindows-dock-is-a-better-leopard-dock-clone-for-windows/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/04/harvard-p2p-lawyer-file-swapping-is-fair-use--no-really.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/04/harvard-p2p-lawyer-file-swapping-is-fair-use--no-really.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/25/windows-7-themes-for-windows-xp-vista/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/25/windows-7-themes-for-windows-xp-vista/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/04/darkmatterdeath.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/04/darkmatterdeath.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/03/researchers-demonstrate-bios-level-rootkit-attack.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/03/researchers-demonstrate-bios-level-rootkit-attack.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,510515,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,510515,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/IE8-loads-pages-faster-but-not-fast-enough-in-Microsoft-test-recreation/1238040429&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/IE8-loads-pages-faster-but-not-fast-enough-in-Microsoft-test-recreation/1238040429&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/04/confickerc-appears-on-schedule-but-only-as-a-whisper.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/04/confickerc-appears-on-schedule-but-only-as-a-whisper.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/03/19/tech/main4878171.shtml?source=RSSattr=HOME_4878171&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/03/19/tech/main4878171.shtml?source=RSSattr=HOME_4878171&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/miscellaneous/news/2009/03/gallery_ewaste_recycling&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/miscellaneous/news/2009/03/gallery_ewaste_recycling&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/03/canadian-ca-domain-prepares-united-confickerc-defense.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/03/canadian-ca-domain-prepares-united-confickerc-defense.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/13/eight-great-userscripts-for-twitter-users/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/13/eight-great-userscripts-for-twitter-users/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17340.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17340.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/25/tiny-tetris-biggest-time-waster-ever/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/25/tiny-tetris-biggest-time-waster-ever/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/04/02/bypass-download-delays-with-skipscreen-for-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/04/02/bypass-download-delays-with-skipscreen-for-firefox/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7974795.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7974795.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7977585.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7977585.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/03/obama-sides-wit.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/03/obama-sides-wit.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/03/googles-latest-changes-help-users-keep-them-longer.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/03/googles-latest-changes-help-users-keep-them-longer.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/18/mozilla-fennec-firefox-mobile-hits-beta/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/18/mozilla-fennec-firefox-mobile-hits-beta/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/04/hulu-tries-html-encoding-trick-to-protect-streaming-content.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/04/hulu-tries-html-encoding-trick-to-protect-streaming-content.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090402-moon-flower.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090402-moon-flower.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mozilla-experiments-more-with-New-Tab-in-Firefox-31/1237907817&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mozilla-experiments-more-with-New-Tab-in-Firefox-31/1237907817&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/03/ad-based-music-service-spiralfrog-croaks.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/03/ad-based-music-service-spiralfrog-croaks.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/24/the-windows-7-ui-changes-that-microsoft-discarded/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/24/the-windows-7-ui-changes-that-microsoft-discarded/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/HEALTH/04/02/women.funny.men.intelligent/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/HEALTH/04/02/women.funny.men.intelligent/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-280645.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-280645.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2009/03/20/uxstyle-out-with-the-old-in-with-the-new/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2009/03/20/uxstyle-out-with-the-old-in-with-the-new/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/parent-stars-of-recent-supernovae-mixed-news-for-theorists.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/parent-stars-of-recent-supernovae-mixed-news-for-theorists.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/20/fifty-gorgeous-and-free-icon-sets/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/20/fifty-gorgeous-and-free-icon-sets/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/It-has-come-to-this-A-claim-that-patent-reform-threatens-the-environment/1236983831&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/It-has-come-to-this-A-claim-that-patent-reform-threatens-the-environment/1236983831&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://annevankesteren.nl/2009/03/urls&#34; rel=&#34;nofollow&#34;&#62;http://annevankesteren.nl/2009/03/urls&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/03/21/world/main4881279.shtml?source=RSSattr=HOME_4881279&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/03/21/world/main4881279.shtml?source=RSSattr=HOME_4881279&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/noteworthy/story/4722225/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/noteworthy/story/4722225/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/20/microsoft-pokes-fun-at-the-web-acknowledges-what-private-browsi/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/20/microsoft-pokes-fun-at-the-web-acknowledges-what-private-browsi/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/weird-science-magnetic-cows-edition.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/weird-science-magnetic-cows-edition.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17321.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17321.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/reviews/2009/03/hands-on-gnome-226-brings-incremental-improvement.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/reviews/2009/03/hands-on-gnome-226-brings-incremental-improvement.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/19/windows-7-volume-mod-for-windows-xp/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/19/windows-7-volume-mod-for-windows-xp/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/19/internet-explorer-8-slips-early-via-windows-update/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/19/internet-explorer-8-slips-early-via-windows-update/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://weblogs.mozillazine.org/asa/archives/2009/03/pwn2own_confusi.html&#34; rel=&#34;nofollow&#34;&#62;http://weblogs.mozillazine.org/asa/archives/2009/03/pwn2own_confusi.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.css3.info/styling-scrollbars-the-webkit-way/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/styling-scrollbars-the-webkit-way/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.flickr.com/photos/12533190@N00/sets/72157600258083003/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/12533190@N00/sets/72157600258083003/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/03/22/transform-vista-into-windows-7-build-7057&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/03/22/transform-vista-into-windows-7-build-7057&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090317-sts119-bat-shuttle.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090317-sts119-bat-shuttle.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090319-red-giant-supernova.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090319-red-giant-supernova.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/19/safari-hacked-in-a-flash-at-pwn2own-2009-firefox-and-ie8-follow/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/19/safari-hacked-in-a-flash-at-pwn2own-2009-firefox-and-ie8-follow/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gaming/news/2009/03/retro-game-samples-a-nostalgic-punch-to-the-face.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gaming/news/2009/03/retro-game-samples-a-nostalgic-punch-to-the-face.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/22/bring-down-ie6/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/22/bring-down-ie6/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/03/the-autopia-wtf.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/03/the-autopia-wtf.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/20/web-developers-help-rid-the-world-of-ie6-with-a-simple-script/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/20/web-developers-help-rid-the-world-of-ie6-with-a-simple-script/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/19/google-flexes-chromes-javascript-muscle-with-chrome-experiments/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/19/google-flexes-chromes-javascript-muscle-with-chrome-experiments/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/19/firefox-3-5-will-support-irc-through-mibbit/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/19/firefox-3-5-will-support-irc-through-mibbit/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090322-sts119-space-debris.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090322-sts119-space-debris.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4766966/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4766966/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5177796/create-edible-gummy-shot-glasses&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5177796/create-edible-gummy-shot-glasses&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apple-totally-turns-iPhone-30-into-a-game-platform/1237316706&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apple-totally-turns-iPhone-30-into-a-game-platform/1237316706&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/19/firefox-3-5-will-support-irc-through-mibbit/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/19/firefox-3-5-will-support-irc-through-mibbit/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spaceshuttle/index.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spaceshuttle/index.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/03/nanomuscle.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/03/nanomuscle.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/featured/perfectly-sculpted-melons/8903&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/featured/perfectly-sculpted-melons/8903&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5173859/the-worlds-most-expensive-copy-of-windows-xp&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5173859/the-worlds-most-expensive-copy-of-windows-xp&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4776153/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4776153/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/TECH/03/23/high.tech.cop.car/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/TECH/03/23/high.tech.cop.car/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17326.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17326.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090323-mm-universal-lefty-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090323-mm-universal-lefty-life.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/03/first-look-inte.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/03/first-look-inte.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/unleashing-power-javascript&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/unleashing-power-javascript&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,510182,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,510182,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Riders-of-the-next-wave-in-music-Topspin-Media/1237825311&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Riders-of-the-next-wave-in-music-Topspin-Media/1237825311&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2009/03/howto-install-google-chrome-alpha-in.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2009/03/howto-install-google-chrome-alpha-in.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/03/20/tech/cnettechnews/main4879842.shtml?source=RSSattr=HOME_4879842&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/03/20/tech/cnettechnews/main4879842.shtml?source=RSSattr=HOME_4879842&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Slow-but-steady-usage-share-growth-in-IE8s-first-day/1237582364&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Slow-but-steady-usage-share-growth-in-IE8s-first-day/1237582364&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Uptake-on-IE8-slows-to-a-crawl/1237824872&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Uptake-on-IE8-slows-to-a-crawl/1237824872&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2009/03/new-in-labs-undo-send.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2009/03/new-in-labs-undo-send.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/03/songbird-bug-ac.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/03/songbird-bug-ac.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/18/microsoft-launches-web-version-of-worldwide-telescope/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/18/microsoft-launches-web-version-of-worldwide-telescope/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/18/google-chrome-gets-initial-support-for-browser-extensions/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/18/google-chrome-gets-initial-support-for-browser-extensions/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/pwn2own-hacker-exploits-ie8-firefox-safari/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/pwn2own-hacker-exploits-ie8-firefox-safari/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4769536/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4769536/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4784337/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4784337/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://ubuntu-tutorials.com/2009/03/18/gnome-226-has-arrived/&#34; rel=&#34;nofollow&#34;&#62;http://ubuntu-tutorials.com/2009/03/18/gnome-226-has-arrived/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Can-Mozilla-escape-a-premature-endgame-for-Firefox/1237590444&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Can-Mozilla-escape-a-premature-endgame-for-Firefox/1237590444&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/internet-explorer-8-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/internet-explorer-8-released&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/HEALTH/03/16/mosquito.laser.weapon/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/HEALTH/03/16/mosquito.laser.weapon/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,509613,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,509613,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Make_Small_Talk&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Make_Small_Talk&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-279551.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-279551.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/03/18/best-iphone-apps&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/03/18/best-iphone-apps&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/03/new-version-of-dns-server-trojan-flushm-spotted-in-the-pipe.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/03/new-version-of-dns-server-trojan-flushm-spotted-in-the-pipe.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/cognitive-declines-affecting-science-reporting.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/cognitive-declines-affecting-science-reporting.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft-pulls-the-curtain-on-Silverlight-3/1237398212&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft-pulls-the-curtain-on-Silverlight-3/1237398212&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/03/20/more-web-standards-tests-submitted-to-the-w3c.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/03/20/more-web-standards-tests-submitted-to-the-w3c.aspx&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/17/google-chrome-on-linux-progressing-screenshots-inside/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/17/google-chrome-on-linux-progressing-screenshots-inside/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/03/ftc-talks-security-in-the-cloud-asked-to-investigate-google.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/03/ftc-talks-security-in-the-cloud-asked-to-investigate-google.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090317-saturn-moons.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090317-saturn-moons.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/firefox-35-receives-an-irc-client/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/firefox-35-receives-an-irc-client/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/03/17/world/main4870688.shtml?source=RSSattr=HOME_4870688&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/03/17/world/main4870688.shtml?source=RSSattr=HOME_4870688&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Kelson/blog/2009/03/20/ie8-time-to-upgrade-the-web&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Kelson/blog/2009/03/20/ie8-time-to-upgrade-the-web&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2009/03/17/designing-aero-snap.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2009/03/17/designing-aero-snap.aspx&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/03/windows-7-rc-build-7048-leaked-on-torrent-sites/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/03/windows-7-rc-build-7048-leaked-on-torrent-sites/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.newraleigh.com/articles/archive/snoop-dogg-coming-to-raleigh/&#34; rel=&#34;nofollow&#34;&#62;http://www.newraleigh.com/articles/archive/snoop-dogg-coming-to-raleigh/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/computer-science-degrees-rebound-from-dotcom-bust.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/computer-science-degrees-rebound-from-dotcom-bust.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/news/2009/03/apple-highlights-slew-of-new-features-coming-in-iphone-os-30.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/news/2009/03/apple-highlights-slew-of-new-features-coming-in-iphone-os-30.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/rumor-opera-10-to-include-web-slices/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/rumor-opera-10-to-include-web-slices/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/in-class-laptop-use-may-be-sparking-a-backlash.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/in-class-laptop-use-may-be-sparking-a-backlash.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://dsc.discovery.com/news/2009/03/16/hippo-sweat-sunscreen.html&#34; rel=&#34;nofollow&#34;&#62;http://dsc.discovery.com/news/2009/03/16/hippo-sweat-sunscreen.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/03/noliemri.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/03/noliemri.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/internet-explorer-collection-screenshots/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/internet-explorer-collection-screenshots/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/02/userscripts-add-real-time-twitter-results-to-your-google-search/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/02/userscripts-add-real-time-twitter-results-to-your-google-search/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/news/2009/03/what-wed-like-to-see-when-apple-shows-off-iphone-os-30.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/news/2009/03/what-wed-like-to-see-when-apple-shows-off-iphone-os-30.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/03/predictrecall.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/03/predictrecall.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,509455,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,509455,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17273.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17273.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4743664/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4743664/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/reviews/2009/03/get-it-done-with-gnome-do-081.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/reviews/2009/03/get-it-done-with-gnome-do-081.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7945569.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7945569.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/news/2009/03/apple-holding-back-on-web-based-3d-graphics.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/news/2009/03/apple-holding-back-on-web-based-3d-graphics.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/03/confickerc-primed-for-april-fools-activation.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/03/confickerc-primed-for-april-fools-activation.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,509354,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,509354,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/03/16/world/main4867804.shtml?source=RSSattr=HOME_4867804&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/03/16/world/main4867804.shtml?source=RSSattr=HOME_4867804&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-274865.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-274865.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,504067,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,504067,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/reviews/2009/03/ars-reviews-ilife-09-laying-tracks-with-garageband-09.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/reviews/2009/03/ars-reviews-ilife-09-laying-tracks-with-garageband-09.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/02/wobzip-extracts-archive-files-before-you-download/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/02/wobzip-extracts-archive-files-before-you-download/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-274801.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-274801.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090202-asteroid-2009-dd45.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090202-asteroid-2009-dd45.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/hands-on-xfce-46-has-nice-new-features-no-fat.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/hands-on-xfce-46-has-nice-new-features-no-fat.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/scientists-ponder-how-to-spot-life-thats-not-like-earths.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/scientists-ponder-how-to-spot-life-thats-not-like-earths.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/politics/security/news/2009/03/nuclear&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/politics/security/news/2009/03/nuclear&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090309-mm-jupiter-great-red-spot.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090309-mm-jupiter-great-red-spot.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/TECH/space/03/03/space.spotlight/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/TECH/space/03/03/space.spotlight/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/opera-964-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/opera-964-released&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17148.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17148.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2009/03/09/1001-comments-challenge?startidx=300&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2009/03/09/1001-comments-challenge?startidx=300&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/mozilla-labs-announces-new-tab-page-prototype.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/mozilla-labs-announces-new-tab-page-prototype.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/im/interoperability/&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/im/interoperability/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/video/foratv/foratv/13312836001/mythbusters-cohost-adam-savage-on-obsession/16494275001&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/video/foratv/foratv/13312836001/mythbusters-cohost-adam-savage-on-obsession/16494275001&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/09/windows-7-rc-build-7048-its-all-about-personalization-baby/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/09/windows-7-rc-build-7048-its-all-about-personalization-baby/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/03/13/sports/ncaabasketball/13uconn.html?_r=4&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/03/13/sports/ncaabasketball/13uconn.html?_r=4&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,509180,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,509180,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/geekdad/2009/03/10-annoying-hab.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/geekdad/2009/03/10-annoying-hab.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/03/army-turns-bomb.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/03/army-turns-bomb.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/europe/7943319.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/europe/7943319.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/how-to-install-ubuntu-netbook-remix-in-ubuntu-810804.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/how-to-install-ubuntu-netbook-remix-in-ubuntu-810804.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5163636/asus-eee-keyboard-pc-should-arrive-in-may-or-june-for-400+600&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5163636/asus-eee-keyboard-pc-should-arrive-in-may-or-june-for-400+600&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4735995/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4735995/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/03/hulu-unveils-social-tools-en-route-to-internet-tv-domination.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/03/hulu-unveils-social-tools-en-route-to-internet-tv-domination.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/13/symbian-moves-to-a-6-month-release-schedule/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/13/symbian-moves-to-a-6-month-release-schedule/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/firefox-31-beta-3-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/firefox-31-beta-3-released&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/03/twitter-designe.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/03/twitter-designe.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090305-am-ceres-earth-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090305-am-ceres-earth-life.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/13/stumbleupon-to-offer-short-urls-with-su-pr/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/13/stumbleupon-to-offer-short-urls-with-su-pr/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,508940,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,508940,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/11/questionable-microsoft-chart-proclaims-ie8-is-the-fastest-browse/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/11/questionable-microsoft-chart-proclaims-ie8-is-the-fastest-browse/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/13/ubuntu-9-04-alpha-6-out-today-final-build-due-next-month/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/13/ubuntu-9-04-alpha-6-out-today-final-build-due-next-month/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/03/bmw-still-loves.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/03/bmw-still-loves.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://labs.opera.com/news/2009/03/13/&#34; rel=&#34;nofollow&#34;&#62;http://labs.opera.com/news/2009/03/13/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gadling.com/2009/03/02/classic-trek-the-inca-trial-peru/&#34; rel=&#34;nofollow&#34;&#62;http://www.gadling.com/2009/03/02/classic-trek-the-inca-trial-peru/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/03/google-voice-to-finally-take-grandcentrals-place.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/03/google-voice-to-finally-take-grandcentrals-place.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/13/microsoft-reveals-more-changes-from-windows-7-beta-to-rc/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/13/microsoft-reveals-more-changes-from-windows-7-beta-to-rc/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17263.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17263.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/science/story/4742363/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/science/story/4742363/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/03/15/download-windows7-wallpapers-user-images-build-7057&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/03/15/download-windows7-wallpapers-user-images-build-7057&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/safari-4-vs-google-chrome-vs-firefox-31-beta-3-vs-firefox-3-vs-opera-10-alpha-vs-opera-96-vs-internet-explorer-8-beta-2-vs-internet-explorer-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/safari-4-vs-google-chrome-vs-firefox-31-beta-3-vs-firefox-3-vs-opera-10-alpha-vs-opera-96-vs-internet-explorer-8-beta-2-vs-internet-explorer-7/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,509230,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,509230,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17254.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17254.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Final-preparations-under-way-for-Firefox-31-Beta-3-public-rollout/1236872523&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Final-preparations-under-way-for-Firefox-31-Beta-3-public-rollout/1236872523&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/firefox-31-beta-3-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/firefox-31-beta-3-released&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/im/kopete/&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/im/kopete/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.goblinx.com.br/en/?p=880&#34; rel=&#34;nofollow&#34;&#62;http://www.goblinx.com.br/en/?p=880&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google-Voice-debuts-in-previews-for-GrandCentral-users/1236841786&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google-Voice-debuts-in-previews-for-GrandCentral-users/1236841786&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/acm-gives-turing-award-to-oop-distributed-computing-pioneer.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/acm-gives-turing-award-to-oop-distributed-computing-pioneer.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft-silent-on-whether-version-8-will-be-the-last-Internet-Explorer/1236876239&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft-silent-on-whether-version-8-will-be-the-last-Internet-Explorer/1236876239&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/03/googles-interest-based-ads-try-to-address-privacy-worries.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/03/googles-interest-based-ads-try-to-address-privacy-worries.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/business/reviews/2009/03/decoding-spectrum-jumble-on-the-cheap-for-wifi-planning.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/business/reviews/2009/03/decoding-spectrum-jumble-on-the-cheap-for-wifi-planning.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7935635.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7935635.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/11/save-last-fm-and-aupeo-tracks-to-mp3-with-music-downloader/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/11/save-last-fm-and-aupeo-tracks-to-mp3-with-music-downloader/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7937195.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7937195.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-277938.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-277938.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/03/apple-iphone-30.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/03/apple-iphone-30.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/03/how-to-get-free.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/03/how-to-get-free.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.businessinsider.com/revision3-coo-twitters-through-home-break-in-2009-3&#34; rel=&#34;nofollow&#34;&#62;http://www.businessinsider.com/revision3-coo-twitters-through-home-break-in-2009-3&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/12/firefox-3-1-beta-3-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/12/firefox-3-1-beta-3-released/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/business/7939450.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/business/7939450.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/03/hands-on-facebooks-new-homepage-adds-and-loses-control.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/03/hands-on-facebooks-new-homepage-adds-and-loses-control.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Helmut-Buhlers-big-day-An-everyday-programmer-finds-a-critical-Windows-hole/1236717707&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Helmut-Buhlers-big-day-An-everyday-programmer-finds-a-critical-Windows-hole/1236717707&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/a-polymer-that-can-fix-its-own-scratches.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/a-polymer-that-can-fix-its-own-scratches.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://newsforums.bbc.co.uk/nol/thread.jspa?forumID=6193&#38;#38;edition=2&#38;#38;ttl=20090312210354&#34; rel=&#34;nofollow&#34;&#62;http://newsforums.bbc.co.uk/nol/thread.jspa?forumID=6193&#38;#38;edition=2&#38;#38;ttl=20090312210354&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2009/03/12/status-of-sidebar-friends-and-other-stuff&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2009/03/12/status-of-sidebar-friends-and-other-stuff&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/opera-turbo-ready-lab-testing&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/opera-turbo-ready-lab-testing&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/design/magazine/17-03/dp_cellphone&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/design/magazine/17-03/dp_cellphone&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/03/12/keyboard-key-seat-for-geeks&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/03/12/keyboard-key-seat-for-geeks&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-277942.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-277942.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090312-fermi-gamma-rays.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090312-fermi-gamma-rays.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090312-odyssey-reboot.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090312-odyssey-reboot.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/design/magazine/17-03/dp_bottle&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/design/magazine/17-03/dp_bottle&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090312-hubble-dark-matter.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090312-hubble-dark-matter.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/lithium-breakthrough-could-charge-batteries-in-10-seconds.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/lithium-breakthrough-could-charge-batteries-in-10-seconds.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2009/03/04/macbook-pro-17-inch-unibody-review/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2009/03/04/macbook-pro-17-inch-unibody-review/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/11/oilcan-may-bring-userscripts-to-the-android-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/11/oilcan-may-bring-userscripts-to-the-android-browser/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/11/five-sandboxing-apps-to-protect-your-windows-computer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/11/five-sandboxing-apps-to-protect-your-windows-computer/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/10/knoppix-6-0-linux-livecd-replaces-kde-with-lxde/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/10/knoppix-6-0-linux-livecd-replaces-kde-with-lxde/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.mentalfloss.com/blogs/archives/23305&#34; rel=&#34;nofollow&#34;&#62;http://www.mentalfloss.com/blogs/archives/23305&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/10/openwith-org-finds-free-programs-to-open-unknown-file-types/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/10/openwith-org-finds-free-programs-to-open-unknown-file-types/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google-Windows-7-users-should-be-able-to-choose-any-browser-any-time/1236782173&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google-Windows-7-users-should-be-able-to-choose-any-browser-any-time/1236782173&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/CRIME/03/10/coolio.arrested/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/CRIME/03/10/coolio.arrested/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apple-unveils-new-tiny-iPod-Shuffle/1236782422&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apple-unveils-new-tiny-iPod-Shuffle/1236782422&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/MITs-Liskov-wins-Turing-Award/1236717928&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/MITs-Liskov-wins-Turing-Award/1236717928&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/TECH/space/03/04/saturn.moon/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/TECH/space/03/04/saturn.moon/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5165247/is-this-the-longest-slide-in-the-world&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5165247/is-this-the-longest-slide-in-the-world&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5165386/circuit-city-stores-to-close-forever-on-march-8th&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5165386/circuit-city-stores-to-close-forever-on-march-8th&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5164553/the-petaminx-a-mind+boggling-satan+loving-homemade-dodecahedral-puzzle&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5164553/the-petaminx-a-mind+boggling-satan+loving-homemade-dodecahedral-puzzle&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.eonline.com/uberblog/b103031_seinfeld_stars_reunite_with_enthusiasm.html?sid=rss_topstories&#38;#38;utm_source=eonline&#38;#38;utm_medium=rssfeeds&#38;#38;utm_campaign=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.eonline.com/uberblog/b103031_seinfeld_stars_reunite_with_enthusiasm.html?sid=rss_topstories&#38;#38;utm_source=eonline&#38;#38;utm_medium=rssfeeds&#38;#38;utm_campaign=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/03/convert-pdf-and-html-to-mobi-to-read-on-your-kindle/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/03/convert-pdf-and-html-to-mobi-to-read-on-your-kindle/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/03/google-quietly-launches-google-tasks/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/03/google-quietly-launches-google-tasks/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/04/facebook-announces-upcoming-homepage-redesign/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/04/facebook-announces-upcoming-homepage-redesign/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/05/firefox-3-1-renamed-firefox-3-5/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/05/firefox-3-1-renamed-firefox-3-5/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/05/amua-cool-minimal-last-fm-player-for-mac/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/05/amua-cool-minimal-last-fm-player-for-mac/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/05/amua-cool-minimal-last-fm-player-for-mac/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/05/amua-cool-minimal-last-fm-player-for-mac/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/05/mozilla-rethinks-the-behavior-of-new-browser-tabs/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/05/mozilla-rethinks-the-behavior-of-new-browser-tabs/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/05/intense-debate-blog-comment-system-now-supports-plugins/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/05/intense-debate-blog-comment-system-now-supports-plugins/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/06/linux-screenshot-app-gscrot-reborn-as-shutter/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/06/linux-screenshot-app-gscrot-reborn-as-shutter/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/06/twittereader-is-like-google-reader-for-twitter/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/06/twittereader-is-like-google-reader-for-twitter/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/06/hulu-kills-boxee-support-again/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/06/hulu-kills-boxee-support-again/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/03/broadcasters-sue-fcc-over-white-space-broadband-decision.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/03/broadcasters-sue-fcc-over-white-space-broadband-decision.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/business/news/2009/03/asset-smart-complete-amd-now-two-separate-companies.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/business/news/2009/03/asset-smart-complete-amd-now-two-separate-companies.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/routing-light-with-a-single-atom.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/routing-light-with-a-single-atom.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/supermassive-black-hole-binary-spiraling-towards-collision.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/supermassive-black-hole-binary-spiraling-towards-collision.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/red-hat-faces-another-patent-infringement-lawsuit-over-jboss.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/red-hat-faces-another-patent-infringement-lawsuit-over-jboss.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/03/survey-democracy-20-not-quite-the-upgrade-we-first-thought.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/03/survey-democracy-20-not-quite-the-upgrade-we-first-thought.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/first-look-qt-45-rocks-for-rapid-cross-platform-development.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/first-look-qt-45-rocks-for-rapid-cross-platform-development.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/news/2009/03/hackintosh-sector-undeterred-by-apple-product-refreshes.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/news/2009/03/hackintosh-sector-undeterred-by-apple-product-refreshes.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/03/opinion-ms-should-kill-win7-uac.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/03/opinion-ms-should-kill-win7-uac.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/opensuse-project-announces-upcoming-release-roadmap.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/opensuse-project-announces-upcoming-release-roadmap.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/loop-quantum-gravity-getting-closer-to-reality.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/loop-quantum-gravity-getting-closer-to-reality.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17176.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17176.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Firefox-31-could-catch-up-to-Safari-4-in-beta-speed-duel/1236203202&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Firefox-31-could-catch-up-to-Safari-4-in-beta-speed-duel/1236203202&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Linuxcom-wont-be-a-news-site-but-instead-a-place-for-Linux/1236208310&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Linuxcom-wont-be-a-news-site-but-instead-a-place-for-Linux/1236208310&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/So-much-for-Firefox-31-Mozilla-gives-its-next-browser-an-early-promotion-to-35/1236293570&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/So-much-for-Firefox-31-Mozilla-gives-its-next-browser-an-early-promotion-to-35/1236293570&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Zoho-spiffs-up-its-20-version-of-Writer/1236307166&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Zoho-spiffs-up-its-20-version-of-Writer/1236307166&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Phishers-hijack-750-Twitter-accounts/1236393915&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Phishers-hijack-750-Twitter-accounts/1236393915&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/03/olympusmons.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/03/olympusmons.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/03/googles-latitud.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/03/googles-latitud.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/operamobile/blog/2009/03/05/opera-fingertouch&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/operamobile/blog/2009/03/05/opera-fingertouch&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://tech.slashdot.org/article.pl?sid=09/03/06/029215&#38;#38;from=rss&#34; rel=&#34;nofollow&#34;&#62;http://tech.slashdot.org/article.pl?sid=09/03/06/029215&#38;#38;from=rss&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/core/blog/2009/03/06/test-automation-with-operawatir&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/core/blog/2009/03/06/test-automation-with-operawatir&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://digg.com/comedy/If_browsers_were_women_Pic_FF_Opera_Safari_Chrome_IE&#34; rel=&#34;nofollow&#34;&#62;http://digg.com/comedy/If_browsers_were_women_Pic_FF_Opera_Safari_Chrome_IE&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/03/07/wplookup-find-functions-and-template-tags-fast/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/03/07/wplookup-find-functions-and-template-tags-fast/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/03/05/wordpress-plugin-development-beginners-guide/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/03/05/wordpress-plugin-development-beginners-guide/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/firefox-307-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/firefox-307-released&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/howto-convert-vmware-image-to-virtualbox-image.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/howto-convert-vmware-image-to-virtualbox-image.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090304-pluto-atmosphere.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090304-pluto-atmosphere.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2009/03/07/websites-playing-timing-roulette&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2009/03/07/websites-playing-timing-roulette&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Open_Up_Government_Data&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Open_Up_Government_Data&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/03/-the-study-of-embryonic.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/03/-the-study-of-embryonic.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/WORLD/europe/03/09/germany.bmw.heiress.blackmail/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/WORLD/europe/03/09/germany.bmw.heiress.blackmail/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://ubuntu-tutorials.com/2008/07/13/please-insert-25-cents-to-login/&#34; rel=&#34;nofollow&#34;&#62;http://ubuntu-tutorials.com/2008/07/13/please-insert-25-cents-to-login/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7932769.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7932769.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/NASA-to-stream-daily-video-feed-from-ISS/1236705855&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/NASA-to-stream-daily-video-feed-from-ISS/1236705855&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Obama-White-House-will-no-longer-ignore-established-science/1236698210&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Obama-White-House-will-no-longer-ignore-established-science/1236698210&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Android-Developer-Phone-catches-up-to-G1-gets-Android-11-system-image/1236693466&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Android-Developer-Phone-catches-up-to-G1-gets-Android-11-system-image/1236693466&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,507586,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,507586,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,507605,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,507605,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090310-phoenix-water.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090310-phoenix-water.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/03/p2p-judge-blasts-frivolous-motions-from-harvard-prof.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/03/p2p-judge-blasts-frivolous-motions-from-harvard-prof.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/03/10/tech/cnettechnews/main4856551.shtml?source=RSSattr=HOME_4856551&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/03/10/tech/cnettechnews/main4856551.shtml?source=RSSattr=HOME_4856551&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090310-satellite-debris.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090310-satellite-debris.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4706951/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4706951/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/03/torrent-search-engine-mininova-earning-1-million-a-year.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/03/torrent-search-engine-mininova-earning-1-million-a-year.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/03/french-police-saves-millions-of-euros-by-adopting-ubuntu.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/03/french-police-saves-millions-of-euros-by-adopting-ubuntu.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/03/forget-the-watermarks-secure-the-paper.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/03/forget-the-watermarks-secure-the-paper.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/03/worlds-fastest.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/03/worlds-fastest.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft-If-Vista-buyers-knew-so-much-why-would-they-sue/1237237266&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft-If-Vista-buyers-knew-so-much-why-would-they-sue/1237237266&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7947240.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7947240.stm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/guides/2009/03/programming-guide-the-new-text-entry-features-in-gtk-216.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/guides/2009/03/programming-guide-the-new-text-entry-features-in-gtk-216.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/03/24/are-iphones-really-progress.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/03/24/are-iphones-really-progress.aspx&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.draftmag.com/2009/03/23/drinking-beer-builds-strong-bones/&#34; rel=&#34;nofollow&#34;&#62;http://news.draftmag.com/2009/03/23/drinking-beer-builds-strong-bones/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/12/windows-7-build-7057-torrent-appears-on-mininova/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/12/windows-7-build-7057-torrent-appears-on-mininova/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/04/sign-of-the-times-print-no-longer-default-mla-citation-style.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/04/sign-of-the-times-print-no-longer-default-mla-citation-style.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/WORLD/africa/04/12/somalia.pirates.ordeal/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/WORLD/africa/04/12/somalia.pirates.ordeal/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/03/12/google-relaunches-grandcentral-as-google-voice/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/03/12/google-relaunches-grandcentral-as-google-voice/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,512706,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,512706,00.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Android-overtakes-iPhone-as-the-OS-with-the-most-rumors/1239030196&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Android-overtakes-iPhone-as-the-OS-with-the-most-rumors/1239030196&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/04/mozilla-reveals-roadmap-for-firefox-36-scheduled-for-2010.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/04/mozilla-reveals-roadmap-for-firefox-36-scheduled-for-2010.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090406-mm-black-hole.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090406-mm-black-hole.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/05/hands-on-google-chromium-browser-alpha-for-linux.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/05/hands-on-google-chromium-browser-alpha-for-linux.ars&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-285768.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-285768.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://kyleabaker.com/torrents/&#34; rel=&#34;nofollow&#34;&#62;http://kyleabaker.com/torrents/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-291651.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-291651.html?part=rss&#38;#38;tag=feed&#38;#38;subj=zdnn&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/18044.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/18044.cfm&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgetlab/2009/05/homebrewed-cpu/&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgetlab/2009/05/homebrewed-cpu/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/medtech/health/magazine/17-06/st_germbusters&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/medtech/health/magazine/17-06/st_germbusters&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 9.04"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=33#post-83</link>
			<pubDate>Tue, 14 Apr 2009 18:00:07 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">83@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install Opera&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install opera&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Note: You must have the Partner source enabled. To do this go to &#38;quot;&#60;strong&#62;System -&#38;gt; Administration -&#38;gt; Software Sources -&#38;gt; Third-Party Software&#60;/strong&#62;&#38;quot; and enable the line that says &#38;quot;&#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; jaunty&#60;/strong&#62; partner&#38;quot;.&#60;/p&#62;
&#60;p&#62;If you can't find that line listed then copy the following, click Add and paste this (without quotes:&#60;br /&#62;
&#38;quot;deb &#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; jaunty&#60;/strong&#62; partner&#38;quot;&#60;/em&#62;&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Advanced Desktop Effects Settings&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;jaunty&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;#38;&#38;#38; sudo apt-get install medibuntu-keyring &#38;#38;&#38;#38; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install GParted&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gparted&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Transmission&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install transmission&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;jaunty&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;#38;&#38;#38; sudo apt-get install medibuntu-keyring &#38;#38;&#38;#38; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany ubuntu-restricted-extras libdvdcss2 gparted transmission&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;jaunty&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;#38;&#38;#38; sudo apt-get install medibuntu-keyring &#38;#38;&#38;#38; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany ubuntu-restricted-extras libdvdcss2 gparted transmission; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 11"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=32#post-82</link>
			<pubDate>Thu, 26 Feb 2009 18:24:33 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">82@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total links: 738&#60;/p&#62;
&#60;p&#62;ITavisen &#124; - Apple lyver&#60;br /&#62;
&#60;a href=&#34;http://www.itavisen.no/806001/apple-lyver&#34; rel=&#34;nofollow&#34;&#62;http://www.itavisen.no/806001/apple-lyver&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Moon and Venus Converge Friday Night&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090226-ns-moon-venus.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090226-ns-moon-venus.html&#60;/a&#62;&#60;br /&#62;
Psychedelic New Fish Species Found - CBS News&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/26/tech/main4831909.shtml?source=RSSattr=HOME_4831909&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/26/tech/main4831909.shtml?source=RSSattr=HOME_4831909&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Orbiter Glitch Stalls Red Planet Science&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090226-mars-orbiter-malfunction.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090226-mars-orbiter-malfunction.html&#60;/a&#62;&#60;br /&#62;
Microsoft sues TomTom over Linux kernel &#124; Tech Policy &#38;amp; Law Ne...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft-sues-TomTom-over-Linux-kernel/1235671600&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft-sues-TomTom-over-Linux-kernel/1235671600&#60;/a&#62;&#60;br /&#62;
These feet were made for walking: upright and long distances -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/these-feet-were-made-for-walking-upright-and-long-distances.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/these-feet-were-made-for-walking-upright-and-long-distances.ars&#60;/a&#62;&#60;br /&#62;
Colleges ready to try blanket music licenses from Choruss - Ar...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/02/ampuses-ready-to-experiment-with-a-music-service-choruss.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/02/ampuses-ready-to-experiment-with-a-music-service-choruss.ars&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : Some Changes Since Beta for the RC&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; &#38;#39;Oldest English words&#38;#39; iden...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7911645.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7911645.stm&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Updates to attachments: multi-select and ...&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2009/02/updates-to-attachments-multi-select-and.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2009/02/updates-to-attachments-multi-select-and.html&#60;/a&#62;&#60;br /&#62;
Biden Forgets Recovery.gov’s “Website Number”&#60;br /&#62;
&#60;a href=&#34;http://www.techcrunch.com/2009/02/25/biden-forgets-recoveryorgs-website-number/&#34; rel=&#34;nofollow&#34;&#62;http://www.techcrunch.com/2009/02/25/biden-forgets-recoveryorgs-website-number/&#60;/a&#62;&#60;br /&#62;
PS3 price cut coming this week?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17107.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17107.cfm&#60;/a&#62;&#60;br /&#62;
Another credit card processor breached, fraud extent unknown -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/02/another-credit-card-processor-breached-fraud-extent-unknown.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/02/another-credit-card-processor-breached-fraud-extent-unknown.ars&#60;/a&#62;&#60;br /&#62;
Inside the Isle of Man&#38;#39;s £1/month unlimited music plan - Ars T...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/02/inside-the-isle-of-mans-1month-unlimited-music-plan.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/02/inside-the-isle-of-mans-1month-unlimited-music-plan.ars&#60;/a&#62;&#60;br /&#62;
Microsoft suit over FAT patents could open OSS Pandora&#38;#39;s Box -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/02/microsoft-sues-tomtom-over-fat-patents-in-linux-based-device.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/02/microsoft-sues-tomtom-over-fat-patents-in-linux-based-device.ars&#60;/a&#62;&#60;br /&#62;
Study: listening to podcasts better than going to lectures - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/study-listening-to-podcasts-better-than-going-to-lectures.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/study-listening-to-podcasts-better-than-going-to-lectures.ars&#60;/a&#62;&#60;br /&#62;
Hot Windows 7 Tips &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/25/hot-windows-7-tips&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/25/hot-windows-7-tips&#60;/a&#62;&#60;br /&#62;
OmniGroup sets some of their OS X apps free - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/25/omnigroup-sets-some-of-their-os-x-apps-free/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/25/omnigroup-sets-some-of-their-os-x-apps-free/&#60;/a&#62;&#60;br /&#62;
10 Geeky Tricks for Getting Out of Bed in the Morning &#124; Geekda...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/geekdad/2009/02/10-tricks-to-ge.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/geekdad/2009/02/10-tricks-to-ge.html&#60;/a&#62;&#60;br /&#62;
Feb. 26, 2006: World Population Reaches 6.5 Gigabods&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2009/02/dayintech_0226&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2009/02/dayintech_0226&#60;/a&#62;&#60;br /&#62;
Opera partners up with Yahoo! and Vodafone for mobile web&#60;br /&#62;
&#60;a href=&#34;http://operawatch.com/news/2009/02/opera-partners-up-with-yahoo-and-vodafone-for-mobile-web.html&#34; rel=&#34;nofollow&#34;&#62;http://operawatch.com/news/2009/02/opera-partners-up-with-yahoo-and-vodafone-for-mobile-web.html&#60;/a&#62;&#60;br /&#62;
Opening the package and peeking under the hood of Safari 4 - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/news/2009/02/opening-the-package-and-peeking-under-the-hood-of-safari-4.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/news/2009/02/opening-the-package-and-peeking-under-the-hood-of-safari-4.ars&#60;/a&#62;&#60;br /&#62;
Internet Explorer gets updated Google search toolbar &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Internet-Explorer-gets-updated-Google-search-toolbar/1235596488&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Internet-Explorer-gets-updated-Google-search-toolbar/1235596488&#60;/a&#62;&#60;br /&#62;
SP2 for Vista, Windows Server 2008 coming next week &#124; Software...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/SP2-for-Vista-Windows-Server-2008-coming-next-week/1235594435&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/SP2-for-Vista-Windows-Server-2008-coming-next-week/1235594435&#60;/a&#62;&#60;br /&#62;
Raleigh to install plug-in stations for hybrids - Local &#38;amp; Stat...&#60;br /&#62;
&#60;a href=&#34;http://www.newsobserver.com/news/story/1416954.html&#34; rel=&#34;nofollow&#34;&#62;http://www.newsobserver.com/news/story/1416954.html&#60;/a&#62;&#60;br /&#62;
New in Opera Presto 2.2: TLS 1.2 Support - By Opera Core Concerns&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/core/blog/2009/02/25/new-in-opera-presto-2-2-tls-1-2-support&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/core/blog/2009/02/25/new-in-opera-presto-2-2-tls-1-2-support&#60;/a&#62;&#60;br /&#62;
FAIL: Can’t download (RED) goodies, placeholder… still holding...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2009/02/24/fail-cant-download-red-goodies-placeholder-still-holding-a-place/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2009/02/24/fail-cant-download-red-goodies-placeholder-still-holding-a-place/&#60;/a&#62;&#60;br /&#62;
Safari dominates browser benchmarks &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-272792.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-272792.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Lawmaker pushes licenses for scooter, moped drivers :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/politics/story/4604168/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/politics/story/4604168/&#60;/a&#62;&#60;br /&#62;
Toyota Wants to Build Car From Seaweed &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/02/toyota-makes-pl.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/02/toyota-makes-pl.html&#60;/a&#62;&#60;br /&#62;
Internet Explorer 64 bit (x64) vs. 32 bit (x86)&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/internet-explorer-64-bit-x64-vs-32-bit-x86/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/internet-explorer-64-bit-x64-vs-32-bit-x86/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- New Picture Goes Into the Eye of the Helix Nebula&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090225-helix-nebula.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090225-helix-nebula.html&#60;/a&#62;&#60;br /&#62;
Portable Little Registry Cleaner tidies up Windows registry cl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/25/portable-little-registry-cleaner-tidies-up-windows-registry-clut/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/25/portable-little-registry-cleaner-tidies-up-windows-registry-clut/&#60;/a&#62;&#60;br /&#62;
Upload files to multiple mirrors ine one step with Gazup - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/25/upload-files-to-multiple-mirrors-ine-one-step-with-gazup/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/25/upload-files-to-multiple-mirrors-ine-one-step-with-gazup/&#60;/a&#62;&#60;br /&#62;
Tap into Safari 4&#38;#39;s hidden preferences - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/25/tap-into-safari-4s-hidden-preferences/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/25/tap-into-safari-4s-hidden-preferences/&#60;/a&#62;&#60;br /&#62;
Installing Linux GUI&#38;#39;s on Google Android phones - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/25/installing-linux-guis-on-google-android-phones/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/25/installing-linux-guis-on-google-android-phones/&#60;/a&#62;&#60;br /&#62;
M3 makes dual monitor setups more mouse-friendly - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/25/m3-makes-dual-monitor-setups-more-mouse-friendly/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/25/m3-makes-dual-monitor-setups-more-mouse-friendly/&#60;/a&#62;&#60;br /&#62;
TV viewing at &#38;#39;all-time high,&#38;#39; Nielsen says - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/SHOWBIZ/TV/02/24/us.video.nielsen/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/SHOWBIZ/TV/02/24/us.video.nielsen/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Galaxy may be full of &#38;#39;Earths,&#38;#39; alien life - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/TECH/space/02/25/galaxy.planets.kepler/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/TECH/space/02/25/galaxy.planets.kepler/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Marvell SheevaPlug crams Linux PC into a power adapter &#124; Tech ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Marvell-SheevaPlug-crams-Linux-PC-into-a-power-adapter/1235572776&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Marvell-SheevaPlug-crams-Linux-PC-into-a-power-adapter/1235572776&#60;/a&#62;&#60;br /&#62;
Windows 7 testers should upgrade their IE8 &#124; Software News - B...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows-7-testers-should-upgrade-their-IE8/1235578092&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows-7-testers-should-upgrade-their-IE8/1235578092&#60;/a&#62;&#60;br /&#62;
Windows 7 testers should upgrade their IE8 &#124; Software News - B...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows-7-testers-should-upgrade-their-IE8/1235578092&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows-7-testers-should-upgrade-their-IE8/1235578092&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Fish fossil clue to origin ...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7909984.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7909984.stm&#60;/a&#62;&#60;br /&#62;
Study confirms TXT SPK doesn&#38;#39;t hurt kids&#38;#39; language skills - Ar...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/news/2009/02/study-confirms-txt-spk-doesnt-hurt-kids-language-skills.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/news/2009/02/study-confirms-txt-spk-doesnt-hurt-kids-language-skills.ars&#60;/a&#62;&#60;br /&#62;
Bye, Bye Internet Explorer, Hello Gazelle&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/bye-bye-internet-explorer-hello-gazelle/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/bye-bye-internet-explorer-hello-gazelle/&#60;/a&#62;&#60;br /&#62;
European versions of Windows to include multiple web browsers?...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/24/european-versions-of-windows-to-include-multiple-web-browsers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/24/european-versions-of-windows-to-include-multiple-web-browsers/&#60;/a&#62;&#60;br /&#62;
Making sense of Mac market share figures - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/apple/news/2009/02/mac-market-share.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/apple/news/2009/02/mac-market-share.ars&#60;/a&#62;&#60;br /&#62;
Hands on with Microsoft My Phone: pretty neat, actually - Ars ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/reviews/2009/02/microsoft-my-phone-pretty-neat-actually.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/reviews/2009/02/microsoft-my-phone-pretty-neat-actually.ars&#60;/a&#62;&#60;br /&#62;
Red Hat VP explains software patent threat at Linux Expo - Ars...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/ars-at-scale-red-hat-vp-explains-software-patent-threat.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/ars-at-scale-red-hat-vp-explains-software-patent-threat.ars&#60;/a&#62;&#60;br /&#62;
As charges change (again), Pirate Bay writes a book - Ars Tech...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/as-charges-change-again-pirate-bay-writes-a-book.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/as-charges-change-again-pirate-bay-writes-a-book.ars&#60;/a&#62;&#60;br /&#62;
Check Point checks in with 64-bit ZoneAlarm updates &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Check_Point_checks_in_with_64bit_ZoneAlarm_updates/1235455934&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Check_Point_checks_in_with_64bit_ZoneAlarm_updates/1235455934&#60;/a&#62;&#60;br /&#62;
Gmail service outage points to a hole in the cloud &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Gmail_service_outage_points_to_a_hole_in_the_cloud/1235490248&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Gmail_service_outage_points_to_a_hole_in_the_cloud/1235490248&#60;/a&#62;&#60;br /&#62;
Harvard file-sharer&#38;#39;s fight against labels rescheduled &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Harvard_filesharers_fight_against_labels_rescheduled/1235499731&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Harvard_filesharers_fight_against_labels_rescheduled/1235499731&#60;/a&#62;&#60;br /&#62;
Confirmed: Office 14 delayed until 2010 &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Confirmed_Office_14_delayed_until_2010/1235506449&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Confirmed_Office_14_delayed_until_2010/1235506449&#60;/a&#62;&#60;br /&#62;
Apple launches Safari 4 beta web browser - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/24/apple-launches-safari-4-beta-web-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/24/apple-launches-safari-4-beta-web-browser/&#60;/a&#62;&#60;br /&#62;
Jam Legend is like free Guitar Hero in your browser - Time Was...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/24/jam-legend-is-like-free-guitar-hero-in-your-browser-time-waste/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/24/jam-legend-is-like-free-guitar-hero-in-your-browser-time-waste/&#60;/a&#62;&#60;br /&#62;
5 iPhone apps that will make you a hero - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/24/5-iphone-apps-that-will-make-you-a-hero/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/24/5-iphone-apps-that-will-make-you-a-hero/&#60;/a&#62;&#60;br /&#62;
Pixlr plugin for Firefox turns your browser into an image edit...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/24/pixlr-plugin-for-firefox-turns-your-browser-into-an-image-editor/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/24/pixlr-plugin-for-firefox-turns-your-browser-into-an-image-editor/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- New Search for Cosmic Inflation Mounted&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090224-cosmic-inflation.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090224-cosmic-inflation.html&#60;/a&#62;&#60;br /&#62;
Google clears up Atlantis debris &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-272447.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-272447.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Legos used to build regional growth plans :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4601779/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4601779/&#60;/a&#62;&#60;br /&#62;
Microsoft Drops Payback Demand on Ex-Workers&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/media/news/2009/02/reuters_us_microsoft&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/media/news/2009/02/reuters_us_microsoft&#60;/a&#62;&#60;br /&#62;
The Craziest Home Made Bike Mods &#124; Gadget Lab from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/02/the-craziest-ho.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/02/the-craziest-ho.html&#60;/a&#62;&#60;br /&#62;
Leaked Snow Leopard Screenshots Reveal Slimmer, Faster Mac OS ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/leaked-snow-leo.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/leaked-snow-leo.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Anger Really Can Kill You, Study Finds - Health ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,499065,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,499065,00.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Nicky Hilton Makes Citizen&#38;#39;s Arrest Outside IHOP...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,499187,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,499187,00.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Music linked to teen sex habits&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7906613.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7906613.stm&#60;/a&#62;&#60;br /&#62;
Safari 4 Public Beta Goes With a Bang&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/safari-4-public-beta-goes-with-a-bang/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/safari-4-public-beta-goes-with-a-bang/&#60;/a&#62;&#60;br /&#62;
Safari 4 Public Beta released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/safari-4-public-beta-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/safari-4-public-beta-released&#60;/a&#62;&#60;br /&#62;
some howtos: &#124; tuxmachines.org&#60;br /&#62;
&#60;a href=&#34;http://www.tuxmachines.org/node/34620&#34; rel=&#34;nofollow&#34;&#62;http://www.tuxmachines.org/node/34620&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Update on today&#38;#39;s Gmail outage&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2009/02/update-on-todays-gmail-outage.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2009/02/update-on-todays-gmail-outage.html&#60;/a&#62;&#60;br /&#62;
Windows XP to Windows 7 upgrades: Difficult, but not impossibl...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_XP_to_Windows_7_upgrades_Difficult_but_not_impossible/1235440384&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_XP_to_Windows_7_upgrades_Difficult_but_not_impossible/1235440384&#60;/a&#62;&#60;br /&#62;
Find out where TV&#38;#39;s &#38;#39;white spaces&#38;#39; are, online &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Find_out_where_TVs_white_spaces_are_online/1235428474&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Find_out_where_TVs_white_spaces_are_online/1235428474&#60;/a&#62;&#60;br /&#62;
Baby Hand Soaps- Cute and Creepy &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/23/baby-hand-soaps-cute-and-creepy&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/23/baby-hand-soaps-cute-and-creepy&#60;/a&#62;&#60;br /&#62;
Take 4MP Shots in your iPhone Camera &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/23/take-4mp-shots-in-your-iphone-camera&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/23/take-4mp-shots-in-your-iphone-camera&#60;/a&#62;&#60;br /&#62;
Mozilla demos impressive Firefox 3.1 features at SCALE - Ars T...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/mozilla-demos-impressive-firefox-31-features-at-scale.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/mozilla-demos-impressive-firefox-31-features-at-scale.ars&#60;/a&#62;&#60;br /&#62;
Visa and MasterCard Issue New Breach Warning &#124; Threat Level fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/visa-and-master.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/visa-and-master.html&#60;/a&#62;&#60;br /&#62;
Novell lays off openSUSE Linux developers &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Novell_lays_off_openSUSE_Linux_developers/1235418390&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Novell_lays_off_openSUSE_Linux_developers/1235418390&#60;/a&#62;&#60;br /&#62;
Failure: Microsoft Cuts 1,400 Employees And Then Asks For Seve...&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5158228/microsoft-cuts-1400-employees-and-then-asks-for-severance-package-refunds&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5158228/microsoft-cuts-1400-employees-and-then-asks-for-severance-package-refunds&#60;/a&#62;&#60;br /&#62;
Ubuntu: Karmic Koala to make cloud &#38;#39;dance&#38;#39; &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-271852.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-271852.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Stinky Soy Goo Could Fight Alzheimer&#38;#39;s &#124; Wired Science from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/nattobeans.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/nattobeans.html&#60;/a&#62;&#60;br /&#62;
Thanks for Smoking, and Have a Nice Flight &#124; Autopia from Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/02/remember-the-da.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/02/remember-the-da.html&#60;/a&#62;&#60;br /&#62;
Hidden Cameras in DTV Converters? YouTube Hoax Fans Conspiracy...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/dtv-converters.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/dtv-converters.html&#60;/a&#62;&#60;br /&#62;
BackupURL creates, archives web snapshots - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/23/backupurl-creates-archives-web-snapshots/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/23/backupurl-creates-archives-web-snapshots/&#60;/a&#62;&#60;br /&#62;
Capitol One phishing warning looks, well, fishy &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Capitol_One_phishing_warning_looks_well_fishy/1235382147&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Capitol_One_phishing_warning_looks_well_fishy/1235382147&#60;/a&#62;&#60;br /&#62;
Red Hat rolls out Linux product family and strategy for virtua...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Red_Hat_rolls_out_Linux_product_family_and_strategy_for_virtualization/1235408995&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Red_Hat_rolls_out_Linux_product_family_and_strategy_for_virtualization/1235408995&#60;/a&#62;&#60;br /&#62;
Windows 3.1 installed on Nokia N95 &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_31_installed_on_Nokia_N95/1235418394&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_31_installed_on_Nokia_N95/1235418394&#60;/a&#62;&#60;br /&#62;
Building planets and understanding their interiors - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/building-planets-and-understanding-their-interiors.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/building-planets-and-understanding-their-interiors.ars&#60;/a&#62;&#60;br /&#62;
Broadband woes aside, US tops the world in &#38;quot;connectivity&#38;quot; - Ar...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/us-tops-the-world-in-connectivity.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/us-tops-the-world-in-connectivity.ars&#60;/a&#62;&#60;br /&#62;
Internet Explorer 8 Hits RTM&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/internet-explorer-8-hits-rtm/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/internet-explorer-8-hits-rtm/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Natural Explanation Found for UFOs&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090223-ufos-sprites-explained.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090223-ufos-sprites-explained.html&#60;/a&#62;&#60;br /&#62;
New malware attempts legitimacy by spreading phony reviews - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/02/new-malware-attempts-legitimacy-spreads-phony-reviews.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/02/new-malware-attempts-legitimacy-spreads-phony-reviews.ars&#60;/a&#62;&#60;br /&#62;
Get More Out of Google Docs - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Get_More_Out_of_Google_Docs&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Get_More_Out_of_Google_Docs&#60;/a&#62;&#60;br /&#62;
ICANN report: new gTLD program riddled with problems, delayed ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/icann-releases-new-gtld-guidelines.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/icann-releases-new-gtld-guidelines.ars&#60;/a&#62;&#60;br /&#62;
RIAA denies rumors that Last.fm turned over user data - Ars Te...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/02/riaa-denies-rumors-that-lastfm-turned-over-data.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/02/riaa-denies-rumors-that-lastfm-turned-over-data.ars&#60;/a&#62;&#60;br /&#62;
NASA and ESA to send next big mission to moons of Jupiter - Ar...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/nasa-and-esa-to-send-next-big-mission-to-moons-of-jupiter.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/nasa-and-esa-to-send-next-big-mission-to-moons-of-jupiter.ars&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #130 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1832&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1832&#60;/a&#62;&#60;br /&#62;
Peachpit: Untold Mysteries of CSS &#38;gt; Universal Selector&#60;br /&#62;
&#60;a href=&#34;http://www.peachpit.com/articles/article.aspx?p=358552&#34; rel=&#34;nofollow&#34;&#62;http://www.peachpit.com/articles/article.aspx?p=358552&#60;/a&#62;&#60;br /&#62;
Cramberry: make studying easier with web-based flash cards - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/22/cramberry-make-studying-easier-with-web-based-flash-cards/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/22/cramberry-make-studying-easier-with-web-based-flash-cards/&#60;/a&#62;&#60;br /&#62;
some howtos: &#124; tuxmachines.org&#60;br /&#62;
&#60;a href=&#34;http://www.tuxmachines.org/node/34569&#34; rel=&#34;nofollow&#34;&#62;http://www.tuxmachines.org/node/34569&#60;/a&#62;&#60;br /&#62;
X-Talisman-Compatible: messup - By Hallvord R. M. Steen&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2009/02/22/x-talisman-compatible-messup&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2009/02/22/x-talisman-compatible-messup&#60;/a&#62;&#60;br /&#62;
Hack Web Browser, 2009&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/hack-web-browser-2009/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/hack-web-browser-2009/&#60;/a&#62;&#60;br /&#62;
Email Notification of Available Updates: Ubuntu/Debian Server ...&#60;br /&#62;
&#60;a href=&#34;http://ubuntu-tutorials.com/2009/02/21/email-notification-of-available-updates-ubuntudebian-server/&#34; rel=&#34;nofollow&#34;&#62;http://ubuntu-tutorials.com/2009/02/21/email-notification-of-available-updates-ubuntudebian-server/&#60;/a&#62;&#60;br /&#62;
phpMyID: roll your own OpenID provider - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/21/phpmyid-roll-your-own-openid-provider/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/21/phpmyid-roll-your-own-openid-provider/&#60;/a&#62;&#60;br /&#62;
F.lux adapts your display to the time of day - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/21/f-lux-adapts-your-display-to-the-time-of-day/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/21/f-lux-adapts-your-display-to-the-time-of-day/&#60;/a&#62;&#60;br /&#62;
Creating an adhoc host with Ubuntu -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/creating-an-adhoc-host-with-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/creating-an-adhoc-host-with-ubuntu.html&#60;/a&#62;&#60;br /&#62;
Netflix to start streaming-only subscription plans&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17059.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17059.cfm&#60;/a&#62;&#60;br /&#62;
Last.fm not really sharing data with RIAA - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/20/last-fm-not-really-sharing-data-with-riaa/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/20/last-fm-not-really-sharing-data-with-riaa/&#60;/a&#62;&#60;br /&#62;
Wonder Women -- Lovely Ladies Dressed as the Amazing Amazon - ...&#60;br /&#62;
&#60;a href=&#34;http://www.asylum.com/2008/07/07/wonder-women-lovely-ladies-dressed-as-the-amazing-amazon-wonder-woman/&#34; rel=&#34;nofollow&#34;&#62;http://www.asylum.com/2008/07/07/wonder-women-lovely-ladies-dressed-as-the-amazing-amazon-wonder-woman/&#60;/a&#62;&#60;br /&#62;
OMG! Did Google Earth Find Atlantis?, Internet Rumors Abound T...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/20/tech/cnettechnews/main4815915.shtml?source=RSSattr=HOME_4815915&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/20/tech/cnettechnews/main4815915.shtml?source=RSSattr=HOME_4815915&#60;/a&#62;&#60;br /&#62;
Man Vs Machine: Boy Killed Anally When Office Chair Explodes&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5157354/boy-killed-anally-when-office-chair-explodes&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5157354/boy-killed-anally-when-office-chair-explodes&#60;/a&#62;&#60;br /&#62;
Pirate Bay Trial Watch Day 5: OMG, Is This Happening IRL?&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5157197/pirate-bay-trial-watch-day-5-omg-is-this-happening-irl&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5157197/pirate-bay-trial-watch-day-5-omg-is-this-happening-irl&#60;/a&#62;&#60;br /&#62;
Fugly Friday - skins and themes can make anything ugly - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/20/fugly-friday-skins-and-themes-can-make-anything-ugly/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/20/fugly-friday-skins-and-themes-can-make-anything-ugly/&#60;/a&#62;&#60;br /&#62;
Upcoming U2 album all over P2P after band&#38;#39;s label screws up - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/02/upcoming-u2-album-all-over-p2p-after-bands-label-screws-up.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/02/upcoming-u2-album-all-over-p2p-after-bands-label-screws-up.ars&#60;/a&#62;&#60;br /&#62;
Ubuntu 9.10 is named Karmic Koala, will eat tasty eucalyptus -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/ubuntu-910-is-named-karmic-koala-will-eat-tasty-eucalyptus.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/ubuntu-910-is-named-karmic-koala-will-eat-tasty-eucalyptus.ars&#60;/a&#62;&#60;br /&#62;
Scientist Looks to Weaponize Ball Lightning &#124; Danger Room from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/02/great-balls-of.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/02/great-balls-of.html&#60;/a&#62;&#60;br /&#62;
Is Netflix streaming video the future of subscription based TV...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/20/is-netflix-streaming-video-the-future-of-subscription-based-tv/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/20/is-netflix-streaming-video-the-future-of-subscription-based-tv/&#60;/a&#62;&#60;br /&#62;
Microsoft anticipating April 10 for Windows 7 release candidat...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/20/microsoft-anticipating-april-10-for-windows-7-release-candidate/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/20/microsoft-anticipating-april-10-for-windows-7-release-candidate/&#60;/a&#62;&#60;br /&#62;
Judge pares back Vista Capable suit, no longer class action - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/02/judge-pares-back-vista-capable-suit-no-longer-class-action.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/02/judge-pares-back-vista-capable-suit-no-longer-class-action.ars&#60;/a&#62;&#60;br /&#62;
IEBlog : The CSS Corner: Using Filters In IE8&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/02/19/the-css-corner-using-filters-in-ie8.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/02/19/the-css-corner-using-filters-in-ie8.aspx&#60;/a&#62;&#60;br /&#62;
N.C. State Health Plan targets smokers and obese :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4575112/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4575112/&#60;/a&#62;&#60;br /&#62;
Opera Mobile with support for Gears - By Opera Mobile&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/operamobile/blog/2009/02/20/opera-mobile-with-support-for-gears&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/operamobile/blog/2009/02/20/opera-mobile-with-support-for-gears&#60;/a&#62;&#60;br /&#62;
Microsoft to push test updates (with no features) to Windows 7...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/20/microsoft-to-push-test-updates-with-no-features-to-windows-7-b/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/20/microsoft-to-push-test-updates-with-no-features-to-windows-7-b/&#60;/a&#62;&#60;br /&#62;
Facebook invades your blog, rest of Web with new Comment Box -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/facebook-invades-your-blog-rest-of-web-with-new-comment-box.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/facebook-invades-your-blog-rest-of-web-with-new-comment-box.ars&#60;/a&#62;&#60;br /&#62;
Ubuntu 9.10: Karmic Koala &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1831&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1831&#60;/a&#62;&#60;br /&#62;
ACCESS Linux Platform 3.0 unveiled - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/access-linux-platform-30-unveiled.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/access-linux-platform-30-unveiled.ars&#60;/a&#62;&#60;br /&#62;
Pirate Bay: survey says that 80% of our torrents are legal - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/pirate-bay-survey-says-that-80-of-our-torrents-are-legal.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/pirate-bay-survey-says-that-80-of-our-torrents-are-legal.ars&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Record-Breaking Space Blast Spotted&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090220-gamma-ray-record.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090220-gamma-ray-record.html&#60;/a&#62;&#60;br /&#62;
Prosecution Baffled by Pirate Bay&#38;#39;s Anarchic Structure &#124; Threa...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/neij.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/neij.html&#60;/a&#62;&#60;br /&#62;
Google Turns to HTML 5 to Solve Offline Mobile Woes &#124; Epicente...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/google-turns-to.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/google-turns-to.html&#60;/a&#62;&#60;br /&#62;
Norwegian Websites Declare War on IE 6 &#124; Epicenter from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/norwegian-websi.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/norwegian-websi.html&#60;/a&#62;&#60;br /&#62;
Mozilla&#38;#39;s Bespin project encourages experimentation - Ars Tech...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/mozillas-bespin-project-encourages-experimentation.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/mozillas-bespin-project-encourages-experimentation.ars&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Great Business Cards&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/02/19/great-business-cards.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/02/19/great-business-cards.aspx&#60;/a&#62;&#60;br /&#62;
More Palm Pre goodies -- this time, it&#38;#39;s HTML 5 &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/More_Palm_Pre_goodies_this_time_its_HTML_5/1235082717&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/More_Palm_Pre_goodies_this_time_its_HTML_5/1235082717&#60;/a&#62;&#60;br /&#62;
Ask DLS: What do you make of IE8&#38;#39;s giant incompatability list?...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/19/ask-dls-what-do-you-make-of-ie8s-giant-incompatability-list/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/19/ask-dls-what-do-you-make-of-ie8s-giant-incompatability-list/&#60;/a&#62;&#60;br /&#62;
New Clues for Anti-Aging Therapy &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/cellstress.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/cellstress.html&#60;/a&#62;&#60;br /&#62;
techPresident – Why the White House&#38;#39;s Embrace of Drupal Matters&#60;br /&#62;
&#60;a href=&#34;http://www.techpresident.com/blog/entry/33764/why_the_white_house_s_embrace_of_drupal_matters&#34; rel=&#34;nofollow&#34;&#62;http://www.techpresident.com/blog/entry/33764/why_the_white_house_s_embrace_of_drupal_matters&#60;/a&#62;&#60;br /&#62;
SunCat Solar Batteries: Well that Was Obvious&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5156389/suncat-solar-batteries-well-that-was-obvious&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5156389/suncat-solar-batteries-well-that-was-obvious&#60;/a&#62;&#60;br /&#62;
12 Long-Exposure &#38;amp; Time-Lapse Photographers &#124; WebUrbanist&#60;br /&#62;
&#60;a href=&#34;http://weburbanist.com/2009/02/18/12-long-exposure-time-lapse-photographers/&#34; rel=&#34;nofollow&#34;&#62;http://weburbanist.com/2009/02/18/12-long-exposure-time-lapse-photographers/&#60;/a&#62;&#60;br /&#62;
LG shows off instant-on 10-inch netbook &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/LG_shows_off_instanton_10inch_netbook/1235068676&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/LG_shows_off_instanton_10inch_netbook/1235068676&#60;/a&#62;&#60;br /&#62;
Plugin Authors, Are you making the best of Readme.txt? &#124; Weblo...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/02/19/plugin-authors-are-you-making-the-best-of-readmetxt/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/02/19/plugin-authors-are-you-making-the-best-of-readmetxt/&#60;/a&#62;&#60;br /&#62;
Twitter starting to integrate search features at last - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/19/twitter-starting-to-integrate-search-features-at-last/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/19/twitter-starting-to-integrate-search-features-at-last/&#60;/a&#62;&#60;br /&#62;
Armstrong&#38;#39;s bicycle found, police say - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/CRIME/02/18/armstrong.bike/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/CRIME/02/18/armstrong.bike/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
SPACE.com -- What Finding Alien Life Could Mean for Earth&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/searchforlife/0902190-seti-finding-life-impacts.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/searchforlife/0902190-seti-finding-life-impacts.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Plate Tectonics Could Be Essential for Alien Life&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090219-am-plate-tectonics-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090219-am-plate-tectonics-life.html&#60;/a&#62;&#60;br /&#62;
Free app downloads any Google Book Search item as PDF - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/19/free-app-downloads-any-google-book-search-item-as-pdf/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/19/free-app-downloads-any-google-book-search-item-as-pdf/&#60;/a&#62;&#60;br /&#62;
GeeMail desktop client for Gmail provides offline access - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/19/geemail-desktop-client-for-gmail-provides-offline-access/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/19/geemail-desktop-client-for-gmail-provides-offline-access/&#60;/a&#62;&#60;br /&#62;
Hands on: Virb 2.0 social network gets smarter, integrated - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/hands-on-virb-20-social-network-gets-smarter-integrated.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/hands-on-virb-20-social-network-gets-smarter-integrated.ars&#60;/a&#62;&#60;br /&#62;
Scientists Exploit Bacterial Laziness to Beat Disease &#124; Wired ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/lazybugs.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/lazybugs.html&#60;/a&#62;&#60;br /&#62;
New U2 album makes early P2P debut&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17044.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17044.cfm&#60;/a&#62;&#60;br /&#62;
Theme GMail your way with a custom color scheme - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/19/theme-gmail-your-way-with-custom-a-color-scheme/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/19/theme-gmail-your-way-with-custom-a-color-scheme/&#60;/a&#62;&#60;br /&#62;
Wikileaks gets taste of own medicine with leaked donor list - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/wikileaks-posts-leaked-list-of-wikileaks-donors.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/wikileaks-posts-leaked-list-of-wikileaks-donors.ars&#60;/a&#62;&#60;br /&#62;
Opera Dragonfly alpha 3, update 2 - By Opera Dragonfly&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/dragonfly/blog/2009/02/19/opera-dragonfly-alpha-3-update-2&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/dragonfly/blog/2009/02/19/opera-dragonfly-alpha-3-update-2&#60;/a&#62;&#60;br /&#62;
&#38;#39;Opera Turbo&#38;#39; brings bandwidth compression technology to deskt...&#60;br /&#62;
&#60;a href=&#34;http://www.tuxmachines.org/node/34516&#34; rel=&#34;nofollow&#34;&#62;http://www.tuxmachines.org/node/34516&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : Engineering the Windows 7 Boot Animation&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2009/02/18/engineering-the-windows-7-boot-animation.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2009/02/18/engineering-the-windows-7-boot-animation.aspx&#60;/a&#62;&#60;br /&#62;
$99 iPhone discount is back&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17037.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17037.cfm&#60;/a&#62;&#60;br /&#62;
Feb. 19, 2002: Odyssey Turns Its Cameras on Mars&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2009/02/dayintech_0219&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2009/02/dayintech_0219&#60;/a&#62;&#60;br /&#62;
Black hat, blank face: researchers crack biometric scanners - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/02/black-hat-blank-face-researchers-crack-biometric-scanners.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/02/black-hat-blank-face-researchers-crack-biometric-scanners.ars&#60;/a&#62;&#60;br /&#62;
4 Websites to Learn Cool Linux Command Line Tricks &#124; MakeUseOf...&#60;br /&#62;
&#60;a href=&#34;http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/&#34; rel=&#34;nofollow&#34;&#62;http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/&#60;/a&#62;&#60;br /&#62;
Finally, a wine glass that makes sense « The Snug&#60;br /&#62;
&#60;a href=&#34;http://helpfulhospitality.wordpress.com/2007/06/22/finally-a-wine-glass-that-makes-sense/&#34; rel=&#34;nofollow&#34;&#62;http://helpfulhospitality.wordpress.com/2007/06/22/finally-a-wine-glass-that-makes-sense/&#60;/a&#62;&#60;br /&#62;
Top 50 Linux Alternatives to Popular Apps - LaptopLogic.com&#60;br /&#62;
&#60;a href=&#34;http://laptoplogic.com/resources/top-50-linux-alternatives-to-popular-apps&#34; rel=&#34;nofollow&#34;&#62;http://laptoplogic.com/resources/top-50-linux-alternatives-to-popular-apps&#60;/a&#62;&#60;br /&#62;
GNOME Do - Release&#60;br /&#62;
&#60;a href=&#34;http://do.davebsd.com/release.shtml&#34; rel=&#34;nofollow&#34;&#62;http://do.davebsd.com/release.shtml&#60;/a&#62;&#60;br /&#62;
Screenshot Tour: GNOME Do&#38;#39;s Smart Dock Takes App Launching to ...&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5145499/gnome-dos-smart-dock-takes-app-launching-to-another-level&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5145499/gnome-dos-smart-dock-takes-app-launching-to-another-level&#60;/a&#62;&#60;br /&#62;
Free 3D Graphic Design Applications for Linux &#124; TechCityInc&#60;br /&#62;
&#60;a href=&#34;http://techcityinc.com/2009/01/free-3d-graphic-design-applications-for-linux/&#34; rel=&#34;nofollow&#34;&#62;http://techcityinc.com/2009/01/free-3d-graphic-design-applications-for-linux/&#60;/a&#62;&#60;br /&#62;
OpenSUSE 11.1 Takes On Ubuntu, Fedora&#60;br /&#62;
&#60;a href=&#34;http://www.eweek.com/c/a/Linux-and-Open-Source/openSUSE-111-Takes-On-Ubuntu-Fedora/?kc=EWKNLLIN02172009STR1&#34; rel=&#34;nofollow&#34;&#62;http://www.eweek.com/c/a/Linux-and-Open-Source/openSUSE-111-Takes-On-Ubuntu-Fedora/?kc=EWKNLLIN02172009STR1&#60;/a&#62;&#60;br /&#62;
Buddhist temple built out of one million beer bottles - Telegraph&#60;br /&#62;
&#60;a href=&#34;http://www.telegraph.co.uk/news/newstopics/howaboutthat/4687433/Buddhist-temple-built-out-of-one-million-beer-bottles.html&#34; rel=&#34;nofollow&#34;&#62;http://www.telegraph.co.uk/news/newstopics/howaboutthat/4687433/Buddhist-temple-built-out-of-one-million-beer-bottles.html&#60;/a&#62;&#60;br /&#62;
Hulu apologizes as it bids an early goodbye to Boxee &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Hulu_apologizes_as_it_bids_an_early_goodbye_to_Boxee/1235003240&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Hulu_apologizes_as_it_bids_an_early_goodbye_to_Boxee/1235003240&#60;/a&#62;&#60;br /&#62;
Research Asks: Do Stents Fall Short?, CBS Evening News: Recent...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/18/eveningnews/main4811754.shtml?source=RSSattr=HOME_4811754&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/18/eveningnews/main4811754.shtml?source=RSSattr=HOME_4811754&#60;/a&#62;&#60;br /&#62;
Boxee to remove Hulu content - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/boxee-to-remove-hulu-content/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/boxee-to-remove-hulu-content/&#60;/a&#62;&#60;br /&#62;
Apple Slows Down Mac Upgrades, in Sync With Economy &#124; Gadget L...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/02/mac-upgrades-sl.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/02/mac-upgrades-sl.html&#60;/a&#62;&#60;br /&#62;
CBS to move &#38;#39;March Madness&#38;#39; to Silverlight &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/CBS_to_move_March_Madness_to_Silverlight/1234994750&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/CBS_to_move_March_Madness_to_Silverlight/1234994750&#60;/a&#62;&#60;br /&#62;
SHUURL provides a safer way to share short URLs - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/shuurl-provides-a-safer-way-to-share-short-urls/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/shuurl-provides-a-safer-way-to-share-short-urls/&#60;/a&#62;&#60;br /&#62;
The problem with using new text editors - By Nicklas Larsson&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/kilsmo/blog/2009/02/18/the-problem-with-using-new-text-editors?cid=7015759&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/kilsmo/blog/2009/02/18/the-problem-with-using-new-text-editors?cid=7015759&#60;/a&#62;&#60;br /&#62;
New Roots, EV-enabling, and more. Plus, the end of a brief era...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/rootstore/blog/2009/02/18/new-roots-ev-enabling-and-more-plus-the-end-of-a-brief-era&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/rootstore/blog/2009/02/18/new-roots-ev-enabling-and-more-plus-the-end-of-a-brief-era&#60;/a&#62;&#60;br /&#62;
Air Force Unplugs Bases&#38;#39; Internet Connections &#124; Danger Room fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/02/air-force-cuts.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/02/air-force-cuts.html&#60;/a&#62;&#60;br /&#62;
What&#38;#39;s next for white space broadband? Setting up databases - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/whats-next-for-white-space-broadband-setting-up-databases.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/whats-next-for-white-space-broadband-setting-up-databases.ars&#60;/a&#62;&#60;br /&#62;
Something to woot about &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Something_to_woot_about/1234984612&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Something_to_woot_about/1234984612&#60;/a&#62;&#60;br /&#62;
Howto Install Elements for Compiz Fusion -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/howto-install-elements-for-compiz-fusion.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/howto-install-elements-for-compiz-fusion.html&#60;/a&#62;&#60;br /&#62;
IE 8 Incompatibility List: 2 400 Major Sites (and Counting)&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/ie-8-incompatibility-list-2-400-major-sites-and-counting/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/ie-8-incompatibility-list-2-400-major-sites-and-counting/&#60;/a&#62;&#60;br /&#62;
Norway Sites Urges Internet Explorer 6 Users to Upgrade&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/norway-sites-urges-internet-explorer-6-users-to-upgrade/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/norway-sites-urges-internet-explorer-6-users-to-upgrade/&#60;/a&#62;&#60;br /&#62;
Silverlight for Google Chrome Hack&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/silverlight-for-google-chrome-hack/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/silverlight-for-google-chrome-hack/&#60;/a&#62;&#60;br /&#62;
After Protests, Facebook Withdraws Changes in Data Use - NYTim...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/02/19/technology/internet/19facebook.html?_r=2&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/02/19/technology/internet/19facebook.html?_r=2&#60;/a&#62;&#60;br /&#62;
TrapCall exposes anonymous cellphone callers &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-270415.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-270415.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Open source traits lead to secure applications &#124; Tech News on ...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-270405.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-270405.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Portable DiskDigger provides free file recovery for Windows - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/portable-disk-digger-provides-free-file-recovery-for-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/portable-disk-digger-provides-free-file-recovery-for-windows/&#60;/a&#62;&#60;br /&#62;
WinVistaClub releases OneWorld theme for Windows 7 - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/winvistaclub-releases-oneworld-theme-for-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/winvistaclub-releases-oneworld-theme-for-windows-7/&#60;/a&#62;&#60;br /&#62;
Hulu pulls video from TV.com - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/hulu-pulls-video-from-tv-com/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/hulu-pulls-video-from-tv-com/&#60;/a&#62;&#60;br /&#62;
Does Microsoft already have a Windows 7 release candidate? - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/does-microsoft-already-have-a-windows-7-release-candidate/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/does-microsoft-already-have-a-windows-7-release-candidate/&#60;/a&#62;&#60;br /&#62;
How not to configure your new Limewire install - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/17/how-not-to-configure-your-new-limewire-install/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/17/how-not-to-configure-your-new-limewire-install/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Bold New Missions to Jupiter and Saturn Planned&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090218-nasa-esa-outer-planet-missions.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090218-nasa-esa-outer-planet-missions.html&#60;/a&#62;&#60;br /&#62;
B2B search engine files antitrust lawsuit against Google - Ars...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/b2b-search-engine-accuses-google-of-anticompetitive-prices.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/b2b-search-engine-accuses-google-of-anticompetitive-prices.ars&#60;/a&#62;&#60;br /&#62;
A quick tour of the galaxy&#38;#39;s growing collection of planets - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/a-quick-tour-of-the-galaxys-growing-collection-of-planets.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/a-quick-tour-of-the-galaxys-growing-collection-of-planets.ars&#60;/a&#62;&#60;br /&#62;
CAPTCHA-crackers breach Windows Live Hotmail yet again - Ars T...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/security/news/2009/02/captcha-crackers-breach-windows-live-hotmail-yet-again.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/security/news/2009/02/captcha-crackers-breach-windows-live-hotmail-yet-again.ars&#60;/a&#62;&#60;br /&#62;
Looking at Lenny: hands on with Debian 5.0 - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/looking-at-lenny-debian-50-officially-released.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/looking-at-lenny-debian-50-officially-released.ars&#60;/a&#62;&#60;br /&#62;
String theory officially useful, may not represent reality - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/string-theory-officially-useful-may-not-represent-reality.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/string-theory-officially-useful-may-not-represent-reality.ars&#60;/a&#62;&#60;br /&#62;
Stimulus-tracking Recovery.gov site goes live - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/stimulus-tracking-recoverygov-goes-live.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/stimulus-tracking-recoverygov-goes-live.ars&#60;/a&#62;&#60;br /&#62;
Livedrive goes live (online storage and backup) - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/18/livedrive-goes-live-online-storage-and-backup/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/18/livedrive-goes-live-online-storage-and-backup/&#60;/a&#62;&#60;br /&#62;
HP joins the Ubuntu Linux bandwagon &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/HP_joins_the_Ubuntu_Linux_bandwagon/1234974372&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/HP_joins_the_Ubuntu_Linux_bandwagon/1234974372&#60;/a&#62;&#60;br /&#62;
45: Objects in JavaScript - Opera Developer Community&#60;br /&#62;
&#60;a href=&#34;http://dev.opera.com/articles/view/objects-in-javascript/&#34; rel=&#34;nofollow&#34;&#62;http://dev.opera.com/articles/view/objects-in-javascript/&#60;/a&#62;&#60;br /&#62;
Cellphones: Cell Phones to Get Universal Charger&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5154910/cell-phones-to-get-universal-charger&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5154910/cell-phones-to-get-universal-charger&#60;/a&#62;&#60;br /&#62;
The best-kept secret to saving on road trips - Gadling &#124; trave...&#60;br /&#62;
&#60;a href=&#34;http://www.gadling.com/2009/02/17/how-to-save-on-your-next-road-trip/&#34; rel=&#34;nofollow&#34;&#62;http://www.gadling.com/2009/02/17/how-to-save-on-your-next-road-trip/&#60;/a&#62;&#60;br /&#62;
Rapidstack searches working Rapidshare downloads in realtime -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/17/rapidstack-searches-working-rapidshare-downloads-in-realtime/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/17/rapidstack-searches-working-rapidshare-downloads-in-realtime/&#60;/a&#62;&#60;br /&#62;
Userscript makes Wikipedia pages look more encyclopedic - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/17/userscript-makes-wikipedia-pages-look-more-encyclopedic/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/17/userscript-makes-wikipedia-pages-look-more-encyclopedic/&#60;/a&#62;&#60;br /&#62;
FoxTab makes Firefox tab switching prettier, if not more conve...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/17/foxtab-makes-firefox-tab-switching-prettier-if-not-more-conveni/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/17/foxtab-makes-firefox-tab-switching-prettier-if-not-more-conveni/&#60;/a&#62;&#60;br /&#62;
NutshellMail delivers Facebok, MySpace updates to your email i...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/17/nutshellmail-delivers-facebok-myspace-updates-to-your-email-inb/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/17/nutshellmail-delivers-facebok-myspace-updates-to-your-email-inb/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- New Model of the Early Universe&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090217-st-cosmic-dawn.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090217-st-cosmic-dawn.html&#60;/a&#62;&#60;br /&#62;
Microsoft and Red Hat ink a &#38;#39;one-dimensional&#38;#39; Linux deal &#124; Bet...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_and_Red_Hat_ink_a_onedimensional_Linux_deal/1234891428&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_and_Red_Hat_ink_a_onedimensional_Linux_deal/1234891428&#60;/a&#62;&#60;br /&#62;
FCC white space device rules to take effect next month &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/FCC_white_space_device_rules_to_take_effect_next_month/1234899242&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/FCC_white_space_device_rules_to_take_effect_next_month/1234899242&#60;/a&#62;&#60;br /&#62;
First large scale DTV switch in the US occurs today&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17016.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17016.cfm&#60;/a&#62;&#60;br /&#62;
Pirate Bay admins win half their case in a day&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/17018.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/17018.cfm&#60;/a&#62;&#60;br /&#62;
Red Hat virtualization deal a major change for Microsoft - Ars...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/red-hat-virtualization-deal-a-major-change-for-microsoft.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/red-hat-virtualization-deal-a-major-change-for-microsoft.ars&#60;/a&#62;&#60;br /&#62;
Charges dropped—&#38;quot;making available&#38;quot; now focus of Pirate Bay tri...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/charges-droppedmaking-available-now-focus-of-tpb-trial.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/charges-droppedmaking-available-now-focus-of-tpb-trial.ars&#60;/a&#62;&#60;br /&#62;
Android, take two: HTC Magic to launch sans keyboard - Ars Tec...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/news/2009/02/android-take-two-htc-magic-to-launch-sans-keyboard.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/news/2009/02/android-take-two-htc-magic-to-launch-sans-keyboard.ars&#60;/a&#62;&#60;br /&#62;
Mozilla shifts code development to the cloud &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-269557.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-269557.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Ballmer praises openness, attacks iPhone &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-269605.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-269605.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Single charger coming for mobile phones &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-269606.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-269606.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Windows vs. Linux (Firefox, Firefox Wine and Opera)&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/windows-vs-linux-firefox-firefox-wine-and-opera/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/windows-vs-linux-firefox-firefox-wine-and-opera/&#60;/a&#62;&#60;br /&#62;
Opera Mobile 9.5: HTC Touch Pro2 and Touch Diamond2&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/opera-mobile-95-htc-touch-pro2-and-touch-diamond2/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/opera-mobile-95-htc-touch-pro2-and-touch-diamond2/&#60;/a&#62;&#60;br /&#62;
John Mayer&#60;br /&#62;
&#60;a href=&#34;http://johnmayer.com/blog/scotty&#34; rel=&#34;nofollow&#34;&#62;http://johnmayer.com/blog/scotty&#60;/a&#62;&#60;br /&#62;
» WordPress Bits Ryan Boren&#60;br /&#62;
&#60;a href=&#34;http://boren.nu/archives/2009/02/17/wordpress-bits/&#34; rel=&#34;nofollow&#34;&#62;http://boren.nu/archives/2009/02/17/wordpress-bits/&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Premium Services and S...&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=424&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=424&#60;/a&#62;&#60;br /&#62;
Army&#38;#39;s Ultimate Paintball Gun is No Toy &#124; Danger Room from Wir...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/02/armys-ultimate.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/02/armys-ultimate.html&#60;/a&#62;&#60;br /&#62;
Pirate Bay Trial Watch: Day One, In Brief&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5154719/pirate-bay-trial-watch-day-one-in-brief&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5154719/pirate-bay-trial-watch-day-one-in-brief&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Build 98.&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=420&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=420&#60;/a&#62;&#60;br /&#62;
for heavy duty posters - By João Eiras&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/xErath/blog/2009/02/17/for-heavy-duty-posters&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/xErath/blog/2009/02/17/for-heavy-duty-posters&#60;/a&#62;&#60;br /&#62;
Wordpress resists Canon attempt to take down Fake Canon blog -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/wordpress-resists-canon-attempt-to-take-down-fake-canon-blog.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/wordpress-resists-canon-attempt-to-take-down-fake-canon-blog.ars&#60;/a&#62;&#60;br /&#62;
Anonymous Caller? New Service Says, Not Any More &#124; Threat Leve...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/trapcall.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/trapcall.html&#60;/a&#62;&#60;br /&#62;
Storing solar energy by turning over a new leaf - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/storing-solar-energy-by-turning-over-a-new-leaf.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/storing-solar-energy-by-turning-over-a-new-leaf.ars&#60;/a&#62;&#60;br /&#62;
Hacks: Mario/Princess Road Sign is the Pinnacle of Sign Hacking&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5154285/marioprincess-road-sign-is-the-pinnacle-of-sign-hacking&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5154285/marioprincess-road-sign-is-the-pinnacle-of-sign-hacking&#60;/a&#62;&#60;br /&#62;
Create temporary chat rooms with tiny URLs with TinyChat - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/16/create-temporary-chat-rooms-with-tiny-urls-with-tinychat/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/16/create-temporary-chat-rooms-with-tiny-urls-with-tinychat/&#60;/a&#62;&#60;br /&#62;
Opera Turbo Is Coming&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/opera-turbo-is-coming/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/opera-turbo-is-coming/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; How to build a star on Earth&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7891787.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7891787.stm&#60;/a&#62;&#60;br /&#62;
This is why you&#38;#39;re fat. - The McNuggetini A McDonald’s chocola...&#60;br /&#62;
&#60;a href=&#34;http://thisiswhyyourefat.com/post/78824397/the-mcnuggetini-a-mcdonalds-chocolate-milkshake&#34; rel=&#34;nofollow&#34;&#62;http://thisiswhyyourefat.com/post/78824397/the-mcnuggetini-a-mcdonalds-chocolate-milkshake&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Alien life &#38;#39;may exist among...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7893414.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7893414.stm&#60;/a&#62;&#60;br /&#62;
WP Blogs’ Planetarium &#124; César D. Rodas&#60;br /&#62;
&#60;a href=&#34;http://cesar.la/wbp&#34; rel=&#34;nofollow&#34;&#62;http://cesar.la/wbp&#60;/a&#62;&#60;br /&#62;
Lincoln Ranked Best President; W. Is 36th, 65 Historians Rank ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/16/national/main4804694.shtml?source=RSSattr=HOME_4804694&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/16/national/main4804694.shtml?source=RSSattr=HOME_4804694&#60;/a&#62;&#60;br /&#62;
Watch web video while getting work done with Double Vision - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/16/watch-web-video-while-getting-work-done-with-double-vision/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/16/watch-web-video-while-getting-work-done-with-double-vision/&#60;/a&#62;&#60;br /&#62;
Prior fart: legal stink-up over iPhone flatulence apps - Ars T...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/software/news/2009/02/prior-fart-legal-stink-up-over-iphone-flatulence-apps.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/software/news/2009/02/prior-fart-legal-stink-up-over-iphone-flatulence-apps.ars&#60;/a&#62;&#60;br /&#62;
Oregon Trail coming soon to iPhone - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/16/oregon-trail-coming-soon-to-iphone/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/16/oregon-trail-coming-soon-to-iphone/&#60;/a&#62;&#60;br /&#62;
NBC Direct relaunches: Free video downloads of NBC TV shows - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/16/nbc-direct-relaunches-free-video-downloads-of-nbc-tv-shows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/16/nbc-direct-relaunches-free-video-downloads-of-nbc-tv-shows/&#60;/a&#62;&#60;br /&#62;
Science on the silver screen doesn&#38;#39;t have to suck - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/science-and-hollywood---needs-catchy-title-fp-aaas-content.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/science-and-hollywood---needs-catchy-title-fp-aaas-content.ars&#60;/a&#62;&#60;br /&#62;
Europeans Tackle Space Junk, New Program To Monitor Space Debr...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/16/tech/main4804500.shtml?source=RSSattr=HOME_4804500&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/16/tech/main4804500.shtml?source=RSSattr=HOME_4804500&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Woman&#38;#39;s Airport Meltdown Becomes YouTube Hit - S...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,493467,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,493467,00.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - A Spotless Mind? Blood Pressure Pill Could Erase...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,493486,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,493486,00.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Pirate Bay file-sharing defended&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7892073.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7892073.stm&#60;/a&#62;&#60;br /&#62;
Digsby Blog » Build 47 - Hotmail Fixes&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/141&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/141&#60;/a&#62;&#60;br /&#62;
Moving Mobile Linux forward: Opera joins the LiMo Foundation&#60;br /&#62;
&#60;a href=&#34;http://www.opera.com/press/releases/2009/02/16/&#34; rel=&#34;nofollow&#34;&#62;http://www.opera.com/press/releases/2009/02/16/&#60;/a&#62;&#60;br /&#62;
Scientists learning to program \&#38;quot;synthetic life\&#38;quot; with DNA - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/scientists-learning-to-program-synthetic-life-with-dna.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/scientists-learning-to-program-synthetic-life-with-dna.ars&#60;/a&#62;&#60;br /&#62;
Netflix reaches 10 million subscribers&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16998.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16998.cfm&#60;/a&#62;&#60;br /&#62;
Hands on: Xoopit adds Facebook data to Gmail - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/hands-on-xoopit-pokes-gmail-adds-it-to-facebook.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/hands-on-xoopit-pokes-gmail-adds-it-to-facebook.ars&#60;/a&#62;&#60;br /&#62;
Cross Words: Talking About Bad Feelings Helps Control Them &#124; W...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/talkitout.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/talkitout.html&#60;/a&#62;&#60;br /&#62;
The Hunt for E.T. Comes Home to Earth &#124; Wired Science from Wir...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/aliensonearth.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/aliensonearth.html&#60;/a&#62;&#60;br /&#62;
10 Firefox themes that don&#38;#39;t suck - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/15/10-firefox-themes-that-dont-suck/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/15/10-firefox-themes-that-dont-suck/&#60;/a&#62;&#60;br /&#62;
A Belated Welcome to the New Weblog Tools Collection &#124; Weblog ...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/02/14/a-belated-welcome-to-the-new-weblog-tools-collection/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/02/14/a-belated-welcome-to-the-new-weblog-tools-collection/&#60;/a&#62;&#60;br /&#62;
Howto:Recover your username and password/Fix Grub 21 Error in ...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/howtorecover-your-username-and-passwordfix-grub-21-error-in-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/howtorecover-your-username-and-passwordfix-grub-21-error-in-ubuntu.html&#60;/a&#62;&#60;br /&#62;
some howtos: &#124; tuxmachines.org&#60;br /&#62;
&#60;a href=&#34;http://www.tuxmachines.org/node/34393&#34; rel=&#34;nofollow&#34;&#62;http://www.tuxmachines.org/node/34393&#60;/a&#62;&#60;br /&#62;
Twisten.fm turns Twitter into a streaming music station - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/14/twisten-fm-turns-twitter-into-a-streaming-music-station/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/14/twisten-fm-turns-twitter-into-a-streaming-music-station/&#60;/a&#62;&#60;br /&#62;
Downtown Raleigh begins free, circulator bus service :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4538033/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4538033/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Doorstep Astronomy: Spot 5 Planets&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090213-ns-five-planet.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090213-ns-five-planet.html&#60;/a&#62;&#60;br /&#62;
Microsoft retail stores coming soon to a strip mall near you -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/13/microsoft-retail-stores-coming-soon-to-a-strip-mall-near-you/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/13/microsoft-retail-stores-coming-soon-to-a-strip-mall-near-you/&#60;/a&#62;&#60;br /&#62;
Hate Linux? Bash penguins for distance - Time Waster - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/13/hate-linux-bash-penguins-for-distance-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/13/hate-linux-bash-penguins-for-distance-time-waster/&#60;/a&#62;&#60;br /&#62;
SecondRun.tv brings network video streams to Windows Media Cen...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/13/secondrun-tv-brings-network-video-streams-to-windows-media-cente/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/13/secondrun-tv-brings-network-video-streams-to-windows-media-cente/&#60;/a&#62;&#60;br /&#62;
30-year-old seen for first time in 3,000 years - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/TECH/02/12/mummy.mystery/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/TECH/02/12/mummy.mystery/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Decoding The Common Cold, Scientists Create Genetic Map Of All...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/13/health/main4800185.shtml?source=RSSattr=HOME_4800185&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/13/health/main4800185.shtml?source=RSSattr=HOME_4800185&#60;/a&#62;&#60;br /&#62;
FOXNews.com - World&#38;#39;s Greatest Hacker Says Obama&#38;#39;s BlackBerry ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,492705,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,492705,00.html&#60;/a&#62;&#60;br /&#62;
Find out Windows Startup time &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/13/find-out-windows-startup-time&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/13/find-out-windows-startup-time&#60;/a&#62;&#60;br /&#62;
Opera to launch &#38;#39;Turbo&#38;#39; for faster Web browsing &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Opera_to_launch_Turbo_for_faster_Web_browsing/1234563418&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Opera_to_launch_Turbo_for_faster_Web_browsing/1234563418&#60;/a&#62;&#60;br /&#62;
Moonlight 1.0 means more Silverlight apps run smoothly on Linu...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Moonlight_10_means_more_Silverlight_apps_run_smoothly_on_Linux/1234559456&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Moonlight_10_means_more_Silverlight_apps_run_smoothly_on_Linux/1234559456&#60;/a&#62;&#60;br /&#62;
EU gets another step closer to 95 year copyrights&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16976.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16976.cfm&#60;/a&#62;&#60;br /&#62;
Penis Jousting and 7 Other Great Animal Mating Rituals &#124; Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/animalcourting.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/animalcourting.html&#60;/a&#62;&#60;br /&#62;
In Spy Case, Obama&#38;#39;s Justice Department Holds Fast to State Se...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/obama-invokes-s.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/obama-invokes-s.html&#60;/a&#62;&#60;br /&#62;
Why Google&#38;#39;s Software Update Tool Is Evil &#124; Epicenter from Wir...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/why-googles-sof.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/why-googles-sof.html&#60;/a&#62;&#60;br /&#62;
Cooking Has Been Both Boon and Bane for Humans &#124; Wired Science...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/cookinghumans.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/cookinghumans.html&#60;/a&#62;&#60;br /&#62;
Twitter Could &#38;#39;Go for Years&#38;#39; Without Earning a Dime, Investor ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/twitter-still-l.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/twitter-still-l.html&#60;/a&#62;&#60;br /&#62;
Scientists Agree: It&#38;#39;s in His Kiss &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/kissingscience.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/kissingscience.html&#60;/a&#62;&#60;br /&#62;
5 Geeky Marriage Proposals That Worked &#124; Gadget Lab from Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/02/propose-to-your.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/02/propose-to-your.html&#60;/a&#62;&#60;br /&#62;
Landmark Pirate Bay Trial Begins Monday &#124; Threat Level from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/pirate.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/pirate.html&#60;/a&#62;&#60;br /&#62;
Lost in Space: 8 Weird Pieces of Space Junk &#124; Wired Science fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/spacestuff.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/spacestuff.html&#60;/a&#62;&#60;br /&#62;
Terabit Ethernet becomes a photonic possibility - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/terabit-ethernet-becomes-a-photonic-possibility.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/terabit-ethernet-becomes-a-photonic-possibility.ars&#60;/a&#62;&#60;br /&#62;
Moonshine: drinking fermented Windows Media content on Linux -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/02/moonshine-drinking-fermented-windows-media-content-on-linux.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/02/moonshine-drinking-fermented-windows-media-content-on-linux.ars&#60;/a&#62;&#60;br /&#62;
700 comments tell the FTC &#38;quot;No DRM!&#38;quot; - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/700-comments-tell-the-ftc-no-drm.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/700-comments-tell-the-ftc-no-drm.ars&#60;/a&#62;&#60;br /&#62;
First Google Chrome for Mac Screenshots&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/first-google-chrome-for-mac-screenshots/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/first-google-chrome-for-mac-screenshots/&#60;/a&#62;&#60;br /&#62;
BitTorrent: If Pirate Bay is Shut Down, It Could Take All of B...&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5153109/if-pirate-bay-is-shut-down-it-could-take-all-of-bittorrent-with-it&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5153109/if-pirate-bay-is-shut-down-it-could-take-all-of-bittorrent-with-it&#60;/a&#62;&#60;br /&#62;
» 1234567890 Day Ryan Boren&#60;br /&#62;
&#60;a href=&#34;http://boren.nu/archives/2009/02/13/1234567890-day/&#34; rel=&#34;nofollow&#34;&#62;http://boren.nu/archives/2009/02/13/1234567890-day/&#60;/a&#62;&#60;br /&#62;
Verizon Regurgitates Alltel&#38;#39;s My Circle, Will Let You Call Fiv...&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5152197/verizon-regurgitates-alltels-my-circle-will-let-you-call-five-numbers-for-free&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5152197/verizon-regurgitates-alltels-my-circle-will-let-you-call-five-numbers-for-free&#60;/a&#62;&#60;br /&#62;
Google Proves Humanity Is Sick and Sad, Yet Absolutely Hilarious&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5152141/google-proves-humanity-is-sick-and-sad-yet-absolutely-hilarious&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5152141/google-proves-humanity-is-sick-and-sad-yet-absolutely-hilarious&#60;/a&#62;&#60;br /&#62;
Linux Silverlight implementation goes live &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-268236.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-268236.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Report: UK teens spend 5% of time online looking at porn - Ars...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/02/report-uk-teens-spend-5-of-time-online-looking-at-porn.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/02/report-uk-teens-spend-5-of-time-online-looking-at-porn.ars&#60;/a&#62;&#60;br /&#62;
Upgrading to Windows 7: what XP and Vista users need to know -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/02/upgrading-to-windows-7-what-xp-and-vista-users-need-to-know.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/02/upgrading-to-windows-7-what-xp-and-vista-users-need-to-know.ars&#60;/a&#62;&#60;br /&#62;
Doomed: why Wikipedia will fail - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/doomed-why-wikipedia-will-fail.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/doomed-why-wikipedia-will-fail.ars&#60;/a&#62;&#60;br /&#62;
Moonlight 1.0 brings Silverlight to Linux - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/moonlight-10-brings-silverlight-to-linux.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/moonlight-10-brings-silverlight-to-linux.ars&#60;/a&#62;&#60;br /&#62;
Worried New Features Will Mean Firefox Bloat? Relax &#124; Epicente...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/worried-ubiquit.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/worried-ubiquit.html&#60;/a&#62;&#60;br /&#62;
Coder&#38;#39;s Half-Million-Dollar Baby Proves iPhone Gold Rush Is St...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/02/shoot-is-iphone.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/02/shoot-is-iphone.html&#60;/a&#62;&#60;br /&#62;
The Shorty Awards: Why Nerds Hate Twitter &#124; Epicenter from Wir...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/shorty-award-wi.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/shorty-award-wi.html&#60;/a&#62;&#60;br /&#62;
Stolen Wallets, Not Hacks, Cause the Most ID Theft? Debunked &#124;...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/02/stolen-wallets.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/02/stolen-wallets.html&#60;/a&#62;&#60;br /&#62;
Unix Lovers to Party Like It&#38;#39;s 1234567890 &#124; Gadget Lab from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/02/unix-lovers-to.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/02/unix-lovers-to.html&#60;/a&#62;&#60;br /&#62;
Sweden Deploys The First &#38;#39;Operational&#38;#39; Stealth Warships &#124; Auto...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/02/sweden-build-wo.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/02/sweden-build-wo.html&#60;/a&#62;&#60;br /&#62;
What Makes Us Human? Neanderthal Genome Holds Clues &#124; Wired Sc...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/02/rough-draft-of.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/02/rough-draft-of.html&#60;/a&#62;&#60;br /&#62;
Special Forces&#38;#39; Gigapixel Flying Spy Sees All &#124; Danger Room fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/02/gigapixel-flyin.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/02/gigapixel-flyin.html&#60;/a&#62;&#60;br /&#62;
Signs of life return to area&#38;#39;s economic landscape :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4528680/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4528680/&#60;/a&#62;&#60;br /&#62;
DOT cutting back on pothole repairs :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/traffic/story/4528376/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/traffic/story/4528376/&#60;/a&#62;&#60;br /&#62;
White Dwarf Gallery: Dead Star Shining&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/space/multimedia/2009/02/gallery_dwarf_stars&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/space/multimedia/2009/02/gallery_dwarf_stars&#60;/a&#62;&#60;br /&#62;
SPACE.com -- More Details Emerge on Possible Mars Hot Springs&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090212-mars-hot-springs.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090212-mars-hot-springs.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- How to Search for Ice Age Aliens&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090212-am-iceage-aliens.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090212-am-iceage-aliens.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- The Role of Sponges in the Galaxy&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/searchforlife/090212-seti-sponges-galaxy.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/searchforlife/090212-seti-sponges-galaxy.html&#60;/a&#62;&#60;br /&#62;
Windows 7 build 7022 leaks to torrent sites &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_7_build_7022_leaks_to_torrent_sites/1234494230&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_7_build_7022_leaks_to_torrent_sites/1234494230&#60;/a&#62;&#60;br /&#62;
Microsoft offers $250,000 for capture of Conficker writer &#124; Be...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_offers_250000_for_capture_of_Conficker_writer/1234495537&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_offers_250000_for_capture_of_Conficker_writer/1234495537&#60;/a&#62;&#60;br /&#62;
Microsoft follows Apple with retail stores, but will people li...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_follows_Apple_with_retail_stores_but_will_people_line_up_for_a_Zune/1234493315&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_follows_Apple_with_retail_stores_but_will_people_line_up_for_a_Zune/1234493315&#60;/a&#62;&#60;br /&#62;
Youtube goes downloadable &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Youtube_goes_downloadable/1234492077&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Youtube_goes_downloadable/1234492077&#60;/a&#62;&#60;br /&#62;
Mozilla: We&#38;#39;re not joining the EC&#38;#39;s Microsoft complaint &#124; Beta...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mozilla_Were_not_joining_the_ECs_Microsoft_complaint/1234473646&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mozilla_Were_not_joining_the_ECs_Microsoft_complaint/1234473646&#60;/a&#62;&#60;br /&#62;
T-Mobile G1 phones get GoTV music channels &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/TMobile_G1_phones_get_GoTV_music_channels/1234464158&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/TMobile_G1_phones_get_GoTV_music_channels/1234464158&#60;/a&#62;&#60;br /&#62;
Microsoft: No free Win7 yet, but the option is left open &#124; Bet...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_No_free_Win7_yet_but_the_option_is_left_open/1234460543&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_No_free_Win7_yet_but_the_option_is_left_open/1234460543&#60;/a&#62;&#60;br /&#62;
Command-line Fu is a good reference for *nix terminal newbies ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/12/command-line-fu-is-a-good-reference-for-nix-terminal-newbies/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/12/command-line-fu-is-a-good-reference-for-nix-terminal-newbies/&#60;/a&#62;&#60;br /&#62;
Retro Video: UNIX on The Computer Chronicles - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/12/retro-video-unix-on-the-computer-chronicles/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/12/retro-video-unix-on-the-computer-chronicles/&#60;/a&#62;&#60;br /&#62;
WinSplit Revolution splits up your widescreen monitor space - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/12/winsplit-revolution-splits-up-your-widescreen-monitor-space/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/12/winsplit-revolution-splits-up-your-widescreen-monitor-space/&#60;/a&#62;&#60;br /&#62;
Old school fun: WindowBlinds skin turns Vista, XP into Windows...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/12/old-school-fun-windowblinds-skin-turns-vista-xp-into-windows-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/12/old-school-fun-windowblinds-skin-turns-vista-xp-into-windows-3/&#60;/a&#62;&#60;br /&#62;
Verizon ingeniously foils Alltel&#38;#39;s &#38;#39;My Circle&#38;#39; plan after all ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Verizon_ingeniously_foils_Alltels_My_Circle_plan_after_all/1234451242&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Verizon_ingeniously_foils_Alltels_My_Circle_plan_after_all/1234451242&#60;/a&#62;&#60;br /&#62;
Sega and its new trademarks: What&#38;#39;s its game? &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Sega_and_its_new_trademarks_Whats_its_game/1234401980&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Sega_and_its_new_trademarks_Whats_its_game/1234401980&#60;/a&#62;&#60;br /&#62;
Video Games: Happy 200th Birthday, Charles Darwin&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5152347/video-games-happy-200th-birthday-charles-darwin&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5152347/video-games-happy-200th-birthday-charles-darwin&#60;/a&#62;&#60;br /&#62;
Video Formats: Happy 200th Birthday, Charles Darwin&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5152514/video-formats-happy-200th-birthday-charles-darwin&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5152514/video-formats-happy-200th-birthday-charles-darwin&#60;/a&#62;&#60;br /&#62;
Cellphones: Happy 200th Birthday, Charles Darwin&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5152590/cellphones-happy-200th-birthday-charles-darwin&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5152590/cellphones-happy-200th-birthday-charles-darwin&#60;/a&#62;&#60;br /&#62;
Computers: Happy 200th Birthday, Charles Darwin&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5152647/computers-happy-200th-birthday-charles-darwin&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5152647/computers-happy-200th-birthday-charles-darwin&#60;/a&#62;&#60;br /&#62;
State of the Art - Twitter Is What You Make It - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/02/12/technology/personaltech/12pogue.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/02/12/technology/personaltech/12pogue.html&#60;/a&#62;&#60;br /&#62;
Drupal 5.x and 6.x LoCo Suite Released &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1827&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1827&#60;/a&#62;&#60;br /&#62;
FeedBurner is Dead, Long Live Feedburner &#124; Weblog Tools Collec...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/02/12/feedburner-is-dead-long-live-feedburner/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/02/12/feedburner-is-dead-long-live-feedburner/&#60;/a&#62;&#60;br /&#62;
Small Dot in Google Search Bugs Firefox 3 Users&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/small-dot-in-google-search-bugs-firefox-3-users/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/small-dot-in-google-search-bugs-firefox-3-users/&#60;/a&#62;&#60;br /&#62;
Skins or Themes? - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2009/02/12/skins-or-themes&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2009/02/12/skins-or-themes&#60;/a&#62;&#60;br /&#62;
Security Update:Linux kernel vulnerabilities -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/security-updatelinux-kernel-vulnerabilities.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/security-updatelinux-kernel-vulnerabilities.html&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Four changes to Gmail contacts&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2009/02/four-changes-to-gmail-contacts.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2009/02/four-changes-to-gmail-contacts.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- U.S. Satellite Destroyed in Space Collision&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090211-satellite-collision.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090211-satellite-collision.html&#60;/a&#62;&#60;br /&#62;
Study Finds More Smokers Quit When Paid, General Electric Co. ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/02/12/national/main4795529.shtml?source=RSSattr=HOME_4795529&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/02/12/national/main4795529.shtml?source=RSSattr=HOME_4795529&#60;/a&#62;&#60;br /&#62;
Review: Exact Audio Copy 0.99 - Perfect CD copies or just hype?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16954.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16954.cfm&#60;/a&#62;&#60;br /&#62;
Report: Apple nixed Android&#38;#39;s multitouch &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-267771.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-267771.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
Feb. 12, 1809: Darwin&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2009/02/dayintech_0212&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2009/02/dayintech_0212&#60;/a&#62;&#60;br /&#62;
NASA Wants to Stifle Sonic Booms &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/02/nasa-wants-to-t.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/02/nasa-wants-to-t.html&#60;/a&#62;&#60;br /&#62;
Weird Wednesday: Real websites making fake stuff - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/weird-wednesday-real-websites-making-fake-stuff/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/weird-wednesday-real-websites-making-fake-stuff/&#60;/a&#62;&#60;br /&#62;
ADrive lets you store 50GB of files online for free - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/adrive-lets-you-store-50gb-of-files-online-for-free/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/adrive-lets-you-store-50gb-of-files-online-for-free/&#60;/a&#62;&#60;br /&#62;
Windows Movie Maker 2.6 available for Vista, Windows 7 - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/windows-movie-maker-2-6-available-for-vista-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/windows-movie-maker-2-6-available-for-vista-windows-7/&#60;/a&#62;&#60;br /&#62;
LawMail.org looks too much like Google for comfort - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/lawmail-org-looks-too-much-like-google-for-comfort/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/lawmail-org-looks-too-much-like-google-for-comfort/&#60;/a&#62;&#60;br /&#62;
Favicon Generator: favicons made easy - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/favicon-generator-favicons-made-easy/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/favicon-generator-favicons-made-easy/&#60;/a&#62;&#60;br /&#62;
Update Twitter from any browser with a bookmarklet - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/update-twitter-from-any-browser-with-a-bookmarklet/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/update-twitter-from-any-browser-with-a-bookmarklet/&#60;/a&#62;&#60;br /&#62;
Mozilla releases pre-alpha web browser for the HTC Touch Pro -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/11/mozilla-releases-pre-alpha-web-browser-for-the-htc-touch-pro/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/11/mozilla-releases-pre-alpha-web-browser-for-the-htc-touch-pro/&#60;/a&#62;&#60;br /&#62;
Netflix and Wal-Mart sued for &#38;#39;injuring&#38;#39; consumers with DVD pr...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Netflix_and_WalMart_sued_for_injuring_consumers_with_DVD_prices/1234382091&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Netflix_and_WalMart_sued_for_injuring_consumers_with_DVD_prices/1234382091&#60;/a&#62;&#60;br /&#62;
Red Hat updates its JBoss portal environment &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Red_Hat_updates_its_JBoss_portal_environment/1234377746&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Red_Hat_updates_its_JBoss_portal_environment/1234377746&#60;/a&#62;&#60;br /&#62;
Appreciating evolution on Darwin&#38;#39;s 200th birthday - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/appreciating-evolution-on-darwins-birthday.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/appreciating-evolution-on-darwins-birthday.ars&#60;/a&#62;&#60;br /&#62;
Hands on: Neuros LINK, an Ubuntu-based media extender - Ars Te...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/reviews/2009/02/hands-on-neuros-link-an-ubuntu-based-media-extender.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/reviews/2009/02/hands-on-neuros-link-an-ubuntu-based-media-extender.ars&#60;/a&#62;&#60;br /&#62;
Grade us on the redesign! Praise or punish, please! - Ars Tech...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/grade-us-on-the-redesign-praise-or-punish-please.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/grade-us-on-the-redesign-praise-or-punish-please.ars&#60;/a&#62;&#60;br /&#62;
Broadband stimulus passes, but many questions linger - Ars Tec...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/broadband-stimulus-passes-but-many-questions-linger.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/broadband-stimulus-passes-but-many-questions-linger.ars&#60;/a&#62;&#60;br /&#62;
Why a cold winter doesn&#38;#39;t mean climate change is behind us - A...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/climate-data-ugliness-is-in-the-eye-of-the-beholder.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/climate-data-ugliness-is-in-the-eye-of-the-beholder.ars&#60;/a&#62;&#60;br /&#62;
Repair: VehicleFixer Videos Detail DIY Car Repairs&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5151282/vehiclefixer-videos-detail-diy-car-repairs&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5151282/vehiclefixer-videos-detail-diy-car-repairs&#60;/a&#62;&#60;br /&#62;
StartUpLite- Speed up System Startup &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/11/startuplite-speed-up-system-startup&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/11/startuplite-speed-up-system-startup&#60;/a&#62;&#60;br /&#62;
Opera 10 Release Dates “Leaked”?&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/opera-10-release-dates-leaked/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/opera-10-release-dates-leaked/&#60;/a&#62;&#60;br /&#62;
Postbox open beta begins &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/postbox-open-beta-begins&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/postbox-open-beta-begins&#60;/a&#62;&#60;br /&#62;
HTML5: Frames — Anne’s Weblog&#60;br /&#62;
&#60;a href=&#34;http://annevankesteren.nl/2009/02/html5-frames&#34; rel=&#34;nofollow&#34;&#62;http://annevankesteren.nl/2009/02/html5-frames&#60;/a&#62;&#60;br /&#62;
Opera to Unveil a “Very Aggressive” Advertising Campaign&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/opera-to-unveil-a-very-aggressive-advertising-campaign/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/opera-to-unveil-a-very-aggressive-advertising-campaign/&#60;/a&#62;&#60;br /&#62;
Shoe repair shops thrive when economy is down on its heels :: ...&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4513314/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4513314/&#60;/a&#62;&#60;br /&#62;
Data flies out of breach at FAA &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Data_flies_out_of_breach_at_FAA/1234325162&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Data_flies_out_of_breach_at_FAA/1234325162&#60;/a&#62;&#60;br /&#62;
IEBlog : IE February Security Update Now Available&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/02/10/ie-february-security-update-now-available.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/02/10/ie-february-security-update-now-available.aspx&#60;/a&#62;&#60;br /&#62;
The future of the Internet is... regulation? - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/the-future-of-the-internet-is-regulation.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/the-future-of-the-internet-is-regulation.ars&#60;/a&#62;&#60;br /&#62;
Miro 2.0 gets serious about Web video, leaves us wanting - Ars...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/software/news/2009/02/miro-20-gets-serious-about-web-video-leaves-us-wanting.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/software/news/2009/02/miro-20-gets-serious-about-web-video-leaves-us-wanting.ars&#60;/a&#62;&#60;br /&#62;
Quicktime Pro going free?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16940.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16940.cfm&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Scientists Build Mind-Reading Machine - Science ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,490606,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,490606,00.html&#60;/a&#62;&#60;br /&#62;
Safer Internet Day marked internationally &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Safer_Internet_Day_marked_internationally/1234300276&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Safer_Internet_Day_marked_internationally/1234300276&#60;/a&#62;&#60;br /&#62;
Coming Soon: A 3rd party Hulu plugin for Windows Media Center ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/10/coming-soon-a-3rd-party-hulu-plugin-for-windows-media-center/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/10/coming-soon-a-3rd-party-hulu-plugin-for-windows-media-center/&#60;/a&#62;&#60;br /&#62;
Sirius XM Prepares Bankruptcy Filing - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/02/11/technology/companies/11radio.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/02/11/technology/companies/11radio.html&#60;/a&#62;&#60;br /&#62;
WordPress 2.7.1 Released &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/02/10/wordpress-271-released/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/02/10/wordpress-271-released/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Africa &#124; SA TV make &#38;#39;Bush is dead&#38;#39; Bushism&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/africa/7880832.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/africa/7880832.stm&#60;/a&#62;&#60;br /&#62;
Ask DLS: Do drag-and-drop associations work on your Windows 7?...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/10/ask-dls-do-drag-and-drop-associations-work-on-your-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/10/ask-dls-do-drag-and-drop-associations-work-on-your-windows-7/&#60;/a&#62;&#60;br /&#62;
Dealhacker: Microsoft Offering Free Domain Name and Hosting fo...&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5150607/microsoft-offering-free-domain-name-and-hosting-for-one-year&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5150607/microsoft-offering-free-domain-name-and-hosting-for-one-year&#60;/a&#62;&#60;br /&#62;
Social networking sites, EU ink pact on child safety online - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/social-networking-sites-eu-ink-pact-on-child-safety-online.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/social-networking-sites-eu-ink-pact-on-child-safety-online.ars&#60;/a&#62;&#60;br /&#62;
Obama Reviewing Media Prohibition to Capture Photos of Soldier...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/politics/first100days/2009/02/09/obama-reviewing-media-prohibition-capture-photos-soldiers-coffin/100days/&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/politics/first100days/2009/02/09/obama-reviewing-media-prohibition-capture-photos-soldiers-coffin/100days/&#60;/a&#62;&#60;br /&#62;
Totem Destroyer 2 will destroy an afternoon - Time Waster - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/10/totem-destroyer-2-will-destroy-an-afternoon-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/10/totem-destroyer-2-will-destroy-an-afternoon-time-waster/&#60;/a&#62;&#60;br /&#62;
Open source video player, aggregator Miro goes 2.0 - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/10/open-source-video-player-aggregator-miro-goes-2-0/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/10/open-source-video-player-aggregator-miro-goes-2-0/&#60;/a&#62;&#60;br /&#62;
Ultimate Windows Tweaker updated, works on Windows 7 - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/10/ultimate-windows-tweaker-updated-works-on-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/10/ultimate-windows-tweaker-updated-works-on-windows-7/&#60;/a&#62;&#60;br /&#62;
Call Skype users from any cellphone, VoIP phone with OpenSky -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/10/call-skype-users-from-any-cellphone-voip-phone-with-opensky/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/10/call-skype-users-from-any-cellphone-voip-phone-with-opensky/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Fountain of Mysterious Space Dust Found&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090210-st-cosmic-dust.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090210-st-cosmic-dust.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Star Emits Intense Celestial Fireworks&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090210-celestial-fireworks.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090210-celestial-fireworks.html&#60;/a&#62;&#60;br /&#62;
Text-messaging ban for NC drivers sought in House :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4505448/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4505448/&#60;/a&#62;&#60;br /&#62;
Mozilla CEO: Firefox is &#38;#39;a crack in the Microsoft monopoly&#38;#39; &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mozilla_CEO_Firefox_is_a_crack_in_the_Microsoft_monopoly/1234284829&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mozilla_CEO_Firefox_is_a_crack_in_the_Microsoft_monopoly/1234284829&#60;/a&#62;&#60;br /&#62;
Twitter Fast Growing Beyond Its Messaging Roots &#124; Epicenter fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/02/twitters-hackab.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/02/twitters-hackab.html&#60;/a&#62;&#60;br /&#62;
Ruckus: when &#38;quot;free music&#38;quot; can&#38;#39;t compete with free music - Ars ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/media/news/2009/02/ruckus-when-free-music-cant-compete-with-free-music.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/media/news/2009/02/ruckus-when-free-music-cant-compete-with-free-music.ars&#60;/a&#62;&#60;br /&#62;
Mozilla call for EU intervention in browser war is troubling -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/mozilla-call-for-eu-intervention-in-browser-war-is-troubling.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/mozilla-call-for-eu-intervention-in-browser-war-is-troubling.ars&#60;/a&#62;&#60;br /&#62;
Open letter to Obama: Uncle Sam should go open source - Ars Te...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/software-vendors-encourage-obama-to-adopt-open-source.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/software-vendors-encourage-obama-to-adopt-open-source.ars&#60;/a&#62;&#60;br /&#62;
Privacy, transparency, participation: pick two - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/privacy-transparency-participation-pick-two.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/privacy-transparency-participation-pick-two.ars&#60;/a&#62;&#60;br /&#62;
Large Hadron Collider delayed again &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-267399.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-267399.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Todays the last day to get Windows 7 ...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/02/10/todays-the-last-day-to-get-windows-7-beta.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/02/10/todays-the-last-day-to-get-windows-7-beta.aspx&#60;/a&#62;&#60;br /&#62;
Free Download: Ubuntu Pocket Guide and Reference -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/free-download-ubuntu-pocket-guide-and-reference.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/free-download-ubuntu-pocket-guide-and-reference.html&#60;/a&#62;&#60;br /&#62;
Suspekt… » Blog Archive » MySQL and SQL Column Truncation Vuln...&#60;br /&#62;
&#60;a href=&#34;http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/&#34; rel=&#34;nofollow&#34;&#62;http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/&#60;/a&#62;&#60;br /&#62;
Don’t change your Windows Live ID right now - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/windows-live-messenger-news/43931-don-t-change-your-windows-live-id-right-now.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/windows-live-messenger-news/43931-don-t-change-your-windows-live-id-right-now.html&#60;/a&#62;&#60;br /&#62;
Study: DRM demise clears way for home audio innovation - Ars T...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/news/2009/02/study-drm-demise-makes-way-for-whole-home-audio-products.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/news/2009/02/study-drm-demise-makes-way-for-whole-home-audio-products.ars&#60;/a&#62;&#60;br /&#62;
Mozilla to Opera on EU Case&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/mozilla-to-opera-on-eu-case/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/mozilla-to-opera-on-eu-case/&#60;/a&#62;&#60;br /&#62;
Free GTA 1 and GTA 2 Download &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/09/free-gta-1-and-gta-2-download&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/09/free-gta-1-and-gta-2-download&#60;/a&#62;&#60;br /&#62;
Beware: UNIX Time to Read 1234567890 On Friday the 13th&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5149220/beware-unix-time-to-read-1234567890-on-friday-the-13th&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5149220/beware-unix-time-to-read-1234567890-on-friday-the-13th&#60;/a&#62;&#60;br /&#62;
Troopers begin enforcing &#38;#39;Operation Slow Down&#38;#39; :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4498572/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4498572/&#60;/a&#62;&#60;br /&#62;
Bubble Spinner - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/09/bubble-spinner-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/09/bubble-spinner-time-waster/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Study: Smoking Pot May Increase Risk of Testicul...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,489866,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,489866,00.html&#60;/a&#62;&#60;br /&#62;
Hynix to scale DDR3 DRAM down to 40 nm &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Hynix_to_scale_DDR3_DRAM_down_to_40_nm/1234201693&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Hynix_to_scale_DDR3_DRAM_down_to_40_nm/1234201693&#60;/a&#62;&#60;br /&#62;
Demise of Ruckus puts the final nail in TotalMusic&#38;#39;s coffin&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16928.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16928.cfm&#60;/a&#62;&#60;br /&#62;
Seed brings JavaScript extensions to Epiphany - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/seed-brings-javascript-extensions-to-epiphany.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/seed-brings-javascript-extensions-to-epiphany.ars&#60;/a&#62;&#60;br /&#62;
KenKen - New Puzzle Challenges Math Skills - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/02/09/arts/09ken.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/02/09/arts/09ken.html&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Quick Reference Cards for Vista and XP&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/02/09/quick-reference-cards-for-vista-and-xp.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/02/09/quick-reference-cards-for-vista-and-xp.aspx&#60;/a&#62;&#60;br /&#62;
New Opera JavaScript engine supports native code generation - ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/new-opera-javascript-engine-supports-native-code-generation.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/new-opera-javascript-engine-supports-native-code-generation.ars&#60;/a&#62;&#60;br /&#62;
The Pogo Sketch: does your iPhone need a stylus? - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gadgets/reviews/2009/02/the-pogo-sketch-does-your-iphone-need-a-stylus.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gadgets/reviews/2009/02/the-pogo-sketch-does-your-iphone-need-a-stylus.ars&#60;/a&#62;&#60;br /&#62;
Windows 7 UAC flaws and how to fix them - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/microsoft/news/2009/02/the-curious-tale-of-windows-7s-uac.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/microsoft/news/2009/02/the-curious-tale-of-windows-7s-uac.ars&#60;/a&#62;&#60;br /&#62;
Downloads: Google Redesigned Updates, Adds GReader Redesigned&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5147831/google-redesigned-updates-adds-greader-redesigned&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5147831/google-redesigned-updates-adds-greader-redesigned&#60;/a&#62;&#60;br /&#62;
Linuxtracker - Moving 180 Terabytes of Linux a Year &#124; TorrentF...&#60;br /&#62;
&#60;a href=&#34;http://torrentfreak.com/linuxtracker-pushing-180-terabytes-of-linux-a-year-090206/&#34; rel=&#34;nofollow&#34;&#62;http://torrentfreak.com/linuxtracker-pushing-180-terabytes-of-linux-a-year-090206/&#60;/a&#62;&#60;br /&#62;
Compiz community shakeup could bring big improvements - Ars Te...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/compiz-community-shakeup-could-bring-big-improvements.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/compiz-community-shakeup-could-bring-big-improvements.ars&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #128 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1826&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1826&#60;/a&#62;&#60;br /&#62;
Free Ashampoo Burning Studio 2009 &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/08/free-ashampoo-burning-studio-2009&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/08/free-ashampoo-burning-studio-2009&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Modest Lunar Eclipse Monday Morning&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090208-lunar-eclipse.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090208-lunar-eclipse.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Stardust Spacecraft Turns 10&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090207-stardust-anniversary.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090207-stardust-anniversary.html&#60;/a&#62;&#60;br /&#62;
Google plays the heavy for record labels, targets bloggers - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/07/google-plays-the-heavy-for-record-labels-targets-bloggers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/07/google-plays-the-heavy-for-record-labels-targets-bloggers/&#60;/a&#62;&#60;br /&#62;
Will Opera claim the Javascript speed title? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/07/will-opera-claim-the-javascript-speed-title/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/07/will-opera-claim-the-javascript-speed-title/&#60;/a&#62;&#60;br /&#62;
Auto show gets record turnout :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/business/story/4493705/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/business/story/4493705/&#60;/a&#62;&#60;br /&#62;
WordPress 2.7.1 RC1 released &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2009/02/07/wordpress-271-rc1-released/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2009/02/07/wordpress-271-rc1-released/&#60;/a&#62;&#60;br /&#62;
Webkit CSS Animations are here&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/webkit-css-animations-are-here/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/webkit-css-animations-are-here/&#60;/a&#62;&#60;br /&#62;
IEBlog : Compatibility List FAQ&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/02/06/compatibility-list-faq.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/02/06/compatibility-list-faq.aspx&#60;/a&#62;&#60;br /&#62;
How Long to Fix a New York Streetlight? A Year, if You’re Pers...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/02/07/nyregion/07light.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/02/07/nyregion/07light.html&#60;/a&#62;&#60;br /&#62;
Download Windows Vista SP2 RC ISO &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/02/06/download-windows-vista-sp2-rc-iso&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/02/06/download-windows-vista-sp2-rc-iso&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Last chance for Gmail stickers&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2009/02/last-chance-for-gmail-stickers.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2009/02/last-chance-for-gmail-stickers.html&#60;/a&#62;&#60;br /&#62;
Facebook&#38;#39;s &#38;quot;next steps in openness&#38;quot; raises questions - Ars Tec...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/facebooks-next-steps-in-openness-elicit-questions.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/facebooks-next-steps-in-openness-elicit-questions.ars&#60;/a&#62;&#60;br /&#62;
5 Actresses Who Could Replace Angelina Jolie as Lara Croft &#124; T...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2009/02/5-actresses-who.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2009/02/5-actresses-who.html&#60;/a&#62;&#60;br /&#62;
5 Actresses Who Could Replace Angelina Jolie as Lara Croft &#124; T...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2009/02/5-actresses-who.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2009/02/5-actresses-who.html&#60;/a&#62;&#60;br /&#62;
Latest Mozilla updates, including Firefox, address a serious v...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Latest_Mozilla_updates_including_Firefox_address_a_serious_vulnerability/1233956568&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Latest_Mozilla_updates_including_Firefox_address_a_serious_vulnerability/1233956568&#60;/a&#62;&#60;br /&#62;
Intel is shooting for PlayStation 4, but has it scored? - Ars ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/gaming/news/2009/02/intel-is-shooting-for-playstation-4-but-has-it-scored.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/gaming/news/2009/02/intel-is-shooting-for-playstation-4-but-has-it-scored.ars&#60;/a&#62;&#60;br /&#62;
Unsatisfied with direction, MySQL creator leaves Sun - Ars Tec...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/unsatisfied-with-direction-mysql-creator-leaves-sun.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/unsatisfied-with-direction-mysql-creator-leaves-sun.ars&#60;/a&#62;&#60;br /&#62;
Fugly Friday: it doesn&#38;#39;t have to be like this - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/02/06/fugly-friday-it-doesnt-have-to-be-like-this/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/02/06/fugly-friday-it-doesnt-have-to-be-like-this/&#60;/a&#62;&#60;br /&#62;
Intel cuts its prices of solid-state drives &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-266676.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-266676.html?part=rss&#38;amp;%3Btag=feed&#38;amp;%3Bsubj=zdnn&#60;/a&#62;&#60;br /&#62;
D.C. CTO Kundra to be named federal e-gov head - Ars Technica&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/tech-policy/news/2009/02/dc-cto-kundra-to-be-named-federal-e-gov-head.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/tech-policy/news/2009/02/dc-cto-kundra-to-be-named-federal-e-gov-head.ars&#60;/a&#62;&#60;br /&#62;
Canadian government eyes open source, asks for feedback - Ars ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/open-source/news/2009/02/canadian-government-eyes-open-sources-asks-for-feedback.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/open-source/news/2009/02/canadian-government-eyes-open-sources-asks-for-feedback.ars&#60;/a&#62;&#60;br /&#62;
Global torrent connections mapped out by The Pirate Bay - Ars ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/web/news/2009/02/global-torrent-connections-mapped-out-by-the-pirate-bay.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/web/news/2009/02/global-torrent-connections-mapped-out-by-the-pirate-bay.ars&#60;/a&#62;&#60;br /&#62;
We are becoming a new species, we are becoming Homo Evolutis -...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/science/news/2009/02/we-are-becoming-a-new-species-we-are-becoming-homo-evolutis.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/science/news/2009/02/we-are-becoming-a-new-species-we-are-becoming-homo-evolutis.ars&#60;/a&#62;&#60;br /&#62;
Hands on: Add photos, links to Gmail, Yahoo with Zemanta - Ars...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 2"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=31#post-81</link>
			<pubDate>Wed, 18 Feb 2009 23:15:17 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">81@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total Links: 56&#60;/p&#62;
&#60;p&#62;The man who grew a finger&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7354458.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7354458.stm&#60;/a&#62;&#60;br /&#62;
Astronomers Find Ticking Cosmic Time Bomb&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353499,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353499,00.html&#60;/a&#62;&#60;br /&#62;
Huge Black Hole Catapulted Through Space&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080429-black-hole-superkick.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080429-black-hole-superkick.html&#60;/a&#62;&#60;br /&#62;
Brand-New Lizard, Toad, Opossum Found in Brazil&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353227,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353227,00.html&#60;/a&#62;&#60;br /&#62;
Cher Dishes to Oprah on Romance With Tom Cruise&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353340,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353340,00.html&#60;/a&#62;&#60;br /&#62;
David Blaine Breaks World Record for Holding One's Breath&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353417,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353417,00.html&#60;/a&#62;&#60;br /&#62;
DNA Confirms Remains Of Czar's Children&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/04/30/tech/main4057567.shtml?source=RSSattr=HOME_4057567&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/04/30/tech/main4057567.shtml?source=RSSattr=HOME_4057567&#60;/a&#62;&#60;br /&#62;
Half of Americans Struggle to Stay Happy, Healthy&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353341,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353341,00.html&#60;/a&#62;&#60;br /&#62;
A further opportunity to help evolve CSS 3&#60;br /&#62;
&#60;a href=&#34;http://www.css3.info/a-further-opportunity-to-help-evolve-css-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/a-further-opportunity-to-help-evolve-css-3/&#60;/a&#62;&#60;br /&#62;
Ubuntu Tweak 0.3.0 released for Ubuntu Hardy Heron with new Hotkey Creation!&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2008/04/ubuntu-tweak-030-released-for-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2008/04/ubuntu-tweak-030-released-for-ubuntu.html&#60;/a&#62;&#60;br /&#62;
Kate Hudson Heads People's 'Most Beautiful' List&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353355,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353355,00.html&#60;/a&#62;&#60;br /&#62;
Paula Abdul Spaces Out On &#34;American Idol&#34;&#60;br /&#62;
&#60;a href=&#34;http://www.showbuzz.cbsnews.com/stories/2008/04/29/tv_realty_tv/main4057303.shtml?source=RSSattr=HOME_4057303&#34; rel=&#34;nofollow&#34;&#62;http://www.showbuzz.cbsnews.com/stories/2008/04/29/tv_realty_tv/main4057303.shtml?source=RSSattr=HOME_4057303&#60;/a&#62;&#60;br /&#62;
Rare coconut tree on sale for $1m&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/africa/7358713.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/africa/7358713.stm&#60;/a&#62;&#60;br /&#62;
Study: It Takes Hard Work To Be Happy&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/04/30/health/main4058058.shtml?source=RSSattr=HOME_4058058&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/04/30/health/main4058058.shtml?source=RSSattr=HOME_4058058&#60;/a&#62;&#60;br /&#62;
Former tobacco workers find jobs in N.C. in their old industry&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/2812911/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/2812911/&#60;/a&#62;&#60;br /&#62;
Obesity May Up Odds Of Short Sleep&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/05/01/health/webmd/main4061425.shtml?source=RSSattr=HOME_4061425&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/05/01/health/webmd/main4061425.shtml?source=RSSattr=HOME_4061425&#60;/a&#62;&#60;br /&#62;
Fertile women 'have sexier voice'&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7375062.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7375062.stm&#60;/a&#62;&#60;br /&#62;
Universal unveils audio plans for Blu-ray&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/13815.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/13815.cfm&#60;/a&#62;&#60;br /&#62;
Blu-ray player sales are falling&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/13811.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/13811.cfm&#60;/a&#62;&#60;br /&#62;
Electronics' 'missing link' found&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7377063.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7377063.stm&#60;/a&#62;&#60;br /&#62;
India sex workers get life cover&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/south_asia/7376762.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/south_asia/7376762.stm&#60;/a&#62;&#60;br /&#62;
FOXSexpert: The Ins and Outs of All-Over Shaving&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353843,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353843,00.html&#60;/a&#62;&#60;br /&#62;
Next decade 'may see no warming'&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7376301.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7376301.stm&#60;/a&#62;&#60;br /&#62;
Some movies now available on iTunes the same day as DVD&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/05/01/some-movies-now-available-on-itunes-the-same-day-as-dvd/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/05/01/some-movies-now-available-on-itunes-the-same-day-as-dvd/&#60;/a&#62;&#60;br /&#62;
Indian Babies Dropped 50 Feet for Good Luck in Bizarre Ritual&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353657,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353657,00.html&#60;/a&#62;&#60;br /&#62;
Jurassic-Era Dinosaur Dung Fetches Nearly $1,000 at Auction&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353581,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353581,00.html&#60;/a&#62;&#60;br /&#62;
Do you mommy your husband?&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/LIVING/personal/04/30/mommy.husbands/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/LIVING/personal/04/30/mommy.husbands/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Build 28 - Facebook Chat In Digsby!&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/?p=37&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/?p=37&#60;/a&#62;&#60;br /&#62;
Ronson teams up with Duran Duran&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/7377847.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/7377847.stm&#60;/a&#62;&#60;br /&#62;
CDC: More than 3 out of 4 new moms breast-feed&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/family/04/30/breastfeeding.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/family/04/30/breastfeeding.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Identity 'at risk' on Facebook&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/programmes/click_online/7375772.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/programmes/click_online/7375772.stm&#60;/a&#62;&#60;br /&#62;
SA elephants can be culled again&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/africa/7376981.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/africa/7376981.stm&#60;/a&#62;&#60;br /&#62;
Judge shuts down RIAA in music piracy case&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/13812.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/13812.cfm&#60;/a&#62;&#60;br /&#62;
Study finds troops shy away from mental health care&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/US/04/30/military.mentalhealth/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/US/04/30/military.mentalhealth/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Arctic Ice Melt Expected to Get Worse&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,354025,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,354025,00.html&#60;/a&#62;&#60;br /&#62;
Arizona State University Cuts Cheerleading Squad After Racy Photos Surface on Blog&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353953,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353953,00.html&#60;/a&#62;&#60;br /&#62;
Twelve dead in Bolivian bus crash&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7381477.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7381477.stm&#60;/a&#62;&#60;br /&#62;
China Builds Secret Nuclear Submarine Base in South China Sea&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353961,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353961,00.html&#60;/a&#62;&#60;br /&#62;
Computers go on sale to Cubans&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/WORLD/americas/05/02/cuba.computers/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/WORLD/americas/05/02/cuba.computers/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Blu-ray Xbox 360 coming for Christmas?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/13829.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/13829.cfm&#60;/a&#62;&#60;br /&#62;
Egyptian Pharaoh May Have Been Natural Transsexual&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,353958,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,353958,00.html&#60;/a&#62;&#60;br /&#62;
Student educates himself, loses 180 pounds&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/diet.fitness/05/02/weightloss.brandon.hollas/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/diet.fitness/05/02/weightloss.brandon.hollas/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Digg makes official its adoption of a 'semantic Web' standard&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Digg_makes_official_its_adoption_of_a_semantic_Web_standard/1209743762&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Digg_makes_official_its_adoption_of_a_semantic_Web_standard/1209743762&#60;/a&#62;&#60;br /&#62;
AIMP2 - An alternative media player&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/05/04/aimp2-an-alternative-media-player/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/05/04/aimp2-an-alternative-media-player/&#60;/a&#62;&#60;br /&#62;
Jimi Hendrix Estate Disputes Authenticity of Sex Tape&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,354037,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,354037,00.html&#60;/a&#62;&#60;br /&#62;
Moon to Hide a Beehive&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/080502-ns-moon-beehive.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/080502-ns-moon-beehive.html&#60;/a&#62;&#60;br /&#62;
Cruise: 'Things have been misunderstood'&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/SHOWBIZ/TV/05/02/people.winfrey.cruise.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/SHOWBIZ/TV/05/02/people.winfrey.cruise.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Sending text messages that really stink&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/42449-sending-text-messages-really-stink.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/42449-sending-text-messages-really-stink.html&#60;/a&#62;&#60;br /&#62;
Study: AIDS Treatment Shows Promise in Monkeys&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,354066,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,354066,00.html&#60;/a&#62;&#60;br /&#62;
Study: Anti-psychotic drug use soars among U.S. and U.K. kids&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/05/05/psychdrugs.children.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/05/05/psychdrugs.children.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Long-awaited electric sports car rolls out&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/05/03/electric.car.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/05/03/electric.car.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Microsoft ends bid for Yahoo&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/13838.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/13838.cfm&#60;/a&#62;&#60;br /&#62;
Fat cell numbers 'set for life'&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7378349.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7378349.stm&#60;/a&#62;&#60;br /&#62;
Scientists: Bison Could Once Again Thunder Across Great Plains&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,354021,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,354021,00.html&#60;/a&#62;&#60;br /&#62;
Who Should Doctors Let Die In A Pandemic?&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/05/05/health/main4070019.shtml?source=RSSattr=HOME_4070019&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/05/05/health/main4070019.shtml?source=RSSattr=HOME_4070019&#60;/a&#62;&#60;br /&#62;
Illinois Man Orders Custom Beer-Can Coffin&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,354137,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,354137,00.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 1"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=30#post-80</link>
			<pubDate>Wed, 18 Feb 2009 23:13:42 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">80@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total Links: 29&#60;/p&#62;
&#60;p&#62;Does online video threaten the net?&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7370956.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7370956.stm&#60;/a&#62;&#60;br /&#62;
Scientists make weight loss claim&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7372495.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7372495.stm&#60;/a&#62;&#60;br /&#62;
Opera Stumbler&#60;br /&#62;
&#60;a href=&#34;http://www.operastumbler.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.operastumbler.com/&#60;/a&#62;&#60;br /&#62;
Programmer guilty of wife's murder&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/CRIME/04/28/no.body.case.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/CRIME/04/28/no.body.case.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
New CSI Tool Analyzes Antibodies&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/04/28/tech/main4050962.shtml?source=RSSattr=HOME_4050962&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/04/28/tech/main4050962.shtml?source=RSSattr=HOME_4050962&#60;/a&#62;&#60;br /&#62;
Report: Jennifer Aniston, John Mayer Seen Holding Hands&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,352861,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,352861,00.html&#60;/a&#62;&#60;br /&#62;
How to add an IETab-like feature to Opera&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/04/28/how-to-add-an-ietab-like-feature-to-opera/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/04/28/how-to-add-an-ietab-like-feature-to-opera/&#60;/a&#62;&#60;br /&#62;
Wanted: Women to eat chocolate for a year&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/04/28/chocolate.trial/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/04/28/chocolate.trial/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Loopholes keep Windows XP alive&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7370821.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7370821.stm&#60;/a&#62;&#60;br /&#62;
Stunning Lego Creations&#60;br /&#62;
&#60;a href=&#34;http://abduzeedo.com/stunning-lego-creations&#34; rel=&#34;nofollow&#34;&#62;http://abduzeedo.com/stunning-lego-creations&#60;/a&#62;&#60;br /&#62;
Smarter ladies have worse sex&#60;br /&#62;
&#60;a href=&#34;http://www.thesun.co.uk/sol/homepage/news/article1090275.ece&#34; rel=&#34;nofollow&#34;&#62;http://www.thesun.co.uk/sol/homepage/news/article1090275.ece&#60;/a&#62;&#60;br /&#62;
Study questions 'fit but fat' theory&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/diet.fitness/04/28/fitness.heart.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/diet.fitness/04/28/fitness.heart.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Ron Paul Hits it out of the Park on CNN American Morning&#60;br /&#62;
&#60;a href=&#34;http://www.youtube.com/watch?v=NWMDF92ZE7c&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=NWMDF92ZE7c&#60;/a&#62;&#60;br /&#62;
Funniest Valedictorian Speech Ever&#60;br /&#62;
&#60;a href=&#34;http://my.break.com/content/view.aspx?ContentID=494826&#34; rel=&#34;nofollow&#34;&#62;http://my.break.com/content/view.aspx?ContentID=494826&#60;/a&#62;&#60;br /&#62;
It's time for Facebook to introduce a new relationship status: It's an effing disaster.&#60;br /&#62;
&#60;a href=&#34;http://www.collegehumor.com/picture:1812857&#34; rel=&#34;nofollow&#34;&#62;http://www.collegehumor.com/picture:1812857&#60;/a&#62;&#60;br /&#62;
Superior Alternatives to Crappy Windows Software&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/384545/superior-alternatives-to-crappy-windows-software&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/384545/superior-alternatives-to-crappy-windows-software&#60;/a&#62;&#60;br /&#62;
The best multivitamin for you -- and 11 to steer clear of&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2007/HEALTH/08/22/healthmag.multivitamins/index.html&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2007/HEALTH/08/22/healthmag.multivitamins/index.html&#60;/a&#62;&#60;br /&#62;
Apple updates iMac as expected&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/04/28/apple-updates-imac-as-expected/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/04/28/apple-updates-imac-as-expected/&#60;/a&#62;&#60;br /&#62;
Why doesn't Microsoft out-innovate Apple?&#60;br /&#62;
&#60;a href=&#34;http://techblog.dallasnews.com/archives/2008/04/why-doesnt-microsoft-outinnova.html&#34; rel=&#34;nofollow&#34;&#62;http://techblog.dallasnews.com/archives/2008/04/why-doesnt-microsoft-outinnova.html&#60;/a&#62;&#60;br /&#62;
Opera Desktop Beta 2 (Kestrel) Released&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/04/24/kestrel-beta-2&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/04/24/kestrel-beta-2&#60;/a&#62;&#60;br /&#62;
Mental workout 'boosts the brain'&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7373026.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7373026.stm&#60;/a&#62;&#60;br /&#62;
Marching Sand Dunes Create Mars Mystery&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080429-st-mars-sands.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080429-st-mars-sands.html&#60;/a&#62;&#60;br /&#62;
Young Galaxies Surprisingly Packed with Stars&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080429-hubble-galaxies.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080429-hubble-galaxies.html&#60;/a&#62;&#60;br /&#62;
Dad: 'Good things are happening' after Fort Bragg video&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/US/04/29/bragg.barracks/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/US/04/29/bragg.barracks/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Saudi Prince Orders Crackdown On Flirting&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/04/29/world/main4055157.shtml?source=RSSattr=HOME_4055157&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/04/29/world/main4055157.shtml?source=RSSattr=HOME_4055157&#60;/a&#62;&#60;br /&#62;
The passion of John Cusack&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/SHOWBIZ/Movies/04/29/john.cusack/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/SHOWBIZ/Movies/04/29/john.cusack/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Boost Your Memory, Become Smarter?&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/04/28/health/webmd/main4052528.shtml?source=RSSattr=HOME_4052528&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/04/28/health/webmd/main4052528.shtml?source=RSSattr=HOME_4052528&#60;/a&#62;&#60;br /&#62;
Paris rat-catchers tackle rodents&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/europe/7373998.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/europe/7373998.stm&#60;/a&#62;&#60;br /&#62;
You may now kick the bride&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/CRIME/04/29/newlywed.brawl.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/CRIME/04/29/newlywed.brawl.ap/index.html?eref=rss_topstories&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-79</link>
			<pubDate>Wed, 28 Jan 2009 03:53:56 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">79@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;k2-RC7-revision-746-2009-01-23.zip&#60;br /&#62;
&#60;a href=&#34;http://getk2.com/nightly/k2-RC7-revision-746-2009-01-23.zip&#34; rel=&#34;nofollow&#34;&#62;http://getk2.com/nightly/k2-RC7-revision-746-2009-01-23.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Updated/Replaced changed files:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Changed paths:&#60;br /&#62;
   M /trunk/app/classes/k2.php&#60;br /&#62;
   M /trunk/app/classes/options.php&#60;br /&#62;
   M /trunk/app/classes/sbm.php&#60;br /&#62;
   M /trunk/app/display/options.php&#60;br /&#62;
   A /trunk/app/includes/comments.php&#60;br /&#62;
   M /trunk/app/includes/display.php&#60;br /&#62;
   M /trunk/app/includes/info.php&#60;br /&#62;
   M /trunk/app/includes/pluggable.php&#60;br /&#62;
   M /trunk/app/includes/wp-compat.php&#60;/p&#62;
&#60;p&#62;   M /trunk/css/options.css&#60;/p&#62;
&#60;p&#62;   M /trunk/comments.php&#60;br /&#62;
   M /trunk/functions.php&#60;br /&#62;
   M /trunk/header.php&#60;br /&#62;
   M /trunk/page-archives.php&#60;br /&#62;
   M /trunk/page.php&#60;br /&#62;
   M /trunk/rollingarchive.php&#60;br /&#62;
   M /trunk/single.php&#60;br /&#62;
   M /trunk/style.css&#60;br /&#62;
   M /trunk/theloop.php&#60;/p&#62;
&#60;p&#62;   D /trunk/js/gzip-header-js.php&#60;br /&#62;
   A /trunk/js/jquery.dimensions.js&#60;br /&#62;
   D /trunk/js/jquery.dimensions.js.php&#60;br /&#62;
   A /trunk/js/jquery.easing.js&#60;br /&#62;
   D /trunk/js/jquery.easing.js.php&#60;br /&#62;
   A /trunk/js/jquery.humanmsg.js&#60;br /&#62;
   D /trunk/js/jquery.humanmsg.js.php&#60;br /&#62;
   A /trunk/js/jquery.humanundo.js&#60;br /&#62;
   D /trunk/js/jquery.humanundo.js.php&#60;br /&#62;
   A /trunk/js/jquery.interface.js&#60;br /&#62;
   D /trunk/js/jquery.interface.js.php&#60;br /&#62;
   A /trunk/js/jquery.js&#60;br /&#62;
   D /trunk/js/jquery.js.php&#60;br /&#62;
   A /trunk/js/k2.functions.js&#60;br /&#62;
   D /trunk/js/k2.functions.js.php&#60;br /&#62;
   A /trunk/js/k2.livesearch.js&#60;br /&#62;
   D /trunk/js/k2.livesearch.js.php&#60;br /&#62;
   A /trunk/js/k2.rollingarchives.js&#60;br /&#62;
   D /trunk/js/k2.rollingarchives.js.php&#60;br /&#62;
   A /trunk/js/k2.sbm.js&#60;br /&#62;
   D /trunk/js/k2.sbm.js.php&#60;br /&#62;
   A /trunk/js/k2.slider.js&#60;br /&#62;
   D /trunk/js/k2.slider.js.php&#60;br /&#62;
   A /trunk/js/k2.trimmer.js&#60;br /&#62;
   D /trunk/js/k2.trimmer.js.php&#60;/p&#62;
&#60;p&#62;Fixes:&#60;br /&#62;
* Issue 650: Added user customizable post meta&#60;br /&#62;
* Issue 625: Added option to disable JavaScript animations&#60;br /&#62;
* Issue 745: initial fix for nested comment background&#60;br /&#62;
* Issue 709: Added template_entry_head and template_entry_foot actions&#60;br /&#62;
* Issue 744: added error checking in get_style_data&#60;/p&#62;
&#60;p&#62;Changes:&#60;br /&#62;
* header menu is now a pluggable function&#60;br /&#62;
* Asides now look like asides.&#60;br /&#62;
* Removed forced gzip compression of javascript files.
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 10"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=29#post-78</link>
			<pubDate>Sat, 24 Jan 2009 23:41:35 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">78@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total Links: 1060&#60;/p&#62;
&#60;p&#62;Windows 7 beta download deadline extended - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/24/windows-7-beta-download-deadline-extended/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/24/windows-7-beta-download-deadline-extended/&#60;/a&#62;&#60;br /&#62;
This week in open source: GTK+, Evolution, Android&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090124-this-week-in-open-source-gtk-evolution-android.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090124-this-week-in-open-source-gtk-evolution-android.html&#60;/a&#62;&#60;br /&#62;
The truth about RIAA lawsuits: A look at the Joel Tenenbaum case&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16739.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16739.cfm&#60;/a&#62;&#60;br /&#62;
This week in Apple: cussing on the iPhone, iWork trojan, and S...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090124-this-week-in-apple-cussing-on-the-iphone-iwork-trojan-and-steve-jobs-again.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090124-this-week-in-apple-cussing-on-the-iphone-iwork-trojan-and-steve-jobs-again.html&#60;/a&#62;&#60;br /&#62;
The week in Microsoft: the media finds out about Windows 7&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090124-the-week-in-microsoft-general-media-finds-out-about-windows-7.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090124-the-week-in-microsoft-general-media-finds-out-about-windows-7.html&#60;/a&#62;&#60;br /&#62;
Kay Yow, North Carolina State University women&#38;#39;s basketball co...&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4394147/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4394147/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Bolivia nationalises energy firm&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7848615.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7848615.stm&#60;/a&#62;&#60;br /&#62;
Wired.com discovers Google Docs flaw, but that&#38;#39;s not the only ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Wiredcom_discovers_Google_Docs_flaw_but_thats_not_the_only_one/1232751123&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Wiredcom_discovers_Google_Docs_flaw_but_thats_not_the_only_one/1232751123&#60;/a&#62;&#60;br /&#62;
The Best Government Tech of the Bush Years &#124; Epicenter from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/the-best-techno.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/the-best-techno.html&#60;/a&#62;&#60;br /&#62;
White House Tech More Tired Than Wired &#124; Gadget Lab from Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/wired-or-tired.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/wired-or-tired.html&#60;/a&#62;&#60;br /&#62;
Your multitouch update: Apple: &#38;quot;Grr.&#38;quot; Palm: &#38;quot;GRR.&#38;quot; &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Your_multitouch_update_Apple_Grr_Palm_GRR/1232753750&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Your_multitouch_update_Apple_Grr_Palm_GRR/1232753750&#60;/a&#62;&#60;br /&#62;
Installing Windows 7 on a Mac - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/installing-windows-7-on-a-mac/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/installing-windows-7-on-a-mac/&#60;/a&#62;&#60;br /&#62;
Europe&#38;#39;s Sexy New Gravity Satellite &#124; Wired Science from Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/goce-sat.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/goce-sat.html&#60;/a&#62;&#60;br /&#62;
World&#38;#39;s Fastest Car Goes Electric &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/01/worlds-fastest.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/01/worlds-fastest.html&#60;/a&#62;&#60;br /&#62;
Last.fm Arrives on Google-Powered Cellphones &#124; Epicenter from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/lastfm-arrives.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/lastfm-arrives.html&#60;/a&#62;&#60;br /&#62;
Living Bath Mat Feeds Off You and Your Bath Water&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/green-living/living-bath-mat-feeds-off-you-bath-water/6464&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/green-living/living-bath-mat-feeds-off-you-bath-water/6464&#60;/a&#62;&#60;br /&#62;
Create PDF from web pages in Chrome, Opera, or on your iPhone ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/create-pdf-from-web-pages-in-chrome-opera-or-on-your-iphone/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/create-pdf-from-web-pages-in-chrome-opera-or-on-your-iphone/&#60;/a&#62;&#60;br /&#62;
Destroy all the blocks in DBlocks 2 - Time Waster - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/destroy-all-the-blocks-in-dblocks-2-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/destroy-all-the-blocks-in-dblocks-2-time-waster/&#60;/a&#62;&#60;br /&#62;
O&#38;amp;O DiskImage offers powerful cloning features for 64-bit Wind...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/oando-diskimage-offers-powerful-cloning-features-for-64-bit-window/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/oando-diskimage-offers-powerful-cloning-features-for-64-bit-window/&#60;/a&#62;&#60;br /&#62;
Ubuntu 8.04.2 LTS released - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/ubuntu-8-04-2-lts-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/ubuntu-8-04-2-lts-released/&#60;/a&#62;&#60;br /&#62;
Last.fm launches Android client - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/last-fm-launches-android-client/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/last-fm-launches-android-client/&#60;/a&#62;&#60;br /&#62;
Windows 7 beta help files are still a work in progress - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/23/windows-7-beta-help-files-are-still-a-work-in-progress/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/23/windows-7-beta-help-files-are-still-a-work-in-progress/&#60;/a&#62;&#60;br /&#62;
Google cuts the ribbon on its AJAX Playground &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_cuts_the_ribbon_on_its_AJAX_Playground/1232729790&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_cuts_the_ribbon_on_its_AJAX_Playground/1232729790&#60;/a&#62;&#60;br /&#62;
The Plot to Kill Google&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/it/magazine/17-02/ff_killgoogle&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/it/magazine/17-02/ff_killgoogle&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Solar Eclipse to Cause &#38;#39;Counterfeit Twilight&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090123-ns-solar-eclipse.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090123-ns-solar-eclipse.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- NASA Sees Far Side of the Sun&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090123-sun-far-side.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090123-sun-far-side.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- What Happens When Satellites Fall&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/businesstechnology/090123-falling-satellites.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/businesstechnology/090123-falling-satellites.html&#60;/a&#62;&#60;br /&#62;
&#38;#39;The Source&#38;#39; stores go up for auction&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16731.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16731.cfm&#60;/a&#62;&#60;br /&#62;
Different Types of Touch Screens in Mobile Phones &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/23/different-types-of-touch-screens-in-mobile-phones&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/23/different-types-of-touch-screens-in-mobile-phones&#60;/a&#62;&#60;br /&#62;
Netbook sales are up, but do users actually like them?: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/netbook-user-satisfaction.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/netbook-user-satisfaction.ars&#60;/a&#62;&#60;br /&#62;
25 years of Macintosh: Ars Technica&#38;#39;s favorite Mac moments: Pa...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/25-years-of-macintosh.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/25-years-of-macintosh.ars&#60;/a&#62;&#60;br /&#62;
Ubuntu Unleashed: Ubuntu 8.04.2 LTS released&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2009/01/ubuntu-8042-lts-released.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2009/01/ubuntu-8042-lts-released.html&#60;/a&#62;&#60;br /&#62;
Vista sales, Windows 7 should be good news for 64-bit computin...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/vista-sales-windows-7-should-be-good-news-for-64-bit-computing/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/vista-sales-windows-7-should-be-good-news-for-64-bit-computing/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Mexico to rethink death penalty&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7846249.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7846249.stm&#60;/a&#62;&#60;br /&#62;
Even porn can’t keep a Playboy’s pockets lined&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090122-even-porn-cant-keep-a-playboys-pockets-lined.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090122-even-porn-cant-keep-a-playboys-pockets-lined.html&#60;/a&#62;&#60;br /&#62;
Photo Confirms Obama Has Presidential BlackBerry &#124; Gadget Lab ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/post-2.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/post-2.html&#60;/a&#62;&#60;br /&#62;
Pirate to pwned with Apple&#38;#39;s iWork &#38;#39;09 &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Pirate_to_pwned_with_Apples_iWork_09/1232665529&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Pirate_to_pwned_with_Apples_iWork_09/1232665529&#60;/a&#62;&#60;br /&#62;
N.C. State researchers studying bird flights near airports :: ...&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4381880/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4381880/&#60;/a&#62;&#60;br /&#62;
Surprise, Mac users! Pirated iWork download contains a trojan ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/surprise-mac-users-pirated-iwork-download-contains-a-trojan/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/surprise-mac-users-pirated-iwork-download-contains-a-trojan/&#60;/a&#62;&#60;br /&#62;
Make Your Own USB Stick - Video - Wired&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/video/latest-videos/latest/1815816633/make-your-own-usb-stick/8699248001&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/video/latest-videos/latest/1815816633/make-your-own-usb-stick/8699248001&#60;/a&#62;&#60;br /&#62;
Coming soon: Internet Explorer 8 RC1 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/coming-soon-internet-explorer-8-rc1/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/coming-soon-internet-explorer-8-rc1/&#60;/a&#62;&#60;br /&#62;
Portable QTWeb is a privacy enhanced web browser - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/portable-qtweb-is-a-privacy-enhanced-web-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/portable-qtweb-is-a-privacy-enhanced-web-browser/&#60;/a&#62;&#60;br /&#62;
Don&#38;#39;t snag your ball on the spikes in Scriball - Time Waster -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/dont-snag-your-ball-on-the-spikes-in-scriball-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/dont-snag-your-ball-on-the-spikes-in-scriball-time-waster/&#60;/a&#62;&#60;br /&#62;
CCleaner adds another C: Chrome cleanup - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/ccleaner-adds-another-c-chrome-cleanup/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/ccleaner-adds-another-c-chrome-cleanup/&#60;/a&#62;&#60;br /&#62;
How to remove Windows 7 Send Feedback, Watermark text - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/22/how-to-remove-windows-7-send-feedback-watermark-text/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/22/how-to-remove-windows-7-send-feedback-watermark-text/&#60;/a&#62;&#60;br /&#62;
Google Docs Design Flaw May Fool You Into Making Your Docs Edi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/google-docs-des.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/google-docs-des.html&#60;/a&#62;&#60;br /&#62;
Jan. 22, 1997: Heads Up, Lottie! It&#38;#39;s Space Junk!&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2009/01/dayintech_0122&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2009/01/dayintech_0122&#60;/a&#62;&#60;br /&#62;
Top 5 Most Extreme Exoplanets &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/top-exoplanets.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/top-exoplanets.html&#60;/a&#62;&#60;br /&#62;
ECU student arrested in snowball fight :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4377290/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4377290/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Human Spaceflight Should Drive Evolution&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090122-am-human-spaceflight-evolution.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090122-am-human-spaceflight-evolution.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Report: Russia Says No Space Station Tourist Flig...&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/090122-russia-space-station-tourists.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/090122-russia-space-station-tourists.html&#60;/a&#62;&#60;br /&#62;
Obama &#38;#39;to get spy-proof smartphone&#38;#39; - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/POLITICS/01/22/obama.blackberry/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/POLITICS/01/22/obama.blackberry/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Obama retakes oath of office after Roberts&#38;#39; mistake - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/POLITICS/01/21/obama.oath/index.html#cnnSTCOther1?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/POLITICS/01/21/obama.oath/index.html#cnnSTCOther1?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Business &#124; Fast bucks: how Porsche made billions&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/business/7843262.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/business/7843262.stm&#60;/a&#62;&#60;br /&#62;
Paradigms lost: The Windows 7 Taskbar versus the OS X Dock: Pa...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/dock-and-windows-7-taskbar.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/dock-and-windows-7-taskbar.ars&#60;/a&#62;&#60;br /&#62;
Microsoft sees profits fall, starts layoffs&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090122-microsoft-sees-profits-fall-starts-layoffs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090122-microsoft-sees-profits-fall-starts-layoffs.html&#60;/a&#62;&#60;br /&#62;
An odd choice to help government with open source strategy&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090122-an-odd-choice-to-help-government-with-open-source-strategy.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090122-an-odd-choice-to-help-government-with-open-source-strategy.html&#60;/a&#62;&#60;br /&#62;
Britannica opens up, aims the &#38;quot;literary canon&#38;quot; at Wikipedia&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090122-britannica-to-grind-wikipedia-beneath-its-heel-woth-small-moves-toward-openness.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090122-britannica-to-grind-wikipedia-beneath-its-heel-woth-small-moves-toward-openness.html&#60;/a&#62;&#60;br /&#62;
YouTube to allow Big Media to bring own ads, take on Hulu&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090122-youtube-to-allow-big-media-to-bring-own-ads-take-on-hulu.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090122-youtube-to-allow-big-media-to-bring-own-ads-take-on-hulu.html&#60;/a&#62;&#60;br /&#62;
Polymer brings printable circuitry closer to reality&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090122-polymer-brings-printable-circuitry-moves-closer-to-reality.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090122-polymer-brings-printable-circuitry-moves-closer-to-reality.html&#60;/a&#62;&#60;br /&#62;
Obama and Roberts Try the Presidential Oath of Office Again - ...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/01/22/us/politics/22oath.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/01/22/us/politics/22oath.html&#60;/a&#62;&#60;br /&#62;
Moving the goalposts — Anne’s Weblog&#60;br /&#62;
&#60;a href=&#34;http://annevankesteren.nl/2009/01/moving-the-goalposts&#34; rel=&#34;nofollow&#34;&#62;http://annevankesteren.nl/2009/01/moving-the-goalposts&#60;/a&#62;&#60;br /&#62;
Mark Shuttleworth » Blog Archive » Commercial access to space ...&#60;br /&#62;
&#60;a href=&#34;http://www.markshuttleworth.com/archives/261&#34; rel=&#34;nofollow&#34;&#62;http://www.markshuttleworth.com/archives/261&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Watch videos right in Gmail chat&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2009/01/watch-videos-right-in-gmail-chat.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2009/01/watch-videos-right-in-gmail-chat.html&#60;/a&#62;&#60;br /&#62;
Fear of Google grows in advertisers, regulators&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-microsoft-funded-survey-drives-ad-competition-point-home.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-microsoft-funded-survey-drives-ad-competition-point-home.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Cream &#38;#39;could stop genital herpes&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7843138.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7843138.stm&#60;/a&#62;&#60;br /&#62;
IPhone: Dude Fiddles With iPhone Despite Having Best Seat in t...&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5136162/dude-fiddles-with-iphone-despite-having-best-seat-in-the-house-at-obama-inauguration&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5136162/dude-fiddles-with-iphone-despite-having-best-seat-in-the-house-at-obama-inauguration&#60;/a&#62;&#60;br /&#62;
Hacked Windows Mobile 6.5 beta hits the web - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/21/hacked-windows-mobile-6-5-beta-hits-the-web/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/21/hacked-windows-mobile-6-5-beta-hits-the-web/&#60;/a&#62;&#60;br /&#62;
Supreme Court lets online porn filtration law expire &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Supreme_Court_lets_online_porn_filtration_law_expire/1232578244&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Supreme_Court_lets_online_porn_filtration_law_expire/1232578244&#60;/a&#62;&#60;br /&#62;
Apple Still Oblivious to Netbook Opportunity &#124; Gadget Lab from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/apple-still-thi.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/apple-still-thi.html&#60;/a&#62;&#60;br /&#62;
IEBlog : Yes, we did...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/01/21/yes-we-did.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/01/21/yes-we-did.aspx&#60;/a&#62;&#60;br /&#62;
Say Good Bye to Firefox 2 Phishing Protection&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/say-good-bye-to-firefox-2-phishing-protection/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/say-good-bye-to-firefox-2-phishing-protection/&#60;/a&#62;&#60;br /&#62;
Raleigh-Durham led nation in inauguration viewers :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4369696/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4369696/&#60;/a&#62;&#60;br /&#62;
WiSci Tweets Live from a Monterey Bay Research Boat &#124; Wired Sc...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/liveboat.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/liveboat.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; &#38;#39;Polite&#38;#39; Britons died on Titanic&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7843154.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7843154.stm&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Super-Neptune Planet Found&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090121-super-neptune.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090121-super-neptune.html&#60;/a&#62;&#60;br /&#62;
Want more out of CSS 3? - CSS3 . Info&#60;br /&#62;
&#60;a href=&#34;http://www.css3.info/want-more-out-of-css-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/want-more-out-of-css-3/&#60;/a&#62;&#60;br /&#62;
Seagate confronts an overflow of bricked hard drives &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Seagate_confronts_an_overflow_of_bricked_hard_drives/1232564973&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Seagate_confronts_an_overflow_of_bricked_hard_drives/1232564973&#60;/a&#62;&#60;br /&#62;
Conficker, Downadup, Kido: A skunk by any other name &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Conficker_Downadup_Kido_A_skunk_by_any_other_name/1232565761&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Conficker_Downadup_Kido_A_skunk_by_any_other_name/1232565761&#60;/a&#62;&#60;br /&#62;
Hard times all around for radio: Pandora adds commercials&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-hard-times-all-around-for-radio-pandora-adds-commercials.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-hard-times-all-around-for-radio-pandora-adds-commercials.html&#60;/a&#62;&#60;br /&#62;
Warming in Antarctica Looks Certain - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/01/22/science/earth/22climate.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/01/22/science/earth/22climate.html&#60;/a&#62;&#60;br /&#62;
Zoho prepares for an exodus of former Google Notebook users &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Zoho_prepares_for_an_exodus_of_former_Google_Notebook_users/1232569435&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Zoho_prepares_for_an_exodus_of_former_Google_Notebook_users/1232569435&#60;/a&#62;&#60;br /&#62;
Commercials Come to Pandora Internet Radio &#124; Epicenter from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/in-stream-ads-c.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/in-stream-ads-c.html&#60;/a&#62;&#60;br /&#62;
TabCloser closes all Firefox tabs from a single domain - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/21/tabcloser-closes-all-firefox-tabs-from-a-single-domain/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/21/tabcloser-closes-all-firefox-tabs-from-a-single-domain/&#60;/a&#62;&#60;br /&#62;
10 years later, COPA internet censorship law is finally dead -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/21/10-years-later-copa-internet-censorship-law-is-finally-dead/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/21/10-years-later-copa-internet-censorship-law-is-finally-dead/&#60;/a&#62;&#60;br /&#62;
Thwart password-hungry keyloggers with a Greasemonkey script -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/21/thwart-password-hungry-keyloggers-with-a-greasemonkey-script/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/21/thwart-password-hungry-keyloggers-with-a-greasemonkey-script/&#60;/a&#62;&#60;br /&#62;
EFF asks for public&#38;#39;s help in fighting against locked phones &#124;...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/EFF_asks_for_publics_help_in_fighting_against_locked_phones/1232556049&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/EFF_asks_for_publics_help_in_fighting_against_locked_phones/1232556049&#60;/a&#62;&#60;br /&#62;
Please leave the DTV deadline at February 17, begs Qualcomm &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Please_leave_the_DTV_deadline_at_February_17_begs_Qualcomm/1232554654&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Please_leave_the_DTV_deadline_at_February_17_begs_Qualcomm/1232554654&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Engineering Breakthrough May Make Possible &#38;#39;Spac...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,480887,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,480887,00.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Supreme Court Kills Internet Pornography Law - S...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,481131,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,481131,00.html&#60;/a&#62;&#60;br /&#62;
Ten years of futility: COPA finally, truly dead&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-ten-years-of-futility-copa-finally-truly-dead.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-ten-years-of-futility-copa-finally-truly-dead.html&#60;/a&#62;&#60;br /&#62;
Hours Into Office, Obama Chafes At Bubble, Washington Post: Lo...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/01/21/politics/washingtonpost/main4743158.shtml?source=RSSattr=HOME_4743158&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/01/21/politics/washingtonpost/main4743158.shtml?source=RSSattr=HOME_4743158&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Outer planets choice is nar...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7842254.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7842254.stm&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Satellite Imagery Shows Inauguration from Space ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,481130,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,481130,00.html&#60;/a&#62;&#60;br /&#62;
Mono 2.2 may overtake .NET in some critical categories &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mono_22_may_overtake_NET_in_some_critical_categories/1232551276&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mono_22_may_overtake_NET_in_some_critical_categories/1232551276&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Windows worm trickery for Vista&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7842013.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7842013.stm&#60;/a&#62;&#60;br /&#62;
Swedish file sharers&#38;#39; privacy in jeopardy&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16709.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16709.cfm&#60;/a&#62;&#60;br /&#62;
Mozilla Wants to Start Watching Where You Click &#124; Epicenter fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/mozilla-wants-t.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/mozilla-wants-t.html&#60;/a&#62;&#60;br /&#62;
How Canadian ISPs throttle the Internet&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-how-canadian-isps-throttle-the-internet.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-how-canadian-isps-throttle-the-internet.html&#60;/a&#62;&#60;br /&#62;
Sony and the &#38;quot;ten-year&#38;quot; console: a look at the argument: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/sony-ten-year-plan.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/sony-ten-year-plan.ars&#60;/a&#62;&#60;br /&#62;
Intel toys with running a datacenter on solar power&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-intel-adds-solar-to-their-new-mexico-test-center.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-intel-adds-solar-to-their-new-mexico-test-center.html&#60;/a&#62;&#60;br /&#62;
SMIL animation and 3D canvas library for Firefox&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-smil-animation-and-3d-canvas-library-for-firefox.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-smil-animation-and-3d-canvas-library-for-firefox.html&#60;/a&#62;&#60;br /&#62;
Red Hat version 5.3 released &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-263102.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-263102.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Who Applies to College: Parent or Child? - Motherlode Blog - N...&#60;br /&#62;
&#60;a href=&#34;http://parenting.blogs.nytimes.com/2009/01/21/who-applies-to-college-parent-or-child/&#34; rel=&#34;nofollow&#34;&#62;http://parenting.blogs.nytimes.com/2009/01/21/who-applies-to-college-parent-or-child/&#60;/a&#62;&#60;br /&#62;
Verizon does 180, says it now supports a DTV delay&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090121-verizon-does-180-says-it-now-supports-a-dtv-delay.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090121-verizon-does-180-says-it-now-supports-a-dtv-delay.html&#60;/a&#62;&#60;br /&#62;
The White House Website: Today Vs. When Bush Took Office&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5135581/the-white-house-website-today-vs-when-bush-took-office&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5135581/the-white-house-website-today-vs-when-bush-took-office&#60;/a&#62;&#60;br /&#62;
LG shows off plasma TV with one billion-to-one contrast ratio&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16703.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16703.cfm&#60;/a&#62;&#60;br /&#62;
Inside the GPS Revolution: 10 Applications That Make the Most ...&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/wireless/magazine/17-02/lp_10coolapps&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/wireless/magazine/17-02/lp_10coolapps&#60;/a&#62;&#60;br /&#62;
I Am Here: One Man&#38;#39;s Experiment With the Location-Aware Lifestyle&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/wireless/magazine/17-02/lp_guineapig&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/wireless/magazine/17-02/lp_guineapig&#60;/a&#62;&#60;br /&#62;
Forestle eco-friendly search engine returns via Yahoo&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-forestle-eco-friendly-search-engine-returns-via-yahoo.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-forestle-eco-friendly-search-engine-returns-via-yahoo.html&#60;/a&#62;&#60;br /&#62;
Twingly launches microblog search engine - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/twingly-launches-microblog-search-engine/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/twingly-launches-microblog-search-engine/&#60;/a&#62;&#60;br /&#62;
New president means new look, features for whitehouse.gov&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-new-president-means-new-look-features-for-whitehouse-gov.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-new-president-means-new-look-features-for-whitehouse-gov.html&#60;/a&#62;&#60;br /&#62;
The Web marches on, on Inauguration Day &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/The_Web_marches_on_on_Inauguration_Day/1232483211&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/The_Web_marches_on_on_Inauguration_Day/1232483211&#60;/a&#62;&#60;br /&#62;
Mozilla Test Pilot program will solicit anonymous user data - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/mozilla-test-pilot-program-will-solicit-anonymous-user-data/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/mozilla-test-pilot-program-will-solicit-anonymous-user-data/&#60;/a&#62;&#60;br /&#62;
iGoogle for iPhone and G1 browsers down &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/iGoogle_for_iPhone_and_G1_browsers_down/1232488341&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/iGoogle_for_iPhone_and_G1_browsers_down/1232488341&#60;/a&#62;&#60;br /&#62;
Lavasoft releases 10th anniversary edition of AdAware - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/lavasoft-releases-10th-anniversary-edition-of-adaware/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/lavasoft-releases-10th-anniversary-edition-of-adaware/&#60;/a&#62;&#60;br /&#62;
Malware infestation responsible for credit card data breach&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-malware-infestation-responsible-for-credit-card-data-breach.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-malware-infestation-responsible-for-credit-card-data-breach.html&#60;/a&#62;&#60;br /&#62;
Installers and updates crashing in Windows 7? Here&#38;#39;s your fix....&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/installers-and-updates-crashing-in-windows-7-heres-your-fix/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/installers-and-updates-crashing-in-windows-7-heres-your-fix/&#60;/a&#62;&#60;br /&#62;
Obama Inauguration shines on Linux too with Moonlight&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-obama-inauguration-shines-on-linux-too-with-moonlight.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-obama-inauguration-shines-on-linux-too-with-moonlight.html&#60;/a&#62;&#60;br /&#62;
Give your brain an electric shock, learn stuff faster&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-give-your-brain-an-electric-shock-learn-something-new.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-give-your-brain-an-electric-shock-learn-something-new.html&#60;/a&#62;&#60;br /&#62;
Keep vehicle traffic flowing (or not) in Crash - Time Waster -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/keep-vehicle-traffic-flowing-or-not-in-crash-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/keep-vehicle-traffic-flowing-or-not-in-crash-time-waster/&#60;/a&#62;&#60;br /&#62;
Bush leaves behind a mixed technology legacy &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-262935.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-262935.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Glitch Forces Telecommunications Satellite to Spa...&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/090120-dead-satellite.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/090120-dead-satellite.html&#60;/a&#62;&#60;br /&#62;
Tracing the memory leak: Is it Firefox 3? &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Tracing_the_memory_leak_Is_it_Firefox_3/1232465052&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Tracing_the_memory_leak_Is_it_Firefox_3/1232465052&#60;/a&#62;&#60;br /&#62;
LastPass now handles logins and form filling in any browser - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/lastpass-now-handles-logins-and-form-filling-in-any-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/lastpass-now-handles-logins-and-form-filling-in-any-browser/&#60;/a&#62;&#60;br /&#62;
Mobile Firefox demonstrated on Linux-powered E-Ink display&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-mobile-firefox-demonstrated-on-linux-powered-e-ink-display.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-mobile-firefox-demonstrated-on-linux-powered-e-ink-display.html&#60;/a&#62;&#60;br /&#62;
Ad-Aware, at 10, rolls out its leaner, meaner Anniversary Edit...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/AdAware_at_10_rolls_out_its_leaner_meaner_Anniversary_Editions/1232466542&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/AdAware_at_10_rolls_out_its_leaner_meaner_Anniversary_Editions/1232466542&#60;/a&#62;&#60;br /&#62;
How to browse the iTunes store without installing iTunes - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/20/how-to-browse-the-itunes-store-without-installing-itunes/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/20/how-to-browse-the-itunes-store-without-installing-itunes/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Inauguration Crowd May Crash Cell-Phone Networks...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,480859,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,480859,00.html&#60;/a&#62;&#60;br /&#62;
Barack Obama&#38;#39;s Inaugural Address, Barack Obama&#38;#39;s Historic Addr...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/01/20/national/inauguration09/main4737816.shtml?source=RSSattr=HOME_4737816&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/01/20/national/inauguration09/main4737816.shtml?source=RSSattr=HOME_4737816&#60;/a&#62;&#60;br /&#62;
AMD&#38;#39;s new &#38;quot;Fusion&#38;quot; reboot: can diversity save Moore&#38;#39;s Law?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090120-amds-fusion-rebranding.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090120-amds-fusion-rebranding.html&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Top Windows 7 Quotes&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/01/20/top-windows-7-quotes.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/01/20/top-windows-7-quotes.aspx&#60;/a&#62;&#60;br /&#62;
Snow falling in N.C.; Storm could shift :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4349853/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4349853/&#60;/a&#62;&#60;br /&#62;
The birth, death, and rebirth of the Ghostbusters game: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/ghostbusters-history.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/ghostbusters-history.ars&#60;/a&#62;&#60;br /&#62;
Google Knol six months later: Wikipedia need not worry&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090119-google-knol-six-months-later-wikipedia-need-not-worry.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090119-google-knol-six-months-later-wikipedia-need-not-worry.html&#60;/a&#62;&#60;br /&#62;
The Internet writes an inaugural address for Obama&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090119-the-internet-writes-an-inaugural-address-for-obama.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090119-the-internet-writes-an-inaugural-address-for-obama.html&#60;/a&#62;&#60;br /&#62;
Planes: Flight Simulation of the Hudson River Waterlanding&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5134226/flight-simulation-of-the-hudson-river-waterlanding&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5134226/flight-simulation-of-the-hudson-river-waterlanding&#60;/a&#62;&#60;br /&#62;
Bush Family to Leave Many Treasured Items Inside White House &#124;...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/politics/2009/01/16/bush-family-leave-treasured-items-inside-white-house/&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/politics/2009/01/16/bush-family-leave-treasured-items-inside-white-house/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- How Massive Stars Form: Simple Solution Found&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090119-mm-massive-stars.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090119-mm-massive-stars.html&#60;/a&#62;&#60;br /&#62;
Find freeware versions of commercial apps with Last Freeware V...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/find-freeware-versions-of-commercial-apps-with-last-freeware-ver/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/find-freeware-versions-of-commercial-apps-with-last-freeware-ver/&#60;/a&#62;&#60;br /&#62;
YouTube begins adding download links on select videos - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/youtube-begins-adding-download-links-on-select-videos/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/youtube-begins-adding-download-links-on-select-videos/&#60;/a&#62;&#60;br /&#62;
WebKit optimized iGoogle gets canned - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/webkit-optimized-igoogle-gets-canned/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/webkit-optimized-igoogle-gets-canned/&#60;/a&#62;&#60;br /&#62;
Tweetie 1.2 introduces PEE to the iPhone - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/tweetie-1-2-introduces-pee-to-the-iphone/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/tweetie-1-2-introduces-pee-to-the-iphone/&#60;/a&#62;&#60;br /&#62;
1link.in: multiple links in one short url - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/1link-in-multiple-links-in-one-short-url/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/1link-in-multiple-links-in-one-short-url/&#60;/a&#62;&#60;br /&#62;
Free GizmoDrive is an excellent virtual CD, DVD, and HDD app -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/free-gizmodrive-is-an-excellent-virtual-cd-dvd-and-hdd-app/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/free-gizmodrive-is-an-excellent-virtual-cd-dvd-and-hdd-app/&#60;/a&#62;&#60;br /&#62;
European regulators could force Microsoft to unbundle Internet...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/european-regulators-could-force-microsoft-to-unbundle-internet-e/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/european-regulators-could-force-microsoft-to-unbundle-internet-e/&#60;/a&#62;&#60;br /&#62;
Is Google working on an official GDrive for cloud storage? - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/is-google-working-on-an-official-gdrive-for-cloud-storage/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/is-google-working-on-an-official-gdrive-for-cloud-storage/&#60;/a&#62;&#60;br /&#62;
Monitor and close inactive Windows tasks with JustCloseSomeTas...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/monitor-and-close-inactive-windows-tasks-with-justclosesometasks/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/monitor-and-close-inactive-windows-tasks-with-justclosesometasks/&#60;/a&#62;&#60;br /&#62;
Ask DLS: how much does a sub-30 second boot matter to you? - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/19/ask-dls-how-much-does-a-sub-30-second-boot-matter-to-you/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/19/ask-dls-how-much-does-a-sub-30-second-boot-matter-to-you/&#60;/a&#62;&#60;br /&#62;
Special Ops: How to move a president in a few hours - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/POLITICS/01/19/obama.move/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/POLITICS/01/19/obama.move/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Secret Service countersnipers hunt for real snipers - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/US/01/19/sniper.training/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/US/01/19/sniper.training/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
The EC&#38;#39;s latest objection: Is it time to unbundle IE from Wind...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/The_ECs_latest_objection_Is_it_time_to_unbundle_IE_from_Windows/1232383271&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/The_ECs_latest_objection_Is_it_time_to_unbundle_IE_from_Windows/1232383271&#60;/a&#62;&#60;br /&#62;
YouTube opens beta of TV-maximized site &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/YouTube_opens_beta_of_TVmaximized_site/1232130186&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/YouTube_opens_beta_of_TVmaximized_site/1232130186&#60;/a&#62;&#60;br /&#62;
Report: Verizon to launch femtocell extender this month &#124; Beta...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Report_Verizon_to_launch_femtocell_extender_this_month/1232381110&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Report_Verizon_to_launch_femtocell_extender_this_month/1232381110&#60;/a&#62;&#60;br /&#62;
Betanews Alpha is now on RSS &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Betanews_Alpha_is_now_on_RSS/1232388223&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Betanews_Alpha_is_now_on_RSS/1232388223&#60;/a&#62;&#60;br /&#62;
Sun VirtualBox may be the only way to test Windows Server 2008...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Sun_VirtualBox_may_be_the_only_way_to_test_Windows_Server_2008_R2/1232396544&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Sun_VirtualBox_may_be_the_only_way_to_test_Windows_Server_2008_R2/1232396544&#60;/a&#62;&#60;br /&#62;
Has the Firefox memory leak returned? &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Has_the_Firefox_memory_leak_returned/1232401133&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Has_the_Firefox_memory_leak_returned/1232401133&#60;/a&#62;&#60;br /&#62;
Darn that pesky euro! RSS feed problem traced to currency char...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Darn_that_pesky_euro_RSS_feed_problem_traced_to_currency_character/1232403208&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Darn_that_pesky_euro_RSS_feed_problem_traced_to_currency_character/1232403208&#60;/a&#62;&#60;br /&#62;
Laserdisc is dead&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16681.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16681.cfm&#60;/a&#62;&#60;br /&#62;
Dish Network adds 1080p programming to IP-DVR&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16692.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16692.cfm&#60;/a&#62;&#60;br /&#62;
RIAA fights to keep laywers off-camera in P2P case&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16694.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16694.cfm&#60;/a&#62;&#60;br /&#62;
Valve speaks out about piracy&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16695.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16695.cfm&#60;/a&#62;&#60;br /&#62;
YouTube begins experimenting with downloadable videos&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090118-youtube-begins-experimenting-with-downloadable-videos.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090118-youtube-begins-experimenting-with-downloadable-videos.html&#60;/a&#62;&#60;br /&#62;
Building desktop Linux applications with JavaScript: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/javascript-gtk-bindings.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/javascript-gtk-bindings.ars&#60;/a&#62;&#60;br /&#62;
Watch the 2009 Presidential Inauguration without a TV&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090119-follow-the-2009-presidential-inauguration-without-a-tv.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090119-follow-the-2009-presidential-inauguration-without-a-tv.html&#60;/a&#62;&#60;br /&#62;
New malware scam claims Obama to resign. Hint: It&#38;#39;s not true&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090119-new-malware-scam-claims-obama-to-resign-hint-its-not-true.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090119-new-malware-scam-claims-obama-to-resign-hint-its-not-true.html&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : Engineering the Windows 7 “Windows Exp...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2009/01/19/engineering-the-windows-7-windows-experience-index.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2009/01/19/engineering-the-windows-7-windows-experience-index.aspx&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Whats your Windows 7 ‘Windows Experie...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/01/19/whats-your-windows-7-windows-experience-score.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/01/19/whats-your-windows-7-windows-experience-score.aspx&#60;/a&#62;&#60;br /&#62;
Analysis: EU&#38;#39;s Internet Explorer ruling looks back to 1990s&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090118-eu-vs-microsoft-bundling-wars-ad-nauseam.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090118-eu-vs-microsoft-bundling-wars-ad-nauseam.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #125 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1820&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1820&#60;/a&#62;&#60;br /&#62;
How to add Twitter and Facebook support to Pidgin for Windows ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/18/how-to-add-twitter-and-facebook-support-to-pidgin-for-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/18/how-to-add-twitter-and-facebook-support-to-pidgin-for-windows/&#60;/a&#62;&#60;br /&#62;
IFPI: Music piracy at 95%! (or is it 18%?)&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090118-ifpi-music-piracy-at-95-or-is-it-18.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090118-ifpi-music-piracy-at-95-or-is-it-18.html&#60;/a&#62;&#60;br /&#62;
Higher res video chat, larger file attachments coming to Gmail...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/18/higher-res-video-chat-larger-file-attachments-coming-to-gmail/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/18/higher-res-video-chat-larger-file-attachments-coming-to-gmail/&#60;/a&#62;&#60;br /&#62;
How to get Vista Taskbar in Windows 7 &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/18/how-to-get-vista-taskbar-in-windows-7&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/18/how-to-get-vista-taskbar-in-windows-7&#60;/a&#62;&#60;br /&#62;
The Browser Wars&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/the-browser-wars/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/the-browser-wars/&#60;/a&#62;&#60;br /&#62;
iConvert: web-based icon converter - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/18/iconvert-web-based-icon-converter/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/18/iconvert-web-based-icon-converter/&#60;/a&#62;&#60;br /&#62;
Super fast Ext4 filesystem arrives in Ubuntu 9.04&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/linux.ars/2009/01/12/super-fast-ext4-filesystem-arrives-in-ubuntu-9-04&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/linux.ars/2009/01/12/super-fast-ext4-filesystem-arrives-in-ubuntu-9-04&#60;/a&#62;&#60;br /&#62;
KDE NetworkManager interface gets a shiny plasma overhaul&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/linux.ars/2009/01/12/kde-networkmanager-interface-gets-a-shiny-plasma-overhaul&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/linux.ars/2009/01/12/kde-networkmanager-interface-gets-a-shiny-plasma-overhaul&#60;/a&#62;&#60;br /&#62;
Wal-Mart and Netflix sued over &#38;#39;conspiracy to create a monopoly&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16670.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16670.cfm&#60;/a&#62;&#60;br /&#62;
This week in open source: KDE, Ext4, and Android&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090117-this-week-in-open-source-kde-ext4-and-android.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090117-this-week-in-open-source-kde-ext4-and-android.html&#60;/a&#62;&#60;br /&#62;
Week in science: evolution, autism diagnoses, GPS noise, and p...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090117-week-in-science-evolution-autism-diagnoses-gps-noise-and-pizza.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090117-week-in-science-evolution-autism-diagnoses-gps-noise-and-pizza.html&#60;/a&#62;&#60;br /&#62;
CNN: Europe Objects To Microsoft&#38;#39;s Browser Bundling - By Haavard&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/show.dml/2911031&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/show.dml/2911031&#60;/a&#62;&#60;br /&#62;
StumbleUpon for Safari, Opera and Others&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/stumbleupon-for-safari-opera-and-others/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/stumbleupon-for-safari-opera-and-others/&#60;/a&#62;&#60;br /&#62;
Consumers urged to use caution eating peanut butter - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/HEALTH/01/17/salmonella.peanut.butter/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/HEALTH/01/17/salmonella.peanut.butter/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Dolphins Evolve Opposable Thumbs &#124; The Onion - America&#38;#39;s Fines...&#60;br /&#62;
&#60;a href=&#34;http://www.theonion.com/content/node/28315&#34; rel=&#34;nofollow&#34;&#62;http://www.theonion.com/content/node/28315&#60;/a&#62;&#60;br /&#62;
Clever Critters: 8 Best Non-Human Tool Users &#124; Wired Science f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/animaltools.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/animaltools.html&#60;/a&#62;&#60;br /&#62;
IRS Has No Love for Plug-In Conversions. It Should &#124; Autopia f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/01/no-tax-incentiv.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/01/no-tax-incentiv.html&#60;/a&#62;&#60;br /&#62;
Twitter-Yahoo Mashup Yields Better Breaking News Search &#124; Epic...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/twitter-yahoo-b.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/twitter-yahoo-b.html&#60;/a&#62;&#60;br /&#62;
Hulu rival adds more premium content&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16663.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16663.cfm&#60;/a&#62;&#60;br /&#62;
YouTube coming for Wii, PS3&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16664.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16664.cfm&#60;/a&#62;&#60;br /&#62;
N.C. State students camp out in frigid weather :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4333726/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4333726/&#60;/a&#62;&#60;br /&#62;
Compare any two files with Comparer - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/16/compare-any-two-files-with-comparer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/16/compare-any-two-files-with-comparer/&#60;/a&#62;&#60;br /&#62;
2 million members on My Opera&#60;br /&#62;
&#60;a href=&#34;http://operawatch.com/news/2009/01/2-million-members-on-my-opera.html&#34; rel=&#34;nofollow&#34;&#62;http://operawatch.com/news/2009/01/2-million-members-on-my-opera.html&#60;/a&#62;&#60;br /&#62;
Workstation: Emperor Workstation Priced at $40,000&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5132451/emperor-workstation-priced-at-40000&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5132451/emperor-workstation-priced-at-40000&#60;/a&#62;&#60;br /&#62;
Local News Desk: Wisconsin Girl Cancels Online College Courses...&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5132132/wisconsin-girl-cancels-online-college-courses-thanks-to-a-mind-blown-by-her-ubuntu-dell&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5132132/wisconsin-girl-cancels-online-college-courses-thanks-to-a-mind-blown-by-her-ubuntu-dell&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Orion Dominates Winter Night Sky&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090116-ns-orion.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090116-ns-orion.html&#60;/a&#62;&#60;br /&#62;
7 addons and two tweaks for annoyance-free browsing with Firef...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/16/7-addons-and-two-tweaks-for-annoyance-free-browsing-with-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/16/7-addons-and-two-tweaks-for-annoyance-free-browsing-with-firefox/&#60;/a&#62;&#60;br /&#62;
First look at Boxee Alpha media center for Windows - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/16/first-look-at-boxee-alpha-media-center-for-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/16/first-look-at-boxee-alpha-media-center-for-windows/&#60;/a&#62;&#60;br /&#62;
Livedrive web storage service adds Facebook, video playback su...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/16/livedrive-web-storage-service-adds-facebook-video-playback-supp/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/16/livedrive-web-storage-service-adds-facebook-video-playback-supp/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Peru court backs &#38;#39;drunk&#38;#39; worker&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7832388.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7832388.stm&#60;/a&#62;&#60;br /&#62;
Vertor offers index of verified torrents&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16653.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16653.cfm&#60;/a&#62;&#60;br /&#62;
FreeYourPhone.org launches, pushes for new DMCA exemption&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090116-freeyourphone-org-launches-pushes-for-new-dmca-exemption.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090116-freeyourphone-org-launches-pushes-for-new-dmca-exemption.html&#60;/a&#62;&#60;br /&#62;
Online gamers in China must soon register with real names&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090116-online-gamers-in-china-must-soon-register-with-real-names.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090116-online-gamers-in-china-must-soon-register-with-real-names.html&#60;/a&#62;&#60;br /&#62;
Conficker worm spikes, infects 1.1 million PCs in &#38;lt;24 hours&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090116-conficker-worm-spikes-infects-1-1-million-pcs-in-24-hours.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090116-conficker-worm-spikes-infects-1-1-million-pcs-in-24-hours.html&#60;/a&#62;&#60;br /&#62;
What browser battle? They&#38;#39;re more alike than different &#124; Tech ...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-262546.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-262546.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
NASA hacker pleads to Bush for pardon &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-262547.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-262547.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Securing the Windows 7 beta &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-262550.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-262550.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Resize, restore, have fun - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2009/01/15/resize-restore-have-fun&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2009/01/15/resize-restore-have-fun&#60;/a&#62;&#60;br /&#62;
College Students Paying More for Less - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/01/16/us/16college.html?_r=1&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/01/16/us/16college.html?_r=1&#60;/a&#62;&#60;br /&#62;
Potential &#38;#39;big badass botnet&#38;#39; spreading fast &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9595_22-262405.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9595_22-262405.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
What fair use? Three strikes and you&#38;#39;re out... of YouTube&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-what-fair-use-three-strikes-and-youre-out-of-youtube.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-what-fair-use-three-strikes-and-youre-out-of-youtube.html&#60;/a&#62;&#60;br /&#62;
Meet Son of Storm, Srizbi 2.0: next-gen botnets come online&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-meet-son-of-storm-srizbi-2-0-next-gen-botnets-come-online.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-meet-son-of-storm-srizbi-2-0-next-gen-botnets-come-online.html&#60;/a&#62;&#60;br /&#62;
Mars makes methane: sign of life or geology at work?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-mars-makes-methane-sign-of-life-or-geology-at-work.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-mars-makes-methane-sign-of-life-or-geology-at-work.html&#60;/a&#62;&#60;br /&#62;
New Yahoo chief sees no need to rush into Microsoft deal&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-new-yahoo-chief-sees-no-need-to-rush-into-ms-deal.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-new-yahoo-chief-sees-no-need-to-rush-into-ms-deal.html&#60;/a&#62;&#60;br /&#62;
New cloaking surface throws an electromagnetic curveball&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-new-cloaking-surface-throws-an-electromagnetic-curveball.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-new-cloaking-surface-throws-an-electromagnetic-curveball.html&#60;/a&#62;&#60;br /&#62;
Night e-night: sleepwalking woman logs on, sends e-mail&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-night-e-night-sleepwalking-woman-logs-on-sends-e-mail.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-night-e-night-sleepwalking-woman-logs-on-sends-e-mail.html&#60;/a&#62;&#60;br /&#62;
Google closes down lesser-known services, lays off staff&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-google-closes-down-lesser-known-services-lays-off-staff.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-google-closes-down-lesser-known-services-lays-off-staff.html&#60;/a&#62;&#60;br /&#62;
A New Weapon in the Battle Against Drug-Tolerant Bacteria &#124; Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/bacterial-infec.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/bacterial-infec.html&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/E/EARNS_INTEL?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2009-01-15-16-33-59&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/E/EARNS_INTEL?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2009-01-15-16-33-59&#60;/a&#62;&#60;br /&#62;
Secret Micro-Sat Mission Feeds Space War Worries &#124; Danger Room...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/01/secret-inspecti.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/01/secret-inspecti.html&#60;/a&#62;&#60;br /&#62;
The Train in Spain Replaces the Plane &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2009/01/passengers-floc.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2009/01/passengers-floc.html&#60;/a&#62;&#60;br /&#62;
Online Burger Promotion Pulled After Going Too Viral &#124; Threat ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/01/online-burger-p.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/01/online-burger-p.html&#60;/a&#62;&#60;br /&#62;
Meet Tim Cook: The Man in Charge of Apple &#124; Gadget Lab from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/meet-tim-cook-h.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/meet-tim-cook-h.html&#60;/a&#62;&#60;br /&#62;
Apple had Wired remove Hackintosh video&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16643.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16643.cfm&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Methane: Geology or Biology?&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090115-mars-methane-news.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090115-mars-methane-news.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Source of Moon&#38;#39;s Magnetism Found&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090115-moon-core.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090115-moon-core.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Picturesque Nebula Spotted in Distant Star Cluster&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090115-hubble-planetary-nebula.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090115-hubble-planetary-nebula.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Is Humanity a Spacefaring Race?&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/searchforlife/090115-seti-spacefaring-humanity.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/searchforlife/090115-seti-spacefaring-humanity.html&#60;/a&#62;&#60;br /&#62;
Microsoft Office 14 screeshots leaked - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/15/microsoft-office-14-screeshots-leaked/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/15/microsoft-office-14-screeshots-leaked/&#60;/a&#62;&#60;br /&#62;
Fried Babelfish takes Google Translate out of your browser - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/15/fried-babelfish-takes-google-translate-out-of-your-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/15/fried-babelfish-takes-google-translate-out-of-your-browser/&#60;/a&#62;&#60;br /&#62;
Snow Leopard builds leaking onto torrent trackers - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/15/snow-leopard-builds-leaking-onto-torrent-trackers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/15/snow-leopard-builds-leaking-onto-torrent-trackers/&#60;/a&#62;&#60;br /&#62;
Search Twitter with Windows 7&#38;#39;s federated search - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/15/search-twitter-with-windows-7s-federated-search/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/15/search-twitter-with-windows-7s-federated-search/&#60;/a&#62;&#60;br /&#62;
It&#38;#39;s the end of Google Video, Notebook, and Jaiku as we know i...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/15/its-the-end-of-google-video-notebook-and-jaiku-as-we-know-it/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/15/its-the-end-of-google-video-notebook-and-jaiku-as-we-know-it/&#60;/a&#62;&#60;br /&#62;
My two favorite free, post-install tech tools - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/15/my-two-favorite-free-post-install-tech-tools/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/15/my-two-favorite-free-post-install-tech-tools/&#60;/a&#62;&#60;br /&#62;
Refrigerators will use peer-to-peer power management&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090115-refrigerators-talk-power-among-themselves.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090115-refrigerators-talk-power-among-themselves.html&#60;/a&#62;&#60;br /&#62;
In Farewell Address, Bush Says He Kept America Safe - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/01/16/us/politics/16bush.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/01/16/us/politics/16bush.html&#60;/a&#62;&#60;br /&#62;
Dealzmodo Hack: Revitalize Your Windows Mobile Phone&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5131905/dealzmodo-hack-revitalize-your-windows-mobile-phone&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5131905/dealzmodo-hack-revitalize-your-windows-mobile-phone&#60;/a&#62;&#60;br /&#62;
10 Highest Lakes on Earth&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/featured/highest-lakes-on-earth/5698&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/featured/highest-lakes-on-earth/5698&#60;/a&#62;&#60;br /&#62;
The World’s Most Insane Intersections&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/offbeat-news/worlds-insane-intersections/5906&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/offbeat-news/worlds-insane-intersections/5906&#60;/a&#62;&#60;br /&#62;
The Most Dangerous Roads On Earth&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/offbeat-news/worlds-most-daring-roads/5902&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/offbeat-news/worlds-most-daring-roads/5902&#60;/a&#62;&#60;br /&#62;
Earth’s Fractal Brain From Above [PICS]&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/featured/earths-fractal-brain-above/6004&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/featured/earths-fractal-brain-above/6004&#60;/a&#62;&#60;br /&#62;
Space: How Asteroid Apophis Could Destroy the US West Coast in...&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5130226/how-asteroid-apophis-could-destroy-the-us-west-coast-in-2029&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5130226/how-asteroid-apophis-could-destroy-the-us-west-coast-in-2029&#60;/a&#62;&#60;br /&#62;
The Cadillac WTF: All New For the Year 8000&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5131414/the-cadillac-wtf-all-new-for-the-year-8000&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5131414/the-cadillac-wtf-all-new-for-the-year-8000&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Shortcut Keys in Windows Seven 7&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/01/15/shortcut-keys-in-windows-seven-7.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/01/15/shortcut-keys-in-windows-seven-7.aspx&#60;/a&#62;&#60;br /&#62;
USPTO agrees to reexamine TiVo &#38;quot;time warp&#38;quot; patent yet again&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090114-uspto-will-take-yet-another-look-at-tivo-time-warp-patentuspto-agrees-to-reexamine-tivo-time-warp-patent-yet-again.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090114-uspto-will-take-yet-another-look-at-tivo-time-warp-patentuspto-agrees-to-reexamine-tivo-time-warp-patent-yet-again.html&#60;/a&#62;&#60;br /&#62;
Electrodes flex for artificial muscles and consumer electronics&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090114-electrodes-flex-for-artificial-muscles-and-more.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090114-electrodes-flex-for-artificial-muscles-and-more.html&#60;/a&#62;&#60;br /&#62;
Steve Jobs Probably Won&#38;#39;t Come Back to Apple &#124; Gadget Lab from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/why-jobs-isnt-c.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/why-jobs-isnt-c.html&#60;/a&#62;&#60;br /&#62;
In Internet First, RIAA File Sharing Hearing to Be Webcast &#124; T...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/01/riaa-court-hear.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/01/riaa-court-hear.html&#60;/a&#62;&#60;br /&#62;
Risk Found in Newer Antipsychotic Drugs - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2009/01/15/health/research/15psych.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2009/01/15/health/research/15psych.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Strange Rock Formations on Mars Explained - Scie...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,479873,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,479873,00.html&#60;/a&#62;&#60;br /&#62;
Optimizing script loading, implementation « WordPress Developm...&#60;br /&#62;
&#60;a href=&#34;http://wpdevel.wordpress.com/2009/01/15/optimizing-script-loading-implementation/&#34; rel=&#34;nofollow&#34;&#62;http://wpdevel.wordpress.com/2009/01/15/optimizing-script-loading-implementation/&#60;/a&#62;&#60;br /&#62;
IEBlog : Completing Access Control support for XDomainRequest&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/01/14/completing-access-control-support-for-xdomainrequest.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/01/14/completing-access-control-support-for-xdomainrequest.aspx&#60;/a&#62;&#60;br /&#62;
Infiniti EX35 &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/infiniti_ex35&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/infiniti_ex35&#60;/a&#62;&#60;br /&#62;
Bioethicists Save Organ Donation by Tweaking the Definition of...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/braindeath.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/braindeath.html&#60;/a&#62;&#60;br /&#62;
iPhone Opens to Some 3rd-Party Web Browsers, But Not Mobile Fi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/iphone-opens-to.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/iphone-opens-to.html&#60;/a&#62;&#60;br /&#62;
Suite freedom: a review of GIMP 2.6.4: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/reviews/apps/gimp-2-6-review.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/reviews/apps/gimp-2-6-review.ars&#60;/a&#62;&#60;br /&#62;
Apple loosens restrictions on alt web browsers for the iPhone ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/14/apple-loosens-restrictions-on-alt-web-browsers-for-the-iphone/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/14/apple-loosens-restrictions-on-alt-web-browsers-for-the-iphone/&#60;/a&#62;&#60;br /&#62;
Turn any USB flash drive or HDD into a bootable Windows 7 inst...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/14/turn-any-usb-flash-drive-or-hdd-into-a-bootable-windows-7-instal/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/14/turn-any-usb-flash-drive-or-hdd-into-a-bootable-windows-7-instal/&#60;/a&#62;&#60;br /&#62;
Google quietly deals with YouTube audio copyright violations -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/14/google-quietly-deals-with-youtube-audio-copyright-violations/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/14/google-quietly-deals-with-youtube-audio-copyright-violations/&#60;/a&#62;&#60;br /&#62;
Create image mosaics with a free web app - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/14/create-image-mosaics-with-a-free-web-app/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/14/create-image-mosaics-with-a-free-web-app/&#60;/a&#62;&#60;br /&#62;
Arctic air to descend on N.C. :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4308183/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4308183/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Kepler Spacecraft to Hunt Earth-Like Worlds&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/businesstechnology/090114-tw-kepler-plane-hunter.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/businesstechnology/090114-tw-kepler-plane-hunter.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- History Corrected by 400-year-old Moon Map&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090114-first-moon-map.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090114-first-moon-map.html&#60;/a&#62;&#60;br /&#62;
Find out How much Distance your Mouse has Travelled &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/14/find-out-how-much-distance-your-mouse-has-travelled&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/14/find-out-how-much-distance-your-mouse-has-travelled&#60;/a&#62;&#60;br /&#62;
New security model for widgets, Opera 10 and network=&#38;quot;public&#38;quot; ...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/WebApplications/blog/2009/01/14/new-security-model-for-widgets-opera-10-and-network-public&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/WebApplications/blog/2009/01/14/new-security-model-for-widgets-opera-10-and-network-public&#60;/a&#62;&#60;br /&#62;
ECMAScript getters and setters interoperability - Anne’s Weblog&#60;br /&#62;
&#60;a href=&#34;http://annevankesteren.nl/2009/01/gettters-setters&#34; rel=&#34;nofollow&#34;&#62;http://annevankesteren.nl/2009/01/gettters-setters&#60;/a&#62;&#60;br /&#62;
This Can Be Big: Apple Allows 3rd Party Web Browsers into App ...&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/this-can-be-big-apple-allows-3rd-party-web-browsers-into-app-store/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/this-can-be-big-apple-allows-3rd-party-web-browsers-into-app-store/&#60;/a&#62;&#60;br /&#62;
Opera 10 alpha video - By Choose Opera&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/chooseopera/blog/2009/01/14/opera-10-alpha-video&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/chooseopera/blog/2009/01/14/opera-10-alpha-video&#60;/a&#62;&#60;br /&#62;
Killer Calendar: Feds Release Terror Planner for 2009 - FOXNew...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/politics/2009/01/13/killer-calendar-feds-release-terror-planner/&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/politics/2009/01/13/killer-calendar-feds-release-terror-planner/&#60;/a&#62;&#60;br /&#62;
DNA Could Illuminate Origins of Medieval Manuscripts &#124; Wired S...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/manuscriptdna.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/manuscriptdna.html&#60;/a&#62;&#60;br /&#62;
Apple&#38;#39;s App Store gets a mobile contacts management applicatio...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apples_App_Store_gets_a_mobile_contacts_management_application/1231887211&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apples_App_Store_gets_a_mobile_contacts_management_application/1231887211&#60;/a&#62;&#60;br /&#62;
STDs still on the rise, report says - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/HEALTH/01/13/std.report.cdc/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/HEALTH/01/13/std.report.cdc/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Adobe cancels in-PDF advertising program - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/adobe-cancels-in-pdf-advertising-program/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/adobe-cancels-in-pdf-advertising-program/&#60;/a&#62;&#60;br /&#62;
GAO: NASA&#38;#39;s Inspector General a budgetary black hole&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090113-gao-nasas-inspector-general-a-budgetary-black-hole.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090113-gao-nasas-inspector-general-a-budgetary-black-hole.html&#60;/a&#62;&#60;br /&#62;
Disappearing TV shows highlight negatives of Hulu experience&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090113-disappearing-tv-shows-highlight-negatives-of-hulu-experience.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090113-disappearing-tv-shows-highlight-negatives-of-hulu-experience.html&#60;/a&#62;&#60;br /&#62;
Web Mail Integration in Opera 10.0 &#124; The Good Life...&#60;br /&#62;
&#60;a href=&#34;http://weblog.timaltman.com/archive/2009/01/13/web-mail-integration-opera-100&#34; rel=&#34;nofollow&#34;&#62;http://weblog.timaltman.com/archive/2009/01/13/web-mail-integration-opera-100&#60;/a&#62;&#60;br /&#62;
BleachBit - Cleans unnecessary files to free disk space and ma...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/bleachbit-cleans-unnecessary-files-to-free-disk-space-and-maintain-privacy.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/bleachbit-cleans-unnecessary-files-to-free-disk-space-and-maintain-privacy.html&#60;/a&#62;&#60;br /&#62;
IEBlog : Responding to Change: Updated Getter/Setter Syntax in...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/01/13/responding-to-change-updated-getter-setter-syntax-in-ie8-rc-1.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/01/13/responding-to-change-updated-getter-setter-syntax-in-ie8-rc-1.aspx&#60;/a&#62;&#60;br /&#62;
Microsoft releases critical patch for SMB vulnerability - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/microsoft-releases-critical-patch-for-smb-vulnerability/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/microsoft-releases-critical-patch-for-smb-vulnerability/&#60;/a&#62;&#60;br /&#62;
Coda.fm is a torrent-seeking audiophile&#38;#39;s dream - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/coda-fm-is-an-torrent-seeking-audiophiles-dream/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/coda-fm-is-an-torrent-seeking-audiophiles-dream/&#60;/a&#62;&#60;br /&#62;
Free themes, gadgets, wallpaper for Windows 7 beta - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/free-themes-gadgets-wallpaper-for-windows-7-beta/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/free-themes-gadgets-wallpaper-for-windows-7-beta/&#60;/a&#62;&#60;br /&#62;
Microsoft lifts 2.5 million limit on Windows 7 downloads - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/microsoft-lifts-2-5-million-limit-on-windows-7-downloads/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/microsoft-lifts-2-5-million-limit-on-windows-7-downloads/&#60;/a&#62;&#60;br /&#62;
Major Safari security flaw discovered in RSS handler - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/major-safari-security-flaw-discovered-in-rss-handler/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/major-safari-security-flaw-discovered-in-rss-handler/&#60;/a&#62;&#60;br /&#62;
Mozilla updates Snowl social messaging plugin for Firefox - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/13/mozilla-updates-snowl-social-messaging-plugin-for-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/13/mozilla-updates-snowl-social-messaging-plugin-for-firefox/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Glimpse Before Big Bang Possible&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090113-st-before-big-bang.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090113-st-before-big-bang.html&#60;/a&#62;&#60;br /&#62;
New in-session phishing attack could fool experienced users&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090113-new-method-of-phishmongering-could-fool-experienced-users.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090113-new-method-of-phishmongering-could-fool-experienced-users.html&#60;/a&#62;&#60;br /&#62;
Slow PC market slams NVIDIA, will see 40-50% 4Q revenue drop&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090113-slow-pc-market-slams-nvidia-will-see-40-50-4q-revenue-drop.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090113-slow-pc-market-slams-nvidia-will-see-40-50-4q-revenue-drop.html&#60;/a&#62;&#60;br /&#62;
Two months after McColo takedown, spam levels yet to recover&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090113-two-months-after-mccolo-takedown-spam-levels-yet-to-recover.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090113-two-months-after-mccolo-takedown-spam-levels-yet-to-recover.html&#60;/a&#62;&#60;br /&#62;
USB 3.0 arriving with speed to burn &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-262047.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-262047.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Slicethepie Goes Beyond American Idol, Might Save Labels &#124; Epi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/slicethepie-goe.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/slicethepie-goe.html&#60;/a&#62;&#60;br /&#62;
Blue Microphones Snowball &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/blue_snowball&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/blue_snowball&#60;/a&#62;&#60;br /&#62;
New TV.com content could mean trouble for Hulu&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090112-new-tv-com-content-could-mean-trouble-for-hulu.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090112-new-tv-com-content-could-mean-trouble-for-hulu.html&#60;/a&#62;&#60;br /&#62;
Updated version of 9.0 now available - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/yahoo-messenger-news/43828-updated-version-9-0-now-available.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/yahoo-messenger-news/43828-updated-version-9-0-now-available.html&#60;/a&#62;&#60;br /&#62;
China online porn crackdown: 91 sites down, thousands to go&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090112-china-online-porn-crackdown-91-sites-down-thousands-to-go.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090112-china-online-porn-crackdown-91-sites-down-thousands-to-go.html&#60;/a&#62;&#60;br /&#62;
Hands on: Storytlr lifestreaming tells your story online&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090112-hands-on-storytlr-lifestreaming-tells-your-story-online.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090112-hands-on-storytlr-lifestreaming-tells-your-story-online.html&#60;/a&#62;&#60;br /&#62;
30-something moms top teens for TV+laptop multitasking&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090112-30-something-moms-top-teens-for-tvlaptop-multitasking.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090112-30-something-moms-top-teens-for-tvlaptop-multitasking.html&#60;/a&#62;&#60;br /&#62;
Official Google Mac Blog: Search Without Effort: The Quick Sea...&#60;br /&#62;
&#60;a href=&#34;http://googlemac.blogspot.com/2009/01/search-without-effort-quick-search-box.html&#34; rel=&#34;nofollow&#34;&#62;http://googlemac.blogspot.com/2009/01/search-without-effort-quick-search-box.html&#60;/a&#62;&#60;br /&#62;
Create your own Marvel superhero online - Time Waster - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/12/create-your-own-marvel-superhero-online-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/12/create-your-own-marvel-superhero-online-time-waster/&#60;/a&#62;&#60;br /&#62;
Human Hunters Genetically Shrink Their Prey &#124; Wired Science fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/hunters.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/hunters.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Lack of sleep &#38;#39;raises cold risk&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7823599.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7823599.stm&#60;/a&#62;&#60;br /&#62;
Deep inside the Windows 7 Public Beta: an in-depth tour: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/windows-7-beta.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/windows-7-beta.ars&#60;/a&#62;&#60;br /&#62;
HAL&#38;#39;s Pals: Top 10 Evil Computers &#124; The Underwire from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2009/01/top-10-evil-com.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2009/01/top-10-evil-com.html&#60;/a&#62;&#60;br /&#62;
Microsoft on Win7 Beta: &#38;#39;The download experience was not ideal...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_on_Win7_Beta_The_download_experience_was_not_ideal/1231774724&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_on_Win7_Beta_The_download_experience_was_not_ideal/1231774724&#60;/a&#62;&#60;br /&#62;
How to View &#38;amp; Edit OEM Information in Vista &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/12/how-to-view-edit-oem-information-in-vista&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/12/how-to-view-edit-oem-information-in-vista&#60;/a&#62;&#60;br /&#62;
Free Windows 7 Beta keys &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/12/free-windows-7-beta-keys&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/12/free-windows-7-beta-keys&#60;/a&#62;&#60;br /&#62;
Poor Sleep Increases Risk Of Getting Sick, Study Finds Those E...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2009/01/12/health/main4715717.shtml?source=RSSattr=HOME_4715717&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2009/01/12/health/main4715717.shtml?source=RSSattr=HOME_4715717&#60;/a&#62;&#60;br /&#62;
Google sets deadline for Chrome on Mac, Linux - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/12/google-sets-deadline-for-chrome-on-mac-linux/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/12/google-sets-deadline-for-chrome-on-mac-linux/&#60;/a&#62;&#60;br /&#62;
Kiwi is a simple Windows application usage monitor (and more) ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/12/kiwi-is-a-simple-windows-application-usage-monitor-and-more/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/12/kiwi-is-a-simple-windows-application-usage-monitor-and-more/&#60;/a&#62;&#60;br /&#62;
TV.com wants to be a social Hulu - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/12/tv-com-wants-to-be-a-social-hulu/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/12/tv-com-wants-to-be-a-social-hulu/&#60;/a&#62;&#60;br /&#62;
DivX 7 adds support for HD H.264 videos - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/12/divx-7-adds-support-for-hd-h-264-videos/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/12/divx-7-adds-support-for-hd-h-264-videos/&#60;/a&#62;&#60;br /&#62;
Is OpenOffice.org a &#38;#39;dying horse&#38;#39;? &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-261651.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-261651.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Detox your PC: Making your PC run smo...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/01/12/detox-your-pc-making-your-pc-run-smoothly.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/01/12/detox-your-pc-making-your-pc-run-smoothly.aspx&#60;/a&#62;&#60;br /&#62;
Shrinking HTML5 - Anne’s Weblog&#60;br /&#62;
&#60;a href=&#34;http://annevankesteren.nl/2009/01/shrinking-html5&#34; rel=&#34;nofollow&#34;&#62;http://annevankesteren.nl/2009/01/shrinking-html5&#60;/a&#62;&#60;br /&#62;
Speed Up Opera&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/speed-up-opera/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/speed-up-opera/&#60;/a&#62;&#60;br /&#62;
20 awesome free OS downloads that aren&#38;#39;t Windows 7 - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/11/20-awesome-free-os-downloads-that-arent-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/11/20-awesome-free-os-downloads-that-arent-windows-7/&#60;/a&#62;&#60;br /&#62;
&#38;quot;Synergy&#38;quot; means no need to &#38;quot;save&#38;quot; or &#38;quot;sync&#38;quot; on Palm&#38;#39;s pre&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090111-of-clouds-palms-webos-and-cutting-the-cord.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090111-of-clouds-palms-webos-and-cutting-the-cord.html&#60;/a&#62;&#60;br /&#62;
Five reasons to seriously consider buying a netbook&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090111-five-reasons-to-seriously-consider-buying-a-netbook.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090111-five-reasons-to-seriously-consider-buying-a-netbook.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #124 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1816&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1816&#60;/a&#62;&#60;br /&#62;
Windows 7 Beta and Internet Explorer 8 Experience&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/windows-7-beta-and-internet-explorer-8-experience/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/windows-7-beta-and-internet-explorer-8-experience/&#60;/a&#62;&#60;br /&#62;
Optimizing script loading, part II « WordPress Development Upd...&#60;br /&#62;
&#60;a href=&#34;http://wpdevel.wordpress.com/2009/01/07/optimizing-script-loading-part-2/&#34; rel=&#34;nofollow&#34;&#62;http://wpdevel.wordpress.com/2009/01/07/optimizing-script-loading-part-2/&#60;/a&#62;&#60;br /&#62;
Optimizing script loading « WordPress Development Updates&#60;br /&#62;
&#60;a href=&#34;http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/&#34; rel=&#34;nofollow&#34;&#62;http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/&#60;/a&#62;&#60;br /&#62;
Direct download links for Windows 7 beta iso surface! - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/09/direct-download-links-for-windows-7-beta-iso-surface/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/09/direct-download-links-for-windows-7-beta-iso-surface/&#60;/a&#62;&#60;br /&#62;
Skype hits Android - iPhone may follow&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16591.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16591.cfm&#60;/a&#62;&#60;br /&#62;
The week in Microsoft: It&#38;#39;s all about Windows 7&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090110-the-week-in-microsoft-ces-2009-windows-7-windows-live.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090110-the-week-in-microsoft-ces-2009-windows-7-windows-live.html&#60;/a&#62;&#60;br /&#62;
This week in open source: Debian 5, HP Mini Mi, Freescale&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090110-this-week-in-open-source-debian-5-hp-mini-mi-freescale.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090110-this-week-in-open-source-debian-5-hp-mini-mi-freescale.html&#60;/a&#62;&#60;br /&#62;
Super Ubuntu 2008.11 - Ubuntu Based Linux including Your Favou...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/super-ubuntu-200811-ubuntu-based-linux-including-favourite-applications.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/super-ubuntu-200811-ubuntu-based-linux-including-favourite-applications.html&#60;/a&#62;&#60;br /&#62;
.NET Reflector, class browser, analyzer and decompiler for .NET&#60;br /&#62;
&#60;a href=&#34;http://www.red-gate.com/products/reflector/&#34; rel=&#34;nofollow&#34;&#62;http://www.red-gate.com/products/reflector/&#60;/a&#62;&#60;br /&#62;
The year of the Opera? &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/the-year-opera&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/the-year-opera&#60;/a&#62;&#60;br /&#62;
Songsmith doesn’t install on Windows 7, why and a workaround -...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2009/01/10/songsmith-doesnt-install-on-windows-7-why-and-a-workaround/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2009/01/10/songsmith-doesnt-install-on-windows-7-why-and-a-workaround/&#60;/a&#62;&#60;br /&#62;
Cars: Inside the Rocket-Proof Obamamobile&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5127174/inside-the-rocket+proof-obamamobile&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5127174/inside-the-rocket+proof-obamamobile&#60;/a&#62;&#60;br /&#62;
IEBlog : The Internet Explorer 8 User-Agent String (Updated Ed...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2009/01/09/the-internet-explorer-8-user-agent-string-updated-edition.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2009/01/09/the-internet-explorer-8-user-agent-string-updated-edition.aspx&#60;/a&#62;&#60;br /&#62;
Windows 7, Windows Server 2008 R2 betas go live &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_7_Windows_Server_2008_R2_betas_go_live/1231521499&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_7_Windows_Server_2008_R2_betas_go_live/1231521499&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Business &#124; BMW sales down but Mini sales up&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/business/7820119.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/business/7820119.stm&#60;/a&#62;&#60;br /&#62;
The Pirate Bay accused of double standards&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16562.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16562.cfm&#60;/a&#62;&#60;br /&#62;
Burning Question: Why Are Faxes Still Around?&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/gadgetreviews/magazine/17-01/st_burningquestion&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/gadgetreviews/magazine/17-01/st_burningquestion&#60;/a&#62;&#60;br /&#62;
Audio-Technica AT2020 USB &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/audio_technica_at2020_usb&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/audio_technica_at2020_usb&#60;/a&#62;&#60;br /&#62;
Open source Mono framework brings C# to iPhone and Wii&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090108-open-source-mono-framework-brings-c-to-iphone-and-wii.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090108-open-source-mono-framework-brings-c-to-iphone-and-wii.html&#60;/a&#62;&#60;br /&#62;
Report: Gmail about one-third as expensive as hosted e-mail&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090108-report-gmail-about-one-third-as-expensive-as-hosted-e-mail.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090108-report-gmail-about-one-third-as-expensive-as-hosted-e-mail.html&#60;/a&#62;&#60;br /&#62;
Microsoft trains next-gen coders with XNA&#38;#39;s Kodu&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090108-microsoft-trains-next-gen-coders-with-xnas-kodu.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090108-microsoft-trains-next-gen-coders-with-xnas-kodu.html&#60;/a&#62;&#60;br /&#62;
AMD&#38;#39;s Phenom II could mark company turnaround&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090109-amds-phenom-ii-could-mark-company-turnaround.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090109-amds-phenom-ii-could-mark-company-turnaround.html&#60;/a&#62;&#60;br /&#62;
Obama wants DTV delay, but is it too late to turn back?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090109-markey-says-congress-should-consider-delaying-dtv-day.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090109-markey-says-congress-should-consider-delaying-dtv-day.html&#60;/a&#62;&#60;br /&#62;
Hands on: Google leaps forward with Chrome 2.0 dev. preview&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090109-hands-on-google-leaps-forward-with-chrome-2-0-dev-preview.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090109-hands-on-google-leaps-forward-with-chrome-2-0-dev-preview.html&#60;/a&#62;&#60;br /&#62;
Microsoft, Symantec, more sued over OS permissions patent&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090109-microsoft-symantec-more-sued-over-os-permissions-system.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090109-microsoft-symantec-more-sued-over-os-permissions-system.html&#60;/a&#62;&#60;br /&#62;
N.C. State gets tentative OK to study Korean campus :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4276417/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4276417/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Strange Rock Formations on Mars Explained&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090109-mars-rocks.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090109-mars-rocks.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Saturday Night Special: Biggest Full Moon of 2009&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/090109-biggest-full-moon-2009.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/090109-biggest-full-moon-2009.html&#60;/a&#62;&#60;br /&#62;
Official MSDN/Technet Windows 7 beta ISO appears on Pirate Bay...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/official-msdn-technet-windows-7-beta-iso-appears-on-pirate-bay/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/official-msdn-technet-windows-7-beta-iso-appears-on-pirate-bay/&#60;/a&#62;&#60;br /&#62;
Google begins work on Chrome 2.0 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/09/google-begins-work-on-chrome-2-0/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/09/google-begins-work-on-chrome-2-0/&#60;/a&#62;&#60;br /&#62;
Microsoft servers taking a beating as Win7 downloaders descend...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/09/microsoft-servers-taking-a-beating-as-win7-downloaders-descend/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/09/microsoft-servers-taking-a-beating-as-win7-downloaders-descend/&#60;/a&#62;&#60;br /&#62;
Windows 7 beta download is up, not on the Windows 7 page - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/09/windows-7-beta-download-is-up-not-on-the-windows-7-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/09/windows-7-beta-download-is-up-not-on-the-windows-7-page/&#60;/a&#62;&#60;br /&#62;
Set up a DIY cloud OS on your LAN with eyeOS MiniServer - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/09/set-up-a-diy-cloud-os-on-your-lan-with-eyeos-miniserver/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/09/set-up-a-diy-cloud-os-on-your-lan-with-eyeos-miniserver/&#60;/a&#62;&#60;br /&#62;
Whopper Sacrifice: ditch 10 Facebook friends, get a burger - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/09/whopper-sacrifice-ditch-10-facebook-friends-get-a-burger/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/09/whopper-sacrifice-ditch-10-facebook-friends-get-a-burger/&#60;/a&#62;&#60;br /&#62;
Ballmer takes on Google, the economy and Windows 7 &#124; Tech News...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-260050.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-260050.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Intel turns Classmate PC into a convertible tablet for student...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Intel_turns_Classmate_PC_into_a_convertible_tablet_for_students/1231536193&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Intel_turns_Classmate_PC_into_a_convertible_tablet_for_students/1231536193&#60;/a&#62;&#60;br /&#62;
Presto 2.1.1 Web standards support - By Opera Core Concerns&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/core/blog/2009/01/09/presto-web-standards&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/core/blog/2009/01/09/presto-web-standards&#60;/a&#62;&#60;br /&#62;
First Chrome 2 development build is out &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/first-chrome-2-development-build-out&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/first-chrome-2-development-build-out&#60;/a&#62;&#60;br /&#62;
You may be more racist than you think, study says - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/HEALTH/01/07/racism.study/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/HEALTH/01/07/racism.study/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Apple releases iWork 09 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/apple-releases-iwork-09/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/apple-releases-iwork-09/&#60;/a&#62;&#60;br /&#62;
Palm Unveils Its Long-Awaited Smartphone, the Pre &#124; Gadget Lab...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/palms-new-phone.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/palms-new-phone.html&#60;/a&#62;&#60;br /&#62;
Hauppage takes Pinnacle off of Avid&#38;#39;s shoulders &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Hauppage_takes_Pinnacle_off_of_Avids_shoulders/1231456650&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Hauppage_takes_Pinnacle_off_of_Avids_shoulders/1231456650&#60;/a&#62;&#60;br /&#62;
How to Get Your Windows 7 Beta 1 on Friday &#124; Epicenter from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2009/01/how-to-get-your.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2009/01/how-to-get-your.html&#60;/a&#62;&#60;br /&#62;
It&#38;#39;s the paradigm, stupid: hands-on with OQO Model 2+&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/hardware.ars/2009/01/08/its-the-paradigm-stupid-hands-on-with-oqo-model-2&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/hardware.ars/2009/01/08/its-the-paradigm-stupid-hands-on-with-oqo-model-2&#60;/a&#62;&#60;br /&#62;
How to Create a Private Encrypted Folder On Ubuntu 8.10 (Intre...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html&#60;/a&#62;&#60;br /&#62;
Official Google Reader Blog: Google Reader for Beginners&#60;br /&#62;
&#60;a href=&#34;http://googlereader.blogspot.com/2009/01/google-reader-for-beginners.html&#34; rel=&#34;nofollow&#34;&#62;http://googlereader.blogspot.com/2009/01/google-reader-for-beginners.html&#60;/a&#62;&#60;br /&#62;
Digsby Blog » Digsby Named “Best App of 2008″&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/78&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/78&#60;/a&#62;&#60;br /&#62;
Mind Hacks: Chocolate, Wine, and Tea Improve Cognitive Perform...&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5119799/chocolate-wine-and-tea-improve-cognitive-performance&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5119799/chocolate-wine-and-tea-improve-cognitive-performance&#60;/a&#62;&#60;br /&#62;
Hacking Godfather &#38;#39;Maksik&#38;#39; Sentenced to 30 Years by Turkish Co...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2009/01/hacking-godfath.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2009/01/hacking-godfath.html&#60;/a&#62;&#60;br /&#62;
Girl Talk&#38;#39;s Gregg Gillis Lets It RiP on Copyfight, Tour Vloggi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2009/01/shifting-mass-a.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2009/01/shifting-mass-a.html&#60;/a&#62;&#60;br /&#62;
Self-Replicating Chemicals Evolve Into Lifelike Ecosystem &#124; Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2009/01/replicatingrna.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2009/01/replicatingrna.html&#60;/a&#62;&#60;br /&#62;
Copy and paste comes to the iPhone, unofficially - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/copy-and-paste-comes-to-the-iphone-unofficially/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/copy-and-paste-comes-to-the-iphone-unofficially/&#60;/a&#62;&#60;br /&#62;
Apple frees iTunes Store music of DRM - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/apple-frees-itunes-store-tunes-of-drm/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/apple-frees-itunes-store-tunes-of-drm/&#60;/a&#62;&#60;br /&#62;
Limewire 5 beta released - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/limewire-5-beta-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/limewire-5-beta-released/&#60;/a&#62;&#60;br /&#62;
Microsoft realeases mobile &#38;quot;Tagging&#38;quot; barcode app - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/microsoft-realeases-mobile-tagging-barcode-app/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/microsoft-realeases-mobile-tagging-barcode-app/&#60;/a&#62;&#60;br /&#62;
Flycast upgrades mobile streaming media app, adds Android supp...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/flycast-upgrades-mobile-streaming-media-app-adds-android-suppor/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/flycast-upgrades-mobile-streaming-media-app-adds-android-suppor/&#60;/a&#62;&#60;br /&#62;
iDeaS Nintendo DS emulator updated, works well - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/ideas-nintendo-ds-emulator-updated-and-it-works/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/ideas-nintendo-ds-emulator-updated-and-it-works/&#60;/a&#62;&#60;br /&#62;
Free Upgrade to Windows 7 from Vista? &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/08/free-upgrade-to-windows-7-from-vista&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/08/free-upgrade-to-windows-7-from-vista&#60;/a&#62;&#60;br /&#62;
AntiFreeze- Unfreeze Frozen Computer &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2009/01/08/antifreeze-unfreeze-frozen-computer&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2009/01/08/antifreeze-unfreeze-frozen-computer&#60;/a&#62;&#60;br /&#62;
&#38;#39;Microsoft Tags&#38;#39; set for rollout today &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_Tags_set_for_rollout_today/1231429345&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_Tags_set_for_rollout_today/1231429345&#60;/a&#62;&#60;br /&#62;
Opera to launch new browser toolkit for game machines, TVs &#124; B...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Opera_to_launch_new_browser_toolkit_for_game_machines_TVs/1231433618&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Opera_to_launch_new_browser_toolkit_for_game_machines_TVs/1231433618&#60;/a&#62;&#60;br /&#62;
Dell follows Apple with LED flat panel monitors of its own &#124; B...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Dell_follows_Apple_with_LED_flat_panel_monitors_of_its_own/1231451264&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Dell_follows_Apple_with_LED_flat_panel_monitors_of_its_own/1231451264&#60;/a&#62;&#60;br /&#62;
Pentagon Wants Loving Chat-Bot to Calm Troops&#38;#39; Kids &#124; Danger R...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/01/pentagon-wants.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/01/pentagon-wants.html&#60;/a&#62;&#60;br /&#62;
Microsoft keynote highlights: Windows 7, Live, and more: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/ces2009-microsoft-keynote.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/ces2009-microsoft-keynote.ars&#60;/a&#62;&#60;br /&#62;
Consumers Union wants digital TV transition postponed&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090108-consumers-union-delay-the-dtv-transition.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090108-consumers-union-delay-the-dtv-transition.html&#60;/a&#62;&#60;br /&#62;
Palm strikes back with new OS, pré handset at CES&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090108-palm-launches-new-handset-pre-operating-system-at-ces.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090108-palm-launches-new-handset-pre-operating-system-at-ces.html&#60;/a&#62;&#60;br /&#62;
Linux-based HP Mini Mi ships with command line disabled&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/linux.ars/2009/01/08/hp-introduces-command-line-free-linux-netbook&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/linux.ars/2009/01/08/hp-introduces-command-line-free-linux-netbook&#60;/a&#62;&#60;br /&#62;
Technician - @BarackObama, where did all your tweets go?&#60;br /&#62;
&#60;a href=&#34;http://www.technicianonline.com/features/barackobama%252C_where_did_all_your_tweets_go&#34; rel=&#34;nofollow&#34;&#62;http://www.technicianonline.com/features/barackobama%252C_where_did_all_your_tweets_go&#60;/a&#62;&#60;br /&#62;
Patent Office presses rewind on broad digital music patent&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090108-patent-office-presses-rewind-on-broad-digital-music-patent.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090108-patent-office-presses-rewind-on-broad-digital-music-patent.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; England &#124; Lincolnshire &#124; UFO claim over wind f...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/england/lincolnshire/7817378.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/england/lincolnshire/7817378.stm&#60;/a&#62;&#60;br /&#62;
IEEE Spectrum: The Trouble With Touch Screens&#60;br /&#62;
&#60;a href=&#34;http://www.spectrum.ieee.org/jan09/7091&#34; rel=&#34;nofollow&#34;&#62;http://www.spectrum.ieee.org/jan09/7091&#60;/a&#62;&#60;br /&#62;
The New World&#38;#39;s Thinnest Plasma: Panasonic NeoPDP&#60;br /&#62;
&#60;a href=&#34;http://i.gizmodo.com/5125874/the-new-worlds-thinnest-plasma-panasonic-neopdp&#34; rel=&#34;nofollow&#34;&#62;http://i.gizmodo.com/5125874/the-new-worlds-thinnest-plasma-panasonic-neopdp&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mystery Roar from Faraway Space Detected&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/090107-aas-loud-cosmic-noise.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/090107-aas-loud-cosmic-noise.html&#60;/a&#62;&#60;br /&#62;
Monitor websites in Firefox with Pingdom&#38;#39;s Mr. Uptime - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/07/monitor-websites-in-firefox-with-pingdoms-mr-uptime/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/07/monitor-websites-in-firefox-with-pingdoms-mr-uptime/&#60;/a&#62;&#60;br /&#62;
Windows 7 Beta gets official this Friday - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/08/windows-7-beta-gets-official-this-friday/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/08/windows-7-beta-gets-official-this-friday/&#60;/a&#62;&#60;br /&#62;
Instant Messaging: The Next Three Years - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/43808-instant-messaging-next-three-years.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/43808-instant-messaging-next-three-years.html&#60;/a&#62;&#60;br /&#62;
Just how fast is Facebook growing? &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Just_how_fast_is_Facebook_growing/1231372431&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Just_how_fast_is_Facebook_growing/1231372431&#60;/a&#62;&#60;br /&#62;
Ballmer: Windows Live to integrate with Facebook, new Win7 bet...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Ballmer_Windows_Live_to_integrate_with_Facebook_new_Win7_beta/1231379377&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Ballmer_Windows_Live_to_integrate_with_Facebook_new_Win7_beta/1231379377&#60;/a&#62;&#60;br /&#62;
Counter-&#38;#39;tock:&#38;#39; AMD fires back at Intel with everything it&#38;#39;s g...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Countertock_AMD_fires_back_at_Intel_with_everything_its_got/1231391397&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Countertock_AMD_fires_back_at_Intel_with_everything_its_got/1231391397&#60;/a&#62;&#60;br /&#62;
Tiny netbooks, simple video set Sony sailing through CES &#124; Bet...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Tiny_netbooks_simple_video_set_Sony_sailing_through_CES/1231389927&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Tiny_netbooks_simple_video_set_Sony_sailing_through_CES/1231389927&#60;/a&#62;&#60;br /&#62;
Photos: LG Watch Phone Is for Real &#124; Gadget Lab from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/lg-watch-phone.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/lg-watch-phone.html&#60;/a&#62;&#60;br /&#62;
Microsoft Releases Windows 7 Beta as a Free Download &#124; Gadget ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2009/01/microsoft-relea.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2009/01/microsoft-relea.html&#60;/a&#62;&#60;br /&#62;
Oprah and her book club latest target of patent trolls&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090107-oprah-and-her-book-club-latest-target-of-patent-trolls.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090107-oprah-and-her-book-club-latest-target-of-patent-trolls.html&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : A brief history of the Internet&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2009/01/07/a-brief-history-of-the-internet.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2009/01/07/a-brief-history-of-the-internet.aspx&#60;/a&#62;&#60;br /&#62;
“Feature Complete” Windows 7 Beta, features still hidden, miss...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2009/01/08/feature-complete-windows-7-beta-out-features-still-hidden-missing/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2009/01/08/feature-complete-windows-7-beta-out-features-still-hidden-missing/&#60;/a&#62;&#60;br /&#62;
Google Maps vs. DOM2 specification 1-0 - By Hallvord R. M. Steen&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2009/01/08/google-maps-vs-dom2-specification-1-0&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2009/01/08/google-maps-vs-dom2-specification-1-0&#60;/a&#62;&#60;br /&#62;
How To: Customize and Streamline Your Windows Desktop &#124; Maximu...&#60;br /&#62;
&#60;a href=&#34;http://www.maximumpc.com/article/howtos/how_to_customize_and_streamline_your_windows_desktop&#34; rel=&#34;nofollow&#34;&#62;http://www.maximumpc.com/article/howtos/how_to_customize_and_streamline_your_windows_desktop&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://world-secure-channel.com/uploads/map_cables(1).jpg&#34; rel=&#34;nofollow&#34;&#62;http://world-secure-channel.com/uploads/map_cables(1).jpg&#60;/a&#62;&#60;br /&#62;
The wristwatch strikes back! - Computerworld Blogs&#60;br /&#62;
&#60;a href=&#34;http://blogs.computerworld.com/the_wristwatch_strikes_back&#34; rel=&#34;nofollow&#34;&#62;http://blogs.computerworld.com/the_wristwatch_strikes_back&#60;/a&#62;&#60;br /&#62;
6 Classic Movies (That Narrowly Avoided Disaster) &#124; Cracked.com&#60;br /&#62;
&#60;a href=&#34;http://www.cracked.com/article_16940_6-classic-movies-that-narrowly-avoided-disaster.html&#34; rel=&#34;nofollow&#34;&#62;http://www.cracked.com/article_16940_6-classic-movies-that-narrowly-avoided-disaster.html&#60;/a&#62;&#60;br /&#62;
Toshiba to show off 3D you can take with you &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Toshiba_to_show_off_3D_you_can_take_with_you/1231351080&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Toshiba_to_show_off_3D_you_can_take_with_you/1231351080&#60;/a&#62;&#60;br /&#62;
MicroSDHC capacity to grow yet again &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/MicroSDHC_capacity_to_grow_yet_again/1231352323&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/MicroSDHC_capacity_to_grow_yet_again/1231352323&#60;/a&#62;&#60;br /&#62;
Prof: Terrorists Could Enlist &#38;#39;6-Legged Soldiers&#38;#39; in Bio-Attac...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2009/01/terrorists-coul.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2009/01/terrorists-coul.html&#60;/a&#62;&#60;br /&#62;
Ski Lift Mishap Leaves Man Dangling Upside Down... and without...&#60;br /&#62;
&#60;a href=&#34;http://www.gadling.com/2009/01/06/ski-lift-mishap-leaves-man-dangling-upside-down-and-without-p/&#34; rel=&#34;nofollow&#34;&#62;http://www.gadling.com/2009/01/06/ski-lift-mishap-leaves-man-dangling-upside-down-and-without-p/&#60;/a&#62;&#60;br /&#62;
Memorex Blu-ray tests the $200 price point &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Memorex_Bluray_tests_the_200_price_point/1231352840&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Memorex_Bluray_tests_the_200_price_point/1231352840&#60;/a&#62;&#60;br /&#62;
Netgear debuts a BitTorrent-enabled set-top box &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Netgear_debuts_a_BitTorrentenabled_settop_box/1231352167&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Netgear_debuts_a_BitTorrentenabled_settop_box/1231352167&#60;/a&#62;&#60;br /&#62;
Lexar tries to make USB thumb drives fashionable &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Lexar_tries_to_make_USB_thumb_drives_fashionable/1231351892&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Lexar_tries_to_make_USB_thumb_drives_fashionable/1231351892&#60;/a&#62;&#60;br /&#62;
Vista to Windows 7 upgrade date and details revealed - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/07/vista-to-windows-7-upgrade-date-and-details-revealed/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/07/vista-to-windows-7-upgrade-date-and-details-revealed/&#60;/a&#62;&#60;br /&#62;
Worm surge exploits Microsoft vulnerability &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-257980.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-257980.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Earth Life Headed for Mars Moon&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/businesstechnology/090107-tw-russia-phobos-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/businesstechnology/090107-tw-russia-phobos-life.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Runaway Stars Go Ballistic&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/aas-ballistic-stars.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/aas-ballistic-stars.html&#60;/a&#62;&#60;br /&#62;
Create tilt-shifted photos with Tiltshiftmaker - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/07/create-tilt-shifted-photos-with-tiltshiftmaker/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/07/create-tilt-shifted-photos-with-tiltshiftmaker/&#60;/a&#62;&#60;br /&#62;
BusyCal brings together calendars and syncing - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/07/busycal-brings-together-calendars-and-syncing/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/07/busycal-brings-together-calendars-and-syncing/&#60;/a&#62;&#60;br /&#62;
Twitter hacking fiasco underscores importance of strong passwo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2009/01/07/twitter-hacking-fiasco-underscores-importance-of-strong-password/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2009/01/07/twitter-hacking-fiasco-underscores-importance-of-strong-password/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Having a Big Derriere May Be Good for Your Healt...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,477434,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,477434,00.html&#60;/a&#62;&#60;br /&#62;
&#38;#39;Please have mercy,&#38;#39; wife begs kidnappers - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2009/CRIME/01/07/security.expert.kidnap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2009/CRIME/01/07/security.expert.kidnap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Upgraded TiVo Search enables finding videos on broadband, cabl...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Upgraded_TiVo_Search_enables_finding_videos_on_broadband_cable/1231315120&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Upgraded_TiVo_Search_enables_finding_videos_on_broadband_cable/1231315120&#60;/a&#62;&#60;br /&#62;
Research: LCD panel market continues decline &#124; Betanews&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Research_LCD_panel_market_continues_decline/1231315996&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Research_LCD_panel_market_continues_decline/1231315996&#60;/a&#62;&#60;br /&#62;
Root inside: researchers claim crack for Intel&#38;#39;s vPro&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090107-root-inside-researchers-claim-crack-for-intels-vpro.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090107-root-inside-researchers-claim-crack-for-intels-vpro.html&#60;/a&#62;&#60;br /&#62;
&#38;quot;Social electronics,&#38;quot; open source, and Linux smartphones&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20090107-social-electronics-open-source-and-linux-smartphones.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20090107-social-electronics-open-source-and-linux-smartphones.html&#60;/a&#62;&#60;br /&#62;
MacHeads: The movie &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-257966.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-257966.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
HP says latest netbook is business-ready &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-257967.html?part=rss&#38;amp;tag=feed&#38;amp;subj&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-257967.html?part=rss&#38;amp;tag=feed&#38;amp;subj&#60;/a&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Note-To-Self: bbPress 0.9.0.4 Modification"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=28#post-77</link>
			<pubDate>Tue, 06 Jan 2009 23:55:03 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">77@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Due to a repeated error in the wp-functions.php file I've had to comment out a line.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Warning: cannot yet handle MBCS in html_entity_decode()! in /.../kyleabaker.com/bbpress/bb-includes/wp-functions.php on line 113&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;line 113 was:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;$string = html_entity_decode( $string, $quote_style, $charset );&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;and is now:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;//$string = html_entity_decode( $string, $quote_style, $charset );&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Quick fix was to re-enable the bbpress forum. Fix this later (and update php version). ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-76</link>
			<pubDate>Sat, 03 Jan 2009 23:17:37 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">76@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;k2-RC7-revision-743-2008-12-18.zip&#60;br /&#62;
&#60;a href=&#34;http://getk2.com/nightly/k2-RC7-revision-743-2008-12-18.zip&#34; rel=&#34;nofollow&#34;&#62;http://getk2.com/nightly/k2-RC7-revision-743-2008-12-18.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Updated/Replaced changed files:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Changed paths:&#60;br /&#62;
   M /trunk/app/classes/widgets.php&#60;br /&#62;
   M /trunk/app/display/widgets.php&#60;br /&#62;
   M /trunk/css/options.css&#60;br /&#62;
   M /trunk/css/widgets.css&#60;br /&#62;
   M /trunk/functions.php&#60;br /&#62;
   M /trunk/js/k2.widgets.js&#60;/p&#62;
&#60;p&#62;Fixes&#60;br /&#62;
* better multi-widgets compatibility. added notice to use widgets.php to add multi-widgets.&#60;br /&#62;
* hide button placeholders&#60;br /&#62;
* minor styling changes.&#60;br /&#62;
* only show K2 Widgets Manager menu when enabled.&#60;br /&#62;
* reorganizing content for easier editing
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-75</link>
			<pubDate>Wed, 10 Dec 2008 16:08:19 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">75@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;k2-RC7-revision-739-2008-12-09.zip&#60;br /&#62;
&#60;a href=&#34;http://getk2.com/nightly/k2-RC7-revision-739-2008-12-09.zip&#34; rel=&#34;nofollow&#34;&#62;http://getk2.com/nightly/k2-RC7-revision-739-2008-12-09.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Updated/Replaced changed files:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Changed paths:&#60;br /&#62;
   M /trunk/app/classes/header.php&#60;/p&#62;
&#60;p&#62;Fixes:&#60;br /&#62;
* Issue 740: Custom Header Image upload functionality not working in r738
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-74</link>
			<pubDate>Mon, 08 Dec 2008 16:33:11 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">74@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;header image failure in r738 can be fixed by editing the following file:&#60;br /&#62;
k2/app/classes/header.php&#60;/p&#62;
&#60;p&#62;Find:&#60;br /&#62;
return trailingslashit($uploads['baseurl']) . $header_image;&#60;/p&#62;
&#60;p&#62;Replace with:&#60;br /&#62;
return get_option('siteurl') . strstr($header_image, str_replace(get_option('siteurl'), &#34;&#34;, $uploads['baseurl']));
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 9"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=27#post-73</link>
			<pubDate>Sat, 06 Dec 2008 19:05:49 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">73@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total Links: 895&#60;/p&#62;
&#60;p&#62;cyn.in Desktop Offers Instant Collaboration - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/43653-cyn-desktop-offers-instant-collaboration.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/43653-cyn-desktop-offers-instant-collaboration.html&#60;/a&#62;&#60;br /&#62;
The week in Microsoft: Windows 7, Windows Live, MeshMobile&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081206-the-week-in-microsoft-windows-7-windows-live-meshmobile.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081206-the-week-in-microsoft-windows-7-windows-live-meshmobile.html&#60;/a&#62;&#60;br /&#62;
Is this the new Windows 7 boot screen? (Updated)&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/microsoft.ars/2008/12/03/is-this-the-new-windows-7-boot-screen&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/microsoft.ars/2008/12/03/is-this-the-new-windows-7-boot-screen&#60;/a&#62;&#60;br /&#62;
The week in hardware: Updated roadmaps, gadgets, and gear&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081206-the-week-in-hardware-updated-roadmaps-gadgets-and-gear.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081206-the-week-in-hardware-updated-roadmaps-gadgets-and-gear.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Many of Amsterdam&#38;#39;s Brothels, Marijuana Cafes to...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,463004,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,463004,00.html&#60;/a&#62;&#60;br /&#62;
This week in Apple: DisplayPort, App Store lessons, and more&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081206-this-week-in-apple-displayport-app-store-lessons-and-more.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081206-this-week-in-apple-displayport-app-store-lessons-and-more.html&#60;/a&#62;&#60;br /&#62;
Windows 7 to report boot progress again, like Windows 2000 - W...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2008/12/05/windows-7-to-be-first-windows-to-report-real-boot-progress/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2008/12/05/windows-7-to-be-first-windows-to-report-real-boot-progress/&#60;/a&#62;&#60;br /&#62;
Week in review: unfounded BitTorrent fears, learning Python, S...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081206-week-in-review-unfounded-bittorrent-fears-learning-python-songbird-soars.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081206-week-in-review-unfounded-bittorrent-fears-learning-python-songbird-soars.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Europe &#124; France abuzz over alcoholic &#38;#39;cure&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/europe/7768141.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/europe/7768141.stm&#60;/a&#62;&#60;br /&#62;
Require passwords to launch programs with Empathy - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/06/require-passwords-to-launch-programs-with-empathy/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/06/require-passwords-to-launch-programs-with-empathy/&#60;/a&#62;&#60;br /&#62;
This week in open source: KDE 4.2b1, Python 3, and OpenSolaris...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081206-this-week-in-open-source-kde-4-2-python-3-and-opensolaris.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081206-this-week-in-open-source-kde-4-2-python-3-and-opensolaris.html&#60;/a&#62;&#60;br /&#62;
Review: Stylish Persona 4 Is RPG Perfection &#124; Game &#124; Life from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/games/2008/12/review-persona.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/games/2008/12/review-persona.html&#60;/a&#62;&#60;br /&#62;
Best Of 2008: Most Underhyped Apps of 2008&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5101972/most-underhyped-apps-of-2008&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5101972/most-underhyped-apps-of-2008&#60;/a&#62;&#60;br /&#62;
KLS Mail Backup makes email, browser backups a snap - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/05/kls-mail-backup-makes-email-browser-backups-a-snap/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/05/kls-mail-backup-makes-email-browser-backups-a-snap/&#60;/a&#62;&#60;br /&#62;
DownloadShopper: Comparison shopping for MP3s made easy - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/05/downloadshopper-comparison-shopping-for-mp3s-made-easy/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/05/downloadshopper-comparison-shopping-for-mp3s-made-easy/&#60;/a&#62;&#60;br /&#62;
Hidden SDK features transform iPhone into TV gaming device: Pa...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/transforming-iphone-into-tv-gaming-device.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/transforming-iphone-into-tv-gaming-device.ars&#60;/a&#62;&#60;br /&#62;
Lego iPlayer- Tiny Mp3 Player &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/12/05/lego-iplayer-tiny-mp3-player-that-you’ll-love&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/12/05/lego-iplayer-tiny-mp3-player-that-you’ll-love&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Windows Vista SP2 beta, WS2K8 SP2 beta released&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_Vista_SP2_beta_WS2K8_SP2_beta_released/1228509359&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_Vista_SP2_beta_WS2K8_SP2_beta_released/1228509359&#60;/a&#62;&#60;br /&#62;
Lucky Strike Tower kicks off Durham holiday events :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4087149/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4087149/&#60;/a&#62;&#60;br /&#62;
Surf the world&#38;#39;s radio stations with Radio Beta - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/05/surf-the-worlds-radio-stations-with-radio-beta/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/05/surf-the-worlds-radio-stations-with-radio-beta/&#60;/a&#62;&#60;br /&#62;
Amazon.com Add-On Hack Was a University Project &#124; Threat Level...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/12/amazoncom-add-o.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/12/amazoncom-add-o.html&#60;/a&#62;&#60;br /&#62;
What&#38;#39;s Old Is New: 12 Living Fossils &#124; Wired Science from Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/whats-old-is-ne.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/whats-old-is-ne.html&#60;/a&#62;&#60;br /&#62;
Windows Vista SP2 beta now publicly available - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/05/windows-vista-sp2-beta-now-publicly-available/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/05/windows-vista-sp2-beta-now-publicly-available/&#60;/a&#62;&#60;br /&#62;
Rare monkeys spotted in Vietnam - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/science/12/04/rare.monkey/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/science/12/04/rare.monkey/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Play Arkanoid in your DHTML capable browser - Time Waster - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/05/play-arkanoid-in-your-dhtml-capable-browser-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/05/play-arkanoid-in-your-dhtml-capable-browser-time-waster/&#60;/a&#62;&#60;br /&#62;
Opera 10 alpha 1 released, brings Acid3 victory&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081205-opera-10-alpha-1-released-brings-acid3-victory.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081205-opera-10-alpha-1-released-brings-acid3-victory.html&#60;/a&#62;&#60;br /&#62;
Opera 10 Alpha released&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16204.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16204.cfm&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Is Bra-Free Jennifer Aniston Calendar Legal? - C...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,462350,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,462350,00.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Business &#124; BMW sales dip more than a quarter&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/business/7766779.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/business/7766779.stm&#60;/a&#62;&#60;br /&#62;
Blockbuster to offer 99-cent DVD rentals &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2100-9588_22-254092.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2100-9588_22-254092.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Imagining Tomorrow&#38;#39;s Browsers&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/culturereviews/magazine/16-12/st_browsers&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/culturereviews/magazine/16-12/st_browsers&#60;/a&#62;&#60;br /&#62;
Study: Happiness Is Contagious, Cheer Spreads Easily, Even To ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/12/04/health/main4649393.shtml?source=RSSattr=HOME_4649393&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/12/04/health/main4649393.shtml?source=RSSattr=HOME_4649393&#60;/a&#62;&#60;br /&#62;
Eye Spy: Filmmaker Plans to Install Camera in His Eye Socket &#124;...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/12/eye-spy-filmmak.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/12/eye-spy-filmmak.html&#60;/a&#62;&#60;br /&#62;
Python 3.0 slithers onto scene, sheds backward compatibility&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081204-python-3-0-sheds-backwards-compatibility.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081204-python-3-0-sheds-backwards-compatibility.html&#60;/a&#62;&#60;br /&#62;
Google Reader gets a new look - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/04/google-reader-gets-a-new-look/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/04/google-reader-gets-a-new-look/&#60;/a&#62;&#60;br /&#62;
Cellular &#38;#39;Bullets&#38;#39; Destroy HIV, Raise Vaccine Possibilities &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/cellular-bullet.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/cellular-bullet.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Entertainment &#124; Guitarist Satriani sues Coldplay&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/7766683.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/7766683.stm&#60;/a&#62;&#60;br /&#62;
GUI Installer for RT73 (RaLink) Devices [Beta] -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/gui-installer-for-rt73-ralink-devices-beta.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/gui-installer-for-rt73-ralink-devices-beta.html&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Get your Gmail stickers&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2008/12/get-your-gmail-stickers.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2008/12/get-your-gmail-stickers.html&#60;/a&#62;&#60;br /&#62;
Google finally lets you make Picasa Web Albums truly private -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/04/google-finally-lets-you-make-picasa-web-albums-truly-private/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/04/google-finally-lets-you-make-picasa-web-albums-truly-private/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Science Laboratory Delayed to 2011&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/081204-msl-launch-delay.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/081204-msl-launch-delay.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Nasa delays its next Mars m...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7765818.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7765818.stm&#60;/a&#62;&#60;br /&#62;
Hands-on: OpenSolaris 2008.11 a major step forward for Sun&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081204-hands-on-opensolaris-2008-11-a-major-step-forward-for-sun.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081204-hands-on-opensolaris-2008-11-a-major-step-forward-for-sun.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Students Find Planet Outside Our Solar System&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081204-student-exoplanet.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081204-student-exoplanet.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Wobbles Created Climate Swings&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081204-mars-climate-cycles.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081204-mars-climate-cycles.html&#60;/a&#62;&#60;br /&#62;
GetIt combines the power of three Windows apt-style updaters -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/04/getit-combines-the-power-of-three-windows-apt-style-updaters/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/04/getit-combines-the-power-of-three-windows-apt-style-updaters/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Windows Live rollout sketchy, team apologizes&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_Live_rollout_sketchy_team_apologizes/1228412253&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_Live_rollout_sketchy_team_apologizes/1228412253&#60;/a&#62;&#60;br /&#62;
$99 4GB iPhone coming to Wal-Mart?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16193.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16193.cfm&#60;/a&#62;&#60;br /&#62;
Facebook Connect goes live to one and all&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081204-facebook-connect-goes-live-to-one-and-all.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081204-facebook-connect-goes-live-to-one-and-all.html&#60;/a&#62;&#60;br /&#62;
Flickr Updates Mobile Site, Adds Video Playback for iPhones &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/12/flickr-updates.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/12/flickr-updates.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Opera 10 alpha shows off new Presto rendering engine&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Opera_10_alpha_shows_off_new_Presto_rendering_engine/1228422956&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Opera_10_alpha_shows_off_new_Presto_rendering_engine/1228422956&#60;/a&#62;&#60;br /&#62;
Legacy of W: You&#38;#39;re the Decider &#124; Threat Level from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/12/legacy-of-w.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/12/legacy-of-w.html&#60;/a&#62;&#60;br /&#62;
Google Friend Connect launches, eyes Facebook Connect&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081204-google-friend-connect-launches-eyes-facebook-connect.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081204-google-friend-connect-launches-eyes-facebook-connect.html&#60;/a&#62;&#60;br /&#62;
Opera 10 Alpha 1 is out! &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/opera-10-alpha-1-out&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/opera-10-alpha-1-out&#60;/a&#62;&#60;br /&#62;
A new bird takes to the skies.&#60;br /&#62;
&#60;a href=&#34;http://operawatch.com/news/2008/12/a-new-bird-takes-to-the-skies.html&#34; rel=&#34;nofollow&#34;&#62;http://operawatch.com/news/2008/12/a-new-bird-takes-to-the-skies.html&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Build 91.&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=406&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=406&#60;/a&#62;&#60;br /&#62;
Official Google Reader Blog: Square is the new round.&#60;br /&#62;
&#60;a href=&#34;http://googlereader.blogspot.com/2008/12/square-is-new-round.html&#34; rel=&#34;nofollow&#34;&#62;http://googlereader.blogspot.com/2008/12/square-is-new-round.html&#60;/a&#62;&#60;br /&#62;
Opera 10 sneak peek&#60;br /&#62;
&#60;a href=&#34;http://www.opera.com/press/releases/2008/12/04/&#34; rel=&#34;nofollow&#34;&#62;http://www.opera.com/press/releases/2008/12/04/&#60;/a&#62;&#60;br /&#62;
Opera Presto 2.2 and Opera 10 — a first look - Opera Developer...&#60;br /&#62;
&#60;a href=&#34;http://dev.opera.com/articles/view/presto-2-2-and-opera-10-a-first-look/&#34; rel=&#34;nofollow&#34;&#62;http://dev.opera.com/articles/view/presto-2-2-and-opera-10-a-first-look/&#60;/a&#62;&#60;br /&#62;
Presto in the the Opera User-Agent string - By Opera Core Conc...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/core/blog/presto-in-the-the-opera-user-agent-string&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/core/blog/presto-in-the-the-opera-user-agent-string&#60;/a&#62;&#60;br /&#62;
Opera 10 sneak peek&#60;br /&#62;
&#60;a href=&#34;http://www.opera.com/press/releases/2008/12/04/&#34; rel=&#34;nofollow&#34;&#62;http://www.opera.com/press/releases/2008/12/04/&#60;/a&#62;&#60;br /&#62;
G1 bootloader dumped: big step forward for G1 jailbreakers&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/linux.ars/2008/12/04/g1-bootloader-dumped-big-step-forward-for-g1-jailbreakers&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/linux.ars/2008/12/04/g1-bootloader-dumped-big-step-forward-for-g1-jailbreakers&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft seeks &#38;#39;community&#38;#39; help to make IE8 Standa...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_seeks_community_help_to_make_IE8_Standards_Mode_work_out/1228407142&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_seeks_community_help_to_make_IE8_Standards_Mode_work_out/1228407142&#60;/a&#62;&#60;br /&#62;
Opera 10 Alpha 1 web browser passes the Acid3 test - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/04/opera-10-alpha-1-web-browser-passes-the-acid3-test/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/04/opera-10-alpha-1-web-browser-passes-the-acid3-test/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Louisiana Unseats Mississippi as Unhealthiest St...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,461587,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,461587,00.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Ancient supernova mystery s...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7762939.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7762939.stm&#60;/a&#62;&#60;br /&#62;
Pioneer 400GB Blu-ray discs will play on PS3&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16180.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16180.cfm&#60;/a&#62;&#60;br /&#62;
Study shows promise for placebos as personalized medicine&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081203-study-shows-promise-for-placebos-as-personalized-medicine.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081203-study-shows-promise-for-placebos-as-personalized-medicine.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Yahoo cedes Internet radio operations to CBS&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Yahoo_cedes_Internet_radio_operations_to_CBS/1228348247&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Yahoo_cedes_Internet_radio_operations_to_CBS/1228348247&#60;/a&#62;&#60;br /&#62;
IEBlog : Compatibility View Improvements to come in IE8&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/12/03/compatibility-view-improvements-to-come-in-ie8.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/12/03/compatibility-view-improvements-to-come-in-ie8.aspx&#60;/a&#62;&#60;br /&#62;
Official Google Mac Blog: Google.com/mac now available in 10 l...&#60;br /&#62;
&#60;a href=&#34;http://googlemac.blogspot.com/2008/12/googlecommac-now-available-in-10.html&#34; rel=&#34;nofollow&#34;&#62;http://googlemac.blogspot.com/2008/12/googlecommac-now-available-in-10.html&#60;/a&#62;&#60;br /&#62;
UNCC NIJ Project: iPhone app implementation&#60;br /&#62;
&#60;a href=&#34;http://uncc-nij.blogspot.com/2008/12/iphone-app-implementation.html&#34; rel=&#34;nofollow&#34;&#62;http://uncc-nij.blogspot.com/2008/12/iphone-app-implementation.html&#60;/a&#62;&#60;br /&#62;
Best Of 2008: Best New and Improved Software of 2008&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5099255/best-new-and-improved-software-of-2008&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5099255/best-new-and-improved-software-of-2008&#60;/a&#62;&#60;br /&#62;
Mac &#38;#39;Security Threat&#38;#39; Evaporates in 24 Hours &#124; Gadget Lab from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/12/mac-os-x-isnt-v.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/12/mac-os-x-isnt-v.html&#60;/a&#62;&#60;br /&#62;
Hackers, Others Seek DMCA Exemptions &#124; Threat Level from Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/12/hackers-others.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/12/hackers-others.html&#60;/a&#62;&#60;br /&#62;
A look at all the new Windows Live Wave 3 web services&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/microsoft.ars/2008/12/03/alook-at-all-the-new-windows-live-wave-3-web-services&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/microsoft.ars/2008/12/03/alook-at-all-the-new-windows-live-wave-3-web-services&#60;/a&#62;&#60;br /&#62;
Stone Age site reveals &#38;#39;extraordinary&#38;#39; artworks - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/science/12/03/stoneage.art/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/science/12/03/stoneage.art/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Driver Backup! 2 is a free, portable DriverMax alternative - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/03/driver-backup-2-is-a-free-portable-drivermax-alternative/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/03/driver-backup-2-is-a-free-portable-drivermax-alternative/&#60;/a&#62;&#60;br /&#62;
Cancer Stem Cells May Not Be the Supervillains We Thought &#124; Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/cancerstemcells.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/cancerstemcells.html&#60;/a&#62;&#60;br /&#62;
Ancient Supernova Explosion Glimpsed Anew &#124; Wired Science from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/ancient-superno.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/ancient-superno.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Noisy oceans &#38;#39;threaten sea ...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7763906.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7763906.stm&#60;/a&#62;&#60;br /&#62;
Unlock: Unlock BlackBerry 8000-9000 Series Phones For Free&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5101535/unlock-blackberry-8000+9000-series-phones-for-free&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5101535/unlock-blackberry-8000+9000-series-phones-for-free&#60;/a&#62;&#60;br /&#62;
Girl from iconic Great Depression photo: &#38;#39;We were ashamed&#38;#39; - C...&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/LIVING/12/02/dustbowl.photo/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/LIVING/12/02/dustbowl.photo/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Ads come to Battle.Net as Activision monetizes free service&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081203-ads-come-to-battle-net-as-activision-monetizes-free-service.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081203-ads-come-to-battle-net-as-activision-monetizes-free-service.html&#60;/a&#62;&#60;br /&#62;
How to Remove Desktop.ini from Folders &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/12/03/how-to-remove-desktopini-from-folders&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/12/03/how-to-remove-desktopini-from-folders&#60;/a&#62;&#60;br /&#62;
YouTube comes down hard on porn ads, suggestive content&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081203-youtube-comes-down-hard-on-porn-ads-suggestive-content.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081203-youtube-comes-down-hard-on-porn-ads-suggestive-content.html&#60;/a&#62;&#60;br /&#62;
AIM Blast: finally, you can IM multiple buddies at once - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/03/aim-blast-finally-you-can-im-multiple-buddies-at-once/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/03/aim-blast-finally-you-can-im-multiple-buddies-at-once/&#60;/a&#62;&#60;br /&#62;
Roadmap: Open source to take over mainstream IT &#124; Tech News on...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-253732.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-253732.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
A Look Inside a Facebook for the Filthy Rich &#124; Epicenter from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/12/a-look-inside-f.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/12/a-look-inside-f.html&#60;/a&#62;&#60;br /&#62;
Phone unlocks, YouTube poop: DMCA exemption requests pour in&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081203-phone-unlocks-youtube-poop-dmca-exemption-requests-pour-in.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081203-phone-unlocks-youtube-poop-dmca-exemption-requests-pour-in.html&#60;/a&#62;&#60;br /&#62;
Embedding My Opera content (OEmbed) - By My Opera News&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2008/12/02/embedding-my-opera-content-oembed&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2008/12/02/embedding-my-opera-content-oembed&#60;/a&#62;&#60;br /&#62;
Block Flash on Internet Explorer, Firefox and Opera&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/block-flash-on-internet-explorer-firefox-and-opera/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/block-flash-on-internet-explorer-firefox-and-opera/&#60;/a&#62;&#60;br /&#62;
40 percent of IT jobs will be in open source, study &#124; Tech New...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-253623.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-253623.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Oracle adds data-integrity code to Linux kernel &#124; Tech News on...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-253636.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-253636.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Microsoft boosts OOXML compatibility &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-253622.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-253622.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Valve says DRM is stupid, but Microsoft still doesn&#38;#39;t get it&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081203-valve-calls-drm-stupid-microsoft-still-doesnt-get-it.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081203-valve-calls-drm-stupid-microsoft-still-doesnt-get-it.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft begins updated Windows Live rollout&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_begins_updated_Windows_Live_rollout/1228325566&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_begins_updated_Windows_Live_rollout/1228325566&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; First full beta of Windows 7 may be handed out next...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/First_full_beta_of_Windows_7_may_be_handed_out_next_Tuesday/1228322883&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/First_full_beta_of_Windows_7_may_be_handed_out_next_Tuesday/1228322883&#60;/a&#62;&#60;br /&#62;
49 States Get F In College Affordability, As Economy Worsens, ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/12/03/national/main4644890.shtml?source=RSSattr=HOME_4644890&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/12/03/national/main4644890.shtml?source=RSSattr=HOME_4644890&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Study Explains Dark Spots on Venus&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081203-venus-clouds.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081203-venus-clouds.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- New Light Shed on Ancient Exploding Star&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081203-subaru-supernova.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081203-subaru-supernova.html&#60;/a&#62;&#60;br /&#62;
Backblaze offers truly no-hassle online backups - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/03/backblaze-offers-truly-no-hassle-online-backups/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/03/backblaze-offers-truly-no-hassle-online-backups/&#60;/a&#62;&#60;br /&#62;
WordPress 2.7 coming tomorrow - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/03/wordpress-2-7-coming-tomorrow/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/03/wordpress-2-7-coming-tomorrow/&#60;/a&#62;&#60;br /&#62;
Greasemonkey script adds Pirate Bay links to Amazon pages - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/03/greasemonkey-script-adds-pirate-bay-links-to-amazon-pages/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/03/greasemonkey-script-adds-pirate-bay-links-to-amazon-pages/&#60;/a&#62;&#60;br /&#62;
Less sun, more depression for people with SAD - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/conditions/11/14/seasonal.affective.disorder/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/conditions/11/14/seasonal.affective.disorder/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
&#38;#39;Smart&#38;#39; Fabric Glows in Response to Allergens : Discovery News&#60;br /&#62;
&#60;a href=&#34;http://dsc.discovery.com/news/2008/12/03/light-up-shirt.html&#34; rel=&#34;nofollow&#34;&#62;http://dsc.discovery.com/news/2008/12/03/light-up-shirt.html&#60;/a&#62;&#60;br /&#62;
Fakemodo: Santa Claus&#38;#39; Gmail Account Exposed&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5101296/santa-claus-gmail-account-exposed&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5101296/santa-claus-gmail-account-exposed&#60;/a&#62;&#60;br /&#62;
How-to: building a random password generator for the iPhone: P...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/how-to-random-password-generator-iphone.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/how-to-random-password-generator-iphone.ars&#60;/a&#62;&#60;br /&#62;
Divided by 13 JRT 9/15 Amplifier &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/pr_dividedby13_jrt_amplifier&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/pr_dividedby13_jrt_amplifier&#60;/a&#62;&#60;br /&#62;
SanDisk Sansa Clip &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/sandisk_sansa_clip&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/sandisk_sansa_clip&#60;/a&#62;&#60;br /&#62;
Download,Extract Audio From YouTube Videos using UTube Ripper ...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/downloadextract-audio-from-youtube-videos-using-utube-ripper-in-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/downloadextract-audio-from-youtube-videos-using-utube-ripper-in-ubuntu.html&#60;/a&#62;&#60;br /&#62;
Windows 7 Error Recovery is a punch in the nuts for techies - ...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2008/12/02/windows-7-error-recovery-is-a-punch-in-the-nuts-for-techies/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2008/12/02/windows-7-error-recovery-is-a-punch-in-the-nuts-for-techies/&#60;/a&#62;&#60;br /&#62;
IEBlog : IE8 at Add-On Con in Mountain View&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/12/02/ie8-at-add-on-con-in-mountain-view.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/12/02/ie8-at-add-on-con-in-mountain-view.aspx&#60;/a&#62;&#60;br /&#62;
Navigon 8100T &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/navigon_8100t&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/navigon_8100t&#60;/a&#62;&#60;br /&#62;
How to Use Neuroscience to Become Your Avatar &#124; Wired Science ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/vr-goggles-and.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/vr-goggles-and.html&#60;/a&#62;&#60;br /&#62;
Odd microtransactions may point to credit card breach&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-odd-microtransactions-may-point-to-credit-card-breach.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-odd-microtransactions-may-point-to-credit-card-breach.html&#60;/a&#62;&#60;br /&#62;
Moonlight 1.0 beta 1 shines on Linux&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-moonlight-1-0-beta-1-shines-on-linux.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-moonlight-1-0-beta-1-shines-on-linux.html&#60;/a&#62;&#60;br /&#62;
Flock OpenID support a small step for slow-moving standard&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-flock-openid-support-a-small-step-for-slow-moving-standard.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-flock-openid-support-a-small-step-for-slow-moving-standard.html&#60;/a&#62;&#60;br /&#62;
Apple: Our Ads Don&#38;#39;t Lie, But You&#38;#39;re a Fool if You Believe The...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/12/apple-says-cust.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/12/apple-says-cust.html&#60;/a&#62;&#60;br /&#62;
Windows market share reaches new low - 89.6% - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/windows-market-share-reaches-new-low-89-6/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/windows-market-share-reaches-new-low-89-6/&#60;/a&#62;&#60;br /&#62;
Make a Lens Case - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Make_a_Lens_Case&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Make_a_Lens_Case&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft: Vista SP2, Windows Server SP2 betas Thur...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_Vista_SP2_Windows_Server_SP2_betas_Thursday/1228250901&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_Vista_SP2_Windows_Server_SP2_betas_Thursday/1228250901&#60;/a&#62;&#60;br /&#62;
Ask DLS: Vista SP2 Beta released: Does the public care? - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/ask-dls-vista-sp2-beta-released-does-the-public-care/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/ask-dls-vista-sp2-beta-released-does-the-public-care/&#60;/a&#62;&#60;br /&#62;
Hacking Salmon&#38;#39;s Mental Compass to Save Endangered Fish &#124; Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/to-save-threate.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/to-save-threate.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Odd Comet Possibly from Another Star System&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081202-odd-comet.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081202-odd-comet.html&#60;/a&#62;&#60;br /&#62;
Report: white knight wants to take Yahoo private&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-report-white-knight-wants-to-take-yahoo-private.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-report-white-knight-wants-to-take-yahoo-private.html&#60;/a&#62;&#60;br /&#62;
Firefox Pirates Take Over Amazon &#124; TorrentFreak&#60;br /&#62;
&#60;a href=&#34;http://torrentfreak.com/firefox-pirates-take-over-amazon-081203/&#34; rel=&#34;nofollow&#34;&#62;http://torrentfreak.com/firefox-pirates-take-over-amazon-081203/&#60;/a&#62;&#60;br /&#62;
We All Live in a Solar Submarine &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/12/we-all-live-in.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/12/we-all-live-in.html&#60;/a&#62;&#60;br /&#62;
Time for forced updates? Conficker botnet makes us wonder&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-time-for-forced-updates-conficker-botnet-makes-us-wonder.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-time-for-forced-updates-conficker-botnet-makes-us-wonder.html&#60;/a&#62;&#60;br /&#62;
Songbird 1.0 released - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/songbird-1-0-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/songbird-1-0-released/&#60;/a&#62;&#60;br /&#62;
Chrome Extensions support plan updated &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/chrome-extensions-support-plan-updated&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/chrome-extensions-support-plan-updated&#60;/a&#62;&#60;br /&#62;
The long tail may be vanishing on the social networks&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-the-long-tail-may-be-vanishing-on-the-social-networks.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-the-long-tail-may-be-vanishing-on-the-social-networks.html&#60;/a&#62;&#60;br /&#62;
First look: can Songbird 1.0 replace iTunes, WMP?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-first-look-can-songbird-1-0-replace-itunes-wmp.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-first-look-can-songbird-1-0-replace-itunes-wmp.html&#60;/a&#62;&#60;br /&#62;
A few days later, a better notifier: Ding, It&#38;#39;s Up - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/a-few-days-later-a-better-notifier-ding-its-up/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/a-few-days-later-a-better-notifier-ding-its-up/&#60;/a&#62;&#60;br /&#62;
Microsoft adds similar images feature to Live Search Images - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/microsoft-adds-similar-images-feature-to-live-search-images/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/microsoft-adds-similar-images-feature-to-live-search-images/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Another confusing split decision in Broadcom / Qual...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Another_confusing_split_decision_in_Broadcom_Qualcomm_spat/1228233453&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Another_confusing_split_decision_in_Broadcom_Qualcomm_spat/1228233453&#60;/a&#62;&#60;br /&#62;
Burn downloaded videos easily with DVDCoach Express - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/burn-downloaded-videos-easily-with-dvdcoach-express/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/burn-downloaded-videos-easily-with-dvdcoach-express/&#60;/a&#62;&#60;br /&#62;
Hands-on: KDE 4.2 beta 1 brings impressive improvements&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-hands-on-kde-4-2-beta-1.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-hands-on-kde-4-2-beta-1.html&#60;/a&#62;&#60;br /&#62;
Drawminos: domino knockdown simulator! - Time Waster - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/drawminos-domino-knockdown-simulator-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/drawminos-domino-knockdown-simulator-time-waster/&#60;/a&#62;&#60;br /&#62;
Window Into Nixon White House Opens Wider, Nearly 200 Hours Of...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/12/02/national/main4642111.shtml?source=RSSattr=HOME_4642111&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/12/02/national/main4642111.shtml?source=RSSattr=HOME_4642111&#60;/a&#62;&#60;br /&#62;
Find, play, and download web music with Songbeat - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/find-play-and-download-web-music-with-songbeat/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/find-play-and-download-web-music-with-songbeat/&#60;/a&#62;&#60;br /&#62;
Windows 7 will sport a DX10 &#38;quot;software GPU&#38;quot;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-windows-7-will-sport-a-dx10-software-gpu.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-windows-7-will-sport-a-dx10-software-gpu.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Invisible Lights on Mars Mapped&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081202-st-mars-aurorae.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081202-st-mars-aurorae.html&#60;/a&#62;&#60;br /&#62;
Nokia Announces Chunky, Full-Featured N97 &#38;#39;Cellphone&#38;#39; &#124; Gadget...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/12/nokia-announces.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/12/nokia-announces.html&#60;/a&#62;&#60;br /&#62;
MySpace, Flock and Vidoop release OpenID for Flock plugin - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/02/myspace-flock-and-vidoop-release-openid-for-flock-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/02/myspace-flock-and-vidoop-release-openid-for-flock-plugin/&#60;/a&#62;&#60;br /&#62;
DVR commercial skipping: 50% or 97%? Depends on whom you ask&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081202-dvr-commercial-skipping-50-or-97-depends-on-whom-you-ask.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081202-dvr-commercial-skipping-50-or-97-depends-on-whom-you-ask.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Apple pushes anti-virus for Macs&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7760344.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7760344.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; YouTube seeks classical musicians&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7759171.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7759171.stm&#60;/a&#62;&#60;br /&#62;
How a Rogue Geologist Discovered a Diamond Trove in the Canadi...&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/planetearth/magazine/16-12/ff_diamonds&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/planetearth/magazine/16-12/ff_diamonds&#60;/a&#62;&#60;br /&#62;
Digging for Diamonds 24/7 Under Frozen Snap Lake&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/planetearth/magazine/16-12/ff_diamonds_sb&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/planetearth/magazine/16-12/ff_diamonds_sb&#60;/a&#62;&#60;br /&#62;
Ars Ultimate Home Theater PC Guide: 1080p HDMI Edition: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/guides/buyer/guide-200812-htpc.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/guides/buyer/guide-200812-htpc.ars&#60;/a&#62;&#60;br /&#62;
MySQL creator: version 5.1 released with &#38;quot;fatal bugs&#38;quot;&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-mysql-creator-version-5-1-released-with-fatal-bugs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-mysql-creator-version-5-1-released-with-fatal-bugs.html&#60;/a&#62;&#60;br /&#62;
Raleigh looks to revitalize Capital Boulevard area :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4059396/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4059396/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Facebook rolls out site browser&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7759304.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7759304.stm&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Gmail on your Desktop&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2008/12/gmail-on-your-desktop.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2008/12/gmail-on-your-desktop.html&#60;/a&#62;&#60;br /&#62;
GPU-based WPA/WPA2 crack struggles with good passwords&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-gpu-based-wpawpa2-crack-struggles-with-good-passwords.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-gpu-based-wpawpa2-crack-struggles-with-good-passwords.html&#60;/a&#62;&#60;br /&#62;
Monday Night: Planets Align in a Frown &#124; Wired Science from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/tonight-planets.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/tonight-planets.html&#60;/a&#62;&#60;br /&#62;
µTorrent&#38;#39;s switch to UDP and why the sky isn&#38;#39;t falling&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-utorrents-switch-to-udp-and-why-the-sky-isnt-falling.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-utorrents-switch-to-udp-and-why-the-sky-isnt-falling.html&#60;/a&#62;&#60;br /&#62;
The First Aid: Iceman May Have Dressed His Own Wounds &#124; Wired ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/12/iceman.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/12/iceman.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Intel tries to turn the tables on AMD in document d...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Intel_tries_to_turn_the_tables_on_AMD_in_document_discovery_dispute/1228174210&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Intel_tries_to_turn_the_tables_on_AMD_in_document_discovery_dispute/1228174210&#60;/a&#62;&#60;br /&#62;
Study: WMD Attack In U.S. Likely By 2013, Commission Report Sa...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/12/01/national/main4641534.shtml?source=RSSattr=HOME_4641534&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/12/01/national/main4641534.shtml?source=RSSattr=HOME_4641534&#60;/a&#62;&#60;br /&#62;
A New View of the Early Earth, Thanks to Australian Rocks - NY...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/12/02/science/02eart.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/12/02/science/02eart.html&#60;/a&#62;&#60;br /&#62;
What’s in a Last Name (II) - Motherlode Blog - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://parenting.blogs.nytimes.com/2008/12/01/whats-in-a-last-name-ii/&#34; rel=&#34;nofollow&#34;&#62;http://parenting.blogs.nytimes.com/2008/12/01/whats-in-a-last-name-ii/&#60;/a&#62;&#60;br /&#62;
Vista Service Pack 2 coming in April&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16150.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16150.cfm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Dig unearths Stone Age scul...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7758986.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7758986.stm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Less bad news than anticipated for the semiconducto...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Less_bad_news_than_anticipated_for_the_semiconductor_industry_in_2008/1228167083&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Less_bad_news_than_anticipated_for_the_semiconductor_industry_in_2008/1228167083&#60;/a&#62;&#60;br /&#62;
Mount remote storage, use web apps as local apps with Gladinet...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/01/mount-remote-storage-use-web-apps-as-local-apps-with-gladinet/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/01/mount-remote-storage-use-web-apps-as-local-apps-with-gladinet/&#60;/a&#62;&#60;br /&#62;
gOS Cloud - From zero to web browser in just a few seconds - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/01/gos-cloud-from-zero-to-web-browser-in-just-a-few-seconds/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/01/gos-cloud-from-zero-to-web-browser-in-just-a-few-seconds/&#60;/a&#62;&#60;br /&#62;
Hot Rodding Comes to Hybrids &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/12/hot-rodding-com.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/12/hot-rodding-com.html&#60;/a&#62;&#60;br /&#62;
Secret Geek A-Team Hacks Back, Defends Worldwide Web&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/people/magazine/16-12/ff_kaminsky&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/people/magazine/16-12/ff_kaminsky&#60;/a&#62;&#60;br /&#62;
FCC to vote on smut-free wireless broadband before Christmas&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-fcc-to-vote-on-smut-free-wireless-broadband-before-christmas.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-fcc-to-vote-on-smut-free-wireless-broadband-before-christmas.html&#60;/a&#62;&#60;br /&#62;
Another WordPress Milestone &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/12/01/another-wordpress-milestone/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/12/01/another-wordpress-milestone/&#60;/a&#62;&#60;br /&#62;
Estonian ISP plays whack-a-botnet, has Srizbi on the run&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-estonian-isp-plays-whack-a-botnet-has-srizbi-on-the-run.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-estonian-isp-plays-whack-a-botnet-has-srizbi-on-the-run.html&#60;/a&#62;&#60;br /&#62;
Three apps for the Windows sysadmin - Holiday Gift Guide - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/01/three-apps-for-the-windows-sysadmin-holiday-gift-guide/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/01/three-apps-for-the-windows-sysadmin-holiday-gift-guide/&#60;/a&#62;&#60;br /&#62;
Online-only outlets see Black Friday boost over 2007&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-online-only-outlets-see-black-friday-boost-over-2007.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-online-only-outlets-see-black-friday-boost-over-2007.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Planet Found Orbiting Puffed-Up Star&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081201-mm-red-giant-planet.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081201-mm-red-giant-planet.html&#60;/a&#62;&#60;br /&#62;
December delights from Opera - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/12/01/december-delights-from-opera&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/12/01/december-delights-from-opera&#60;/a&#62;&#60;br /&#62;
Phone conversations distract drivers more than passengers&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-for-drivers-passenger-and-phone-conversations-arent-equal.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-for-drivers-passenger-and-phone-conversations-arent-equal.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Will &#38;#39;Cyber Monday&#38;#39; fare better than a weaker &#38;#39;Blac...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Will_Cyber_Monday_fare_better_than_a_weaker_Black_Friday/1228151017&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Will_Cyber_Monday_fare_better_than_a_weaker_Black_Friday/1228151017&#60;/a&#62;&#60;br /&#62;
Get VMware Fusion for as little as $9.99 today only - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/01/get-vmware-fusion-for-as-little-as-9-99-today-only/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/01/get-vmware-fusion-for-as-little-as-9-99-today-only/&#60;/a&#62;&#60;br /&#62;
Hackers boot Linux on iPhone &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-253200.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-253200.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Who gains from Microsoft&#38;#39;s free Morro antivirus? &#124; Tech News o...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-253190.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-253190.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Microsoft, Yahoo coy as reports of new search deal surface&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-microsoft-yahoo-coy-as-reports-of-new-search-deal-surface.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-microsoft-yahoo-coy-as-reports-of-new-search-deal-surface.html&#60;/a&#62;&#60;br /&#62;
Linux on the iPhone: penguin poop in Apple&#38;#39;s walled garden&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081201-linux-iphone-port-could-pave-the-way-for-android.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081201-linux-iphone-port-could-pave-the-way-for-android.html&#60;/a&#62;&#60;br /&#62;
Genetically Modified Peanuts Could Save Lives &#124; Wired Science ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/peanuts-with-le.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/peanuts-with-le.html&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/F/FOODS_FUTURE_GM_CROPS?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-11-30-20-28-51&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/F/FOODS_FUTURE_GM_CROPS?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-11-30-20-28-51&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; DTV broadcasters could make another transition to m...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/DTV_broadcasters_could_make_another_transition_to_mobile_next_year/1228147942&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/DTV_broadcasters_could_make_another_transition_to_mobile_next_year/1228147942&#60;/a&#62;&#60;br /&#62;
URL Alias adds superpowers to the Firefox address bar - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/12/01/url-alias-adds-superpowers-to-the-firefox-address-bar/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/12/01/url-alias-adds-superpowers-to-the-firefox-address-bar/&#60;/a&#62;&#60;br /&#62;
Soovle offers search suggestions for 7 search engines - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/30/soovle-offers-search-suggestions-for-7-search-engines/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/30/soovle-offers-search-suggestions-for-7-search-engines/&#60;/a&#62;&#60;br /&#62;
Being Bad (at Sports) Can Be Good - Motherlode Blog - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://parenting.blogs.nytimes.com/2008/12/01/a-test-of-champions/&#34; rel=&#34;nofollow&#34;&#62;http://parenting.blogs.nytimes.com/2008/12/01/a-test-of-champions/&#60;/a&#62;&#60;br /&#62;
SanDisk plans hat trick of SSD performance improvements&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081130-sandisk-plans-hat-trick-of-ssd-performance-improvements.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081130-sandisk-plans-hat-trick-of-ssd-performance-improvements.html&#60;/a&#62;&#60;br /&#62;
ISP&#38;#39;s secret opt-in advertising test draws the UK&#38;#39;s ire&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081130-isps-secret-opt-in-advertising-test-draws-the-uks-ire.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081130-isps-secret-opt-in-advertising-test-draws-the-uks-ire.html&#60;/a&#62;&#60;br /&#62;
Notify me when it&#38;#39;s up! - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/30/notify-me-when-its-up/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/30/notify-me-when-its-up/&#60;/a&#62;&#60;br /&#62;
PhraseExpress is so much more than an autotext app - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/30/phraseexpress-is-so-much-more-than-an-autotext-app/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/30/phraseexpress-is-so-much-more-than-an-autotext-app/&#60;/a&#62;&#60;br /&#62;
GTA IV to have SecuROM DRM&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16132.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16132.cfm&#60;/a&#62;&#60;br /&#62;
LeBron James fires back at Charles Barkley for &#38;#39;respect&#38;#39; comme...&#60;br /&#62;
&#60;a href=&#34;http://sportsillustrated.cnn.com/2008/basketball/nba/11/28/lebron.barkley.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://sportsillustrated.cnn.com/2008/basketball/nba/11/28/lebron.barkley.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
New rifts form on Antarctic ice shelf - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/WORLD/asiapcf/11/29/antarctic.ice.shelf.collapse/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/WORLD/asiapcf/11/29/antarctic.ice.shelf.collapse/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Great Summary provides halfway decent summaries of long articl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/28/great-summary-provides-halfway-decent-summaries-of-long-articles/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/28/great-summary-provides-halfway-decent-summaries-of-long-articles/&#60;/a&#62;&#60;br /&#62;
ZunaVision lets you place images and videos inside your videos...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/29/zunavision-lets-you-place-images-and-videos-inside-your-videos/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/29/zunavision-lets-you-place-images-and-videos-inside-your-videos/&#60;/a&#62;&#60;br /&#62;
Safari updates messing with your ad blocker? Try GlimmerBlocke...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/29/safari-updates-messing-with-your-ad-blocker-try-glimmerblocker/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/29/safari-updates-messing-with-your-ad-blocker-try-glimmerblocker/&#60;/a&#62;&#60;br /&#62;
Award-winning cat returns home to Raleigh :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/noteworthy/story/4045559/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/noteworthy/story/4045559/&#60;/a&#62;&#60;br /&#62;
This week in open source: Fedora 10, Ubuntu 9.04 alpha&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-this-week-in-open-source-fedora-10-ubuntu-9-04-alpha.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-this-week-in-open-source-fedora-10-ubuntu-9-04-alpha.html&#60;/a&#62;&#60;br /&#62;
This week in Apple: 24&#38;quot; Cinema Display, iPhone 2.2 galore, and...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081129-this-week-in-apple-24-cinema-display-iphone-2-2-galore-and-more.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081129-this-week-in-apple-24-cinema-display-iphone-2-2-galore-and-more.html&#60;/a&#62;&#60;br /&#62;
Science week in review: acidified oceans, caffeinated biodiese...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081129-science-week-in-review-acidified-oceans-caffeinated-biodiesel-and-lots-of-math.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081129-science-week-in-review-acidified-oceans-caffeinated-biodiesel-and-lots-of-math.html&#60;/a&#62;&#60;br /&#62;
Select multiple checkboxes with CheckBoxMate for Firefox - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/29/select-multiple-checkboxes-with-checkboxmate-for-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/29/select-multiple-checkboxes-with-checkboxmate-for-firefox/&#60;/a&#62;&#60;br /&#62;
The baby falcon is preparing for flight - By Opera Desktop Team&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/desktopteam/blog/2008/11/28/the-baby-falcon-is-preparing-for-flight&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/desktopteam/blog/2008/11/28/the-baby-falcon-is-preparing-for-flight&#60;/a&#62;&#60;br /&#62;
Cubic Explorer is a highly customizable portable file manager ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/28/cubic-explorer-is-a-highly-customizable-portable-file-manager/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/28/cubic-explorer-is-a-highly-customizable-portable-file-manager/&#60;/a&#62;&#60;br /&#62;
Intel evaluating new netbook concepts, form factors&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-intel-evaluating-new-netbook-concepts-form-factors.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-intel-evaluating-new-netbook-concepts-form-factors.html&#60;/a&#62;&#60;br /&#62;
Nokia now shipping 5800 XpressMusic&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16127.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16127.cfm&#60;/a&#62;&#60;br /&#62;
Xbox 360 Netflix service adds some Sony films&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16125.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16125.cfm&#60;/a&#62;&#60;br /&#62;
Auditorium is a gorgeous musical puzzle - Time Waster - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/28/auditorium-is-a-gorgeous-musical-puzzle-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/28/auditorium-is-a-gorgeous-musical-puzzle-time-waster/&#60;/a&#62;&#60;br /&#62;
Baidu caught in search ad scandal, vows to overhaul system&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-baidu-caught-in-search-ad-scandal-vows-to-overhaul-system.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-baidu-caught-in-search-ad-scandal-vows-to-overhaul-system.html&#60;/a&#62;&#60;br /&#62;
Intel&#38;#39;s Linux-based Moblin platform arrives on devices&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-intels-linux-based-moblin-platform-arrives-on-devices.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-intels-linux-based-moblin-platform-arrives-on-devices.html&#60;/a&#62;&#60;br /&#62;
Hands on with Live TV: Sling.com goes public&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-hands-on-with-live-tv-sling-com-goes-public.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-hands-on-with-live-tv-sling-com-goes-public.html&#60;/a&#62;&#60;br /&#62;
Opera Dragonfly alpha 3, update 1 - By Opera Dragonfly&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/dragonfly/blog/2008/11/28/opera-dragonfly-alpha-3-update-1&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/dragonfly/blog/2008/11/28/opera-dragonfly-alpha-3-update-1&#60;/a&#62;&#60;br /&#62;
Howto Fix window titlebar drawing problems with NVIDIA gfx usi...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/howto-fix-window-titlebar-drawing-problems-with-nvidia-gfx-using-18008-beta-driver-in-intrepid.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/howto-fix-window-titlebar-drawing-problems-with-nvidia-gfx-using-18008-beta-driver-in-intrepid.html&#60;/a&#62;&#60;br /&#62;
As holiday season closes in, e-books exploding in popularity&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-as-holiday-season-closes-in-e-books-exploding-in-popularity.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-as-holiday-season-closes-in-e-books-exploding-in-popularity.html&#60;/a&#62;&#60;br /&#62;
FileAlyzer shows you detailed info for any Windows file - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/28/filealyzer-shows-you-detailed-info-for-any-windows-file/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/28/filealyzer-shows-you-detailed-info-for-any-windows-file/&#60;/a&#62;&#60;br /&#62;
Tag That Image: Visual Bookmarking Sites Worth Browsing - Bits...&#60;br /&#62;
&#60;a href=&#34;http://bits.blogs.nytimes.com/2008/11/28/tag-that-image-visual-bookmarking-sites-worth-browsing/&#34; rel=&#34;nofollow&#34;&#62;http://bits.blogs.nytimes.com/2008/11/28/tag-that-image-visual-bookmarking-sites-worth-browsing/&#60;/a&#62;&#60;br /&#62;
Microsoft: frugal America will turn to gaming this X(box)mas&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-microsoft-frugal-america-will-turn-to-gaming-this-xboxmas.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-microsoft-frugal-america-will-turn-to-gaming-this-xboxmas.html&#60;/a&#62;&#60;br /&#62;
HP earnings deliver on early Q4 preview&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-hp-earnings-deliver-on-early-q4-preview.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-hp-earnings-deliver-on-early-q4-preview.html&#60;/a&#62;&#60;br /&#62;
Confusion continues to dominate as DTV transition nears&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081128-confusion-continues-to-dominate-as-dtv-transition-nears.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081128-confusion-continues-to-dominate-as-dtv-transition-nears.html&#60;/a&#62;&#60;br /&#62;
Artifacts From the Future: Wall Street 2013&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/culturereviews/multimedia/2008/11/found&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/culturereviews/multimedia/2008/11/found&#60;/a&#62;&#60;br /&#62;
Vaporware 2008: A Call for Submissions&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/culturereviews/news/2008/11/YE8_vaporware_subs&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/culturereviews/news/2008/11/YE8_vaporware_subs&#60;/a&#62;&#60;br /&#62;
Thanksgiving: Free Software We&#38;#39;re Most Thankful For&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5098944/free-software-were-most-thankful-for&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5098944/free-software-were-most-thankful-for&#60;/a&#62;&#60;br /&#62;
Game Protector- Lock and Protect Games &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/27/game-protector-lock-and-protect-games&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/27/game-protector-lock-and-protect-games&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Spambots edge back online post-McColo&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Spambots_edge_back_online_postMcColo/1227744285&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Spambots_edge_back_online_postMcColo/1227744285&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google admits that its iPhone voice search breaks A...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_admits_that_its_iPhone_voice_search_breaks_Apples_rules/1227740736&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_admits_that_its_iPhone_voice_search_breaks_Apples_rules/1227740736&#60;/a&#62;&#60;br /&#62;
Analysts differ on holiday consumer electronics spending&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081126-analysts-differ-on-holiday-consumer-electronics-spending.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081126-analysts-differ-on-holiday-consumer-electronics-spending.html&#60;/a&#62;&#60;br /&#62;
Linux distros compliant with DoD IPv6 policies&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081126-linux-distros-compliant-with-dod-ipv6-policies.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081126-linux-distros-compliant-with-dod-ipv6-policies.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Spam on rise after brief reprieve&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7749835.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7749835.stm&#60;/a&#62;&#60;br /&#62;
Five Geeky Things to Do This Holiday Weekend &#124; Gadget Lab from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/11/five-geeky-thin.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/11/five-geeky-thin.html&#60;/a&#62;&#60;br /&#62;
Make a custom tag graphic with TinyTag - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/26/make-a-custom-tag-graphic-with-tinytag/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/26/make-a-custom-tag-graphic-with-tinytag/&#60;/a&#62;&#60;br /&#62;
Sling.com online video portal is open to the (US) public - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/26/sling-com-online-video-portal-is-open-to-the-us-public/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/26/sling-com-online-video-portal-is-open-to-the-us-public/&#60;/a&#62;&#60;br /&#62;
AIDS: a good example of why science policy matters&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081126-aids-a-good-example-of-why-science-policy-matters.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081126-aids-a-good-example-of-why-science-policy-matters.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Apple claiming iPhone 3G is &#38;#39;really fast&#38;#39; deemed fa...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apple_claiming_iPhone_3G_is_really_fast_deemed_false_by_UK_regulators/1227715753&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apple_claiming_iPhone_3G_is_really_fast_deemed_false_by_UK_regulators/1227715753&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Mozilla developers readying one more beta cycle for...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mozilla_developers_readying_one_more_beta_cycle_for_Firefox_31/1227716037&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mozilla_developers_readying_one_more_beta_cycle_for_Firefox_31/1227716037&#60;/a&#62;&#60;br /&#62;
Color Infection - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/26/color-infection-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/26/color-infection-time-waster/&#60;/a&#62;&#60;br /&#62;
Judge says BU can&#38;#39;t turn over infringers&#38;#39; IPs in P2P case&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081126-judge-says-bu-cant-turn-over-infringers-ips-in-p2p-case.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081126-judge-says-bu-cant-turn-over-infringers-ips-in-p2p-case.html&#60;/a&#62;&#60;br /&#62;
Google admits to using undocumented API in Google Mobile app&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081126-google-admits-to-using-undocumented-api-in-google-mobile-app.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081126-google-admits-to-using-undocumented-api-in-google-mobile-app.html&#60;/a&#62;&#60;br /&#62;
The best apps to put on the iPhone you&#38;#39;re giving - Holiday Gif...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/26/the-best-apps-to-put-on-the-iphone-youre-giving-holiday-gift/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/26/the-best-apps-to-put-on-the-iphone-youre-giving-holiday-gift/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Plumes from Saturn&#38;#39;s Moon May Contain Water&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081126-ap-saturn-moon-plumes.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081126-ap-saturn-moon-plumes.html&#60;/a&#62;&#60;br /&#62;
14 Reasons to Be Grateful This Thanksgiving &#124; The Underwire fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/11/see-also-headli.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/11/see-also-headli.html&#60;/a&#62;&#60;br /&#62;
Key Molecule for Life Found in Habitable Region of the Galaxy ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/sugar-molecule.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/sugar-molecule.html&#60;/a&#62;&#60;br /&#62;
Handbrake Still the Best DVD Converter Now Handles Any Video F...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Handbrake_Still_the_Best_DVD_Converter__Now_Handles_Any_Video_Format&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Handbrake_Still_the_Best_DVD_Converter__Now_Handles_Any_Video_Format&#60;/a&#62;&#60;br /&#62;
Folder2Iso- Convert Files and Folders into ISO &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/26/folder2iso-convert-files-and-folders-into-iso&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/26/folder2iso-convert-files-and-folders-into-iso&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google integrates Earth-like controls in new Maps i...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_integrates_Earthlike_controls_in_new_Maps_interface/1227725363&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_integrates_Earthlike_controls_in_new_Maps_interface/1227725363&#60;/a&#62;&#60;br /&#62;
Atlantic makes label history as digital sales surpass CDs&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081126-atlantic-makes-label-history-as-digital-sales-surpass-cds.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081126-atlantic-makes-label-history-as-digital-sales-surpass-cds.html&#60;/a&#62;&#60;br /&#62;
Astronomers find hints of water on Saturn moon - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/space/11/26/saturn.moon.water.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/space/11/26/saturn.moon.water.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Opera Mini Brings the Mobile Browser War to Android - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Opera_Mini_Brings_the_Mobile_Browser_War_to_Android&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Opera_Mini_Brings_the_Mobile_Browser_War_to_Android&#60;/a&#62;&#60;br /&#62;
Drugs Reveal Another Possible Cause of Aging &#124; Wired Science f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/mitochondria-dr.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/mitochondria-dr.html&#60;/a&#62;&#60;br /&#62;
Firefox 3.1 still not ready, another beta coming soon? - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/26/firefox-3-1-still-not-ready-another-beta-coming-soon/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/26/firefox-3-1-still-not-ready-another-beta-coming-soon/&#60;/a&#62;&#60;br /&#62;
No Court Order Needed to Spy on Americans Overseas, Appeals Co...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/11/no-court-order.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/11/no-court-order.html&#60;/a&#62;&#60;br /&#62;
Lotus Guns for Porsche With the 30-MPG Evora &#124; Autopia from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/lotus-evora.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/lotus-evora.html&#60;/a&#62;&#60;br /&#62;
Lack of Exercise Explains Depression-Heart Link - Well Blog - ...&#60;br /&#62;
&#60;a href=&#34;http://well.blogs.nytimes.com/2008/11/26/lack-of-exercise-explains-depression-heart-link/&#34; rel=&#34;nofollow&#34;&#62;http://well.blogs.nytimes.com/2008/11/26/lack-of-exercise-explains-depression-heart-link/&#60;/a&#62;&#60;br /&#62;
Eset Smart Security Beta 4 available for download - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/26/eset-smart-security-beta-4-available-for-download/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/26/eset-smart-security-beta-4-available-for-download/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Apple uses DMCA as a weapon against an open source ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apple_uses_DMCA_as_a_weapon_against_an_open_source_iTunes_hack/1227737005&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apple_uses_DMCA_as_a_weapon_against_an_open_source_iTunes_hack/1227737005&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; How the turtle&#38;#39;s shell evolved&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7748280.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7748280.stm&#60;/a&#62;&#60;br /&#62;
Wheego Whips Up A $19K EV &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/in-north-americ.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/in-north-americ.html&#60;/a&#62;&#60;br /&#62;
Executive: InfoWorld just kidding about Windows 7 beta delay -...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2008/11/26/executive-infoworld-just-kidding-about-windows-7-beta-delay-article/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2008/11/26/executive-infoworld-just-kidding-about-windows-7-beta-delay-article/&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Trillian 3.1.12.0 - Ha...&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=404&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=404&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google to cut contracting costs, not full-time empl...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_to_cut_contracting_costs_not_fulltime_employee_headcount/1227665603&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_to_cut_contracting_costs_not_fulltime_employee_headcount/1227665603&#60;/a&#62;&#60;br /&#62;
Make a Scanner Camera - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Make_a_Scanner_Camera&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Make_a_Scanner_Camera&#60;/a&#62;&#60;br /&#62;
Hubble Captures Images of Rare Mammoth Stars &#124; Wired Science f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/hubble-captures.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/hubble-captures.html&#60;/a&#62;&#60;br /&#62;
Porsche Dilutes the Brand. Again &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/behold-the-pana.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/behold-the-pana.html&#60;/a&#62;&#60;br /&#62;
YouTube Embraces Widescreen Paves the Way for Hollywood Featur...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/YouTube_Embraces_Widescreen__Paves_the_Way_for_Hollywood_Features&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/YouTube_Embraces_Widescreen__Paves_the_Way_for_Hollywood_Features&#60;/a&#62;&#60;br /&#62;
HandBrake now encodes any video file, not just DVDs - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/handbrake-now-encodes-any-video-file-not-just-dvds/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/handbrake-now-encodes-any-video-file-not-just-dvds/&#60;/a&#62;&#60;br /&#62;
Mobiles, chip stocks both mugged by global downturn&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081125-mobiles-chip-stocks-both-mugged-by-global-downturn.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081125-mobiles-chip-stocks-both-mugged-by-global-downturn.html&#60;/a&#62;&#60;br /&#62;
The Case of the Missing Hydrogen: Black Holes to Blame &#124; Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/the-case-of-the.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/the-case-of-the.html&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Syncing your Google Calendar&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2008/11/syncing-your-google-calendar.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2008/11/syncing-your-google-calendar.html&#60;/a&#62;&#60;br /&#62;
Chrome 0.4 Beta released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/chrome-04-beta-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/chrome-04-beta-released&#60;/a&#62;&#60;br /&#62;
Should be in your mobile: Opera Mini 4.2 - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/11/25/should-be-in-your-mobile-opera-mini-4-2&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/11/25/should-be-in-your-mobile-opera-mini-4-2&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Wooden USB sticks&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/11/25/wooden-usb-sticks.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/11/25/wooden-usb-sticks.aspx&#60;/a&#62;&#60;br /&#62;
Symantec launches new gamer’s-friendly Norton Antivirus 2009 -...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2008/11/25/symantec-launches-new-gamerrsquos-friendly-norton-antivirus-2009/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2008/11/25/symantec-launches-new-gamerrsquos-friendly-norton-antivirus-2009/&#60;/a&#62;&#60;br /&#62;
Think Godzilla&#38;#39;s Scary? Meet His Lawyers &#124; Threat Level from W...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/11/godzilla-terror.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/11/godzilla-terror.html&#60;/a&#62;&#60;br /&#62;
Blue OLEDs and foldable displays on tap&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081125-blue-oleds-and-foldable-displays-on-tap.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081125-blue-oleds-and-foldable-displays-on-tap.html&#60;/a&#62;&#60;br /&#62;
5 Fun, casual Steam games you can give for under $20 - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/5-fun-casual-steam-games-you-can-give-for-under-20/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/5-fun-casual-steam-games-you-can-give-for-under-20/&#60;/a&#62;&#60;br /&#62;
Tweeting from Mars: NASA&#38;#39;s outreach for the Phoenix lander&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081125-tweeting-from-mars-nasas-outreach-for-the-phoenix-lander.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081125-tweeting-from-mars-nasas-outreach-for-the-phoenix-lander.html&#60;/a&#62;&#60;br /&#62;
Microsoft: &#38;quot;Cyberchondria&#38;quot; disrupting people&#38;#39;s lives&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081125-microsoft-cyberchondria-disrupting-peoples-lives.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081125-microsoft-cyberchondria-disrupting-peoples-lives.html&#60;/a&#62;&#60;br /&#62;
Acidic oceans: worse than we thought&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081125-acidic-oceans-faster-than-we-thought.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081125-acidic-oceans-faster-than-we-thought.html&#60;/a&#62;&#60;br /&#62;
Fedora 10 released, brimming with new features&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081125-fedora-10-released-brimming-with-new-features.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081125-fedora-10-released-brimming-with-new-features.html&#60;/a&#62;&#60;br /&#62;
Blip.tv Brings Video Embeds to the iPhone &#124; Epicenter from Wir...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/11/blip-brings-vid.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/11/blip-brings-vid.html&#60;/a&#62;&#60;br /&#62;
Top 10 Amazing Biology Videos &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/top-10-amazin-1.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/top-10-amazin-1.html&#60;/a&#62;&#60;br /&#62;
Galaxies Discovered in Their Awkward Teen Phase &#124; Wired Scienc...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/galaxies-discov.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/galaxies-discov.html&#60;/a&#62;&#60;br /&#62;
Synthetic Viruses Could Explain Animal-to-Human Jumps &#124; Wired ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/synthetic-virus.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/synthetic-virus.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; What YouTube&#38;#39;s new 16:9 aspect ratio means for users&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/What_YouTubes_new_169_aspect_ratio_means_for_users/1227629022&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/What_YouTubes_new_169_aspect_ratio_means_for_users/1227629022&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Userplane cross-platform chat now boarding all rows&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Userplane_crossplatform_chat_now_boarding_all_rows/1227601424&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Userplane_crossplatform_chat_now_boarding_all_rows/1227601424&#60;/a&#62;&#60;br /&#62;
Survey says: You are a slacker - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/43608-survey-says-you-slacker.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/43608-survey-says-you-slacker.html&#60;/a&#62;&#60;br /&#62;
ACLU: Hateful speech no hate crime :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4027913/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4027913/&#60;/a&#62;&#60;br /&#62;
Snow moving into N.C. mountains :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/4024027/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/4024027/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Backyard Skywatchers Find Tool Bag Lost in Space&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/081125-iss-tool-bag.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/081125-iss-tool-bag.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Hubble Gets Clear View of Massive Stars&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081125-hubble-massive-stars-news.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081125-hubble-massive-stars-news.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Another Extrasolar Planet Possibly Imaged&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081125-st-beta-pictoris.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081125-st-beta-pictoris.html&#60;/a&#62;&#60;br /&#62;
World Golf Tour - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/world-golf-tour-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/world-golf-tour-time-waster/&#60;/a&#62;&#60;br /&#62;
Keyboardr: no need for a mouse on this launcher-style homepage...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/keyboardr-no-need-for-a-mouse-on-this-launcher-style-homepage/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/keyboardr-no-need-for-a-mouse-on-this-launcher-style-homepage/&#60;/a&#62;&#60;br /&#62;
Melt Mail provides free, disposable email forwarding - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/meltmail-provides-free-disposible-email-forwarding/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/meltmail-provides-free-disposible-email-forwarding/&#60;/a&#62;&#60;br /&#62;
3 alternative ways to get Windows updates - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/3-alternative-ways-to-get-windows-updates/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/3-alternative-ways-to-get-windows-updates/&#60;/a&#62;&#60;br /&#62;
Lunscape - 1 browser, 3 rendering engines - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/25/lunscape-1-browser-3-rendering-engines/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/25/lunscape-1-browser-3-rendering-engines/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Mobile internet usage on the rise&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7748372.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7748372.stm&#60;/a&#62;&#60;br /&#62;
Microsoft: 360 has outsold original Xbox worldwide - Joystiq&#60;br /&#62;
&#60;a href=&#34;http://www.joystiq.com/2008/11/24/microsoft-360-has-outsold-original-xbox-worldwide/&#34; rel=&#34;nofollow&#34;&#62;http://www.joystiq.com/2008/11/24/microsoft-360-has-outsold-original-xbox-worldwide/&#60;/a&#62;&#60;br /&#62;
Opera Mini 4.2 unleashed! - By Opera Mini&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/operamini/blog/2008/11/25/opera-mini-4-2-unleashed&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/operamini/blog/2008/11/25/opera-mini-4-2-unleashed&#60;/a&#62;&#60;br /&#62;
Secret Features &#124; Zenbe Blog&#60;br /&#62;
&#60;a href=&#34;http://blog.zenbe.com/2008/11/25/secret-features/&#34; rel=&#34;nofollow&#34;&#62;http://blog.zenbe.com/2008/11/25/secret-features/&#60;/a&#62;&#60;br /&#62;
Updated Yahoo! Messenger 9.0 addresses Vista issues - BigBlueB...&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/yahoo-messenger-news/43558-updated-yahoo-messenger-9-0-addresses-vista-issues.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/yahoo-messenger-news/43558-updated-yahoo-messenger-9-0-addresses-vista-issues.html&#60;/a&#62;&#60;br /&#62;
Yahoo! Messenger for Vista version is no longer available - Bi...&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/yahoo-messenger-news/43599-yahoo-messenger-vista-version-no-longer-available.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/yahoo-messenger-news/43599-yahoo-messenger-vista-version-no-longer-available.html&#60;/a&#62;&#60;br /&#62;
Random numbers at 1.7Gb/s, courtesy of chaotic lasers&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081124-random-numbers-at-1-7gbs-courtesy-of-chaotic-lasers.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081124-random-numbers-at-1-7gbs-courtesy-of-chaotic-lasers.html&#60;/a&#62;&#60;br /&#62;
iPhone firmware 2.2 jailbroken&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16092.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16092.cfm&#60;/a&#62;&#60;br /&#62;
Apple publish updated proposals for Transforms, Transitions &#38;amp; ...&#60;br /&#62;
&#60;a href=&#34;http://www.css3.info/apple-publish-updated-proposals-for-transforms-transitions-animations/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/apple-publish-updated-proposals-for-transforms-transitions-animations/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; US government to consider encrypting root zone DNS ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/US_government_to_consider_encrypting_root_zone_DNS_hosts/1227567279&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/US_government_to_consider_encrypting_root_zone_DNS_hosts/1227567279&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Yahoo sells European shopping service after Microso...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Yahoo_sells_European_shopping_service_after_Microsoft_buys_one/1227567736&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Yahoo_sells_European_shopping_service_after_Microsoft_buys_one/1227567736&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Have scientists captured the gold ring for blue OLED?&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Have_scientists_captured_the_gold_ring_for_blue_OLED/1227565648&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Have_scientists_captured_the_gold_ring_for_blue_OLED/1227565648&#60;/a&#62;&#60;br /&#62;
YouTube adds some 720p resolution videos&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16090.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16090.cfm&#60;/a&#62;&#60;br /&#62;
How to Check Package Dependencies with apt-rdepends on Ubuntu ...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/how-to-check-package-dependencies-with-apt-rdepends-on-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/how-to-check-package-dependencies-with-apt-rdepends-on-ubuntu.html&#60;/a&#62;&#60;br /&#62;
New Digsby installer loaded with bloat and adverts - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/new-digsby-installer-loaded-with-bloat-and-adverts/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/new-digsby-installer-loaded-with-bloat-and-adverts/&#60;/a&#62;&#60;br /&#62;
Facebook spammer fined almost $1 billion under CAN-SPAM&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081124-facebook-spammer-fined-almost-1-billion-under-can-spam.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081124-facebook-spammer-fined-almost-1-billion-under-can-spam.html&#60;/a&#62;&#60;br /&#62;
BitPim: Bluetooth syncing for CDMA phones - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/bitpim-bluetooth-syncing-for-cdma-phones/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/bitpim-bluetooth-syncing-for-cdma-phones/&#60;/a&#62;&#60;br /&#62;
FoxGLove is Firefox for Google addicts - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/foxglove-is-firefox-for-google-addicts/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/foxglove-is-firefox-for-google-addicts/&#60;/a&#62;&#60;br /&#62;
5 disposable email services with RSS support - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/5-disposable-email-services-with-rss-support/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/5-disposable-email-services-with-rss-support/&#60;/a&#62;&#60;br /&#62;
Free NOD32 Antivirus 6 months License &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/24/free-nod32-antivirus-6-months-license&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/24/free-nod32-antivirus-6-months-license&#60;/a&#62;&#60;br /&#62;
Foxit PDF Reader 3.0 for Windows now works with Firefox - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/foxit-pdf-reader-3-0-for-windows-now-works-with-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/foxit-pdf-reader-3-0-for-windows-now-works-with-firefox/&#60;/a&#62;&#60;br /&#62;
Post screenshots to Wordpress blogs with a Firefox add-on - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/post-screenshots-to-wordpress-blogs-with-a-firefox-add-on/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/post-screenshots-to-wordpress-blogs-with-a-firefox-add-on/&#60;/a&#62;&#60;br /&#62;
Blu-ray Disc Ripper- Rip Blu-ray Movies &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/24/blu-ray-disc-ripper-rip-blu-ray-movies&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/24/blu-ray-disc-ripper-rip-blu-ray-movies&#60;/a&#62;&#60;br /&#62;
Mailplane 2.0: desktop Gmail client now supports Gmail video c...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/mailplane-2-0-desktop-gmail-client-now-supports-gmail-video-cha/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/mailplane-2-0-desktop-gmail-client-now-supports-gmail-video-cha/&#60;/a&#62;&#60;br /&#62;
Microsoft cleans fake antivirus tool from 994,061 PCs&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081124-microsoft-cleans-fake-antivirus-tool-from-994061-pcs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081124-microsoft-cleans-fake-antivirus-tool-from-994061-pcs.html&#60;/a&#62;&#60;br /&#62;
Flip Title lets you type uʍop ǝpısdn! - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/flip-title-lets-you-type-u-op-p-sdn/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/flip-title-lets-you-type-u-op-p-sdn/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; What could Microsoft want with a domain that means ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/What_could_Microsoft_want_with_a_domain_that_means_cloud/1227544153&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/What_could_Microsoft_want_with_a_domain_that_means_cloud/1227544153&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Astronaut Invents Zero-G Coffee Cup&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/081124-sts126-zerog-coffee-B.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/081124-sts126-zerog-coffee-B.html&#60;/a&#62;&#60;br /&#62;
Thumbstrips adds visual browsing history to your Firefox - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/24/thumbstrips-adds-visual-browsing-history-to-your-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/24/thumbstrips-adds-visual-browsing-history-to-your-firefox/&#60;/a&#62;&#60;br /&#62;
First Jaunty Jackalope (Ubuntu 9.04) alpha hops into view&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081124-first-jaunty-jackalope-ubuntu-9-04-alpha-hops-into-view.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081124-first-jaunty-jackalope-ubuntu-9-04-alpha-hops-into-view.html&#60;/a&#62;&#60;br /&#62;
New Orleans ranks highest in crime, survey finds - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/CRIME/11/24/crime.stats/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/CRIME/11/24/crime.stats/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Black Holes Burp Big Bubbles&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081124-mm-black-hole-bubbles.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081124-mm-black-hole-bubbles.html&#60;/a&#62;&#60;br /&#62;
Drop.io file sharing service redesigns, gets more intuitive&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081124-drop-io-file-sharing-service-redesigns-gets-more-intuitive.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081124-drop-io-file-sharing-service-redesigns-gets-more-intuitive.html&#60;/a&#62;&#60;br /&#62;
Final judgment: SCO owes Novell millions (plus interest)&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081124-final-judgment-sco-owes-novell-millions-plus-interest.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081124-final-judgment-sco-owes-novell-millions-plus-interest.html&#60;/a&#62;&#60;br /&#62;
Archive of W3C News in 2008&#60;br /&#62;
&#60;a href=&#34;http://www.w3.org/News/2008#item195&#34; rel=&#34;nofollow&#34;&#62;http://www.w3.org/News/2008#item195&#60;/a&#62;&#60;br /&#62;
Free parking spots to disappear in downtown Raleigh :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/4021586/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/4021586/&#60;/a&#62;&#60;br /&#62;
Latest batch of changes... - By My Opera News&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2008/11/24/latest-batch-of-changes&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2008/11/24/latest-batch-of-changes&#60;/a&#62;&#60;br /&#62;
New Opera dot com - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/11/24/new-opera-dot-com&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/11/24/new-opera-dot-com&#60;/a&#62;&#60;br /&#62;
Apple Slapped With Patent Suit Over iPhone’s Browser&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/apple-slapped-with-patent-suit-over-iphone’s-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/apple-slapped-with-patent-suit-over-iphone’s-browser/&#60;/a&#62;&#60;br /&#62;
WordPress For Dummies 2nd Ed. &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/11/24/wordpress-for-dummies-2nd-ed/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/11/24/wordpress-for-dummies-2nd-ed/&#60;/a&#62;&#60;br /&#62;
Web standards in China - The Web Standards Project&#60;br /&#62;
&#60;a href=&#34;http://www.webstandards.org/2008/11/24/web-standards-in-china/&#34; rel=&#34;nofollow&#34;&#62;http://www.webstandards.org/2008/11/24/web-standards-in-china/&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Buy Microsoft Software and the NSPCC ...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/11/24/buy-microsoft-software-and-the-nspcc-gets-15.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/11/24/buy-microsoft-software-and-the-nspcc-gets-15.aspx&#60;/a&#62;&#60;br /&#62;
New Longevity Drugs Poised to Tackle Diseases of Aging &#124; Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/two-mice-on-tre.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/two-mice-on-tre.html&#60;/a&#62;&#60;br /&#62;
The Ars Technica Holiday Gift Guide 2008: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/guides/buyer/holiday-gift-guide-2008.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/guides/buyer/holiday-gift-guide-2008.ars&#60;/a&#62;&#60;br /&#62;
A skeptical welcome for online privacy forum&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081123-askeptical-welcome-for-online-privacy-forum.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081123-askeptical-welcome-for-online-privacy-forum.html&#60;/a&#62;&#60;br /&#62;
Texas Pastor’s Advice for Better Marriage - More Sex, More Oft...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/11/24/us/24sex.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/11/24/us/24sex.html&#60;/a&#62;&#60;br /&#62;
Trade group: video output limits will hit millions of HDTVs&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081123-trade-group-video-output-limits-will-hit-millions-of-hdtvs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081123-trade-group-video-output-limits-will-hit-millions-of-hdtvs.html&#60;/a&#62;&#60;br /&#62;
Mystery piano in woods perplexes police - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/US/11/23/massachusetts.piano/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/US/11/23/massachusetts.piano/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Nokia collaboration may keep you out of traffic jams&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081123-nokia-collaborates-to-keep-you-out-of-traffic-jams.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081123-nokia-collaborates-to-keep-you-out-of-traffic-jams.html&#60;/a&#62;&#60;br /&#62;
Opera Launcher - By Tamil&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Tamil/blog/opera-launcher&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Tamil/blog/opera-launcher&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Carbon Dioxide Detected on Faraway World&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081123-planet-carbon-dioxide.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081123-planet-carbon-dioxide.html&#60;/a&#62;&#60;br /&#62;
FCC asks Supreme Court to revive Jackson Superbowl fine&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081123-fcc-asks-supreme-court-to-revive-nipple-fine.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081123-fcc-asks-supreme-court-to-revive-nipple-fine.html&#60;/a&#62;&#60;br /&#62;
Ubuntu 9.04 Jaunty Jackalope Alpha is now available - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/23/ubuntu-9-04-jaunty-jackalope-alpha-is-now-available/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/23/ubuntu-9-04-jaunty-jackalope-alpha-is-now-available/&#60;/a&#62;&#60;br /&#62;
Two new Twitter ideas that miss the mark - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/23/two-new-twitter-ideas-that-miss-the-mark/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/23/two-new-twitter-ideas-that-miss-the-mark/&#60;/a&#62;&#60;br /&#62;
Sonic Unleashed: a step in right direction, then a fall&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081123-sonic-unleashed-one-step-in-right-direction-then-a-fall.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081123-sonic-unleashed-one-step-in-right-direction-then-a-fall.html&#60;/a&#62;&#60;br /&#62;
How-to: A Complete Guide to Playing Video Files On Your PS3, X...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5096103/a-complete-guide-to-playing-video-files-on-your-ps3-xbox-360-or-wii&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5096103/a-complete-guide-to-playing-video-files-on-your-ps3-xbox-360-or-wii&#60;/a&#62;&#60;br /&#62;
Walgreens: The Insane Hardware Driving the World&#38;#39;s Biggest LED...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5096475/the-insane-hardware-driving-the-worlds-biggest-led-billboard&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5096475/the-insane-hardware-driving-the-worlds-biggest-led-billboard&#60;/a&#62;&#60;br /&#62;
This week in open source: G1, Firefox, Chrome&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081122-this-week-in-open-source-g1-firefox-chrome.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081122-this-week-in-open-source-g1-firefox-chrome.html&#60;/a&#62;&#60;br /&#62;
Antidoping Agency Studying if Viagra Provides Athletes Competi...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/11/23/sports/23viagra.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/11/23/sports/23viagra.html&#60;/a&#62;&#60;br /&#62;
The week in Microsoft: WALL•E, IE8, and Tweak UI for Vista&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081122-the-week-in-microsoft-walle-ie8-and-tweak-ui-for-vista.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081122-the-week-in-microsoft-walle-ie8-and-tweak-ui-for-vista.html&#60;/a&#62;&#60;br /&#62;
MyRacer releases portable Flash gaming handheld&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/16079.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/16079.cfm&#60;/a&#62;&#60;br /&#62;
Digsby Blog » Help Us Fix Crashes!&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/62&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/62&#60;/a&#62;&#60;br /&#62;
Digsby Blog » Build 37 - Lean Green IMing Machine!&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/59&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/59&#60;/a&#62;&#60;br /&#62;
Icy Radio streams, records hundreds of &#38;#39;net radio stations - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/22/icy-radio-streams-records-hundreds-of-net-radio-stations/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/22/icy-radio-streams-records-hundreds-of-net-radio-stations/&#60;/a&#62;&#60;br /&#62;
The week in hardware: Unlocked, encrypted, upgraded, merged&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081122-the-week-in-hardware-unlocked-encrypted-upgraded-merged.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081122-the-week-in-hardware-unlocked-encrypted-upgraded-merged.html&#60;/a&#62;&#60;br /&#62;
Free BitDefender Antivirus 2009 1 Year License Key &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/22/free-bitdefender-antivirus-2009-1-year-license-key&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/22/free-bitdefender-antivirus-2009-1-year-license-key&#60;/a&#62;&#60;br /&#62;
This week in Apple: HDCP, private APIs, and hacks&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081122-this-week-in-apple-hdcp-private-apis-and-hacks.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081122-this-week-in-apple-hdcp-private-apis-and-hacks.html&#60;/a&#62;&#60;br /&#62;
Landon Donovan will join Bayern Munich on loan. - Soccer - SI.com&#60;br /&#62;
&#60;a href=&#34;http://sportsillustrated.cnn.com/2008/soccer/11/21/bc.soc.bayern.donovan.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://sportsillustrated.cnn.com/2008/soccer/11/21/bc.soc.bayern.donovan.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Browsers and Performance &#124; Zenbe Blog&#60;br /&#62;
&#60;a href=&#34;http://blog.zenbe.com/2008/11/22/browsers-and-performance/&#34; rel=&#34;nofollow&#34;&#62;http://blog.zenbe.com/2008/11/22/browsers-and-performance/&#60;/a&#62;&#60;br /&#62;
How Biology and Technology Shape Sex and War &#124; Wired Science f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/qa-how-biology.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/qa-how-biology.html&#60;/a&#62;&#60;br /&#62;
The Science of the Future of War &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/sex-and-war-exc.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/sex-and-war-exc.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; A space of one&#38;#39;s own&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7743258.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7743258.stm&#60;/a&#62;&#60;br /&#62;
Eye Flicker Explains &#38;#39;Enigma&#38;#39; Optical Illusion &#124; Wired Science...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/eye-flicker-exp.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/eye-flicker-exp.html&#60;/a&#62;&#60;br /&#62;
Guitar Hero Robot Plays Videogame With Electronic Precision &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/11/guitar-hero-rob.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/11/guitar-hero-rob.html&#60;/a&#62;&#60;br /&#62;
Fake Lunar Photos Sent Astronomers Over the Moon &#124; Wired Scien...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/mocked-up-moon.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/mocked-up-moon.html&#60;/a&#62;&#60;br /&#62;
Phooey to Fuel Economy: 10 Cars That Just Don&#38;#39;t Care&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/cars/coolwheels/multimedia/2008/11/gallery_priceyauto&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/cars/coolwheels/multimedia/2008/11/gallery_priceyauto&#60;/a&#62;&#60;br /&#62;
Customize Your Search Results Using Google s New SearchWiki - ...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Customize_Your_Search_Results_Using_Google_s_New__SearchWiki_&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Customize_Your_Search_Results_Using_Google_s_New__SearchWiki_&#60;/a&#62;&#60;br /&#62;
TypePad Takes On Disqus With New Distributed Comment System - ...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/TypePad_Takes_On_Disqus_With_New_Distributed_Comment_System&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/TypePad_Takes_On_Disqus_With_New_Distributed_Comment_System&#60;/a&#62;&#60;br /&#62;
Poll: Internet, Fox News Are Most Trusted News Sources &#124; Epice...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/11/internet-fox-ne.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/11/internet-fox-ne.html&#60;/a&#62;&#60;br /&#62;
Mac OS X targeted by Trojan and backdoor tool &#124; Tech News on Z...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-251586.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-251586.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Study: time kids spend online not wasted after all&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081120-study-time-kids-spend-online-not-wasted-after-all.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081120-study-time-kids-spend-online-not-wasted-after-all.html&#60;/a&#62;&#60;br /&#62;
Microsoft to aid in war on terror, builds software for DHS&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081121-microsoft-to-aid-in-war-on-terror-builds-software-for-dhs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081121-microsoft-to-aid-in-war-on-terror-builds-software-for-dhs.html&#60;/a&#62;&#60;br /&#62;
Coupons, Inc. drops DMCA lawsuit against coupon hacker&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081121-coupons-inc-drops-dmca-lawsuit-against-coupon-hacker.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081121-coupons-inc-drops-dmca-lawsuit-against-coupon-hacker.html&#60;/a&#62;&#60;br /&#62;
Google may offer Chrome detailing on new PCs&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081121-google-may-offer-chrome-detailing-on-new-pcs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081121-google-may-offer-chrome-detailing-on-new-pcs.html&#60;/a&#62;&#60;br /&#62;
iPhone 2.2 firmware is out, with Street View and podcasts - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/21/iphone-2-2-firmware-is-out-with-street-view-and-podcasts/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/21/iphone-2-2-firmware-is-out-with-street-view-and-podcasts/&#60;/a&#62;&#60;br /&#62;
Brightkite&#38;#39;s new killer feature is ... a wall? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/21/brightkites-new-killer-feature-is-a-wall/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/21/brightkites-new-killer-feature-is-a-wall/&#60;/a&#62;&#60;br /&#62;
Help! How do I tidy up a disorganized hard drive? - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/21/help-how-do-i-tidy-up-a-disorganized-hard-drive/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/21/help-how-do-i-tidy-up-a-disorganized-hard-drive/&#60;/a&#62;&#60;br /&#62;
Keep your hard drive clean with Auto-Delete - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/21/keep-your-hard-drive-clean-with-auto-delete/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/21/keep-your-hard-drive-clean-with-auto-delete/&#60;/a&#62;&#60;br /&#62;
Microsoft to replace FolderShare with Windows Live Sync - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/21/microsoft-to-replace-foldershare-with-windows-live-sync/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/21/microsoft-to-replace-foldershare-with-windows-live-sync/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; iPhone gets firmware 2.2 update&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/iPhone_gets_firmware_22_update/1227291112&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/iPhone_gets_firmware_22_update/1227291112&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; New Adobe Media Player ushers in AIR 1.5&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/New_Adobe_Media_Player_ushers_in_AIR_15/1227303146&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/New_Adobe_Media_Player_ushers_in_AIR_15/1227303146&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Asus previews a slimmer, less costly Eee PC&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Asus_previews_a_slimmer_less_costly_Eee_PC/1227294828&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Asus_previews_a_slimmer_less_costly_Eee_PC/1227294828&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google launches its SearchWiki semantics plug-in&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_launches_its_SearchWiki_semantics_plugin/1227300323&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_launches_its_SearchWiki_semantics_plugin/1227300323&#60;/a&#62;&#60;br /&#62;
In Mexico, &#38;quot;The Terminal&#38;quot; Come To Life, 41-Year-Old Japanese M...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/11/20/world/main4622359.shtml?source=RSSattr=HOME_4622359&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/11/20/world/main4622359.shtml?source=RSSattr=HOME_4622359&#60;/a&#62;&#60;br /&#62;
YouSendit- Send Files Directly from MS Office &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/21/yousendit-send-files-from-ms-office&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/21/yousendit-send-files-from-ms-office&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Jupiter and Venus to Converge&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/081121-ns-jupiter-venus-moon.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/081121-ns-jupiter-venus-moon.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Asteroid-bound Spacecraft Cuts Engines, Coasts Aw...&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/081121-dawn-mission-ion-thrusters.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/081121-dawn-mission-ion-thrusters.html&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : The Windows 7 Taskbar&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2008/11/20/happy-anniversary-windows-on-the-evolution-of-the-taskbar.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2008/11/20/happy-anniversary-windows-on-the-evolution-of-the-taskbar.aspx&#60;/a&#62;&#60;br /&#62;
Opera refreshes their web sites &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/opera-refreshes-their-web-sites&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/opera-refreshes-their-web-sites&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Build 90.&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=400&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=400&#60;/a&#62;&#60;br /&#62;
Roll your own search results with Google&#38;#39;s new SearchWiki&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081120-roll-your-own-search-results-with-googles-new-searchwiki.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081120-roll-your-own-search-results-with-googles-new-searchwiki.html&#60;/a&#62;&#60;br /&#62;
Artist Wants Nuke Waste Dump to Make New Universes &#124; Wired Sci...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/create-your-own.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/create-your-own.html&#60;/a&#62;&#60;br /&#62;
NASA&#38;#39;s Robot Smarts Give Wall-E a Ration of Realism &#124; The Unde...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/11/wall-e-dvd.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/11/wall-e-dvd.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft says it &#38;#39;has always preferred&#38;#39; DRM-free c...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_says_it_has_always_preferred_DRMfree_content/1227222823&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_says_it_has_always_preferred_DRMfree_content/1227222823&#60;/a&#62;&#60;br /&#62;
Mac Viruses Continue to Lag Behind Windows Counterparts - Webm...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Mac_Viruses_Continue_to_Lag_Behind_Windows_Counterparts&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Mac_Viruses_Continue_to_Lag_Behind_Windows_Counterparts&#60;/a&#62;&#60;br /&#62;
And the Green Car of the Year Is... &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/and-the-green-c.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/and-the-green-c.html&#60;/a&#62;&#60;br /&#62;
Online movie site CinemaNow sold for $3 million - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/20/online-movie-site-cinemanow-sold-for-3-million/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/20/online-movie-site-cinemanow-sold-for-3-million/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; With the petaflop barrier broken, is it time to cha...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/With_the_petaflop_barrier_broken_is_it_time_to_change_the_benchmark/1227220820&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/With_the_petaflop_barrier_broken_is_it_time_to_change_the_benchmark/1227220820&#60;/a&#62;&#60;br /&#62;
Should you be paid for the time it takes to boot your computer...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/20/should-you-be-paid-for-the-time-it-takes-to-boot-your-computer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/20/should-you-be-paid-for-the-time-it-takes-to-boot-your-computer/&#60;/a&#62;&#60;br /&#62;
YouTube experimenting with 720p HD video - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/20/youtube-experimenting-with-720p-hd-video/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/20/youtube-experimenting-with-720p-hd-video/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Actors&#38;#39; union threatens to strike over Internet TV&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Actors_union_threatens_to_strike_over_Internet_TV/1227215850&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Actors_union_threatens_to_strike_over_Internet_TV/1227215850&#60;/a&#62;&#60;br /&#62;
Recession? What Recession? Bentley Debuts Its Most Opulent Car...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/excess-to-spare.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/excess-to-spare.html&#60;/a&#62;&#60;br /&#62;
Huge Buried Water Glaciers Discovered on Mars &#124; Wired Science ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/huge-buried-wat.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/huge-buried-wat.html&#60;/a&#62;&#60;br /&#62;
Yahoo Glue bundles image, video, news, and third party search ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/20/yahoo-glue-bundles-image-video-news-and-third-party-search-re/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/20/yahoo-glue-bundles-image-video-news-and-third-party-search-re/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Will iPhone and G1 owners sit still for full-length...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Will_iPhone_and_G1_owners_sit_still_for_fulllength_TV_shows/1227210272&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Will_iPhone_and_G1_owners_sit_still_for_fulllength_TV_shows/1227210272&#60;/a&#62;&#60;br /&#62;
Yahoo introduces &#38;quot;Glue&#38;quot; visual search&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081120-yahoo-introduces-glue-visual-search.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081120-yahoo-introduces-glue-visual-search.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; First beta tests of AOL mail synchronization&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/First_beta_tests_of_AOL_mail_synchronization/1227211901&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/First_beta_tests_of_AOL_mail_synchronization/1227211901&#60;/a&#62;&#60;br /&#62;
Guns N&#38;#39; Roses&#38;#39; Chinese Democracy Launches on MySpace &#124; Listeni...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/music/2008/11/guns-n-roses-ch.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/music/2008/11/guns-n-roses-ch.html&#60;/a&#62;&#60;br /&#62;
Experimental Shoe-Print Database Sees the Soles of Criminals &#124;...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/11/professor-sees.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/11/professor-sees.html&#60;/a&#62;&#60;br /&#62;
High-definition videos sneaking onto YouTube&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081120-high-definition-videos-sneaking-onto-youtube.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081120-high-definition-videos-sneaking-onto-youtube.html&#60;/a&#62;&#60;br /&#62;
Create Image - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Create_Image-less_Graphs_And_Charts&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Create_Image-less_Graphs_And_Charts&#60;/a&#62;&#60;br /&#62;
Friends asking you stupid questions? Let me Google that for yo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/20/friends-asking-you-stupid-questions-let-me-google-that-for-you/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/20/friends-asking-you-stupid-questions-let-me-google-that-for-you/&#60;/a&#62;&#60;br /&#62;
Five ways to keep Alzheimer&#38;#39;s away - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/conditions/11/20/ep.alzheimers.brain.exercise/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/conditions/11/20/ep.alzheimers.brain.exercise/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mystery of Rapid Star Birth Solved&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081120-hubble-starburst-galaxy.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081120-hubble-starburst-galaxy.html&#60;/a&#62;&#60;br /&#62;
MiniTube Winamp plugin adds YouTube videos to your playlist - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/20/minitube-winamp-plugin-adds-youtube-videos-to-your-playlist/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/20/minitube-winamp-plugin-adds-youtube-videos-to-your-playlist/&#60;/a&#62;&#60;br /&#62;
EU opens digital library to public with over 2 million works&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081120-eu-opens-digital-library-to-public-with-over-2-million-works.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081120-eu-opens-digital-library-to-public-with-over-2-million-works.html&#60;/a&#62;&#60;br /&#62;
WordPress Exploit Scanner&#60;br /&#62;
&#60;a href=&#34;http://ocaoimh.ie/exploit-scanner/&#34; rel=&#34;nofollow&#34;&#62;http://ocaoimh.ie/exploit-scanner/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Buried Glaciers Found on Mars&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081120-martian-glaciers.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081120-martian-glaciers.html&#60;/a&#62;&#60;br /&#62;
Music - How Axl Rose Spent All That Time - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/11/23/arts/music/23pare.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/11/23/arts/music/23pare.html&#60;/a&#62;&#60;br /&#62;
Semiconductor industry group predicts chip slump in 2009&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081120-semiconductor-industry-group-predicts-slump-in-2009.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081120-semiconductor-industry-group-predicts-slump-in-2009.html&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/T/TEC_MICROSOFT_ZUNE?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=200&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/T/TEC_MICROSOFT_ZUNE?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=200&#60;/a&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-72</link>
			<pubDate>Fri, 05 Dec 2008 22:14:10 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">72@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;k2-RC7-revision-738-2008-12-05.zip&#60;br /&#62;
&#60;a href=&#34;http://getk2.com/nightly/k2-RC7-revision-738-2008-12-05.zip&#34; rel=&#34;nofollow&#34;&#62;http://getk2.com/nightly/k2-RC7-revision-738-2008-12-05.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Updated/Replaced changed files:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Changed paths:&#60;br /&#62;
   M /trunk/app/classes/header.php&#60;br /&#62;
   M /trunk/app/classes/k2.php&#60;br /&#62;
   M /trunk/app/classes/options.php&#60;br /&#62;
   M /trunk/app/classes/sbm.php&#60;br /&#62;
   A /trunk/app/classes/widgets.php&#60;/p&#62;
&#60;p&#62;   M /trunk/app/display/options.php&#60;br /&#62;
   A /trunk/app/display/widgets.php&#60;/p&#62;
&#60;p&#62;   M /trunk/app/includes/display.php&#60;br /&#62;
   M /trunk/app/includes/info.php&#60;br /&#62;
   A /trunk/app/includes/pluggable.php&#60;br /&#62;
   A /trunk/app/includes/widgets.php&#60;br /&#62;
   A /trunk/app/includes/wp-compat.php&#60;/p&#62;
&#60;p&#62;   M /trunk/css/options.css&#60;br /&#62;
   A /trunk/css/widgets.css&#60;/p&#62;
&#60;p&#62;   A /trunk/images/page.png&#60;br /&#62;
   A /trunk/images/zoom.png&#60;/p&#62;
&#60;p&#62;   M /trunk/js/k2.functions.js.php&#60;br /&#62;
   M /trunk/js/k2.livesearch.js.php&#60;br /&#62;
   A /trunk/js/k2.widgets.js&#60;br /&#62;
   A /trunk/js/ui.core.js&#60;br /&#62;
   A /trunk/js/ui.draggable.js&#60;br /&#62;
   A /trunk/js/ui.droppable.js&#60;br /&#62;
   A /trunk/js/ui.sortable.js&#60;/p&#62;
&#60;p&#62;   M /trunk/styles/vader/vader.css&#60;/p&#62;
&#60;p&#62;   M /trunk/comments.php&#60;br /&#62;
   M /trunk/functions.php&#60;br /&#62;
   M /trunk/header.php&#60;br /&#62;
   M /trunk/page-archives.php&#60;br /&#62;
   M /trunk/page-comments.php&#60;br /&#62;
   A /trunk/page-wide-comments.php&#60;br /&#62;
   A /trunk/page-wide.php&#60;br /&#62;
   M /trunk/page.php&#60;br /&#62;
   M /trunk/searchform.php&#60;br /&#62;
   M /trunk/single.php&#60;br /&#62;
   M /trunk/style.css&#60;br /&#62;
   M /trunk/theloop.php&#60;/p&#62;
&#60;p&#62;Changes:&#60;br /&#62;
* Accessibility fixes (added JAWS virtual buffer update)&#60;br /&#62;
* added comment-less version of sidebar-less page&#60;br /&#62;
* commented out incomplete code&#60;br /&#62;
* corrected sbm warning&#60;br /&#62;
* Edit links now more subtle.&#60;br /&#62;
* Fixed header apperance&#60;br /&#62;
* Issue 724: H1 is now used for post titles in page &#38;#38; single&#60;br /&#62;
* More work on Issue 731: Threaded and paged comments&#60;br /&#62;
* New edit link appearance&#60;br /&#62;
* New sidebar-less page template.&#60;br /&#62;
* options header appearance now fit in with WP 2.7&#60;br /&#62;
* styling fixes for vader&#60;br /&#62;
* Styling fixes with search and entry-categories&#60;/p&#62;
&#60;p&#62;Fixes:&#60;br /&#62;
* Issue 688: localization of rolling archives page dates (props: janne.cederberg)&#60;br /&#62;
* Issue 717: K2 header image incorrect URL&#60;br /&#62;
* Issue 720: Fix for failing random header images (props: steven.goos)&#60;br /&#62;
* Issue 734: SBM restore not restoring&#60;br /&#62;
* Issue 736: LiveSearch default text remains visible behind search string (props: steven.goos)&#60;/p&#62;
&#60;p&#62;New:&#60;br /&#62;
* Restore to K2 Defaults button.&#60;br /&#62;
* Widgets Manager, this will replace the old sidebar manager when it's complete. Currently, you can not add multi-widgets (they're in blue); use Widgets to add them.
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "BimmerMania.com header code - backup"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=26#post-71</link>
			<pubDate>Fri, 05 Dec 2008 21:49:17 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">71@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;link href=&#34;{T_THEME_PATH}/menu-items.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div id=&#34;page-header&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;div style=&#34;background:url('http://www.bimmermania.com/images/header-mesh.jpg');&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;headerbar&#34; style=&#34;background:url('http://www.bimmermania.com/images/header.jpg') no-repeat;&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;inner&#34; style=&#34;position:relative;&#34;&#38;gt;&#38;lt;span class=&#34;corners-top&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#38;lt;div style=&#34;height:278px;&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;!-- &#38;lt;div id=&#34;site-description&#34;&#38;gt;&#60;br /&#62;
							&#60;a href=&#34;{U_INDEX}&#34; title=&#34;{L_INDEX}&#34;&#62;{SITE_LOGO_IMG}&#60;/a&#62;&#60;br /&#62;
							&#38;lt;h1&#38;gt;{SITENAME}&#38;lt;/h1&#38;gt;&#60;br /&#62;
							&#38;lt;p&#38;gt;{SITE_DESCRIPTION}&#38;lt;/p&#38;gt;&#60;br /&#62;
							&#38;lt;p style=&#34;display: none;&#34;&#38;gt;&#60;a href=&#34;#start_here&#34;&#62;{L_SKIP}&#60;/a&#62;&#38;lt;/p&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt; --&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --&#38;gt;&#60;br /&#62;
							&#38;lt;div id=&#34;search-box&#34;&#38;gt;&#60;br /&#62;
								&#38;lt;form action=&#34;{U_SEARCH}&#34; method=&#34;post&#34; id=&#34;search&#34;&#38;gt;&#60;br /&#62;
								&#38;lt;fieldset&#38;gt;&#60;br /&#62;
									&#38;lt;input name=&#34;keywords&#34; id=&#34;keywords&#34; type=&#34;text&#34; maxlength=&#34;128&#34; title=&#34;{L_SEARCH_KEYWORDS}&#34; class=&#34;inputbox search&#34; value=&#34;&#38;lt;!-- IF SEARCH_WORDS--&#38;gt;{SEARCH_WORDS}&#38;lt;!-- ELSE --&#38;gt;{L_SEARCH_MINI}&#38;lt;!-- ENDIF --&#38;gt;&#34; onclick=&#34;if(this.value=='{LA_SEARCH_MINI}')this.value='';&#34; onblur=&#34;if(this.value=='')this.value='{LA_SEARCH_MINI}';&#34; /&#38;gt;&#60;br /&#62;
									&#38;lt;input class=&#34;button2&#34; value=&#34;{L_SEARCH}&#34; type=&#34;submit&#34; /&#38;gt;&#60;br /&#62;
									&#60;a href=&#34;{U_SEARCH}&#34; title=&#34;{L_SEARCH_ADV_EXPLAIN}&#34;&#62;{L_SEARCH_ADV}&#60;/a&#62; {S_SEARCH_HIDDEN_FIELDS}&#60;br /&#62;
								&#38;lt;/fieldset&#38;gt;&#60;br /&#62;
								&#38;lt;/form&#38;gt;&#60;br /&#62;
							&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;!-- ENDIF --&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;div class=&#34;menuList&#34;&#38;gt;&#60;br /&#62;
							&#38;lt;span class=&#34;menuItem&#34;&#38;gt;&#60;a href=&#34;http://www.bimmermania.com/&#34;&#62;Intro&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
							&#38;lt;span class=&#34;menuItem&#34;&#38;gt;&#60;a href=&#34;http://www.bimmermania.com/index.php&#34;&#62;Forum&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
							&#38;lt;span class=&#34;menuItem&#34;&#38;gt;&#60;a href=&#34;http://www.bimmermania.com/links.php&#34;&#62;Links&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
							&#38;lt;span class=&#34;menuItem&#34;&#38;gt;&#60;a href=&#34;http://www.bimmermania.com/garage.php&#34;&#62;Garage&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
							&#38;lt;span class=&#34;menuItem&#34;&#38;gt;&#60;a href=&#34;http://www.bimmermania.com/downloads.php&#34;&#62;Downloads&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
							&#38;lt;span class=&#34;menuItem&#34;&#38;gt;&#60;a href=&#34;http://www.bimmermania.com/contact.php&#34;&#62;Contact Us&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;span class=&#34;corners-bottom&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-70</link>
			<pubDate>Mon, 10 Nov 2008 22:01:38 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">70@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;k2-RC7-revision-723-2008-10-23.zip&#60;br /&#62;
&#60;a href=&#34;http://getk2.com/nightly/k2-RC7-revision-723-2008-10-23.zip&#34; rel=&#34;nofollow&#34;&#62;http://getk2.com/nightly/k2-RC7-revision-723-2008-10-23.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Updated/Replaced changed files:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Changed paths:&#60;br /&#62;
   M /trunk/app/classes/k2.php&#60;br /&#62;
   M /trunk/app/classes/options.php&#60;br /&#62;
   M /trunk/app/display/options.php&#60;br /&#62;
   M /trunk/app/includes/display.php&#60;br /&#62;
   M /trunk/app/includes/info.php&#60;br /&#62;
   D /trunk/comments-ajax.php&#60;br /&#62;
   M /trunk/comments.php&#60;br /&#62;
   M /trunk/header.php&#60;br /&#62;
   D /trunk/js/k2.comments.js.php&#60;br /&#62;
   M /trunk/js/k2.sbm.js.php&#60;br /&#62;
   M /trunk/page-comments.php&#60;br /&#62;
   M /trunk/single.php&#60;br /&#62;
   M /trunk/style.css&#60;/p&#62;
&#60;p&#62;Changes:&#60;br /&#62;
* Added support for WordPress 2.7 paged and threaded comments&#60;br /&#62;
* Removed Live Comments feature
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 8"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=25#post-69</link>
			<pubDate>Mon, 10 Nov 2008 18:32:35 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">69@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total Links: 802&#60;/p&#62;
&#60;p&#62;Nplus video: Nintendo DSi browser - A Blog From Behind the Tre...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/2008/11/10/nplus-video-nintendo-dsi-browser&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/2008/11/10/nplus-video-nintendo-dsi-browser&#60;/a&#62;&#60;br /&#62;
NVIDIA&#38;#39;s Quadro FX 5800 with 4GB graphics memory is &#38;#39;the most ...&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/11/10/nvidias-quadro-fx-5800-with-4gb-graphics-memory-is-the-most-po/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/11/10/nvidias-quadro-fx-5800-with-4gb-graphics-memory-is-the-most-po/&#60;/a&#62;&#60;br /&#62;
Tricks to Make iTunes More Useful - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Tricks_to_Make_iTunes_More_Useful&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Tricks_to_Make_iTunes_More_Useful&#60;/a&#62;&#60;br /&#62;
Schedule Twitter updates with Twuffer and FutureTweets - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/schedule-twitter-updates-with-twuffer-and-futuretweets/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/schedule-twitter-updates-with-twuffer-and-futuretweets/&#60;/a&#62;&#60;br /&#62;
UK&#38;#39;s Brown: Now is the time to build global society &#124; Reuters&#60;br /&#62;
&#60;a href=&#34;http://www.reuters.com/article/topNews/idUSTRE4A900K20081110&#34; rel=&#34;nofollow&#34;&#62;http://www.reuters.com/article/topNews/idUSTRE4A900K20081110&#60;/a&#62;&#60;br /&#62;
Ubuntu&#38;#39;s Mark Shuttleworth opens up on mobility and design&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081109-ubuntu-open-week-mark-shuttleworth-speaks.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081109-ubuntu-open-week-mark-shuttleworth-speaks.html&#60;/a&#62;&#60;br /&#62;
10 genuinely kick-ass features to get excited about in Windows...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/10-genuinely-kick-ass-features-to-get-excited-about-in-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/10-genuinely-kick-ass-features-to-get-excited-about-in-windows-7/&#60;/a&#62;&#60;br /&#62;
Gallery: A History of Microsoft Windows&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/pcs/multimedia/2007/01/wiredphotos31&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/pcs/multimedia/2007/01/wiredphotos31&#60;/a&#62;&#60;br /&#62;
Nov. 10, 1983: Gates Opens Windows a Bit Early&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2008/11/dayintech_1110&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2008/11/dayintech_1110&#60;/a&#62;&#60;br /&#62;
BitTorrent cuts staff, replaces CEO again&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15922.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15922.cfm&#60;/a&#62;&#60;br /&#62;
MGM will post full-length content on YouTube&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15927.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15927.cfm&#60;/a&#62;&#60;br /&#62;
Plex media player hands-on&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15933.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15933.cfm&#60;/a&#62;&#60;br /&#62;
5 very basic things Windows 7 still isn&#38;#39;t any good at - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/5-very-basic-things-windows-7-still-isnt-any-good-at/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/5-very-basic-things-windows-7-still-isnt-any-good-at/&#60;/a&#62;&#60;br /&#62;
Send files out fast with uSend.io - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/send-files-out-fast-with-usend-io/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/send-files-out-fast-with-usend-io/&#60;/a&#62;&#60;br /&#62;
Photosynth: Microsoft&#38;#39;s answer to Google Street View, with a t...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/photosynth-microsofts-answer-to-google-street-view-with-a-twi/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/photosynth-microsofts-answer-to-google-street-view-with-a-twi/&#60;/a&#62;&#60;br /&#62;
YouTube Pales Next to Hulu’s Spiffy Multiplex - Bits Blog - NY...&#60;br /&#62;
&#60;a href=&#34;http://bits.blogs.nytimes.com/2008/11/10/youtube-pales-next-to-hulus-spiffy-multiplex/&#34; rel=&#34;nofollow&#34;&#62;http://bits.blogs.nytimes.com/2008/11/10/youtube-pales-next-to-hulus-spiffy-multiplex/&#60;/a&#62;&#60;br /&#62;
Monks Brawl At Site Of Jesus&#38;#39; Tomb, Riot Police Quell Turf War...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/11/10/world/main4588003.shtml?source=RSSattr=HOME_4588003&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/11/10/world/main4588003.shtml?source=RSSattr=HOME_4588003&#60;/a&#62;&#60;br /&#62;
Use an iPhone or iPod Touch in disk mode with DiskAid - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/use-an-iphone-or-ipod-touch-in-disk-mode-with-diskaid/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/use-an-iphone-or-ipod-touch-in-disk-mode-with-diskaid/&#60;/a&#62;&#60;br /&#62;
Unlock all Features in Windows 7 (build 6801) &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/10/unlock-all-features-in-windows-7-build-6801&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/10/unlock-all-features-in-windows-7-build-6801&#60;/a&#62;&#60;br /&#62;
Build the highest tower with 99 Bricks - Time Waster - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/build-the-highest-tower-with-99-bricks-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/build-the-highest-tower-with-99-bricks-time-waster/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - YouTube to Stream Full-Length MGM Movies - Scien...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,449504,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,449504,00.html&#60;/a&#62;&#60;br /&#62;
First stable release of Theora video codec finally available&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15937.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15937.cfm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; MySpace upgrades itself to &#38;#39;Profile 2.0&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/MySpace_upgrades_itself_to_Profile_20/1226345813&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/MySpace_upgrades_itself_to_Profile_20/1226345813&#60;/a&#62;&#60;br /&#62;
How we know that Matrix doesn&#38;#39;t run on Windows XP - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/10/how-we-know-that-matrix-doesnt-run-on-windows-xp/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/10/how-we-know-that-matrix-doesnt-run-on-windows-xp/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft: 1 in 10 Vista printer driver installatio...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_1_in_10_Vista_printer_driver_installations_fail/1226349968&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_1_in_10_Vista_printer_driver_installations_fail/1226349968&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Lander Mission Appears to be Over&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/081110-phoenix-mission-update.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/081110-phoenix-mission-update.html&#60;/a&#62;&#60;br /&#62;
Hixie&#38;#39;s Natural Log: Autumn 2008 Travelog&#60;br /&#62;
&#60;a href=&#34;http://ln.hixie.ch/?start=1226346088&#38;amp;count=1&#34; rel=&#34;nofollow&#34;&#62;http://ln.hixie.ch/?start=1226346088&#38;amp;count=1&#60;/a&#62;&#60;br /&#62;
“Blue Badge” tool available, unlocks all known protected featu...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2008/11/09/blue-badge-tool-now-available-unlocks-all-known-protected-features/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2008/11/09/blue-badge-tool-now-available-unlocks-all-known-protected-features/&#60;/a&#62;&#60;br /&#62;
Testing, testing, ... - My Opera News&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2008/11/10/testing-testing&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2008/11/10/testing-testing&#60;/a&#62;&#60;br /&#62;
Ubuntu Unleashed: Howto: Update to Ubuntu ‘Intrepid Ibex’ usin...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2008/11/howto-update-to-ubuntu-intrepid-ibex.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2008/11/howto-update-to-ubuntu-intrepid-ibex.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #116 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1732&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1732&#60;/a&#62;&#60;br /&#62;
iPhone Blogging on the go with Tumblrette - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/09/iphone-blogging-on-the-go-with-tumblrette/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/09/iphone-blogging-on-the-go-with-tumblrette/&#60;/a&#62;&#60;br /&#62;
Journey catalog track becomes first to 2 million downloads, le...&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15916.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15916.cfm&#60;/a&#62;&#60;br /&#62;
Pirate Bay reaches 22 million peers&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15914.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15914.cfm&#60;/a&#62;&#60;br /&#62;
Gallery: Wired.com Readers&#38;#39; Most Excellent Telescope Photos&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/space/multimedia/2008/11/gallery_reader_telescopes&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/space/multimedia/2008/11/gallery_reader_telescopes&#60;/a&#62;&#60;br /&#62;
JBL On Stage IIIP &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/jbl_on_stage_iiip&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/jbl_on_stage_iiip&#60;/a&#62;&#60;br /&#62;
Bitebot Tastes the Chemistry of Flavor&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/miscellaneous/magazine/16-11/st_mechmouth&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/miscellaneous/magazine/16-11/st_mechmouth&#60;/a&#62;&#60;br /&#62;
X-Widgets Challenge: First weekly winner ! - Opera Widgets blo...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/widgets/blog/2008/11/08/x-widgets-challenge-first-weekly-winner&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/widgets/blog/2008/11/08/x-widgets-challenge-first-weekly-winner&#60;/a&#62;&#60;br /&#62;
Al Gore on Finding a Real Purpose for Web 2.0 - Bits Blog - NY...&#60;br /&#62;
&#60;a href=&#34;http://bits.blogs.nytimes.com/2008/11/07/the-web-according-to-gore/&#34; rel=&#34;nofollow&#34;&#62;http://bits.blogs.nytimes.com/2008/11/07/the-web-according-to-gore/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Norway and Apple remain disharmonious over iPod&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Norway_and_Apple_remain_disharmonious_over_iPod/1226096937&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Norway_and_Apple_remain_disharmonious_over_iPod/1226096937&#60;/a&#62;&#60;br /&#62;
This One Is For The LOLZ : Ubuntu Tutorials : Dapper - Gutsy -...&#60;br /&#62;
&#60;a href=&#34;http://ubuntu-tutorials.com/2008/11/07/this-one-is-for-the-lolz/&#34; rel=&#34;nofollow&#34;&#62;http://ubuntu-tutorials.com/2008/11/07/this-one-is-for-the-lolz/&#60;/a&#62;&#60;br /&#62;
OpenID Is HereDOT Too Bad Users Can t Figure Out How It Works ...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/OpenID_Is_HereDOT_Too_Bad_Users_Can_t_Figure_Out_How_It_Works&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/OpenID_Is_HereDOT_Too_Bad_Users_Can_t_Figure_Out_How_It_Works&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Spammers break BlogSpot CAPTCHA, load up on garbage...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Spammers_break_BlogSpot_CAPTCHA_load_up_on_garbage_sites/1226089682&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Spammers_break_BlogSpot_CAPTCHA_load_up_on_garbage_sites/1226089682&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Sprint posts a loss: &#38;#39;We have yet to turn the corner&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Sprint_posts_a_loss_We_have_yet_to_turn_the_corner/1226092752&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Sprint_posts_a_loss_We_have_yet_to_turn_the_corner/1226092752&#60;/a&#62;&#60;br /&#62;
Ericsson: 20 megapixel cellphones shooting Full HD video in 4 ...&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/11/07/ericsson-20-megapixel-cellphones-shooting-full-hd-video-in-4-ye/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/11/07/ericsson-20-megapixel-cellphones-shooting-full-hd-video-in-4-ye/&#60;/a&#62;&#60;br /&#62;
Tests: The 50 Skills Every Geek Should Have&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5078829/the-50-skills-every-geek-should-have&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5078829/the-50-skills-every-geek-should-have&#60;/a&#62;&#60;br /&#62;
Million Dollar Motorcycles &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/million-dollar.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/million-dollar.html&#60;/a&#62;&#60;br /&#62;
Windows 7 Will Let Microsoft Track Your Every Move - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Windows_7_Will_Let_Microsoft_Track_Your_Every_Move&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Windows_7_Will_Let_Microsoft_Track_Your_Every_Move&#60;/a&#62;&#60;br /&#62;
Architecture: A City That&#38;#39;s Built at the Bottom of a Lake&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5079790/a-city-thats-built-at-the-bottom-of-a-lake&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5079790/a-city-thats-built-at-the-bottom-of-a-lake&#60;/a&#62;&#60;br /&#62;
Change.gov you can believe in?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081106-change-gov-you-can-believe-in.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081106-change-gov-you-can-believe-in.html&#60;/a&#62;&#60;br /&#62;
Norway puts more pressure on Apple over iTunes DRM&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15884.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15884.cfm&#60;/a&#62;&#60;br /&#62;
Miniature Solar Cells Much Smaller Than This: o &#124; Wired Scienc...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/miniature-solar.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/miniature-solar.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Hot-Air Balloon May Cruise Skies of Saturn&#38;#39;s Moo...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,448305,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,448305,00.html&#60;/a&#62;&#60;br /&#62;
YouTube to stream full major motion pictures?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15889.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15889.cfm&#60;/a&#62;&#60;br /&#62;
Little House on the Prairie R-rated&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15894.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15894.cfm&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Doorstep Astronomy: The Autumn Dipper&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/081107-ns-autumn-dipper.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/081107-ns-autumn-dipper.html&#60;/a&#62;&#60;br /&#62;
Customize your Spaces on OS X with Hyperspaces - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/07/customize-your-spaces-on-os-x-with-hyperspaces/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/07/customize-your-spaces-on-os-x-with-hyperspaces/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Injuries link to ADHD diagnosis&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7713679.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7713679.stm&#60;/a&#62;&#60;br /&#62;
Windows 7 scheduled for a mid-2009 release - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/07/windows-7-scheduled-for-a-mid-2009-release/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/07/windows-7-scheduled-for-a-mid-2009-release/&#60;/a&#62;&#60;br /&#62;
Apple leapfrogs RIM for #2 slot on smartphone sales list&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081107-apple-leapfrogs-rim-for-2-slot-on-smartphone-sales-list.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081107-apple-leapfrogs-rim-for-2-slot-on-smartphone-sales-list.html&#60;/a&#62;&#60;br /&#62;
Postapocalypse Now! 8 Devastating Coming Attractions&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/entertainment/hollywood/magazine/16-11/pl_screen&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/entertainment/hollywood/magazine/16-11/pl_screen&#60;/a&#62;&#60;br /&#62;
Save the Planet (and Your Ass) in an E85 Apocalypsemobile &#124; Au...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/save-the-earth.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/save-the-earth.html&#60;/a&#62;&#60;br /&#62;
My Opera Awards 2008 - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/11/07/my-opera-awards-2008&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/11/07/my-opera-awards-2008&#60;/a&#62;&#60;br /&#62;
First look at WordPress 2.7 beta 2 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/06/first-look-at-wordpress-2-7-beta-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/06/first-look-at-wordpress-2-7-beta-2/&#60;/a&#62;&#60;br /&#62;
Windows 7 to support new panning options, gestures - Within Wi...&#60;br /&#62;
&#60;a href=&#34;http://www.withinwindows.com/2008/11/06/windows-7-to-support-new-panning-options-gestures/&#34; rel=&#34;nofollow&#34;&#62;http://www.withinwindows.com/2008/11/06/windows-7-to-support-new-panning-options-gestures/&#60;/a&#62;&#60;br /&#62;
Microsoft promises faster boot, longer battery life from Windo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/06/microsoft-promises-faster-boot-longer-battery-life-from-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/06/microsoft-promises-faster-boot-longer-battery-life-from-windows/&#60;/a&#62;&#60;br /&#62;
At the End of Life, a Delicate Calculus - The New Old Age Blog...&#60;br /&#62;
&#60;a href=&#34;http://newoldage.blogs.nytimes.com/2008/11/06/at-the-end-of-life-a-delicate-calculus/&#34; rel=&#34;nofollow&#34;&#62;http://newoldage.blogs.nytimes.com/2008/11/06/at-the-end-of-life-a-delicate-calculus/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Signs of Late Volcanism Seen on Moon&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081106-moon-volcanoes.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081106-moon-volcanoes.html&#60;/a&#62;&#60;br /&#62;
Free Trend Micro Internet Security 2008 3 year License &#124; BizzN...&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/06/free-trend-micro-internet-security-2008-3-year-license&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/06/free-trend-micro-internet-security-2008-3-year-license&#60;/a&#62;&#60;br /&#62;
Download Squad PSA: WPA encryption successfully cracked - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/06/download-squad-psa-wpa-encryption-successfully-cracked/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/06/download-squad-psa-wpa-encryption-successfully-cracked/&#60;/a&#62;&#60;br /&#62;
2 web pages, 1 tab - Google Chrome Dual View - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/06/2-web-pages-1-tab-google-chrome-tip/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/06/2-web-pages-1-tab-google-chrome-tip/&#60;/a&#62;&#60;br /&#62;
IPhone 2.2 to Get Podcast Downloads over 3G, Updated App Store...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/11/iphone-22-to-ge.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/11/iphone-22-to-ge.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mysterious Dark Matter Might Actually Glow&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081106-dark-matter.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081106-dark-matter.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- How Water Made Earth Livable for Us - The Peroxy Way&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/searchforlife/081106-water-earth-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/searchforlife/081106-water-earth-life.html&#60;/a&#62;&#60;br /&#62;
Oslo Map: Opera Software in 3D, in your browser - A Blog From ...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/2008/11/06/oslo-map-opera-software-in-3d-in-your-browser&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/2008/11/06/oslo-map-opera-software-in-3d-in-your-browser&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Probiotics &#38;#39;may stop pneumonia&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7708895.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7708895.stm&#60;/a&#62;&#60;br /&#62;
Wired.com Readers&#38;#39; Favorite Portable Music Players&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/portablemusic/multimedia/2008/11/gallery_music_players&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/portablemusic/multimedia/2008/11/gallery_music_players&#60;/a&#62;&#60;br /&#62;
3 Smart Things About Time Zones&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/magazine/16-11/st_3smartthings&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/magazine/16-11/st_3smartthings&#60;/a&#62;&#60;br /&#62;
UK download sites back new &#38;#39;MP3 Compatible&#38;#39; logo&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15873.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15873.cfm&#60;/a&#62;&#60;br /&#62;
Five ways to slim down your Mac OS X install&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/journals/apple.ars/2008/11/05/five-ways-to-slim-down-your-mac-os-x-install&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/journals/apple.ars/2008/11/05/five-ways-to-slim-down-your-mac-os-x-install&#60;/a&#62;&#60;br /&#62;
Edit Wikipedia - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Edit_Wikipedia&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Edit_Wikipedia&#60;/a&#62;&#60;br /&#62;
Exploring the Genetic Differences Between Chimps and Humans &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/exploring-the-g.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/exploring-the-g.html&#60;/a&#62;&#60;br /&#62;
SanDisk claims hundredfold flash speed boost for writes&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081105-sandisk-claims-hundredfold-flash-speed-boost-for-writes.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081105-sandisk-claims-hundredfold-flash-speed-boost-for-writes.html&#60;/a&#62;&#60;br /&#62;
Google Search Deal Slips Through Yahoo&#38;#39;s Fingers — Is AOL Next...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/11/yahoo-loses-goo.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/11/yahoo-loses-goo.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Cancer genetic blueprint revealed&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7706487.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7706487.stm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; E-voting machines, registration databases have a mi...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Evoting_machines_registration_databases_have_a_mixed_Tuesday/1225926460&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Evoting_machines_registration_databases_have_a_mixed_Tuesday/1225926460&#60;/a&#62;&#60;br /&#62;
Phoenix Technologies and Opera Software partner to deliver the...&#60;br /&#62;
&#60;a href=&#34;http://www.opera.com/pressreleases/en/2008/11/05/&#34; rel=&#34;nofollow&#34;&#62;http://www.opera.com/pressreleases/en/2008/11/05/&#60;/a&#62;&#60;br /&#62;
Songbird 1.0 RC1 now available - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/05/songbird-1-0-rc1-now-available/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/05/songbird-1-0-rc1-now-available/&#60;/a&#62;&#60;br /&#62;
Historic election - A Blog From Behind the Trenches - by Haavard&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/2008/11/05/historic-election&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/2008/11/05/historic-election&#60;/a&#62;&#60;br /&#62;
Make Your Linux Desktop Look Like A Mac - Mac4Lin Project Docu...&#60;br /&#62;
&#60;a href=&#34;http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac&#34; rel=&#34;nofollow&#34;&#62;http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac&#60;/a&#62;&#60;br /&#62;
Video: Is This a Hacked DSi? &#124; Game &#124; Life from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/games/2008/11/video-is-this-a.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/games/2008/11/video-is-this-a.html&#60;/a&#62;&#60;br /&#62;
Pixlr: slick new online image editor - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/05/pixlr-slick-new-online-image-editor/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/05/pixlr-slick-new-online-image-editor/&#60;/a&#62;&#60;br /&#62;
iTunes Search with Amazon&#38;#39;s DRM-Free store = Advantageous - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/05/itunes-search-with-amazons-drm-free-store-advantageous/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/05/itunes-search-with-amazons-drm-free-store-advantageous/&#60;/a&#62;&#60;br /&#62;
Microsoft puts Windows 3.11 for Workgroups out to pasture&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081105-microsoft-puts-windows-3-11-for-workgroups-out-to-pasture.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081105-microsoft-puts-windows-3-11-for-workgroups-out-to-pasture.html&#60;/a&#62;&#60;br /&#62;
How to Extend Windows 7 Trial Period &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/05/how-to-extend-windows-7-trial-period&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/05/how-to-extend-windows-7-trial-period&#60;/a&#62;&#60;br /&#62;
Warner Bros. to fight China movie piracy with 60¢ downloads&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081105-warner-bros-to-fight-china-movie-piracy-with-60-downloads.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081105-warner-bros-to-fight-china-movie-piracy-with-60-downloads.html&#60;/a&#62;&#60;br /&#62;
Google kills Yahoo! ad deal - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/05/google-kills-yahoo-ad-deal/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/05/google-kills-yahoo-ad-deal/&#60;/a&#62;&#60;br /&#62;
Firefox s Private Browsing AKA Porn Mode Arrives - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Firefox_s_Private_Browsing__AKA__Porn_Mode__Arrives&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Firefox_s_Private_Browsing__AKA__Porn_Mode__Arrives&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Firefox captures twenty percent of net; Chrome ties...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Firefox_captures_twenty_percent_of_net_Chrome_ties_Opera/1225915419&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Firefox_captures_twenty_percent_of_net_Chrome_ties_Opera/1225915419&#60;/a&#62;&#60;br /&#62;
Android liberation: T-Mobile G1 jailbroken&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081105-android-liberation-t-mobile-g1-jailbroken.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081105-android-liberation-t-mobile-g1-jailbroken.html&#60;/a&#62;&#60;br /&#62;
Sci-Fi Giant Michael Crichton Dies at 66 &#124; The Underwire from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/11/sci-fi-giant-mi.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/11/sci-fi-giant-mi.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; A peek into private browsing in the next Firefox 3....&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/A_peek_into_private_browsing_in_the_next_Firefox_31_beta/1225918711&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/A_peek_into_private_browsing_in_the_next_Firefox_31_beta/1225918711&#60;/a&#62;&#60;br /&#62;
Instant-on software maker Phoenix to bundle Opera web browser ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/05/instant-on-software-maker-phoenix-to-bundle-opera-web-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/05/instant-on-software-maker-phoenix-to-bundle-opera-web-browser/&#60;/a&#62;&#60;br /&#62;
First Thing I Do After Installing Ubuntu : Ubuntu Tutorials : ...&#60;br /&#62;
&#60;a href=&#34;http://ubuntu-tutorials.com/2008/11/05/first-thing-i-do-after-installing-ubuntu/&#34; rel=&#34;nofollow&#34;&#62;http://ubuntu-tutorials.com/2008/11/05/first-thing-i-do-after-installing-ubuntu/&#60;/a&#62;&#60;br /&#62;
Songbird 1DOT0 Poised to Rule the Jukebox Roost - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Songbird_1DOT0_Poised_to_Rule_the_Jukebox_Roost&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Songbird_1DOT0_Poised_to_Rule_the_Jukebox_Roost&#60;/a&#62;&#60;br /&#62;
We’re Not Done Voting Yet &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/11/05/were-not-done-voting-yet/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/11/05/were-not-done-voting-yet/&#60;/a&#62;&#60;br /&#62;
EZQuest launches 6x Blu-ray drive&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15861.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15861.cfm&#60;/a&#62;&#60;br /&#62;
Netflix stops sales of used DVDs&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15858.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15858.cfm&#60;/a&#62;&#60;br /&#62;
Obama backers celebrate in streets :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/politics/story/3896125/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/politics/story/3896125/&#60;/a&#62;&#60;br /&#62;
Firefox Hits 20PERC Browser Share Worldwide - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Firefox_Hits_20PERC_Browser_Share_Worldwide&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Firefox_Hits_20PERC_Browser_Share_Worldwide&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Netflix cans used DVD sales&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Netflix_cans_used_DVD_sales/1225835621&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Netflix_cans_used_DVD_sales/1225835621&#60;/a&#62;&#60;br /&#62;
Super Obama World - Election Day Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/04/super-obama-world-election-day-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/04/super-obama-world-election-day-time-waster/&#60;/a&#62;&#60;br /&#62;
It&#38;#39;s Time for Drive-Thru Voting &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/it-is-time-for.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/it-is-time-for.html&#60;/a&#62;&#60;br /&#62;
Mice Cloned After 16-Year Freeze; Mammoths Next? &#124; Wired Scien...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/mice-cloned-aft.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/mice-cloned-aft.html&#60;/a&#62;&#60;br /&#62;
New app turns iPhone into remote for Multiroom Music System&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15855.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15855.cfm&#60;/a&#62;&#60;br /&#62;
Election Incrimination - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/04/election-incrimination-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/04/election-incrimination-time-waster/&#60;/a&#62;&#60;br /&#62;
Yahoo! Live video streaming service is dead - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/04/yahoo-live-video-streaming-service-is-dead/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/04/yahoo-live-video-streaming-service-is-dead/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; MySpace and MTV&#38;#39;s new revenue model challenges YouTube&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/MySpace_and_MTVs_new_revenue_model_challenges_YouTube/1225806622&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/MySpace_and_MTVs_new_revenue_model_challenges_YouTube/1225806622&#60;/a&#62;&#60;br /&#62;
Windows 7&#38;#39;s Superbar in action - is it made for multitouch? - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/04/windows-7s-superbar-in-action-is-it-made-for-multitouch/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/04/windows-7s-superbar-in-action-is-it-made-for-multitouch/&#60;/a&#62;&#60;br /&#62;
Bin Laden’s Son Seeks Asylum in Spain - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/aponline/world/AP-EU-Spain-Bin-Laden-Son.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/aponline/world/AP-EU-Spain-Bin-Laden-Son.html&#60;/a&#62;&#60;br /&#62;
OpenSUSE community announces first elected board&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081104-opensuse-community-announces-first-elected-board.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081104-opensuse-community-announces-first-elected-board.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Europe &#124; Bin Laden son in Spain asylum bid&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/europe/7708029.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/europe/7708029.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Entertainment &#124; Jury rejects Reeves injury claims&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/7707813.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/7707813.stm&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : 198 Windows Vista Tips &#38;amp; Tricks&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/11/04/198-windows-vista-tips-tricks.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/11/04/198-windows-vista-tips-tricks.aspx&#60;/a&#62;&#60;br /&#62;
Are your theme’s comments WordPress 2.7 compatible? &#124; Weblog T...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/11/04/are-your-theme’s-comments-wordpress-27-compatible/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/11/04/are-your-theme’s-comments-wordpress-27-compatible/&#60;/a&#62;&#60;br /&#62;
Mark Shuttleworth » Blog Archive » This is not the end of capi...&#60;br /&#62;
&#60;a href=&#34;http://www.markshuttleworth.com/archives/227&#34; rel=&#34;nofollow&#34;&#62;http://www.markshuttleworth.com/archives/227&#60;/a&#62;&#60;br /&#62;
Palin as President - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/04/palin-as-president-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/04/palin-as-president-time-waster/&#60;/a&#62;&#60;br /&#62;
Presidential Street Fight - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/04/presidential-street-fight-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/04/presidential-street-fight-time-waster/&#60;/a&#62;&#60;br /&#62;
Nanobama: World&#38;#39;s Tiniest Candidate Portrait &#124; Wired Science f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/11/nanobama-the-wo.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/11/nanobama-the-wo.html&#60;/a&#62;&#60;br /&#62;
How to install Opera on a real OS - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/11/04/how-to-install-opera-on-a-real-os?cid=6331706&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/11/04/how-to-install-opera-on-a-real-os?cid=6331706&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; US Elections 2008 &#124; Voters set for histo...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/us_elections_2008/7707581.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/us_elections_2008/7707581.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Scientists clone from froze...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7707498.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7707498.stm&#60;/a&#62;&#60;br /&#62;
Western Digital introduces media hub&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15847.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15847.cfm&#60;/a&#62;&#60;br /&#62;
Extreme Makeover: White House Edition&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/design/magazine/16-11/pl_design&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/design/magazine/16-11/pl_design&#60;/a&#62;&#60;br /&#62;
Bejeweled Creator Spills Secrets of Addictive Games&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gaming/gamingreviews/magazine/16-11/pl_games&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gaming/gamingreviews/magazine/16-11/pl_games&#60;/a&#62;&#60;br /&#62;
Another Windows 7 secret revealed; desktop to have slideshows ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/03/another-windows-7-secret-revealed-desktop-to-have-slideshows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/03/another-windows-7-secret-revealed-desktop-to-have-slideshows/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Magnetic shield for spacefa...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7706844.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7706844.stm&#60;/a&#62;&#60;br /&#62;
How to Chrome out your Firefox - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/03/how-to-chrome-out-your-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/03/how-to-chrome-out-your-firefox/&#60;/a&#62;&#60;br /&#62;
Netflix streaming service for Macs goes beta&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15844.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15844.cfm&#60;/a&#62;&#60;br /&#62;
Ubuntu Tutorials : Dapper - Gutsy - Hardy - Intrepid&#60;br /&#62;
&#60;a href=&#34;http://ubuntu-tutorials.com/2008/11/03/enable-apple-isight-camera-ubuntu-810/&#34; rel=&#34;nofollow&#34;&#62;http://ubuntu-tutorials.com/2008/11/03/enable-apple-isight-camera-ubuntu-810/&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: Tip: Your email, wherever you are on the ...&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2008/11/tip-your-email-wherever-you-are-on-web.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2008/11/tip-your-email-wherever-you-are-on-web.html&#60;/a&#62;&#60;br /&#62;
Gmail: What&#38;#39;s been keeping the Gmail team busy&#60;br /&#62;
&#60;a href=&#34;http://mail.google.com/mail/help/about_whatsnew.html&#34; rel=&#34;nofollow&#34;&#62;http://mail.google.com/mail/help/about_whatsnew.html&#60;/a&#62;&#60;br /&#62;
ES&#38;amp;S Voting Machines in Michigan Flunk Tests, Don&#38;#39;t Tally Vote...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/11/michigan-electi.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/11/michigan-electi.html&#60;/a&#62;&#60;br /&#62;
Install Mythbuntu 8.10 from Windows with Wubi - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/03/install-mythbuntu-8-10-from-windows-with-wubi/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/03/install-mythbuntu-8-10-from-windows-with-wubi/&#60;/a&#62;&#60;br /&#62;
The Israeli woman behind the Google logo - Haaretz - Israel News&#60;br /&#62;
&#60;a href=&#34;http://www.haaretz.com/hasen/spages/1033596.html&#34; rel=&#34;nofollow&#34;&#62;http://www.haaretz.com/hasen/spages/1033596.html&#60;/a&#62;&#60;br /&#62;
AOL Mail Blog&#60;br /&#62;
&#60;a href=&#34;http://mailblog.aol.com/2008/10/31/an-open-letter-to-gmail-happy-halloween-we-love-your-costume/&#34; rel=&#34;nofollow&#34;&#62;http://mailblog.aol.com/2008/10/31/an-open-letter-to-gmail-happy-halloween-we-love-your-costume/&#60;/a&#62;&#60;br /&#62;
That took long enough: Windows 7 can burn ISO files - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/03/that-took-long-enough-windows-7-can-burn-iso-files/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/03/that-took-long-enough-windows-7-can-burn-iso-files/&#60;/a&#62;&#60;br /&#62;
Ryanair Plans $15 Flights to Europe &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/11/it-seems-kind-o.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/11/it-seems-kind-o.html&#60;/a&#62;&#60;br /&#62;
How to Enable Aero Shake Taskbar in Windows 7 &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/11/03/how-to-enable-aero-shake-taskbar-in-windows-7&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/11/03/how-to-enable-aero-shake-taskbar-in-windows-7&#60;/a&#62;&#60;br /&#62;
Microsoft - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Microsoft%3A_Naive_Web_Surfers_Are_Their_Own_Worst_Enemies&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Microsoft%3A_Naive_Web_Surfers_Are_Their_Own_Worst_Enemies&#60;/a&#62;&#60;br /&#62;
What&#38;#39;s not in Windows 7? Windows Movie Maker, Windows Mail, et...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/03/whats-not-in-windows-7-windows-movie-maker-windows-mail-etc/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/03/whats-not-in-windows-7-windows-movie-maker-windows-mail-etc/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Netflix opens the beta for its &#38;#39;Watch Instantly&#38;#39; fe...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Netflix_opens_the_beta_for_its_Watch_Instantly_feature_via_Silverlight/1225721812&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Netflix_opens_the_beta_for_its_Watch_Instantly_feature_via_Silverlight/1225721812&#60;/a&#62;&#60;br /&#62;
New BD+ protection broken by SlySoft, Doom9 members&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15830.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15830.cfm&#60;/a&#62;&#60;br /&#62;
Twitter, Flickr, Facebook Make Blogs Look So 2004&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/entertainment/theweb/magazine/16-11/st_essay&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/entertainment/theweb/magazine/16-11/st_essay&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Strange Portal Connects Earth to Sun&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081103-mm-magnetic-portals.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081103-mm-magnetic-portals.html&#60;/a&#62;&#60;br /&#62;
&#38;quot;Superbar&#38;quot; unlocked in PDC build of Windows 7 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/03/superbar-unlocked-in-pdc-build-of-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/03/superbar-unlocked-in-pdc-build-of-windows-7/&#60;/a&#62;&#60;br /&#62;
WordPress 2.7 Keyboard Shortcuts &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/11/03/wordpress-27-keyboard-shortcuts/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/11/03/wordpress-27-keyboard-shortcuts/&#60;/a&#62;&#60;br /&#62;
Another fav jam/game at honnoh?&#60;br /&#62;
&#60;a href=&#34;http://artismypeace.net/wp/2008/11/another-fav-jamgame/&#34; rel=&#34;nofollow&#34;&#62;http://artismypeace.net/wp/2008/11/another-fav-jamgame/&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/M/MED_TIME_CHANGE_HEART_ATTACKS?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-10-31-14-05-19&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/M/MED_TIME_CHANGE_HEART_ATTACKS?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-10-31-14-05-19&#60;/a&#62;&#60;br /&#62;
This week in Apple: Blu-ray clones and software galore&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081101-this-week-in-apple-blu-ray-clones-and-software-galore.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081101-this-week-in-apple-blu-ray-clones-and-software-galore.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Long-Running Animated Comedy &#38;#39;King of the Hill&#38;#39; ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,445887,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,445887,00.html&#60;/a&#62;&#60;br /&#62;
Windows 7 hands on - Impressive at every turn - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/01/windows-7-hands-on-impressive-at-every-turn/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/01/windows-7-hands-on-impressive-at-every-turn/&#60;/a&#62;&#60;br /&#62;
Start Saying Goodbye To Belly Fat, It&#38;#39;s Unsightly, Unhealthy A...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/11/01/earlyshow/health/main4562801.shtml?source=RSSattr=HOME_4562801&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/11/01/earlyshow/health/main4562801.shtml?source=RSSattr=HOME_4562801&#60;/a&#62;&#60;br /&#62;
How to (finally) stream Netflix movies on a Mac - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/11/01/how-to-finally-stream-netflix-movies-on-a-mac/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/11/01/how-to-finally-stream-netflix-movies-on-a-mac/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Don&#38;#39;t Forget: Clocks Fall Back an Hour Sunday Mo...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,445917,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,445917,00.html&#60;/a&#62;&#60;br /&#62;
» 2.7 Beta 1 Ryan Boren&#60;br /&#62;
&#60;a href=&#34;http://boren.nu/archives/2008/11/01/27-beta-1/&#34; rel=&#34;nofollow&#34;&#62;http://boren.nu/archives/2008/11/01/27-beta-1/&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Build 88: Win32 Beta!&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=395&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=395&#60;/a&#62;&#60;br /&#62;
Unfortunately opera: is the new chrome: - miscoded - by Hallvo...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2008/10/31/unfortunately-opera-is-the-new-chrome&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2008/10/31/unfortunately-opera-is-the-new-chrome&#60;/a&#62;&#60;br /&#62;
» WordPress 2.7 UI Configurability Ryan Boren&#60;br /&#62;
&#60;a href=&#34;http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/&#34; rel=&#34;nofollow&#34;&#62;http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/&#60;/a&#62;&#60;br /&#62;
Standalone VCRs go out of production&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15822.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15822.cfm&#60;/a&#62;&#60;br /&#62;
Electronic inspections to take stickers off cars :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/3867455/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/3867455/&#60;/a&#62;&#60;br /&#62;
Mozilla prepares final resting place for Firefox 2 - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/31/mozilla-prepares-final-resting-place-for-firefox-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/31/mozilla-prepares-final-resting-place-for-firefox-2/&#60;/a&#62;&#60;br /&#62;
The Call of Cthubuntu&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081031-the-call-of-cthubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081031-the-call-of-cthubuntu.html&#60;/a&#62;&#60;br /&#62;
VisualSage- Get Facebook on Desktop &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/10/31/visualsage-get-facebook-on-desktop&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/10/31/visualsage-get-facebook-on-desktop&#60;/a&#62;&#60;br /&#62;
Google turns on OCR for scanned PDFs&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081031-google-turns-on-ocr-for-scanned-pdfs.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081031-google-turns-on-ocr-for-scanned-pdfs.html&#60;/a&#62;&#60;br /&#62;
How Math Unraveled the &#38;#39;Hard Day&#38;#39;s Night&#38;#39; Mystery &#124; Listening ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/music/2008/10/how-a-professor.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/music/2008/10/how-a-professor.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Trek: TV Show Dramatizes Five Years of Red P...&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/entertainment/cs-081031-natgeo-mars-trek.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/entertainment/cs-081031-natgeo-mars-trek.html&#60;/a&#62;&#60;br /&#62;
Extreme Resolution Photos and Lasers Create Virtual Yosemite &#124;...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/geology-20-20-g.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/geology-20-20-g.html&#60;/a&#62;&#60;br /&#62;
Run OpenOffice.org 3.0 in your browser with Ulteo - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/31/run-openoffice-org-3-0-in-your-browser-with-ulteo/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/31/run-openoffice-org-3-0-in-your-browser-with-ulteo/&#60;/a&#62;&#60;br /&#62;
Top 5 Scary Movies You (Probably) Haven&#38;#39;t Seen &#124; The Underwire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/10/top-10-scary-mo.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/10/top-10-scary-mo.html&#60;/a&#62;&#60;br /&#62;
Lost Skeleton Crew Returns for Cadavra Sequel &#124; The Underwire ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/10/lost-skeleton-c.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/10/lost-skeleton-c.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; Wales &#124; E-mail error ends up on road sign&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/wales/7702913.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/wales/7702913.stm&#60;/a&#62;&#60;br /&#62;
Drive if You Dare: The World&#38;#39;s Scariest Cars &#124; Autopia from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/10/worlds-scariest.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/10/worlds-scariest.html&#60;/a&#62;&#60;br /&#62;
Google Yahoo Deal Crumbling, Report &#124; Epicenter from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/10/google-yahoo-de.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/10/google-yahoo-de.html&#60;/a&#62;&#60;br /&#62;
Member of the week - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/10/31/member-of-the-week&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/10/31/member-of-the-week&#60;/a&#62;&#60;br /&#62;
Scary WordPress Moments &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/31/scary-wordpress-moments/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/31/scary-wordpress-moments/&#60;/a&#62;&#60;br /&#62;
Halloween - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/10/31/halloween&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/10/31/halloween&#60;/a&#62;&#60;br /&#62;
Prehistoric-Aged Reptile Found Breeding, Dragon-Like Tuatara E...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/31/tech/main4559980.shtml?source=RSSattr=HOME_4559980&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/31/tech/main4559980.shtml?source=RSSattr=HOME_4559980&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Entertainment &#124; Michael denies Jackson 5 reunion&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/7701412.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/7701412.stm&#60;/a&#62;&#60;br /&#62;
Halloween weather serves up a treat :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/3861240/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/3861240/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; South Asia &#124; Rickshaw men excel in &#38;#39;Pop Idol&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/south_asia/7699861.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/south_asia/7699861.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; DNA legacy of ancient seafa...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7700356.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7700356.stm&#60;/a&#62;&#60;br /&#62;
OMG - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/OMG&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/OMG&#60;/a&#62;!_Gmail_Adds_SMS_Chat&#60;br /&#62;
More on the Windows 7 UI: new taskbar will be mandatory&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-more-on-the-windows-7-ui-new-taskbar-will-be-mandatory.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-more-on-the-windows-7-ui-new-taskbar-will-be-mandatory.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Unleashed: Introducing Android-Unleashed.com&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2008/10/introducing-android-unleashedcom.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2008/10/introducing-android-unleashedcom.html&#60;/a&#62;&#60;br /&#62;
Archeologist finds 3,000-year old Hebrew text - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/WORLD/meast/10/30/israel.ancient.text/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/WORLD/meast/10/30/israel.ancient.text/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Light drinking &#38;#39;no risk to baby&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7699579.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7699579.stm&#60;/a&#62;&#60;br /&#62;
AOL.com launches a new redesgn and it doesn&#38;#39;t suck! - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/aol-com-launches-a-new-redesgn-and-it-doesnt-suck/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/aol-com-launches-a-new-redesgn-and-it-doesnt-suck/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Private Firm Reveals Ambitious Moon Mission Plan&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/081030-astrobotic-lunar-exploration.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/081030-astrobotic-lunar-exploration.html&#60;/a&#62;&#60;br /&#62;
kernel panic in userspace » IE Warning&#60;br /&#62;
&#60;a href=&#34;http://bobrik.name/code/wordpress/ie-warning/&#34; rel=&#34;nofollow&#34;&#62;http://bobrik.name/code/wordpress/ie-warning/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Hands on with Microsoft&#38;#39;s new WorldWide Telescope beta&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Hands_on_with_Microsofts_new_WorldWide_Telescope_beta/1225365140&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Hands_on_with_Microsofts_new_WorldWide_Telescope_beta/1225365140&#60;/a&#62;&#60;br /&#62;
Radus: A media-based browser for your web browser - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/radus-a-media-based-browser-for-your-web-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/radus-a-media-based-browser-for-your-web-browser/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Cold Storage: Moon Might Preserve Alien Life&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081030-am-moon-museum.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081030-am-moon-museum.html&#60;/a&#62;&#60;br /&#62;
Satisfying: George W. Bush Urinal Pees Tribute to the Last 8 Y...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5070915/george-w-bush-urinal-pees-tribute-to-the-last-8-years&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5070915/george-w-bush-urinal-pees-tribute-to-the-last-8-years&#60;/a&#62;&#60;br /&#62;
Leaning Tower Of Abu Dhabi: Capital Gate Tower is Four Times a...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5071026/captial-gate-tower-is-four-times-as-crooked-as-the-leaning-tower-of-pisa&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5071026/captial-gate-tower-is-four-times-as-crooked-as-the-leaning-tower-of-pisa&#60;/a&#62;&#60;br /&#62;
Audi&#38;#39;s A1 Sportback hybrid concept surfaces - Engadget&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/10/28/audis-a1-sportback-hybrid-concept-surfaces/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/10/28/audis-a1-sportback-hybrid-concept-surfaces/&#60;/a&#62;&#60;br /&#62;
6 Frightful Sites for Free Halloween Horror Shows &#124; The Underw...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/10/fright-night-wa.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/10/fright-night-wa.html&#60;/a&#62;&#60;br /&#62;
Hands on: Windows Media Player 12&#38;#39;s surprising new features&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-hands-on-windows-media-player-12s-surprising-new-features.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-hands-on-windows-media-player-12s-surprising-new-features.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Snow leopard wins top photo...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7696188.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7696188.stm&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Hubble Space Telescope Bounces Back from Glitches&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/081030-hubble-fix-update.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/081030-hubble-fix-update.html&#60;/a&#62;&#60;br /&#62;
Yahoo puts out the welcome mat, invites developers in&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-yahoo-puts-out-the-welcome-mat-invites-developers-in.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-yahoo-puts-out-the-welcome-mat-invites-developers-in.html&#60;/a&#62;&#60;br /&#62;
Vote the site - vote for your favorite political website - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/vote-the-site-vote-for-your-favorite-political-website/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/vote-the-site-vote-for-your-favorite-political-website/&#60;/a&#62;&#60;br /&#62;
Windows 7 management features will make IT admins grin&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-windows-7-management-features-will-make-it-admins-grin.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-windows-7-management-features-will-make-it-admins-grin.html&#60;/a&#62;&#60;br /&#62;
Windows 7 news roundup - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/windows-7-news-roundup/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/windows-7-news-roundup/&#60;/a&#62;&#60;br /&#62;
Ubuntu gets horny: Intrepid Ibex (8.10) officially released&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-ubuntu-gets-horny-intrepid-ibex-8-10-officially-released.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-ubuntu-gets-horny-intrepid-ibex-8-10-officially-released.html&#60;/a&#62;&#60;br /&#62;
New Google Chrome beta adds security, performance fixes - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/new-google-chrome-beta-adds-security-performance-fixes/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/new-google-chrome-beta-adds-security-performance-fixes/&#60;/a&#62;&#60;br /&#62;
Wal-Mart to Sell Cheap Googlephone, Outrage Ensues &#124; Gadget La...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/10/wal-mart-to-sel.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/10/wal-mart-to-sel.html&#60;/a&#62;&#60;br /&#62;
Netflix watch instantly videos heading to TiVo - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/netflix-watch-instantly-videos-heading-to-tivo/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/netflix-watch-instantly-videos-heading-to-tivo/&#60;/a&#62;&#60;br /&#62;
TiVo and Netflix finally consummate union&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-tivo-and-netflix-finally-consummate-union.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-tivo-and-netflix-finally-consummate-union.html&#60;/a&#62;&#60;br /&#62;
8 Things to Expect in the Next iPhone Update &#124; Gadget Lab from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/10/eight-things-to.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/10/eight-things-to.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Ancient Meteorites Give Clues to Planet Formation&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081030-planet-formation.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081030-planet-formation.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - &#38;#39;Iceman&#38;#39; Alpine Mummy May Have Been Last of His ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,445385,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,445385,00.html&#60;/a&#62;&#60;br /&#62;
Hands on: OpenOffice.org 3 in the cloud with Ulteo&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081030-hands-on-openoffice-org-3-in-the-cloud-with-ulteo.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081030-hands-on-openoffice-org-3-in-the-cloud-with-ulteo.html&#60;/a&#62;&#60;br /&#62;
Windows Mobile 6.5 coming next year? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/30/windows-mobile-6-5-coming-next-year/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/30/windows-mobile-6-5-coming-next-year/&#60;/a&#62;&#60;br /&#62;
Avatar mania! - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/10/30/avatar-mania&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/10/30/avatar-mania&#60;/a&#62;&#60;br /&#62;
2 Nice Firefox 3 Dark (Grey, Black) Themes&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/2-nice-firefox-3-dark-grey-black-themes/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/2-nice-firefox-3-dark-grey-black-themes/&#60;/a&#62;&#60;br /&#62;
Opera 9.62 released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/opera-962-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/opera-962-released&#60;/a&#62;&#60;br /&#62;
Google Chrome 0.3.154.9 released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/google-chrome-031549-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/google-chrome-031549-released&#60;/a&#62;&#60;br /&#62;
Mark Shuttleworth » Blog Archive » Ibex design: user switching...&#60;br /&#62;
&#60;a href=&#34;http://www.markshuttleworth.com/archives/233&#34; rel=&#34;nofollow&#34;&#62;http://www.markshuttleworth.com/archives/233&#60;/a&#62;&#60;br /&#62;
..and the winners are.. - miscoded - by Hallvord R. M. Steen&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2008/10/30/and-the-winners-are&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2008/10/30/and-the-winners-are&#60;/a&#62;&#60;br /&#62;
Introducing Opera Dragonfly alpha 3 - Opera Dragonfly - by Ope...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/dragonfly/blog/introducing-opera-dragonfly-alpha-3&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/dragonfly/blog/introducing-opera-dragonfly-alpha-3&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; TiVo users can soon watch Netflix movies on-demand&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/TiVo_users_can_soon_watch_Netflix_movies_ondemand/1225348746&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/TiVo_users_can_soon_watch_Netflix_movies_ondemand/1225348746&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; PDC 2008: Windows 7 will add a &#38;#39;volume knob&#38;#39; to UAC&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/PDC_2008_Windows_7_will_add_a_volume_knob_to_UAC/1225345119&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/PDC_2008_Windows_7_will_add_a_volume_knob_to_UAC/1225345119&#60;/a&#62;&#60;br /&#62;
Mercury as You&#38;#39;ve Never Seen It Before &#124; Wired Science from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/mercurys-red-ho.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/mercurys-red-ho.html&#60;/a&#62;&#60;br /&#62;
GMail Drive Config: Someday it will mount multiple Gmail Drive...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/29/gmail-drive-config-someday-it-will-mount-multiple-gmail-drives/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/29/gmail-drive-config-someday-it-will-mount-multiple-gmail-drives/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Jen Aniston Preggers? - Celebrity Gossip &#124; Enter...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,444944,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,444944,00.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Scareware worm stretches out to Picasa, Google Reader&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Scareware_worm_stretches_out_to_Picasa_Google_Reader/1225313274&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Scareware_worm_stretches_out_to_Picasa_Google_Reader/1225313274&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mercury Flyby Reveals New Oddities&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081029-messenger-flyby-update.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081029-messenger-flyby-update.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Open Week Mon 3 Nov - Fri 7 Nov 2008 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1702&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1702&#60;/a&#62;&#60;br /&#62;
collectSPACE - news - &#38;quot;To Pluto, with postage: Nine mementos f...&#60;br /&#62;
&#60;a href=&#34;http://www.collectspace.com/news/news-102808a.html&#34; rel=&#34;nofollow&#34;&#62;http://www.collectspace.com/news/news-102808a.html&#60;/a&#62;&#60;br /&#62;
The Truth Behind 10 Diet Myths, Does Eating at Night Make You ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/29/health/webmd/main4555658.shtml?source=RSSattr=HOME_4555658&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/29/health/webmd/main4555658.shtml?source=RSSattr=HOME_4555658&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google moves to address OpenID confusion among users&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_moves_to_address_OpenID_confusion_among_users/1225304952&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_moves_to_address_OpenID_confusion_among_users/1225304952&#60;/a&#62;&#60;br /&#62;
Cruz - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Cruz%3A_New_Mac_Browser_Off_to_an_Impressive_Start&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Cruz%3A_New_Mac_Browser_Off_to_an_Impressive_Start&#60;/a&#62;&#60;br /&#62;
WordPress App for LinkedIn &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/29/wordpress-app-for-linkedin/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/29/wordpress-app-for-linkedin/&#60;/a&#62;&#60;br /&#62;
Paper Pong - Time Waster? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/29/paper-pong-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/29/paper-pong-time-waster/&#60;/a&#62;&#60;br /&#62;
Gadget Lab Hackintosh: Now With Added Sound Output &#124; Gadget La...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/10/gadget-lab-hack.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/10/gadget-lab-hack.html&#60;/a&#62;&#60;br /&#62;
Chrome has been very good for us - Choose Opera - by Choose Opera&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/chooseopera/blog/2008/10/29/chrome-has-been-very-good-for-us&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/chooseopera/blog/2008/10/29/chrome-has-been-very-good-for-us&#60;/a&#62;&#60;br /&#62;
Gallery: Fleet-Footed Flyby Reveals Mercury’s Unseen Surface&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/space/multimedia/2008/10/gallery_mercury_messenger&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/space/multimedia/2008/10/gallery_mercury_messenger&#60;/a&#62;&#60;br /&#62;
Captain Calamity Crunches Data for Global Warning System&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/planetearth/magazine/16-11/st_alphageek&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/planetearth/magazine/16-11/st_alphageek&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; PDC 2008: The hard job of moving on after Vista&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/PDC_2008_The_hard_job_of_moving_on_after_Vista/1225259982&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/PDC_2008_The_hard_job_of_moving_on_after_Vista/1225259982&#60;/a&#62;&#60;br /&#62;
PDC 2008 - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/PDC_2008%3A_Microsoft_Debuts_Sleeker_Windows_7_on_a_Netbook&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/PDC_2008%3A_Microsoft_Debuts_Sleeker_Windows_7_on_a_Netbook&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google settles book search dispute, joins Microsoft...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_settles_book_search_dispute_joins_Microsoft_and_Yahoo_on_censorship_standard/1225231595&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_settles_book_search_dispute_joins_Microsoft_and_Yahoo_on_censorship_standard/1225231595&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Windows 7 will be lean, faster, and even embedded&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Windows_7_will_be_lean_faster_and_even_embedded/1225234917&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Windows_7_will_be_lean_faster_and_even_embedded/1225234917&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Steve Ballmer&#38;#39;s memo about Windows Azure, Live Mesh...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Steve_Ballmers_memo_about_Windows_Azure_Live_Mesh_plans/1225236274&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Steve_Ballmers_memo_about_Windows_Azure_Live_Mesh_plans/1225236274&#60;/a&#62;&#60;br /&#62;
Message From the Space Station: Vote &#124; Wired Science from Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/message-from-sp.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/message-from-sp.html&#60;/a&#62;&#60;br /&#62;
How High-Speed Gene Sequencing Works &#124; Wired Science from Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/how-high-speed.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/how-high-speed.html&#60;/a&#62;&#60;br /&#62;
Google Settles Book-Scan Lawsuit, Everybody Wins &#124; Epicenter f...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/10/google-settles.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/10/google-settles.html&#60;/a&#62;&#60;br /&#62;
Obama&#38;#39;s Call to &#38;#39;Take Off&#38;#39; for Election Could Renew National H...&#60;br /&#62;
&#60;a href=&#34;http://elections.foxnews.com/2008/10/28/obamas-election-day-rekindle-debate-national-holiday/&#34; rel=&#34;nofollow&#34;&#62;http://elections.foxnews.com/2008/10/28/obamas-election-day-rekindle-debate-national-holiday/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; UK unveils CO2 footprint st...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7694212.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7694212.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Business &#124; Bosses &#38;#39;should embrace Facebook&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/business/7695716.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/business/7695716.stm&#60;/a&#62;&#60;br /&#62;
How to Enable Facebook Chat for Pidgin in Ubuntu -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/how-to-enable-facebook-chat-for-pidgin-in-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/how-to-enable-facebook-chat-for-pidgin-in-ubuntu.html&#60;/a&#62;&#60;br /&#62;
Opera Mini for the iPhone is ready, but Apple doesn&#38;#39;t want you...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/opera-mini-iphone&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/opera-mini-iphone&#60;/a&#62;&#60;br /&#62;
Understanding Windows Live Essentials in Windows 7&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081028-understanding-windows-live-essentials-in-windows-7.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081028-understanding-windows-live-essentials-in-windows-7.html&#60;/a&#62;&#60;br /&#62;
HuffDuffer: like the Tumblr of podcasting - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/huffduffer-like-the-tumblr-of-podcasting/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/huffduffer-like-the-tumblr-of-podcasting/&#60;/a&#62;&#60;br /&#62;
Mystery Science Theater Celebrates 20 Movie-Mocking Years With...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/10/mst3k-20th-anni.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/10/mst3k-20th-anni.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; MTV enters the forgotten realm of music television ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/MTV_enters_the_forgotten_realm_of_music_television_online/1225223599&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/MTV_enters_the_forgotten_realm_of_music_television_online/1225223599&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google Labs bundles apps into Gmail&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_Labs_bundles_apps_into_Gmail/1225220183&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_Labs_bundles_apps_into_Gmail/1225220183&#60;/a&#62;&#60;br /&#62;
Disappointing News on Vitamin E and Selenium - Well Blog - NYT...&#60;br /&#62;
&#60;a href=&#34;http://well.blogs.nytimes.com/2008/10/28/disappointing-news-on-vitamin-e-and-selenium/&#34; rel=&#34;nofollow&#34;&#62;http://well.blogs.nytimes.com/2008/10/28/disappointing-news-on-vitamin-e-and-selenium/&#60;/a&#62;&#60;br /&#62;
First look at Windows Media Center in Windows 7 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/first-look-at-windows-media-center-in-windows-7/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/first-look-at-windows-media-center-in-windows-7/&#60;/a&#62;&#60;br /&#62;
Researchers may have found King Solomon&#38;#39;s mines - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/WORLD/meast/10/28/solomon.mines/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/WORLD/meast/10/28/solomon.mines/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Scientists Develop Artificial Heart That Beats L...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,444371,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,444371,00.html&#60;/a&#62;&#60;br /&#62;
Download CrossOver for free today, run Windows Apps on Mac, Li...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/download-crossover-for-free-today-run-windows-apps-on-mac-linu/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/download-crossover-for-free-today-run-windows-apps-on-mac-linu/&#60;/a&#62;&#60;br /&#62;
Some western N.C. schools delayed due to snow :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/3833195/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/3833195/&#60;/a&#62;&#60;br /&#62;
Google’s Energy Ideas Might Emerge Under Open Source Licenses ...&#60;br /&#62;
&#60;a href=&#34;http://greeninc.blogs.nytimes.com/2008/10/28/googles-energy-ideas-might-emerge-under-open-source-licenses-or-not/&#34; rel=&#34;nofollow&#34;&#62;http://greeninc.blogs.nytimes.com/2008/10/28/googles-energy-ideas-might-emerge-under-open-source-licenses-or-not/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Wearing red &#38;#39;boosts attraction&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7693708.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7693708.stm&#60;/a&#62;&#60;br /&#62;
&#38;#39;Good Samaritan&#38;#39; saves crying woman&#38;#39;s foreclosed home - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/LIVING/wayoflife/10/28/foreclosed.home/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/LIVING/wayoflife/10/28/foreclosed.home/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
PMS Buddy - don&#38;#39;t get caught using this site - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/pms-buddy-dont-get-caught-using-this-site/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/pms-buddy-dont-get-caught-using-this-site/&#60;/a&#62;&#60;br /&#62;
Gaia Online launches AIM-powered instant messenger - BigBlueBa...&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/aim-news/43446-gaia-online-launches-aim-powered-instant-messenger.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/aim-news/43446-gaia-online-launches-aim-powered-instant-messenger.html&#60;/a&#62;&#60;br /&#62;
First look at Windows 7&#38;#39;s User Interface&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081028-first-look-at-windows-7.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081028-first-look-at-windows-7.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - To Infinity and Beyond: Paris Hilton Prepares fo...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,444396,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,444396,00.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - I Love You! I Hate You! Study Finds Brain Draws ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,444435,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,444435,00.html&#60;/a&#62;&#60;br /&#62;
Zimbra targets .edu with new hosted collaboration suite&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081028-zimbra-targets-edu-with-new-hosted-collaboration-suite.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081028-zimbra-targets-edu-with-new-hosted-collaboration-suite.html&#60;/a&#62;&#60;br /&#62;
Walmart MP3 store adds 74 cent tracks, Mac, Linux support - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/walmart-mp3-store-adds-74-cent-tracks-mac-linux-support/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/walmart-mp3-store-adds-74-cent-tracks-mac-linux-support/&#60;/a&#62;&#60;br /&#62;
Microsoft to launch web versions of Word, Excel, PowerPoint - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/microsoft-to-launch-web-versions-of-word-excel-powerpoint/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/microsoft-to-launch-web-versions-of-word-excel-powerpoint/&#60;/a&#62;&#60;br /&#62;
Microsoft unveils Windows 7, releases early developer preview ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/28/microsoft-unveils-windows-7-releases-early-developer-preview/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/28/microsoft-unveils-windows-7-releases-early-developer-preview/&#60;/a&#62;&#60;br /&#62;
MTV smacks YouTube, posts almost every music video ever&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081028-mtv-smacks-youtube-posts-almost-every-music-video-ever.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081028-mtv-smacks-youtube-posts-almost-every-music-video-ever.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; CodeWeavers offers free wares for a day&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/CodeWeavers_offers_free_wares_for_a_day/1225219081&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/CodeWeavers_offers_free_wares_for_a_day/1225219081&#60;/a&#62;&#60;br /&#62;
Bejeweled Twist, Your New Digital Addiction &#124; Game &#124; Life from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/games/2008/10/bejeweled-twist.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/games/2008/10/bejeweled-twist.html&#60;/a&#62;&#60;br /&#62;
News anchor on Biden interview: &#38;#39;I&#38;#39;m a journalist&#38;#39; - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/POLITICS/10/28/west.biden.king.qanda/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/POLITICS/10/28/west.biden.king.qanda/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
PDC 2008 - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/PDC_2008%3A_The_7_Coolest_New_Features_in_Windows_7&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/PDC_2008%3A_The_7_Coolest_New_Features_in_Windows_7&#60;/a&#62;&#60;br /&#62;
How Google Chrome Logo Was Created&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/how-google-chrome-logo-was-created/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/how-google-chrome-logo-was-created/&#60;/a&#62;&#60;br /&#62;
Why Apple Sucks, Opera Mini for iPhone is Ready&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/why-apple-sucks-opera-mini-for-iphone-is-ready/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/why-apple-sucks-opera-mini-for-iphone-is-ready/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; England &#124; Devon &#124; Zeppelin to go back on the road&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/england/devon/7694327.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/england/devon/7694327.stm&#60;/a&#62;&#60;br /&#62;
Money worries rob workers of sleep, study shows - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/HEALTH/10/28/losing.sleep/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/HEALTH/10/28/losing.sleep/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Tennis call &#38;#39;brain bias&#38;#39; found&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7693396.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7693396.stm&#60;/a&#62;&#60;br /&#62;
BBC SPORT &#124; Motorsport &#124; Ferrari make F1 engine row threat&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/sport2/hi/motorsport/7694009.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/sport2/hi/motorsport/7694009.stm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft rolls out SDK for Surface interface&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_rolls_out_SDK_for_Surface_interface/1225154184&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_rolls_out_SDK_for_Surface_interface/1225154184&#60;/a&#62;&#60;br /&#62;
SPACE.com -- NASA Aims to Keep Moon&#38;#39;s Skies Junk-Free&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081028-st-lunar-orbit-junk.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081028-st-lunar-orbit-junk.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Asia-Pacific &#124; China &#38;#39;no longer a poor country&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/asia-pacific/7694476.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/asia-pacific/7694476.stm&#60;/a&#62;&#60;br /&#62;
Logitech Squeezebox Duet &#124; Wired.com Product Reviews&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/reviews/product/logitech_squeezebox_duet&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/reviews/product/logitech_squeezebox_duet&#60;/a&#62;&#60;br /&#62;
Transcript: Charles Barkley tells Brown &#38;#39;racism is a cancer&#38;#39; -...&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/POLITICS/10/27/brown.barkley/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/POLITICS/10/27/brown.barkley/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; Scotland &#124; Edinburgh, East and Fife &#124; Ice shee...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/scotland/edinburgh_and_east/7693701.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/scotland/edinburgh_and_east/7693701.stm&#60;/a&#62;&#60;br /&#62;
Spruce Up Your Business Card - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Spruce_Up_Your_Business_Card&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Spruce_Up_Your_Business_Card&#60;/a&#62;&#60;br /&#62;
The Mysterious Cough, Caught on Film - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/10/28/science/28cough.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/10/28/science/28cough.html&#60;/a&#62;&#60;br /&#62;
20 Wonders of the Microscopic World &#124; Environmental Graffiti&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/featured/wonders-microscopic-world/3275&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/featured/wonders-microscopic-world/3275&#60;/a&#62;&#60;br /&#62;
Windows 7 privacy statement describes new features - Download ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/windows-7-privacy-statement-describes-new-features/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/windows-7-privacy-statement-describes-new-features/&#60;/a&#62;&#60;br /&#62;
iPhone 3G software unlock coming?&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15782.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15782.cfm&#60;/a&#62;&#60;br /&#62;
LastSharp silently downloads MP3s from Last.Fm playlists - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/lastsharp-silently-downloads-mp3s-from-last-fm-playlists/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/lastsharp-silently-downloads-mp3s-from-last-fm-playlists/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Ubuntu 8.10 officially launches Thursday&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Ubuntu_810_officially_launches_Thursday/1225145916&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Ubuntu_810_officially_launches_Thursday/1225145916&#60;/a&#62;&#60;br /&#62;
10 Years Later, Misunderstood DMCA is the Law That Saved the W...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/10/ten-years-later.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/10/ten-years-later.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; OpenID adds Microsoft&#38;#39;s Live ID to its list of prov...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/OpenID_adds_Microsofts_Live_ID_to_its_list_of_providers/1225147649&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/OpenID_adds_Microsofts_Live_ID_to_its_list_of_providers/1225147649&#60;/a&#62;&#60;br /&#62;
MTV Music: Hulu for music videos, or too little too late? - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/mtv-music-hulu-for-music-videos-or-too-little-too-late/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/mtv-music-hulu-for-music-videos-or-too-little-too-late/&#60;/a&#62;&#60;br /&#62;
Nearby Solar System Looks Like Our Own at Time Life Formed &#124; W...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/nearby-solar-sy.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/nearby-solar-sy.html&#60;/a&#62;&#60;br /&#62;
Time for Microsoft to Buy Netflix? &#124; Epicenter from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/10/forget-yahoo--.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/10/forget-yahoo--.html&#60;/a&#62;&#60;br /&#62;
USN-659-1: Linux kernel vulnerabilities &#124; Ubuntu&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu.com/usn/usn-659-1&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu.com/usn/usn-659-1&#60;/a&#62;&#60;br /&#62;
Where to search Ubuntu Personal Package Archives (PPA) -- Ubun...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/where-to-search-ubuntu-personal-package-archives-ppa.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/where-to-search-ubuntu-personal-package-archives-ppa.html&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Watching the PDC remotely&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/10/27/watching-the-pdc-remotely.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/10/27/watching-the-pdc-remotely.aspx&#60;/a&#62;&#60;br /&#62;
Linux applications gain new developers on Windows and OS X&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081027-linux-applications-gain-new-developers-on-windows-and-os-x.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081027-linux-applications-gain-new-developers-on-windows-and-os-x.html&#60;/a&#62;&#60;br /&#62;
Zviewer offers an almost-useful full screen browser for web vi...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/zviewer-offers-an-almost-useful-full-screen-browser-for-web-vide/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/zviewer-offers-an-almost-useful-full-screen-browser-for-web-vide/&#60;/a&#62;&#60;br /&#62;
FlickrDown: bulk photostream downloader - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/flickrdown-bulk-photostream-downloader/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/flickrdown-bulk-photostream-downloader/&#60;/a&#62;&#60;br /&#62;
Z-Rox - skill testing Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/z-rox-skill-testing-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/z-rox-skill-testing-time-waster/&#60;/a&#62;&#60;br /&#62;
PDC 2008 - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/PDC_2008%3A_Microsoft_Aims_for_the_Clouds_With__Windows_Azure_&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/PDC_2008%3A_Microsoft_Aims_for_the_Clouds_With__Windows_Azure_&#60;/a&#62;&#60;br /&#62;
Microsoft Launches Windows Azure, The New Version Of Windows W...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/27/tech/cnettechnews/main4549056.shtml?source=RSSattr=HOME_4549056&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/27/tech/cnettechnews/main4549056.shtml?source=RSSattr=HOME_4549056&#60;/a&#62;&#60;br /&#62;
Netflix streaming service available on Macs&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15778.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15778.cfm&#60;/a&#62;&#60;br /&#62;
Foxmarks now synchronizes Firefox bookmarks, passwords - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/foxmarks-now-synchronizes-firefox-bookmarks-passwords/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/foxmarks-now-synchronizes-firefox-bookmarks-passwords/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft issues security update for Windows 7 pre-...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_issues_security_update_for_Windows_7_prebeta/1225139064&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_issues_security_update_for_Windows_7_prebeta/1225139064&#60;/a&#62;&#60;br /&#62;
Microsoft launches Windows Azure: Cloud operating system - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/27/microsoft-launches-windows-azure-cloud-operating-system/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/27/microsoft-launches-windows-azure-cloud-operating-system/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; New Netflix player uses Silverlight to reach Mac, L...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/New_Netflix_player_uses_Silverlight_to_reach_Mac_Linux/1225120899&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/New_Netflix_player_uses_Silverlight_to_reach_Mac_Linux/1225120899&#60;/a&#62;&#60;br /&#62;
Prototyping the privacy UI for Firefox &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/prototyping-privacy-ui-firefox&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/prototyping-privacy-ui-firefox&#60;/a&#62;&#60;br /&#62;
RGBa in action and further CSS3 reading - CSS3 . Info&#60;br /&#62;
&#60;a href=&#34;http://www.css3.info/rgba-in-action/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/rgba-in-action/&#60;/a&#62;&#60;br /&#62;
Build It. Share It. Profit. Can Open Source Hardware Work?&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/techbiz/startups/magazine/16-11/ff_openmanufacturing&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/techbiz/startups/magazine/16-11/ff_openmanufacturing&#60;/a&#62;&#60;br /&#62;
Genetically modified tomatoes can keep cancer at bay&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081026-forget-apples-a-tomato-a-day-is-what-might-keep-the-oncologist-away.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081026-forget-apples-a-tomato-a-day-is-what-might-keep-the-oncologist-away.html&#60;/a&#62;&#60;br /&#62;
Moderate Comments From Your Desktop &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/26/moderate-comments-from-your-desktop/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/26/moderate-comments-from-your-desktop/&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #114 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1700&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1700&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Purple tomato &#38;#39;may boost health&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7688310.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7688310.stm&#60;/a&#62;&#60;br /&#62;
Syncopation synchronizes iTunes between Macs - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/26/syncopation-synchronizes-itunes-between-macs/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/26/syncopation-synchronizes-itunes-between-macs/&#60;/a&#62;&#60;br /&#62;
WordPress Plugin Releases for 10/26 &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/26/wordpress-plugin-releases-for-1026/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/26/wordpress-plugin-releases-for-1026/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Male transsexual gene link found&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7689007.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7689007.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; Magazine &#124; Underwear as outwear&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/magazine/7689554.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/magazine/7689554.stm&#60;/a&#62;&#60;br /&#62;
This week in open source: Android, Fennec, Qt for S60&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081025-this-week-in-open-source-android-fennec-qt-for-s60.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081025-this-week-in-open-source-android-fennec-qt-for-s60.html&#60;/a&#62;&#60;br /&#62;
Mark Shuttleworth » Blog Archive » GNOME usability hackfest&#60;br /&#62;
&#60;a href=&#34;http://www.markshuttleworth.com/archives/223&#34; rel=&#34;nofollow&#34;&#62;http://www.markshuttleworth.com/archives/223&#60;/a&#62;&#60;br /&#62;
The week in Microsoft: Blackouts, Windows 7, and the F-Bomb&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081025-the-week-in-microsoft-blackouts-windows-7-and-the-f-bomb.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081025-the-week-in-microsoft-blackouts-windows-7-and-the-f-bomb.html&#60;/a&#62;&#60;br /&#62;
The week in science: Hubble bounces back and magnetic carbon h...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081025-the-week-in-science-hubble-bounces-back-and-magnetic-carbon-holds-a-tune.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081025-the-week-in-science-hubble-bounces-back-and-magnetic-carbon-holds-a-tune.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Surprise! Bananas Glow Blue Under Black Light - ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,443969,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,443969,00.html&#60;/a&#62;&#60;br /&#62;
Hypnosis Lets Regular People See Numbers as Colors &#124; Wired Sci...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/hypnosis-lets-r.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/hypnosis-lets-r.html&#60;/a&#62;&#60;br /&#62;
Star Wars Lights Up the Pumpkin Patch&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/culture/lifestyle/multimedia/2008/10/gallery_star_wars_pumpkins&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/culture/lifestyle/multimedia/2008/10/gallery_star_wars_pumpkins&#60;/a&#62;&#60;br /&#62;
&#38;#39;Father of the MP3&#38;#39; Teaches Machines to Parse Music &#124; Listenin...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/music/2008/10/mufin.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/music/2008/10/mufin.html&#60;/a&#62;&#60;br /&#62;
Underground Lab Probes How Matter Licked Antimatter &#124; Wired Sc...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/10/underground-lab.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/10/underground-lab.html&#60;/a&#62;&#60;br /&#62;
Browser - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/tutorial/Browser-Specific_CSS_Hacks&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/tutorial/Browser-Specific_CSS_Hacks&#60;/a&#62;&#60;br /&#62;
Screentoaster does web-based, app-free screen recording - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/24/screentoaster-does-web-based-app-free-screen-recording/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/24/screentoaster-does-web-based-app-free-screen-recording/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- What a View! Space Bubbles Would Thrill Tourists&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/news/081024-rocketracing-spacetourism.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/news/081024-rocketracing-spacetourism.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Android and iPhone users have similar taste in apps&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Android_and_iPhone_users_have_similar_taste_in_apps/1224874929&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Android_and_iPhone_users_have_similar_taste_in_apps/1224874929&#60;/a&#62;&#60;br /&#62;
Microsoft to start testing Windows Vista SP2 Beta next week - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/24/microsoft-to-start-testing-windows-vista-sp2-beta-next-week/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/24/microsoft-to-start-testing-windows-vista-sp2-beta-next-week/&#60;/a&#62;&#60;br /&#62;
Mama Mia! Italian Police Roll In A Lamborghini &#124; Autopia from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/10/mama-mia-italia.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/10/mama-mia-italia.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Buried Antarctic Mountain Range Shouldn&#38;#39;t Exist ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,443971,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,443971,00.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Stephen Hawking Stepping Down From Academic Post...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,443921,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,443921,00.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft prepares for a mild recession, nothing worse&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_prepares_for_a_mild_recession_nothing_worse/1224863863&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_prepares_for_a_mild_recession_nothing_worse/1224863863&#60;/a&#62;&#60;br /&#62;
Run: Addictive Flash game asks you to do one thing - run - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/24/run-addictive-flash-game-asks-you-to-do-one-thing-run/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/24/run-addictive-flash-game-asks-you-to-do-one-thing-run/&#60;/a&#62;&#60;br /&#62;
Unemployment drops in Raleigh-Cary, Durham, other metro areas ...&#60;br /&#62;
&#60;a href=&#34;http://localtechwire.com/business/local_tech_wire/news/story/3810186/&#34; rel=&#34;nofollow&#34;&#62;http://localtechwire.com/business/local_tech_wire/news/story/3810186/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Entertainment &#124; iTunes glitch censors song titles&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/7688705.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/7688705.stm&#60;/a&#62;&#60;br /&#62;
ACCESS Linux Platform 3.0 released: Yes it&#38;#39;s another mobile ph...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/24/access-linux-platform-3-0-released-yes-its-another-mobile-phon/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/24/access-linux-platform-3-0-released-yes-its-another-mobile-phon/&#60;/a&#62;&#60;br /&#62;
82 Epic Natural Phenomena and Disasters &#124; WebUrbanist&#60;br /&#62;
&#60;a href=&#34;http://weburbanist.com/2008/10/24/elemental-natural-phenomena-formations-disasters-photos-images-videos/&#34; rel=&#34;nofollow&#34;&#62;http://weburbanist.com/2008/10/24/elemental-natural-phenomena-formations-disasters-photos-images-videos/&#60;/a&#62;&#60;br /&#62;
Featured Windows Download: SoftPerfect Scans Networks from a U...&#60;br /&#62;
&#60;a href=&#34;http://lifehacker.com/5067971/softperfect-scans-networks-from-a-usb-drive&#34; rel=&#34;nofollow&#34;&#62;http://lifehacker.com/5067971/softperfect-scans-networks-from-a-usb-drive&#60;/a&#62;&#60;br /&#62;
RevoluTV: Watch live TV streams in Windows - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/24/revolutv-watch-live-tv-streams-in-windows/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/24/revolutv-watch-live-tv-streams-in-windows/&#60;/a&#62;&#60;br /&#62;
Look Out Below: Markets in Capitulation Mode &#124; Epicenter from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/10/look-out-below.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/10/look-out-below.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Hot drinks promote warm feelings&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7688315.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7688315.stm&#60;/a&#62;&#60;br /&#62;
Study: Sequoia e-voting machines disturbingly easy to hack&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081024-study-sequoia-e-voting-machines-disturbingly-easy-to-hack.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081024-study-sequoia-e-voting-machines-disturbingly-easy-to-hack.html&#60;/a&#62;&#60;br /&#62;
Ubuntu 8.10 Release Candidate now available - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/24/ubuntu-8-10-release-candidate-now-available/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/24/ubuntu-8-10-release-candidate-now-available/&#60;/a&#62;&#60;br /&#62;
Moderation - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/10/24/moderation&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/10/24/moderation&#60;/a&#62;&#60;br /&#62;
Ubuntu Unleashed: Howto: Run Google Android on Ubuntu&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2008/10/howto-run-google-android-on-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2008/10/howto-run-google-android-on-ubuntu.html&#60;/a&#62;&#60;br /&#62;
On Opera patch day, a new zero-day flaw &#124; Zero Day &#124; ZDNet.com&#60;br /&#62;
&#60;a href=&#34;http://blogs.zdnet.com/security/?p=2058&#34; rel=&#34;nofollow&#34;&#62;http://blogs.zdnet.com/security/?p=2058&#60;/a&#62;&#60;br /&#62;
Not Photoshopped: Li Wei’s Astounding Action Art [PICS] &#124; Envi...&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/featured/li-weis-astounding-action-art/3076&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/featured/li-weis-astounding-action-art/3076&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Making the G1&#38;#39;s battery live longer than a soap bubble&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Making_the_G1s_battery_live_longer_than_a_soap_bubble/1224792772&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Making_the_G1s_battery_live_longer_than_a_soap_bubble/1224792772&#60;/a&#62;&#60;br /&#62;
CineMassive OmegaPlex: 27.6 million pixels for $12,995 - Engadget&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/10/23/cinemassive-omegaplex-27-6-million-pixels-for-12-995/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/10/23/cinemassive-omegaplex-27-6-million-pixels-for-12-995/&#60;/a&#62;&#60;br /&#62;
Bad Ideas: One Person Rocketship is Like a Cruel Form of Punis...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5067788/one-person-rocketship-is-like-a-cruel-form-of-punishment&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5067788/one-person-rocketship-is-like-a-cruel-form-of-punishment&#60;/a&#62;&#60;br /&#62;
Inquisitor Search Tool Now Works With Firefox - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Inquisitor_Search_Tool_Now_Works_With_Firefox&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Inquisitor_Search_Tool_Now_Works_With_Firefox&#60;/a&#62;&#60;br /&#62;
Samsung Blu-ray players to connect with Netflix&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15756.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15756.cfm&#60;/a&#62;&#60;br /&#62;
Russian Coder: I Hacked Georgia&#38;#39;s Sites in Cyberwar &#124; Danger R...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2008/10/government-and.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2008/10/government-and.html&#60;/a&#62;&#60;br /&#62;
MySpace HTML Evidence Suggests OpenID Coming Soon - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/MySpace_HTML_Evidence_Suggests_OpenID_Coming_Soon&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/MySpace_HTML_Evidence_Suggests_OpenID_Coming_Soon&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Hopes Dashed for Ice on Moon&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081023-no-moon-ice.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081023-no-moon-ice.html&#60;/a&#62;&#60;br /&#62;
Study: hot coffee may help you make a good first impression&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081023-study-hot-coffee-may-help-you-make-a-good-first-impression.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081023-study-hot-coffee-may-help-you-make-a-good-first-impression.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science &#38;amp; Environment &#124; Team records &#38;#39;music&#38;#39; from s...&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7687286.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7687286.stm&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Study: 3 Cups of Coffee a Day May Shrink Women&#38;#39;s...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,443731,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,443731,00.html&#60;/a&#62;&#60;br /&#62;
Students Less Likely To Graduate H.S., New Report Says This Ge...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/23/national/main4540713.shtml?source=RSSattr=HOME_4540713&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/23/national/main4540713.shtml?source=RSSattr=HOME_4540713&#60;/a&#62;&#60;br /&#62;
Sobees desktop widget engine launches public beta - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/23/sobees-desktop-widget-engine-launches-public-beta/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/23/sobees-desktop-widget-engine-launches-public-beta/&#60;/a&#62;&#60;br /&#62;
$1.99 Domain Registration from Go Daddy &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/23/199-domain-registration-from-go-daddy/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/23/199-domain-registration-from-go-daddy/&#60;/a&#62;&#60;br /&#62;
Linux Foundation: the kernel is worth $1.4 billion&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081023-linux-foundation-the-kernel-is-worth-1-4-billion.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081023-linux-foundation-the-kernel-is-worth-1-4-billion.html&#60;/a&#62;&#60;br /&#62;
First look: OpenSUSE 11.1 beta 3 very promising&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081023-first-look-opensuse-11-1-beta-3-very-promising.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081023-first-look-opensuse-11-1-beta-3-very-promising.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Hurry! Life Must Form Quickly on Some Planets&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/081023-am-habitable-planets.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/081023-am-habitable-planets.html&#60;/a&#62;&#60;br /&#62;
IEBlog : More on Internet Explorer 8 and IP Licensing&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/10/22/more-on-internet-explorer-8-and-ip-licensing.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/10/22/more-on-internet-explorer-8-and-ip-licensing.aspx&#60;/a&#62;&#60;br /&#62;
Forecast: Legal P2P uses growing 10x faster than illegal ones&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081022-forecast-legal-p2p-uses-growing-10x-faster-than-illegal-ones.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081022-forecast-legal-p2p-uses-growing-10x-faster-than-illegal-ones.html&#60;/a&#62;&#60;br /&#62;
Raising the Genius Bar: 7 Years of iPod Evolution&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/mac/multimedia/2008/10/gallery_ipod_anniversary&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/mac/multimedia/2008/10/gallery_ipod_anniversary&#60;/a&#62;&#60;br /&#62;
Layaway Making A Comeback With Shoppers, In A Budget-Conscious...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/22/business/main4538351.shtml?source=RSSattr=HOME_4538351&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/22/business/main4538351.shtml?source=RSSattr=HOME_4538351&#60;/a&#62;&#60;br /&#62;
Study: Food Allergies On Rise In U.S. Kids, CDC Reports 10 Per...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/22/health/main4539358.shtml?source=RSSattr=HOME_4539358&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/22/health/main4539358.shtml?source=RSSattr=HOME_4539358&#60;/a&#62;&#60;br /&#62;
Do Donuts - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Do_Donuts&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Do_Donuts&#60;/a&#62;&#60;br /&#62;
IT Pros Find Lack of FireWire on MacBooks Disturbing &#124; Gadget ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/10/it-pros-find-la.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/10/it-pros-find-la.html&#60;/a&#62;&#60;br /&#62;
Will the Economy Kill &#38;#39;Free&#38;#39; on the Internet? &#124; Epicenter from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/10/will-the-econom.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/10/will-the-econom.html&#60;/a&#62;&#60;br /&#62;
Ruf&#38;#39;s Electric Porsche Hits the Road. Slowly. &#124; Autopia from W...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/10/rufs-electric-p.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/10/rufs-electric-p.html&#60;/a&#62;&#60;br /&#62;
Android First-look: Google Reader - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/22/android-first-look-google-reader/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/22/android-first-look-google-reader/&#60;/a&#62;&#60;br /&#62;
When Did The Candidates Last Cry?, CBS Evening News: Obama Rec...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/22/eveningnews/main4539888.shtml?source=RSSattr=HOME_4539888&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/22/eveningnews/main4539888.shtml?source=RSSattr=HOME_4539888&#60;/a&#62;&#60;br /&#62;
Darpa Wants to See Inside Your House &#124; Danger Room from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/defense/2008/10/darpa-see-throu.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/defense/2008/10/darpa-see-throu.html&#60;/a&#62;&#60;br /&#62;
Digsby Blog » New URL for Blog RSS Feed&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/56&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/56&#60;/a&#62;&#60;br /&#62;
Harvard prof sues Google over ads on typosquatted domains&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081022-harvard-prof-sues-google-over-ads-on-typosquatted-domains.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081022-harvard-prof-sues-google-over-ads-on-typosquatted-domains.html&#60;/a&#62;&#60;br /&#62;
India launches first moon mission - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/space/10/21/india.space/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/space/10/21/india.space/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Jobs: Apple Is Third Largest Handset Supplier &#124; Epicenter from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/10/with-iphone-app.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/10/with-iphone-app.html&#60;/a&#62;&#60;br /&#62;
Microsoft tries to learn how users search through U Rank&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081021-microsoft-tries-to-learn-how-users-search-through-u-rank.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081021-microsoft-tries-to-learn-how-users-search-through-u-rank.html&#60;/a&#62;&#60;br /&#62;
Pyro Geek Hobbyists Experiment With Homebrew Rockets&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/space/magazine/16-11/ff_rocketheads&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/space/magazine/16-11/ff_rocketheads&#60;/a&#62;&#60;br /&#62;
San Francisco may become safe for prostitutes - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/US/10/21/san.francisco.prostitution.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/US/10/21/san.francisco.prostitution.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Bolivia set for constitution vote&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7683707.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7683707.stm&#60;/a&#62;&#60;br /&#62;
White House Christmas tree again comes from N.C. :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/3788157/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/3788157/&#60;/a&#62;&#60;br /&#62;
The Google Android user interfaces that didn&#38;#39;t make the cut - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/22/the-google-android-user-interfaces-that-didnt-make-the-cut/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/22/the-google-android-user-interfaces-that-didnt-make-the-cut/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Laser Could Aid Search for Life on Mars&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/businesstechnology/081022-tw-laser-mars-life.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/businesstechnology/081022-tw-laser-mars-life.html&#60;/a&#62;&#60;br /&#62;
Camino 2.0 preview is out, with plenty of new features - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/22/camino-2-0-preview-is-out-with-plenty-of-new-features/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/22/camino-2-0-preview-is-out-with-plenty-of-new-features/&#60;/a&#62;&#60;br /&#62;
Study squashes myth of gamer as antisocial Comic Book Guy&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081022-study-squashes-myth-of-gamer-as-antisocial-comic-book-guy.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081022-study-squashes-myth-of-gamer-as-antisocial-comic-book-guy.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google returns missing open source software to Andr...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_returns_missing_open_source_software_to_Android_Market/1224698160&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_returns_missing_open_source_software_to_Android_Market/1224698160&#60;/a&#62;&#60;br /&#62;
Ubuntu community manager releases CC-licensed metal album&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081022-ubuntu-community-manager-releases-cc-licensed-metal-album.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081022-ubuntu-community-manager-releases-cc-licensed-metal-album.html&#60;/a&#62;&#60;br /&#62;
Google Android Market is live - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/22/google-android-market-is-live/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/22/google-android-market-is-live/&#60;/a&#62;&#60;br /&#62;
Gallery: Take an X-Ray With Your Office Sticky Tape&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/multimedia/2008/10/gallery_xray_tape&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/multimedia/2008/10/gallery_xray_tape&#60;/a&#62;&#60;br /&#62;
Halloween Clash and Pumpkin Simulator for fall fun - Time Wast...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/22/halloween-clash-and-pumpkin-simulator-for-fall-fun-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/22/halloween-clash-and-pumpkin-simulator-for-fall-fun-time-waster/&#60;/a&#62;&#60;br /&#62;
PopTech: What Facebook and Steroid Use Have in Common &#124; Gadget...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/10/profile-from-po.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/10/profile-from-po.html&#60;/a&#62;&#60;br /&#62;
Android: Hands-on with the T-Mobile G1 - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/22/android-hands-on-with-the-t-mobile-g1/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/22/android-hands-on-with-the-t-mobile-g1/&#60;/a&#62;&#60;br /&#62;
Scotch Tape Found To Emit X-Rays, New Research Revives Old Fin...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/10/22/tech/main4539030.shtml?source=RSSattr=HOME_4539030&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/10/22/tech/main4539030.shtml?source=RSSattr=HOME_4539030&#60;/a&#62;&#60;br /&#62;
Planning Surgery? Bring a Sharpie - Well Blog - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://well.blogs.nytimes.com/2008/10/22/planning-surgery-bring-a-sharpie/&#34; rel=&#34;nofollow&#34;&#62;http://well.blogs.nytimes.com/2008/10/22/planning-surgery-bring-a-sharpie/&#60;/a&#62;&#60;br /&#62;
The Viper is Dead. Long Live the Challenger SRT10 &#124; Autopia fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/10/the-viper-is-de.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/10/the-viper-is-de.html&#60;/a&#62;&#60;br /&#62;
WordPress Ranked #33 &#124; Weblog Tools Collection&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/22/wordpress-ranked-33/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/22/wordpress-ranked-33/&#60;/a&#62;&#60;br /&#62;
Touch Your Firefox on Mac OS&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/touch-your-firefox-on-mac-os/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/touch-your-firefox-on-mac-os/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Apple&#38;#39;s Jobs: &#38;#39;There are some customers we choose n...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apples_Jobs_There_are_some_customers_we_choose_not_to_serve/1224630045&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apples_Jobs_There_are_some_customers_we_choose_not_to_serve/1224630045&#60;/a&#62;&#60;br /&#62;
ThinkFree launches office suite for netbooks, mobile internet ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/21/thinkfree-launches-office-suite-for-netbooks-mobile-internet-de/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/21/thinkfree-launches-office-suite-for-netbooks-mobile-internet-de/&#60;/a&#62;&#60;br /&#62;
Google liberates Android source code, so start developing!&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081021-google-liberates-android-source-code-so-start-developing.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081021-google-liberates-android-source-code-so-start-developing.html&#60;/a&#62;&#60;br /&#62;
LaLa: How Does 10 Cents a Song Strike You? &#124; Listening Post fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/music/2008/10/lala-how-does-1.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/music/2008/10/lala-how-does-1.html&#60;/a&#62;&#60;br /&#62;
Review: Animated Spaceballs Lacks Force of Laughs &#124; The Underw...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/underwire/2008/10/g4s-spaceball-c.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/underwire/2008/10/g4s-spaceball-c.html&#60;/a&#62;&#60;br /&#62;
Get Started With Dojo - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/tutorial/Get_Started_With_Dojo&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/tutorial/Get_Started_With_Dojo&#60;/a&#62;&#60;br /&#62;
Welcome (Android Open Source Project)&#60;br /&#62;
&#60;a href=&#34;http://source.android.com/&#34; rel=&#34;nofollow&#34;&#62;http://source.android.com/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Report of 1.5 M G1s pre-sold retracted as &#38;#39;figurati...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Report_of_15_M_G1s_presold_retracted_as_figurative_representation/1224617688&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Report_of_15_M_G1s_presold_retracted_as_figurative_representation/1224617688&#60;/a&#62;&#60;br /&#62;
JellyCar for iPhone - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/21/jellycar-for-iphone-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/21/jellycar-for-iphone-time-waster/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Certification process begins for Verizon&#38;#39;s open dev...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Certification_process_begins_for_Verizons_open_devices/1224602868&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Certification_process_begins_for_Verizons_open_devices/1224602868&#60;/a&#62;&#60;br /&#62;
First look: Opera Mobile 9.5 web widgets show promise&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20081021-first-look-opera-mobile-9-5-web-widgets-show-promise.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20081021-first-look-opera-mobile-9-5-web-widgets-show-promise.html&#60;/a&#62;&#60;br /&#62;
Lala launches online music store with its head in the clouds -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/21/lala-launches-online-music-store-with-its-head-in-the-clouds/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/21/lala-launches-online-music-store-with-its-head-in-the-clouds/&#60;/a&#62;&#60;br /&#62;
TreeStyle Tabs lets Firefox take advantage of your widescreen ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/21/treestyle-tabs-lets-firefox-take-advantage-of-your-widescreen/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/21/treestyle-tabs-lets-firefox-take-advantage-of-your-widescreen/&#60;/a&#62;&#60;br /&#62;
Opera 9.61 released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/opera-961-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/opera-961-released&#60;/a&#62;&#60;br /&#62;
Fennec 1.0 Alpha 1 released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/fennec-10-alpha-1-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/fennec-10-alpha-1-released&#60;/a&#62;&#60;br /&#62;
Opera 9.61 released - Desktop Team - by Opera Desktop Team&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/desktopteam/blog/2008/10/21/opera-9-61-released&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/desktopteam/blog/2008/10/21/opera-9-61-released&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Bacterium &#38;#39;to blame for Crohn&#38;#39;s&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7679347.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7679347.stm&#60;/a&#62;&#60;br /&#62;
A Robot Network Seeks to Enlist Your Computer - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/10/21/technology/internet/21botnet.html?_r=1&#38;amp;oref=slogin&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/10/21/technology/internet/21botnet.html?_r=1&#38;amp;oref=slogin&#60;/a&#62;&#60;br /&#62;
Twine reaches 1.0, opens to public&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/10/21/twine-reaches-1-0-opens-to-public/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/10/21/twine-reaches-1-0-opens-to-public/&#60;/a&#62;&#60;br /&#62;
How to install Rufscript (A Nice handwriting font) in Ubuntu H...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/how-to-install-rufscript-a-nice-handwriting-font-in-ubuntu-hardyintrepid.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/how-to-install-rufscript-a-nice-handwriting-font-in-ubuntu-hardyintrepid.html&#60;/a&#62;&#60;br /&#62;
Tutorial: Creating Custom Write Panels in WordPress &#124; Weblog T...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/10/20/tutorial-creating-custom-write-panels-in-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/10/20/tutorial-creating-custom-write-panels-in-wordpress/&#60;/a&#62;&#60;br /&#62;
Biden to hold rallies in three N.C. cities :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/3778376/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/3778376/&#60;/a&#62;&#60;br /&#62;
Headaches Continue at Gmail New Outages Reported - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Headaches_Continue_at_Gmail__New_Outages_Reported&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Headaches_Continue_at_Gmail__New_Outages_Reported&#60;/a&#62;&#60;br /&#62;
phpBB • View topic - Junior MOD Validators&#60;b</description>
		</item>
		<item>
			<title>kyleabaker on "Things to do on a fresh install of Ubuntu 8.10"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=24#post-68</link>
			<pubDate>Sat, 18 Oct 2008 17:01:24 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">68@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;After a fresh install of Ubuntu, I always install the same old applications and apply the same old settings. Maybe this post will bring a lot of helpful terminal commands to your finger tips. :D&#60;/p&#62;
&#60;p&#62;I'll list these one-by-one, but at the bottom of the initial post you should be able to find a single (long) line to copy and paste that will complete all of the listed tasks for you. ;)&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install Opera&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install opera&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Note: You must have the Partner source enabled. To do this go to &#38;quot;&#60;strong&#62;System -&#38;gt; Administration -&#38;gt; Software Sources -&#38;gt; Third-Party Software&#60;/strong&#62;&#38;quot; and enable the line that says &#38;quot;&#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; intrepid&#60;/strong&#62; partner&#38;quot;.&#60;/p&#62;
&#60;p&#62;If you can't find that line listed then copy the following, click Add and paste this (without quotes:&#60;br /&#62;
&#38;quot;deb &#60;strong&#62;&#60;a href=&#34;http://archive.canonical.com/ubuntu&#34; rel=&#34;nofollow&#34;&#62;http://archive.canonical.com/ubuntu&#60;/a&#62; intrepid&#60;/strong&#62; partner&#38;quot;&#60;/em&#62;&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install the &#34;Advanced Desktop Effects Settings&#34; manager&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install compizconfig-settings-manager&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install FileZilla&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install filezilla&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install VLC&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install vlc&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Geany&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install geany&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Emerald&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install emerald&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Ubuntu Restricted Extras&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install ubuntu-restricted-extras&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Enable Commercial DVD Playback&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;intrepid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list&#60;br /&#62;
sudo apt-get update &#38;#38;&#38;#38; sudo apt-get install medibuntu-keyring &#38;#38;&#38;#38; sudo apt-get update&#60;br /&#62;
sudo apt-get install libdvdcss2&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install GParted&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install gparted&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Install Community Themes&#60;/strong&#62;&#60;br /&#62;
sudo apt-get install community-themes&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;Install all of the above in one copy-n-paste and enter.&#60;/strong&#62;&#60;br /&#62;
sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;intrepid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;#38;&#38;#38; sudo apt-get install medibuntu-keyring &#38;#38;&#38;#38; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany emerald ubuntu-restricted-extras libdvdcss2 gparted community-themes&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;To update your system and install all of the above:&#60;/strong&#62;&#60;br /&#62;
sudo apt-get update; sudo apt-get upgrade; sudo wget &#60;a href=&#34;http://www.medibuntu.org/sources.list.d/&#34; rel=&#34;nofollow&#34;&#62;http://www.medibuntu.org/sources.list.d/&#60;/a&#62;&#60;strong&#62;intrepid&#60;/strong&#62;.list -O /etc/apt/sources.list.d/medibuntu.list; sudo apt-get update &#38;#38;&#38;#38; sudo apt-get install medibuntu-keyring &#38;#38;&#38;#38; sudo apt-get update; sudo apt-get install opera compizconfig-settings-manager filezilla vlc geany emerald ubuntu-restricted-extras libdvdcss2 gparted community-themes; sudo apt-get autoremove; sudo apt-get clean;&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Interesting Feeds 7"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=23#post-67</link>
			<pubDate>Wed, 24 Sep 2008 19:26:39 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">67@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Total Feeds: 721&#60;/p&#62;
&#60;p&#62;&#38;quot;Larry, Sergey and Me&#38;quot;: third Google &#38;quot;founder&#38;quot; emerges&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080924-larry-sergey-and-me-third-google-founder-emerges.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080924-larry-sergey-and-me-third-google-founder-emerges.html&#60;/a&#62;&#60;br /&#62;
GNOME 2.24 released, mobile development platform emerges&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080924-gnome-2-24-released-mobile-development-platform-emerges.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080924-gnome-2-24-released-mobile-development-platform-emerges.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; HIV rates among drug users rising&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7632804.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7632804.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Entertainment &#124; Lohan &#38;#39;comes out&#38;#39; on radio show&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/entertainment/7632968.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/entertainment/7632968.stm&#60;/a&#62;&#60;br /&#62;
How to Get the old Facebook Layout &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/09/24/how-to-get-the-old-facebook-layout&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/09/24/how-to-get-the-old-facebook-layout&#60;/a&#62;&#60;br /&#62;
Converting .docx documents to .doc - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/24/converting-docx-documents-to-doc/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/24/converting-docx-documents-to-doc/&#60;/a&#62;&#60;br /&#62;
Iron: Chrome for privacy fanatics - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/24/iron-chrome-for-privacy-fanatics/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/24/iron-chrome-for-privacy-fanatics/&#60;/a&#62;&#60;br /&#62;
The Next Dodge Viper Will Be Electric &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/the-next-dodge.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/the-next-dodge.html&#60;/a&#62;&#60;br /&#62;
&#38;#39;Slacker Uprising&#38;#39; now available worldwide via torrents&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15487.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15487.cfm&#60;/a&#62;&#60;br /&#62;
Digsby Blog » Build 32 - Better than Ever!&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/53&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/53&#60;/a&#62;&#60;br /&#62;
Mozilla Firefox 3.0.2 released &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/mozilla-firefox-302-released&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/mozilla-firefox-302-released&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Sun&#38;#39;s Wind Is Lowest Ever Recorded&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080923-ulysses-solar-wind.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080923-ulysses-solar-wind.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Is Windows 7 slimming down to speed up (development)?&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Is_Windows_7_slimming_down_to_speed_up_development/1222208888&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Is_Windows_7_slimming_down_to_speed_up_development/1222208888&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; T-Mobile&#38;#39;s new G1 looks promising, if lopsided&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/TMobiles_new_G1_looks_promising_if_lopsided/1222198790&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/TMobiles_new_G1_looks_promising_if_lopsided/1222198790&#60;/a&#62;&#60;br /&#62;
Automattic buys Intense Debate, better Wordpress comments comi...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/23/automattic-buys-intense-debate-better-wordpress-comments-coming/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/23/automattic-buys-intense-debate-better-wordpress-comments-coming/&#60;/a&#62;&#60;br /&#62;
Video: Solar Sunrise, the Best FBI-Produced Hacker Flick Ever ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/09/video-solar-sun.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/09/video-solar-sun.html&#60;/a&#62;&#60;br /&#62;
No Indictment Against Palin Hacker &#124; Threat Level from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/09/lawyer-for-pali.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/09/lawyer-for-pali.html&#60;/a&#62;&#60;br /&#62;
Bad seed ISP Atrivo cut off from rest of the Internet&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080923-bad-seed-isp-atrivo-cut-off-from-rest-of-the-internet.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080923-bad-seed-isp-atrivo-cut-off-from-rest-of-the-internet.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mysterious New &#38;#39;Dark Flow&#38;#39; Discovered in Space&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080923-dark-flows.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080923-dark-flows.html&#60;/a&#62;&#60;br /&#62;
Fake popup study sadly confirms most users are idiots&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080923-study-confirms-users-are-idiots.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080923-study-confirms-users-are-idiots.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Student suspect in Palin hacking&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7631225.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7631225.stm&#60;/a&#62;&#60;br /&#62;
T-Mobile, Google finally unveil the first Android phone&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080923-t-mobile-google-finally-unveil-the-first-android-phone.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080923-t-mobile-google-finally-unveil-the-first-android-phone.html&#60;/a&#62;&#60;br /&#62;
Live Blogging from Google Phone Event - Bits Blog - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://bits.blogs.nytimes.com/2008/09/23/live-blogging-from-google-phone-event/&#34; rel=&#34;nofollow&#34;&#62;http://bits.blogs.nytimes.com/2008/09/23/live-blogging-from-google-phone-event/&#60;/a&#62;&#60;br /&#62;
WolfenFlickr 3D - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/23/wolfenflickr-3d-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/23/wolfenflickr-3d-time-waster/&#60;/a&#62;&#60;br /&#62;
Amazon MP3 store to be available on Google Android phones - Do...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/23/amazon-mp3-store-to-be-available-on-google-android-phones/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/23/amazon-mp3-store-to-be-available-on-google-android-phones/&#60;/a&#62;&#60;br /&#62;
It&#38;#39;s alive!: Ars reviews AmigaOS 4.1: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/amigaos41-ars.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/amigaos41-ars.ars&#60;/a&#62;&#60;br /&#62;
Bailout Plan Talks Advance in Congress - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/23/business/23cong.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/23/business/23cong.html&#60;/a&#62;&#60;br /&#62;
News Analysis - In Bailout, Seeing a Need for a Penalty - News...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/23/business/23skeptics.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/23/business/23skeptics.html&#60;/a&#62;&#60;br /&#62;
Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- New Thinking: Saturn&#38;#39;s Rings Might Be Ancient&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080922-saturns-rings.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080922-saturns-rings.html&#60;/a&#62;&#60;br /&#62;
IEBlog : The IE8 IEAK&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/09/22/the-ie8-ieak.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/09/22/the-ie8-ieak.aspx&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Microsoft unveils $40bn buy-back&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7630508.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7630508.stm&#60;/a&#62;&#60;br /&#62;
The 2008 Smart List: 15 People the Next President Should Liste...&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/politics/law/magazine/16-10/sl_intro&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/politics/law/magazine/16-10/sl_intro&#60;/a&#62;&#60;br /&#62;
Chrome antics: did Google reverse-engineer Windows?: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/chrome-antics-did-google-reverse-engineer.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/chrome-antics-did-google-reverse-engineer.ars&#60;/a&#62;&#60;br /&#62;
JavaScript Events - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/reference/JavaScript_Events&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/reference/JavaScript_Events&#60;/a&#62;&#60;br /&#62;
Simpson Trial Figure Says He Was Paid - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/23/us/23simpson.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/23/us/23simpson.html&#60;/a&#62;&#60;br /&#62;
StackOverflow - software development questions and answers - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/22/stackoverflow-software-development-questions-and-answers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/22/stackoverflow-software-development-questions-and-answers/&#60;/a&#62;&#60;br /&#62;
At Ground Zero, Scenes From the Ice Age - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/22/nyregion/22rocks.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/22/nyregion/22rocks.html&#60;/a&#62;&#60;br /&#62;
Chapel Hill wants to scale back Halloween celebration :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/3583103/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/3583103/&#60;/a&#62;&#60;br /&#62;
Windows 7 comes with an updated, oh-so-pretty calculator - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/22/windows-7-comes-with-an-updated-oh-so-pretty-calculator/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/22/windows-7-comes-with-an-updated-oh-so-pretty-calculator/&#60;/a&#62;&#60;br /&#62;
Stocks Fall on Objections to Rescue Plan - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/23/business/23markets.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/23/business/23markets.html&#60;/a&#62;&#60;br /&#62;
Run Linux LiveCDs in Windows with MobaLiveCD - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/22/run-linux-livecds-in-windows-with-mobalivecd/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/22/run-linux-livecds-in-windows-with-mobalivecd/&#60;/a&#62;&#60;br /&#62;
BMW Builds a Tire-Shredding, License-Losing Luxo-Hybrid &#124; Auto...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/bmw-builds-a-ti.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/bmw-builds-a-ti.html&#60;/a&#62;&#60;br /&#62;
Access your notes everywhere - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/09/22/access-your-notes-everywhere&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/09/22/access-your-notes-everywhere&#60;/a&#62;&#60;br /&#62;
Palin hacker&#38;#39;s IP address linked to Tennessee college dorm&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080922-palin-hackers-ip-address-linked-to-tennessee-college-dorm.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080922-palin-hackers-ip-address-linked-to-tennessee-college-dorm.html&#60;/a&#62;&#60;br /&#62;
Record labels and SanDisk team up for new music format&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15460.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15460.cfm&#60;/a&#62;&#60;br /&#62;
ThuleRoadTrip takes you back to your Oregon Trail days -Time W...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/22/thuleroadtrip-takes-you-back-to-your-oregon-trail-days-time-was/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/22/thuleroadtrip-takes-you-back-to-your-oregon-trail-days-time-was/&#60;/a&#62;&#60;br /&#62;
Spolsky&#38;#39;s cross-platform password management method - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/22/spolskys-cross-platform-password-management-method/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/22/spolskys-cross-platform-password-management-method/&#60;/a&#62;&#60;br /&#62;
First Google Phone Unveiled, T-Mobile To Sell $200 Phone With ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/22/tech/cnettechnews/main4467040.shtml?source=RSSattr=HOME_4467040&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/22/tech/cnettechnews/main4467040.shtml?source=RSSattr=HOME_4467040&#60;/a&#62;&#60;br /&#62;
Why Google needs better antitrust advice &#124; Epicenter from Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/09/why-google-need.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/09/why-google-need.html&#60;/a&#62;&#60;br /&#62;
&#38;#39;Mad Men&#38;#39; wins best drama, &#38;#39;30 Rock&#38;#39; best comedy - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/SHOWBIZ/TV/09/22/emmy.awards/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/SHOWBIZ/TV/09/22/emmy.awards/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Microsoft trumps Apple in battle of the brands &#124; Tech News on ...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-223232.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-223232.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Top 8 Large Hadron Collider Videos &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/top-5-large-had.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/top-5-large-had.html&#60;/a&#62;&#60;br /&#62;
Top 8 Large Hadron Collider Videos &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/top-5-large-had.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/top-5-large-had.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Weekly Newsletter #109 &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1652&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1652&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science/Nature &#124; Dig pinpoints Stonehenge origins&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7625145.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7625145.stm&#60;/a&#62;&#60;br /&#62;
Testing My Opera - REST ASSURED - by Opera QA&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/operaqa/blog/2008/09/19/testing-my-opera&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/operaqa/blog/2008/09/19/testing-my-opera&#60;/a&#62;&#60;br /&#62;
Foreign Banks Hope Bailout Will Be Global - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/22/business/22global.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/22/business/22global.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Will Microsoft&#38;#39;s virtualization spur a lot more clo...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Will_Microsofts_virtualization_spur_a_lot_more_cloud_computing/1221867502&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Will_Microsofts_virtualization_spur_a_lot_more_cloud_computing/1221867502&#60;/a&#62;&#60;br /&#62;
5 Ways To Surf Like a Complete Moron - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/21/5-ways-to-surf-like-a-complete-moron/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/21/5-ways-to-surf-like-a-complete-moron/&#60;/a&#62;&#60;br /&#62;
P053ur5: Palin Email &#38;quot;Hack&#38;quot; Was Hardly a Hack at All&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5051978/palin-email-hack-was-hardly-a-hack-at-all&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5051978/palin-email-hack-was-hardly-a-hack-at-all&#60;/a&#62;&#60;br /&#62;
Wave Vs. Man &#124; Environmental Graffiti&#60;br /&#62;
&#60;a href=&#34;http://www.environmentalgraffiti.com/featured/wave-vs-man/2327&#34; rel=&#34;nofollow&#34;&#62;http://www.environmentalgraffiti.com/featured/wave-vs-man/2327&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Most Massive Star in Class By Itself&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080919-massive-star.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080919-massive-star.html&#60;/a&#62;&#60;br /&#62;
Bugatti Building a 264-MPH Super Veyron. Maybe &#124; Autopia from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/the-top-speed-w.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/the-top-speed-w.html&#60;/a&#62;&#60;br /&#62;
Google now one of the top 10 most valuable brands&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080919-google-now-one-of-the-top-10-most-valuable-brands.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080919-google-now-one-of-the-top-10-most-valuable-brands.html&#60;/a&#62;&#60;br /&#62;
Facebook CEO: &#38;quot;Change Can Be Difficult&#38;quot;, Zuckerberg Defends Si...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/19/tech/cnettechnews/main4460893.shtml?source=RSSattr=HOME_4460893&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/19/tech/cnettechnews/main4460893.shtml?source=RSSattr=HOME_4460893&#60;/a&#62;&#60;br /&#62;
Palin Hacker Group&#38;#39;s All-Time Greatest Hits &#124; Threat Level fro...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/09/palin-hacker-gr.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/09/palin-hacker-gr.html&#60;/a&#62;&#60;br /&#62;
Lamborghini&#38;#39;s &#38;#39;New World&#38;#39; Has Four Seats &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/lamborghinis-te.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/lamborghinis-te.html&#60;/a&#62;&#60;br /&#62;
Ubuntu Unleashed: Howto: Install Google Chrome On Ubuntu&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu-unleashed.com/2008/09/howto-install-google-chrome-on-ubuntu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu-unleashed.com/2008/09/howto-install-google-chrome-on-ubuntu.html&#60;/a&#62;&#60;br /&#62;
Google Chrome will eventually support add-ons and user scripts...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/19/google-chrome-will-eventually-support-add-ons-and-user-scripts/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/19/google-chrome-will-eventually-support-add-ons-and-user-scripts/&#60;/a&#62;&#60;br /&#62;
Review: Rugged Hard Drive Serves to Protect Your Digital Booty...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/09/review-sentry-s.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/09/review-sentry-s.html&#60;/a&#62;&#60;br /&#62;
Graphics2PDF- Create a PDF out of a Set of Pictures &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/09/20/graphics2pdf-create-a-pdf-out-of-a-set-of-pictures&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/09/20/graphics2pdf-create-a-pdf-out-of-a-set-of-pictures&#60;/a&#62;&#60;br /&#62;
Classic.Ars: An Introduction to 64-bit Computing and x86-64: P...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/paedia/cpu/x86-64.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/paedia/cpu/x86-64.ars&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/E/EU_SWITZERLAND_PARTICLE_COLLIDER?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-20-08-18-53&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/E/EU_SWITZERLAND_PARTICLE_COLLIDER?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-20-08-18-53&#60;/a&#62;&#60;br /&#62;
How to Install Chromium (Google chrome) in Ubuntu using deb pa...&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html&#60;/a&#62;&#60;br /&#62;
Google Reader (50)&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/reader/view/&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/reader/view/&#60;/a&#62;&#60;br /&#62;
Google gets technical about Chrome &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/google-gets-technical-about-chrome&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/google-gets-technical-about-chrome&#60;/a&#62;&#60;br /&#62;
Interent Explorer 8 (IE8) Ice Sculpture&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/interent-explorer-8-ie8-ice-sculpture/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/interent-explorer-8-ie8-ice-sculpture/&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Search Engine Rap Battle - MSN vs Google&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/09/19/search-engine-rap-battle-msn-vs-google.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/09/19/search-engine-rap-battle-msn-vs-google.aspx&#60;/a&#62;&#60;br /&#62;
Microsoft&#38;#39;s latest ads don&#38;#39;t suck - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/19/microsofts-latest-ads-dont-suck/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/19/microsofts-latest-ads-dont-suck/&#60;/a&#62;&#60;br /&#62;
Analysis: new spying lawsuit asks &#38;quot;can computers eavesdrop?&#38;quot;: ...&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/eff-suit-against-bush.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/eff-suit-against-bush.ars&#60;/a&#62;&#60;br /&#62;
Conservatives Scare More Easily Than Liberals, Say Scientists ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/fearmongering-h.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/fearmongering-h.html&#60;/a&#62;&#60;br /&#62;
Free Flat-File CMSs Reviewed, Part 2 - Anigozanthos - by Andre...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Andrew%20Gregory/blog/2008/09/18/free-flat-file-cmss-reviewed-part-2&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Andrew%20Gregory/blog/2008/09/18/free-flat-file-cmss-reviewed-part-2&#60;/a&#62;&#60;br /&#62;
Faulty Transformer Sidelines Atom Smasher, World&#38;#39;s Largest Par...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/18/tech/main4458668.shtml?source=RSSattr=HOME_4458668&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/18/tech/main4458668.shtml?source=RSSattr=HOME_4458668&#60;/a&#62;&#60;br /&#62;
Lamborghini Bringing &#38;#39;A Whole New World&#38;#39; To Paris &#124; Autopia fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/lamborghinis-br.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/lamborghinis-br.html&#60;/a&#62;&#60;br /&#62;
Boys, Girls Equal At Social Aggression, Study Shows Boys As Li...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/17/health/webmd/main4454426.shtml?source=RSSattr=HOME_4454426&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/17/health/webmd/main4454426.shtml?source=RSSattr=HOME_4454426&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; What does the Sarah Palin e-mail hack say about Yahoo?&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/What_does_the_Sarah_Palin_email_hack_say_about_Yahoo/1221755926&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/What_does_the_Sarah_Palin_email_hack_say_about_Yahoo/1221755926&#60;/a&#62;&#60;br /&#62;
Hax0rs: Sarah Palin&#38;#39;s Email Hackers&#38;#39; Sloppy Work Could Lead to...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5051729/sarah-palins-email-hackers-sloppy-work-could-lead-to-their-arrests&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5051729/sarah-palins-email-hackers-sloppy-work-could-lead-to-their-arrests&#60;/a&#62;&#60;br /&#62;
Yahoo! starts to roll out new homepage - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/18/yahoo-starts-to-roll-out-new-homepage/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/18/yahoo-starts-to-roll-out-new-homepage/&#60;/a&#62;&#60;br /&#62;
Googlephone Will Cost the Same as the iPhone &#124; Gadget Lab from...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/09/googlephone-wil.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/09/googlephone-wil.html&#60;/a&#62;&#60;br /&#62;
Day One On Linux: What Would You Miss? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/18/day-one-on-linux-what-would-you-miss/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/18/day-one-on-linux-what-would-you-miss/&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/S/SCI_KANGAROO_RATS?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-18-10-15-38&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/S/SCI_KANGAROO_RATS?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-18-10-15-38&#60;/a&#62;&#60;br /&#62;
8 Simple Tools for Better Bookmarking - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/8_Simple_Tools_for_Better_Bookmarking&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/8_Simple_Tools_for_Better_Bookmarking&#60;/a&#62;&#60;br /&#62;
Microsoft + Seinfeld = Yadda, yadda, yadda - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/17/microsoft-seinfeld-yadda-yadda-yadda/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/17/microsoft-seinfeld-yadda-yadda-yadda/&#60;/a&#62;&#60;br /&#62;
You can be a site compatibility wizard! - REST ASSURED - by Op...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/operaqa/blog/2008/09/17/you-can-be-a-site-compatibility-wizard&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/operaqa/blog/2008/09/17/you-can-be-a-site-compatibility-wizard&#60;/a&#62;&#60;br /&#62;
GIMP 2.5.4 Ready for Download - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/17/gimp-2-5-4-ready-for-download/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/17/gimp-2-5-4-ready-for-download/&#60;/a&#62;&#60;br /&#62;
Volt: Chevy Volt Uses GPS to Maximize Electric Engine Use&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5051184/chevy-volt-uses-gps-to-maximize-electric-engine-use&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5051184/chevy-volt-uses-gps-to-maximize-electric-engine-use&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Mozilla in hot water over use of EULA in Canonical ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mozilla_in_hot_water_over_use_of_EULA_in_Canonical_Ubuntu_Linux/1221594573&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mozilla_in_hot_water_over_use_of_EULA_in_Canonical_Ubuntu_Linux/1221594573&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Zune to make McDonald&#38;#39;s into a virtual radio network&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Zune_to_make_McDonalds_into_a_virtual_radio_network/1221601933&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Zune_to_make_McDonalds_into_a_virtual_radio_network/1221601933&#60;/a&#62;&#60;br /&#62;
Run Mac OS X on an Eee PC - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Run_Mac_OS_X_on_an_Eee_PC&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Run_Mac_OS_X_on_an_Eee_PC&#60;/a&#62;&#60;br /&#62;
First Windows XP OLPC laptop pilot program set for Peru&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080916-first-windows-xp-olpc-laptop-pilot-headed-to-peru.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080916-first-windows-xp-olpc-laptop-pilot-headed-to-peru.html&#60;/a&#62;&#60;br /&#62;
Pink Floyd&#38;#39;s &#38;#39;Echoes&#38;#39; = 2001&#38;#39;s Space Baby? &#124; Listening Post fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/music/2008/09/in-memoriam-pin.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/music/2008/09/in-memoriam-pin.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science/Nature &#124; Will the real dinosaurs stand up?&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7620621.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7620621.stm&#60;/a&#62;&#60;br /&#62;
How to cook tag soup with XSLT - miscoded - by Hallvord R. M. ...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2008/09/17/how-to-cook-tag-soup-with-xslt&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2008/09/17/how-to-cook-tag-soup-with-xslt&#60;/a&#62;&#60;br /&#62;
Chrome Dev Channel: Early access to features and fixes &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/chrome-dev-channel-early-access-features-and-fixes&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/chrome-dev-channel-early-access-features-and-fixes&#60;/a&#62;&#60;br /&#62;
Group Posts E-Mail Hacked From Palin Account &#124; Threat Level fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/09/group-posts-e-m.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/09/group-posts-e-m.html&#60;/a&#62;&#60;br /&#62;
Oosah offers 1TB of free online media storage - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/17/oosah-offers-1tb-of-free-online-media-storage/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/17/oosah-offers-1tb-of-free-online-media-storage/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; VMware Fusion 2.0 exits beta, can do &#38;#39;virtual quad-...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/VMware_Fusion_20_exits_beta_can_do_virtual_quadcore/1221586556&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/VMware_Fusion_20_exits_beta_can_do_virtual_quadcore/1221586556&#60;/a&#62;&#60;br /&#62;
EcoGeek - Clean Technology&#60;br /&#62;
&#60;a href=&#34;http://www.ecogeek.org/content/view/2127/&#34; rel=&#34;nofollow&#34;&#62;http://www.ecogeek.org/content/view/2127/&#60;/a&#62;&#60;br /&#62;
VirtualBox 2.0 released - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/16/virtualbox-2-0/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/16/virtualbox-2-0/&#60;/a&#62;&#60;br /&#62;
Use the Web site for crisis updates - Viewpoint&#60;br /&#62;
&#60;a href=&#34;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/16/Viewpoint/Use-The.Web.Site.For.Crisis.Updates-3432712.shtml&#34; rel=&#34;nofollow&#34;&#62;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/16/Viewpoint/Use-The.Web.Site.For.Crisis.Updates-3432712.shtml&#60;/a&#62;&#60;br /&#62;
A Sense That Wall St.’s Boom Times Are Over - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/16/business/16future.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/16/business/16future.html&#60;/a&#62;&#60;br /&#62;
New Aluminum MacBook Already Shipping? &#124; Gadget Lab from Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/09/new-aluminum-ma.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/09/new-aluminum-ma.html&#60;/a&#62;&#60;br /&#62;
IMDB adds video: Full length TV shows, movies - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/16/imdb-adds-video-full-length-tv-shows-movies/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/16/imdb-adds-video-full-length-tv-shows-movies/&#60;/a&#62;&#60;br /&#62;
Review: Just How Good is the MSI Wind? &#124; Gadget Lab from Wired...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/09/review-just-how.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/09/review-just-how.html&#60;/a&#62;&#60;br /&#62;
N: Way of the Ninja is Free, Addictive, Action - Time Waster -...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/16/n-way-of-the-ninja-is-free-addictive-action-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/16/n-way-of-the-ninja-is-free-addictive-action-time-waster/&#60;/a&#62;&#60;br /&#62;
AIG needs cash now - Sep. 16, 2008&#60;br /&#62;
&#60;a href=&#34;http://money.cnn.com/2008/09/16/news/companies/AIG/index.htm?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://money.cnn.com/2008/09/16/news/companies/AIG/index.htm?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Tech Stocks Quiver for a Second Trading Day &#124; Epicenter from W...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/09/tech-stocks-wav.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/09/tech-stocks-wav.html&#60;/a&#62;&#60;br /&#62;
What&#38;#39;s your Hue IQ? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/16/whats-your-hue-iq/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/16/whats-your-hue-iq/&#60;/a&#62;&#60;br /&#62;
Researcher: social networking trumps porn in web searches&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080916-researcher-social-networking-trumps-porn-in-web-searches.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080916-researcher-social-networking-trumps-porn-in-web-searches.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Latest Mac OS X security update addresses 26 vulner...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Latest_Mac_OS_X_security_update_addresses_26_vulnerabilities/1221584577&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Latest_Mac_OS_X_security_update_addresses_26_vulnerabilities/1221584577&#60;/a&#62;&#60;br /&#62;
Start++ Makes Vista&#38;#39;s Start Menu Wicked Useful - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/16/start-makes-vistas-start-menu-wicked-useful/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/16/start-makes-vistas-start-menu-wicked-useful/&#60;/a&#62;&#60;br /&#62;
Personal Website of Kieran O’Shea » Calendar for WordPress&#60;br /&#62;
&#60;a href=&#34;http://www.kieranoshea.com/projects/calendar&#34; rel=&#34;nofollow&#34;&#62;http://www.kieranoshea.com/projects/calendar&#60;/a&#62;&#60;br /&#62;
Gearing Up - Confessions of a Web Developer - by Kelson Vibber&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Kelson/blog/2008/09/15/gearing-up&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Kelson/blog/2008/09/15/gearing-up&#60;/a&#62;&#60;br /&#62;
bbPress » bbPress 1.0 alpha series update&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/blog/2008/09/bbpress-10-alpha-series-update/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/blog/2008/09/bbpress-10-alpha-series-update/&#60;/a&#62;&#60;br /&#62;
zenbe blog » Blog Archive » Zenbe Mail Features and News - Sep...&#60;br /&#62;
&#60;a href=&#34;http://blog.zenbe.com/2008/09/16/zenbe-mail-features-and-news-sept-16th-2008/&#34; rel=&#34;nofollow&#34;&#62;http://blog.zenbe.com/2008/09/16/zenbe-mail-features-and-news-sept-16th-2008/&#60;/a&#62;&#60;br /&#62;
Sept. 16: Jobs Quits Apple in 1985, Returns in 1997&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2008/09/dayintech_0916&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2008/09/dayintech_0916&#60;/a&#62;&#60;br /&#62;
WordPress 2.7 Navigation Options Survey » Weblog Tools Collect...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/09/15/wordpress-27-navigation-options-survey/#comment-1237906&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/09/15/wordpress-27-navigation-options-survey/#comment-1237906&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: New in Labs: Forgotten attachment detector&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2008/09/new-in-labs-handy-intern-tweaks.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2008/09/new-in-labs-handy-intern-tweaks.html&#60;/a&#62;&#60;br /&#62;
Terrorism Fear Could Create Psychosomatic Epidemic, Feds Warn ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/09/terrorism-fear.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/09/terrorism-fear.html&#60;/a&#62;&#60;br /&#62;
Shuttleworth defends Firefox license in Ubuntu &#124; Tech News on ...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-221426.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-221426.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
WWW creator Berners-Lee launches ambitious Web Foundation&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080915-www-creator-berners-lee-launches-ambitious-web-foundation.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080915-www-creator-berners-lee-launches-ambitious-web-foundation.html&#60;/a&#62;&#60;br /&#62;
VLC 0.9.2 released: New interface, better codec support - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/15/vlc-0-9-2-released-new-interface-better-codec-support/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/15/vlc-0-9-2-released-new-interface-better-codec-support/&#60;/a&#62;&#60;br /&#62;
Download all your tagged Facebook pics with a new app - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/15/download-all-your-tagged-facebook-pics-with-a-new-app/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/15/download-all-your-tagged-facebook-pics-with-a-new-app/&#60;/a&#62;&#60;br /&#62;
Ubuntu-Firefox EULA dustup reignites OSS licensing debate&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080915-ubuntu-firefox-eula-dustup-reignites-oss-licensing-debate.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080915-ubuntu-firefox-eula-dustup-reignites-oss-licensing-debate.html&#60;/a&#62;&#60;br /&#62;
Rumor - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Rumor%3A_Windows_7_to_Arrive_Early__First_Beta_Due_October_27&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Rumor%3A_Windows_7_to_Arrive_Early__First_Beta_Due_October_27&#60;/a&#62;&#60;br /&#62;
TG Daily - 10 things we would like to see in Firefox and Chrome&#60;br /&#62;
&#60;a href=&#34;http://www.tgdaily.com/html_tmp/content-view-39299-113.html&#34; rel=&#34;nofollow&#34;&#62;http://www.tgdaily.com/html_tmp/content-view-39299-113.html&#60;/a&#62;&#60;br /&#62;
VLC media player 0.9.2 released&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15411.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15411.cfm&#60;/a&#62;&#60;br /&#62;
Best Buy eyes Apple, Microsoft with Napster purchase&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080915-best-buy-eyes-apple-microsoft-with-napster-purchase.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080915-best-buy-eyes-apple-microsoft-with-napster-purchase.html&#60;/a&#62;&#60;br /&#62;
PC Decrapifier 2.0 released - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/15/pc-decrapifier-2-0-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/15/pc-decrapifier-2-0-released/&#60;/a&#62;&#60;br /&#62;
Gumby&#38;#39;s must maintain high sanitation grade - Viewpoint&#60;br /&#62;
&#60;a href=&#34;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/15/Viewpoint/Gumbys.Must.Maintain.High.Sanitation.Grade-3430425.shtml&#34; rel=&#34;nofollow&#34;&#62;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/15/Viewpoint/Gumbys.Must.Maintain.High.Sanitation.Grade-3430425.shtml&#60;/a&#62;&#60;br /&#62;
Free Flat-File CMSs Reviewed - Anigozanthos - by Andrew Gregory&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Andrew%20Gregory/blog/2008/09/14/free-flat-file-cmss-reviewed&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Andrew%20Gregory/blog/2008/09/14/free-flat-file-cmss-reviewed&#60;/a&#62;&#60;br /&#62;
Open Hack Day - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Open_Hack_Day%3A_Yahoo_s_New_Open_Source_Strategy&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Open_Hack_Day%3A_Yahoo_s_New_Open_Source_Strategy&#60;/a&#62;&#60;br /&#62;
Sleep.fm: building a better alarm clock? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/14/sleep-fm-building-a-better-alarm-clock/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/14/sleep-fm-building-a-better-alarm-clock/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Report: Hackers Break Into &#38;#39;Big Bang Machine&#38;#39; Co...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,422268,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,422268,00.html&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Further build progress…&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=379&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=379&#60;/a&#62;&#60;br /&#62;
FOXNews.com - &#38;#39;SNL&#38;#39; Debuts With Tina Fey as Sarah Palin, Micha...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,422265,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,422265,00.html&#60;/a&#62;&#60;br /&#62;
One reason why testing for Opera is important - ODIN - by ODIN&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/ODIN/blog/one-reason-why-testing-for-opera-is-important&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/ODIN/blog/one-reason-why-testing-for-opera-is-important&#60;/a&#62;&#60;br /&#62;
A Compact Setup - Tweak - by Rijk&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Rijk/blog/2008/09/13/a-compact-setup&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Rijk/blog/2008/09/13/a-compact-setup&#60;/a&#62;&#60;br /&#62;
Think the 1800s, Then Pour Yourself a Cold One - City Room - M...&#60;br /&#62;
&#60;a href=&#34;http://cityroom.blogs.nytimes.com/2008/09/12/think-the-1800s-then-pour-yourself-a-cold-one/index.html&#34; rel=&#34;nofollow&#34;&#62;http://cityroom.blogs.nytimes.com/2008/09/12/think-the-1800s-then-pour-yourself-a-cold-one/index.html&#60;/a&#62;&#60;br /&#62;
Microchip: The Microchip Turns 50 Today, Here&#38;#39;s the Original&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5048952/the-microchip-turns-50-today-heres-the-original&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5048952/the-microchip-turns-50-today-heres-the-original&#60;/a&#62;&#60;br /&#62;
Is HP building a custom Linux distro for home computers? - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/12/is-hp-building-a-custom-linux-distro-for-home-computers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/12/is-hp-building-a-custom-linux-distro-for-home-computers/&#60;/a&#62;&#60;br /&#62;
Security expert: Google anonymization not anonymous enough&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080912-security-expert-google-anonymization-not-anonymous-enough.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080912-security-expert-google-anonymization-not-anonymous-enough.html&#60;/a&#62;&#60;br /&#62;
Google Chrome has Microsoft&#38;#39;s code inside, says MS manager &#124; T...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-221124.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-221124.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Star Cluster to Hide Behind Moon&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/spacewatch/080912-ns-pleiades.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/spacewatch/080912-ns-pleiades.html&#60;/a&#62;&#60;br /&#62;
Shuttleworth: Open-source desktops need a facelift &#124; Tech News...&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-221128.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-221128.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Study: Japan set for broadband future; everyone else screwed&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080912-study-japan-set-for-broadband-future-everyone-else-screwed.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080912-study-japan-set-for-broadband-future-everyone-else-screwed.html&#60;/a&#62;&#60;br /&#62;
A Synthetic Tree Grows at Cornell &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/a-synthetic-tre.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/a-synthetic-tre.html&#60;/a&#62;&#60;br /&#62;
Stopforwarding.Us Asks Your Friends To Stop Spamming - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/12/stopforwarding-us-asks-your-friends-to-stop-spamming/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/12/stopforwarding-us-asks-your-friends-to-stop-spamming/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; New Gates and Seinfeld ad: do you get it yet?&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/New_Gates_and_Seinfeld_ad_do_you_get_it_yet/1221234751&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/New_Gates_and_Seinfeld_ad_do_you_get_it_yet/1221234751&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Black Hole&#38;#39;s &#38;#39;Birth Scream&#38;#39; Heard Across Univers...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,421612,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,421612,00.html&#60;/a&#62;&#60;br /&#62;
Can 365 Nights Of Sex Bolster A Marriage?, When Their Marriage...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/05/health/webmd/main4421065.shtml?source=RSSattr=HOME_4421065&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/05/health/webmd/main4421065.shtml?source=RSSattr=HOME_4421065&#60;/a&#62;&#60;br /&#62;
First look: iPhone OS loses beta feel with 2.1 update&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080912-first-look-iphone-os-loses-beta-feel-with-2-1-update.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080912-first-look-iphone-os-loses-beta-feel-with-2-1-update.html&#60;/a&#62;&#60;br /&#62;
Rabobank trusts only Rabokeys - miscoded - by Hallvord R. M. S...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2008/09/12/rabobank-trusts-only-rabokeys&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2008/09/12/rabobank-trusts-only-rabokeys&#60;/a&#62;&#60;br /&#62;
» Stalking the Wild 2.7 Ryan Boren&#60;br /&#62;
&#60;a href=&#34;http://boren.nu/archives/2008/09/04/stalking-the-wild-27/&#34; rel=&#34;nofollow&#34;&#62;http://boren.nu/archives/2008/09/04/stalking-the-wild-27/&#60;/a&#62;&#60;br /&#62;
Softkey Revealer Makes Saving Your Serials a Snap - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/11/softkey-revealer-makes-saving-your-serials-a-snap/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/11/softkey-revealer-makes-saving-your-serials-a-snap/&#60;/a&#62;&#60;br /&#62;
IPhone Takes Screenshots of Everything You Do &#124; Gadget Lab fro...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/09/hacker-says-sec.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/09/hacker-says-sec.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google releases a cleaned-up Mobile App for BlackBerry&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_releases_a_cleanedup_Mobile_App_for_BlackBerry/1221165727&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_releases_a_cleanedup_Mobile_App_for_BlackBerry/1221165727&#60;/a&#62;&#60;br /&#62;
Firefox 3.1 To Add Private Browsing? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/11/firefox-3-1-to-add-private-browsing/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/11/firefox-3-1-to-add-private-browsing/&#60;/a&#62;&#60;br /&#62;
Zune&#38;#39;s Recommendations Make Genius Look Average &#124; Listening Po...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/music/2008/09/zune-recommenda.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/music/2008/09/zune-recommenda.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Yahoo tackles Google with iPhone apps, cross-platfo...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Yahoo_tackles_Google_with_iPhone_apps_crossplatform_mobile_tools/1221167793&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Yahoo_tackles_Google_with_iPhone_apps_crossplatform_mobile_tools/1221167793&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/T/TEC_YAHOO_MAKEOVER?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-11-16-56-51&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/T/TEC_YAHOO_MAKEOVER?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-11-16-56-51&#60;/a&#62;&#60;br /&#62;
Fronteers HTML5 Presentation - Anne’s Weblog&#60;br /&#62;
&#60;a href=&#34;http://annevankesteren.nl/2008/09/fronteers-html5-video&#34; rel=&#34;nofollow&#34;&#62;http://annevankesteren.nl/2008/09/fronteers-html5-video&#60;/a&#62;&#60;br /&#62;
Free Tv: A Complete Guide to Watching Your Favorite Shows (Leg...&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5046345/a-complete-guide-to-watching-your-favorite-shows-legally-without-paying-a-dime&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5046345/a-complete-guide-to-watching-your-favorite-shows-legally-without-paying-a-dime&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Facebook imposes site facelift&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7609555.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7609555.stm&#60;/a&#62;&#60;br /&#62;
Red Hat: Virtualization will be free &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-220909.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-220909.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Canonical to fund upstream Linux usability improvements&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080911-canonical-to-fund-upstream-linux-usability-improvements.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080911-canonical-to-fund-upstream-linux-usability-improvements.html&#60;/a&#62;&#60;br /&#62;
PDFMeNot Offers Flash-based Online Viewing - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/11/pdfmenot-offers-flash-based-online-viewing/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/11/pdfmenot-offers-flash-based-online-viewing/&#60;/a&#62;&#60;br /&#62;
WinZip 12 supports lossless JPG compression - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/11/winzip-12-supports-lossless-jpg-compression/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/11/winzip-12-supports-lossless-jpg-compression/&#60;/a&#62;&#60;br /&#62;
How many friends has the most friendlier user of MyOpera? - My...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2008/09/11/how-many-friends-has-the-most-friendlier-user-of-myopera&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2008/09/11/how-many-friends-has-the-most-friendlier-user-of-myopera&#60;/a&#62;&#60;br /&#62;
Hands on: Schmedley, a new desktop start page for the web&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080911-hands-on-chmedley-a-new-desktop-start-page-for-the-web.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080911-hands-on-chmedley-a-new-desktop-start-page-for-the-web.html&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : The Windows Feedback Program&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2008/09/10/the-windows-feedback-program.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2008/09/10/the-windows-feedback-program.aspx&#60;/a&#62;&#60;br /&#62;
Add Compression to Your Web Server - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/tutorial/Add_Compression_to_Your_Web_Server&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/tutorial/Add_Compression_to_Your_Web_Server&#60;/a&#62;&#60;br /&#62;
USN-642-1: Postfix vulnerability &#124; Ubuntu&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntu.com/usn/usn-642-1&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntu.com/usn/usn-642-1&#60;/a&#62;&#60;br /&#62;
Ubuntu 8.10: Compuz-Fusion Cube Deformation at kyleabaker.com&#60;br /&#62;
&#60;a href=&#34;http://kyleabaker.com/2008/09/10/ubuntu-810-compuz-fusion-cube-deformation/&#34; rel=&#34;nofollow&#34;&#62;http://kyleabaker.com/2008/09/10/ubuntu-810-compuz-fusion-cube-deformation/&#60;/a&#62;&#60;br /&#62;
Fix for all PulseAudio-related issues -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/fix-for-all-pulseaudio-related-issues.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/fix-for-all-pulseaudio-related-issues.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft looks to blue lasers to improve computer ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_looks_to_blue_lasers_to_improve_computer_mice/1221079752&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_looks_to_blue_lasers_to_improve_computer_mice/1221079752&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; &#38;#39;Beta test&#38;#39; of DTV transition an apparent success&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Beta_test_of_DTV_transition_an_apparent_success/1221080881&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Beta_test_of_DTV_transition_an_apparent_success/1221080881&#60;/a&#62;&#60;br /&#62;
Flickr Home Page Update Exposes Hidden Social Features - Webmo...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Flickr_Home_Page_Update_Exposes__Hidden__Social_Features&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Flickr_Home_Page_Update_Exposes__Hidden__Social_Features&#60;/a&#62;&#60;br /&#62;
The Associated Press: Largest particle collider conducts succe...&#60;br /&#62;
&#60;a href=&#34;http://ap.google.com/article/ALeqM5g5nGPtmoUVIJDgehVJ_snD6vDA6gD933PMQG0&#34; rel=&#34;nofollow&#34;&#62;http://ap.google.com/article/ALeqM5g5nGPtmoUVIJDgehVJ_snD6vDA6gD933PMQG0&#60;/a&#62;&#60;br /&#62;
WordPress Theme Releases for 09/10 » Weblog Tools Collection »...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/09/10/wordpress-theme-releases-for-0910/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/09/10/wordpress-theme-releases-for-0910/&#60;/a&#62;&#60;br /&#62;
FOXNews.com - &#38;#39;Big Bang Machine&#38;#39; Successfully Completes First ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,420062,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,420062,00.html&#60;/a&#62;&#60;br /&#62;
Large Hadron Collider powers up &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-220755.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-220755.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
Opera 9.6 beta: Now with RSS feed previews low bandwidth email...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/10/opera-9-6-beta-now-with-rss-feed-previews-low-bandwidth-email-m/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/10/opera-9-6-beta-now-with-rss-feed-previews-low-bandwidth-email-m/&#60;/a&#62;&#60;br /&#62;
A week of Chrome: Google&#38;#39;s browser gets 7% share at Ars&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080910-aweek-of-chrome-googles-browser-gets-7-share-at-ars.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080910-aweek-of-chrome-googles-browser-gets-7-share-at-ars.html&#60;/a&#62;&#60;br /&#62;
Google Chrome news roundup: Themes, Scripts, and Ad-blocking, ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/10/google-chrome-news-roundup-themes-scripts-and-ad-blocking-oh/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/10/google-chrome-news-roundup-themes-scripts-and-ad-blocking-oh/&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Scream of Black Hole&#38;#39;s Birth Detected Halfway Acr...&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080910-gammaray-burst.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080910-gammaray-burst.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Secret of Nearby Explosive Star Revealed&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080910-eta-carinae.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080910-eta-carinae.html&#60;/a&#62;&#60;br /&#62;
Mark Shuttleworth » Blog Archive » Design, user experience and...&#60;br /&#62;
&#60;a href=&#34;http://www.markshuttleworth.com/archives/162&#34; rel=&#34;nofollow&#34;&#62;http://www.markshuttleworth.com/archives/162&#60;/a&#62;&#60;br /&#62;
Opera 9.6 beta 1 - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/09/10/opera-9-6-beta-1&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/09/10/opera-9-6-beta-1&#60;/a&#62;&#60;br /&#62;
Sept. 10, 1984: DNA Leaves Its Print&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/news/2008/09/dayintech_0910&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/news/2008/09/dayintech_0910&#60;/a&#62;&#60;br /&#62;
Some fear debut of powerful atom-smasher - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/06/30/doomsdaycollider.ap/index.html&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/06/30/doomsdaycollider.ap/index.html&#60;/a&#62;&#60;br /&#62;
Patent and IP messes stifling biotech innovation too&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080909-patent-and-ip-messes-stifling-biotech-innovation-too.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080909-patent-and-ip-messes-stifling-biotech-innovation-too.html&#60;/a&#62;&#60;br /&#62;
Copy a DVD - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Copy_a_DVD&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Copy_a_DVD&#60;/a&#62;&#60;br /&#62;
Large Hadron Collider: Best- and Worst-Case Scenarios &#124; Wired ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/the-bosons-that.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/the-bosons-that.html&#60;/a&#62;&#60;br /&#62;
Airplanes: Giant Freezer Can Hold Fighter Jets, Megatron&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5047183/giant-freezer-can-hold-fighter-jets-megatron&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5047183/giant-freezer-can-hold-fighter-jets-megatron&#60;/a&#62;&#60;br /&#62;
Dozens search for missing Granville County mom :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/3509681/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/3509681/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; Google to dump user data earlier&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7605801.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7605801.stm&#60;/a&#62;&#60;br /&#62;
Spammers target P2P users with fake infringement notices&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080909-spammers-target-p2p-users-with-fake-infringement-notices.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080909-spammers-target-p2p-users-with-fake-infringement-notices.html&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/E/EU_ONLINE_PRIVACY?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-09-07-25-04&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/E/EU_ONLINE_PRIVACY?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-09-09-07-25-04&#60;/a&#62;&#60;br /&#62;
Men&#38;#39;s support gives Palin edge in latest poll - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/POLITICS/09/09/palin.poll/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/POLITICS/09/09/palin.poll/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Study: Researchers in Disguise Committed Bank He...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,419267,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,419267,00.html&#60;/a&#62;&#60;br /&#62;
The revolution will be streamed: RNC arrests rooted in YouTube&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080909-the-revolution-will-be-streamed-rnc-arrests-rooted-in-youtube.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080909-the-revolution-will-be-streamed-rnc-arrests-rooted-in-youtube.html&#60;/a&#62;&#60;br /&#62;
There.com links 2D/3D chat worlds - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/43193-there-com-links-2d-3d-chat-worlds.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/43193-there-com-links-2d-3d-chat-worlds.html&#60;/a&#62;&#60;br /&#62;
Ubuntu 9.04 gets a codename: Jaunty Jackalope - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/09/ubuntu-9-04-gets-a-codename-jaunty-jackalope/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/09/ubuntu-9-04-gets-a-codename-jaunty-jackalope/&#60;/a&#62;&#60;br /&#62;
Google bows to keystroke privacy concerns &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-220444.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-220444.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
FOXNews.com - KFC Shoring Up Security for Secret Recipe - Loca...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,419201,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,419201,00.html&#60;/a&#62;&#60;br /&#62;
Answers From Gordon Murray, Engineer Extraordinaire - Wheels -...&#60;br /&#62;
&#60;a href=&#34;http://wheels.blogs.nytimes.com/2008/09/09/answers-from-gordon-murray-engineer-extraordinaire/index.html&#34; rel=&#34;nofollow&#34;&#62;http://wheels.blogs.nytimes.com/2008/09/09/answers-from-gordon-murray-engineer-extraordinaire/index.html&#60;/a&#62;&#60;br /&#62;
ECU identifies officers in video :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/state/story/3512518/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/state/story/3512518/&#60;/a&#62;&#60;br /&#62;
Firefox 3DOT1 Alpha 2 Offers Cutting Edge Web Standards Suppor...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Firefox_3DOT1_Alpha_2_Offers_Cutting_Edge_Web_Standards_Support&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Firefox_3DOT1_Alpha_2_Offers_Cutting_Edge_Web_Standards_Support&#60;/a&#62;&#60;br /&#62;
Vote for Your Favorite Web Framework - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Vote_for_Your_Favorite_Web_Framework&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Vote_for_Your_Favorite_Web_Framework&#60;/a&#62;&#60;br /&#62;
Yahoo News Redesign May Pull a Technorati, Why Not Twitter? &#124; ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/09/secret-yahoo-ne.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/09/secret-yahoo-ne.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google takes more baby steps in online privacy game&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_takes_more_baby_steps_in_online_privacy_game/1220984299&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_takes_more_baby_steps_in_online_privacy_game/1220984299&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Bolivian troops guard gas lines&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7607158.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7607158.stm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Latest patched Windows exploit is a golden oldie&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Latest_patched_Windows_exploit_is_a_golden_oldie/1220992426&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Latest_patched_Windows_exploit_is_a_golden_oldie/1220992426&#60;/a&#62;&#60;br /&#62;
Human Genetics is Now a Viable Hobby -- 23andMe Cuts its Price...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/23andme-cuts-it.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/23andme-cuts-it.html&#60;/a&#62;&#60;br /&#62;
Apple unveils new models of iPods, cuts prices&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15370.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15370.cfm&#60;/a&#62;&#60;br /&#62;
SnapStream adds placeshifting to BeyondTV PVR software - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/09/snapstream-adds-placeshifting-to-beyondtv-pvr-software/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/09/snapstream-adds-placeshifting-to-beyondtv-pvr-software/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; HP may trump Dell with a 24-hour battery-powered El...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/HP_may_trump_Dell_with_a_24hour_batterypowered_EliteBook/1220992042&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/HP_may_trump_Dell_with_a_24hour_batterypowered_EliteBook/1220992042&#60;/a&#62;&#60;br /&#62;
Look Ma, No Hands! Automated Bus Steers Itself &#124; Autopia from ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/look-ma-no-hand.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/look-ma-no-hand.html&#60;/a&#62;&#60;br /&#62;
Experimental feature on the status update - My Opera News&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2008/09/09/experimental-feature-on-the-status-update&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2008/09/09/experimental-feature-on-the-status-update&#60;/a&#62;&#60;br /&#62;
Apple updates iPod Touch, cuts price&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15372.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15372.cfm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Apple iTunes 8.0: A closer look at &#38;#39;Genius&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Apple_iTunes_80_A_closer_look_at_Genius/1220994527&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Apple_iTunes_80_A_closer_look_at_Genius/1220994527&#60;/a&#62;&#60;br /&#62;
NVIDIA and Opera team to accelerate the full Web on mobile dev...&#60;br /&#62;
&#60;a href=&#34;http://www.opera.com/pressreleases/en/2008/09/09/&#34; rel=&#34;nofollow&#34;&#62;http://www.opera.com/pressreleases/en/2008/09/09/&#60;/a&#62;&#60;br /&#62;
World to end Wednesday - Engadget&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/09/07/world-to-end-wednesday/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/09/07/world-to-end-wednesday/&#60;/a&#62;&#60;br /&#62;
Ubuntu 9.04 to be called Jaunty Jackalope&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080908-ubuntu-9-04-to-be-called-jaunty-jackalope.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080908-ubuntu-9-04-to-be-called-jaunty-jackalope.html&#60;/a&#62;&#60;br /&#62;
Beer-lovers enjoy beer run, but not in that order - Features&#60;br /&#62;
&#60;a href=&#34;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/09/Features/BeerLovers.Enjoy.Beer.Run.But.Not.In.That.Order-3420871.shtml&#34; rel=&#34;nofollow&#34;&#62;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/09/Features/BeerLovers.Enjoy.Beer.Run.But.Not.In.That.Order-3420871.shtml&#60;/a&#62;&#60;br /&#62;
IBM Unveils Sametime 3D - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/43191-ibm-unveils-sametime-3d.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/43191-ibm-unveils-sametime-3d.html&#60;/a&#62;&#60;br /&#62;
Joost moves to browser-based service&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15361.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15361.cfm&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Microsoft will spend $8 B to catch up in cloud comp...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Microsoft_will_spend_8_B_to_catch_up_in_cloud_computing/1220909714&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Microsoft_will_spend_8_B_to_catch_up_in_cloud_computing/1220909714&#60;/a&#62;&#60;br /&#62;
Poll: McCain Takes Post-Convention Lead, Republican Nominee Le...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/08/opinion/polls/main4427157.shtml?source=RSSattr=HOME_4427157&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/08/opinion/polls/main4427157.shtml?source=RSSattr=HOME_4427157&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Creature Survives Naked in Space&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/scienceastronomy/080908-space-creature.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/scienceastronomy/080908-space-creature.html&#60;/a&#62;&#60;br /&#62;
News from the department of AWESOME! - William Viker - by Will...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/willosof/blog/2008/09/08/news-from-the-department-of-awesome?cid=5998584&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/willosof/blog/2008/09/08/news-from-the-department-of-awesome?cid=5998584&#60;/a&#62;&#60;br /&#62;
RealNetworks to launch DVD ripper, complete with DRM - Downloa...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/08/realnetworks-to-launch-dvd-ripper-complete-with-drm/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/08/realnetworks-to-launch-dvd-ripper-complete-with-drm/&#60;/a&#62;&#60;br /&#62;
Get Artsy-Fartsy With Mr. Picassohead - Time Waster - Download...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/08/get-artsy-fartsy-with-mr-picassohead-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/08/get-artsy-fartsy-with-mr-picassohead-time-waster/&#60;/a&#62;&#60;br /&#62;
Multibillion-dollar experiment to probe nature&#38;#39;s mysteries - C...&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/09/08/lhc.collider/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/09/08/lhc.collider/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Multibillion-dollar experiment to probe nature&#38;#39;s mysteries - C...&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/TECH/09/08/lhc.collider/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/TECH/09/08/lhc.collider/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Scientology fights critics with 4,000 DMCA takedown notices&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080908-scientology-fights-critics-with-4000-dmca-takedown-notices.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080908-scientology-fights-critics-with-4000-dmca-takedown-notices.html&#60;/a&#62;&#60;br /&#62;
Legal DVD ripping now available from Real&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15357.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15357.cfm&#60;/a&#62;&#60;br /&#62;
&#38;#39;Blog This&#38;#39; on Flickr - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/show.dml/2543157&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/show.dml/2543157&#60;/a&#62;&#60;br /&#62;
Help us test our new US data centre - Opera Mini Blog - by Ope...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/operamini/blog/2008/09/08/help-us-test-our-new-us-data-centre&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/operamini/blog/2008/09/08/help-us-test-our-new-us-data-centre&#60;/a&#62;&#60;br /&#62;
Top 10 Amazing Physics Videos &#124; Wired Science from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/top-10-amazing.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/top-10-amazing.html&#60;/a&#62;&#60;br /&#62;
Colbert&#38;#39;s DNA to be shot into space - CNN.com&#60;br /&#62;
&#60;a href=&#34;http://www.cnn.com/2008/SHOWBIZ/TV/09/08/colbert.dna.ap/index.html?eref=rss_topstories&#34; rel=&#34;nofollow&#34;&#62;http://www.cnn.com/2008/SHOWBIZ/TV/09/08/colbert.dna.ap/index.html?eref=rss_topstories&#60;/a&#62;&#60;br /&#62;
Scientists get death threats over Large Hadron Collider - Enga...&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/09/07/scientists-get-death-threats-over-large-hadron-collider/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/09/07/scientists-get-death-threats-over-large-hadron-collider/&#60;/a&#62;&#60;br /&#62;
Google Chrome: Anatomy Of A Logo&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5046186/google-chrome-anatomy-of-a-logo&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5046186/google-chrome-anatomy-of-a-logo&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Fear Looms Over Scientist&#38;#39;s Experiment to Uncove...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,418204,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,418204,00.html&#60;/a&#62;&#60;br /&#62;
Google Chrome vulnerabilities starting to pile up &#124; Zero Day &#124;...&#60;br /&#62;
&#60;a href=&#34;http://blogs.zdnet.com/security/?p=1858&#34; rel=&#34;nofollow&#34;&#62;http://blogs.zdnet.com/security/?p=1858&#60;/a&#62;&#60;br /&#62;
Download Google Chrome Themes &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/09/06/download-google-chrome-themes&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/09/06/download-google-chrome-themes&#60;/a&#62;&#60;br /&#62;
Replace Annoying Windows UAC with Smart UAC &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/09/06/replace-annoying-windows-uac-with-smart-uac&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/09/06/replace-annoying-windows-uac-with-smart-uac&#60;/a&#62;&#60;br /&#62;
The holy wars of the humble alt - miscoded - by Hallvord R. M....&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/hallvors/blog/2008/09/07/the-holy-wars-of-the-humble-alt&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/hallvors/blog/2008/09/07/the-holy-wars-of-the-humble-alt&#60;/a&#62;&#60;br /&#62;
BMW Builds a Shape-Shifting Car Out of Cloth &#124; Autopia from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/06/bmw-builds-a-ca.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/06/bmw-builds-a-ca.html&#60;/a&#62;&#60;br /&#62;
The CPUs of the future? Alleged Intel roadmaps leaked&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080905-the-cpus-of-the-future-alleged-intel-roadmaps-leaked.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080905-the-cpus-of-the-future-alleged-intel-roadmaps-leaked.html&#60;/a&#62;&#60;br /&#62;
First look: Firefox 3.1 alpha 2 officially released&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080905-first-look-firefox-3-1-alpha-2-officially-released.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080905-first-look-firefox-3-1-alpha-2-officially-released.html&#60;/a&#62;&#60;br /&#62;
Get Started With JQuery - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/tutorial/Get_Started_With_JQuery&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/tutorial/Get_Started_With_JQuery&#60;/a&#62;&#60;br /&#62;
Mashup DJ Girl Talk Deconstructs Samples From Feed the Animals&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/special_multimedia/2008/pl_music_1609&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/special_multimedia/2008/pl_music_1609&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Report: OLPC buy one, give one deal returns&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Report_OLPC_buy_one_give_one_deal_returns/1220645123&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Report_OLPC_buy_one_give_one_deal_returns/1220645123&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Mozilla&#38;#39;s Aza Raskin: The journey back to Ubiquity&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Mozillas_Aza_Raskin_The_journey_back_to_Ubiquity/1220661375&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Mozillas_Aza_Raskin_The_journey_back_to_Ubiquity/1220661375&#60;/a&#62;&#60;br /&#62;
Which next-gen browser are you most excited about? &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/which-next-gen-browser-are-you-most-excited-about&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/which-next-gen-browser-are-you-most-excited-about&#60;/a&#62;&#60;br /&#62;
Official Gmail Blog: New Gmail code base now for IE6 too&#60;br /&#62;
&#60;a href=&#34;http://gmailblog.blogspot.com/2008/09/new-gmail-code-base-now-for-ie6-too.html&#34; rel=&#34;nofollow&#34;&#62;http://gmailblog.blogspot.com/2008/09/new-gmail-code-base-now-for-ie6-too.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; An ad about nothing: First Seinfeld + Gates ad omit...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/An_ad_about_nothing_First_Seinfeld_Gates_ad_omitted_Vista/1220637310&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/An_ad_about_nothing_First_Seinfeld_Gates_ad_omitted_Vista/1220637310&#60;/a&#62;&#60;br /&#62;
Consumers dig mobile broadband: 3G device ownership up 80%&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080905-consumers-dig-mobile-broadband-3g-device-ownership-up-80.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080905-consumers-dig-mobile-broadband-3g-device-ownership-up-80.html&#60;/a&#62;&#60;br /&#62;
The TV Watch - Obama Steps Into O’Reilly’s ‘No Spin Zone’ - NY...&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/09/05/us/politics/05watch.html?_r=1&#38;amp;oref=slogin&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/09/05/us/politics/05watch.html?_r=1&#38;amp;oref=slogin&#60;/a&#62;&#60;br /&#62;
How to: Tailgate during a hurricane - Sports&#60;br /&#62;
&#60;a href=&#34;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/05/Sports/How-To.Tailgate.During.A.Hurricane-3416855.shtml&#34; rel=&#34;nofollow&#34;&#62;http://media.www.technicianonline.com/media/storage/paper848/news/2008/09/05/Sports/How-To.Tailgate.During.A.Hurricane-3416855.shtml&#60;/a&#62;&#60;br /&#62;
Gallery: Distilling 2.0 -- Bye-Bye Boiling, Hello Health Care&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/science/discoveries/multimedia/2008/09/gallery_caltech_nano_still&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/science/discoveries/multimedia/2008/09/gallery_caltech_nano_still&#60;/a&#62;&#60;br /&#62;
Red Hat acquires Qumranet, will embrace KVM&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080905-red-hat-acquires-qumranet-will-embrace-kvm.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080905-red-hat-acquires-qumranet-will-embrace-kvm.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- Mars Water Mystery Surfaces&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/missionlaunches/080905-phoenix-update.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/missionlaunches/080905-phoenix-update.html&#60;/a&#62;&#60;br /&#62;
Michael Moore to pull a Joss Whedon, distribute next film onli...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/05/michael-moore-to-pull-a-joss-whedon-distribute-next-film-online/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/05/michael-moore-to-pull-a-joss-whedon-distribute-next-film-online/&#60;/a&#62;&#60;br /&#62;
Joost to kill desktop client, provide browser-based video play...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/05/joost-to-kill-desktop-client-provide-browser-based-video-player/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/05/joost-to-kill-desktop-client-provide-browser-based-video-player/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; 120 GB Zunes begin to appear in stores&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/120GB_Zunes_begin_to_appear_in_stores/1220634398&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/120GB_Zunes_begin_to_appear_in_stores/1220634398&#60;/a&#62;&#60;br /&#62;
Dell: Dell to Sell Most or All of Its Factories in 18 Months&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5045901/dell-to-sell-most-or-all-of-its-factories-in-18-months&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5045901/dell-to-sell-most-or-all-of-its-factories-in-18-months&#60;/a&#62;&#60;br /&#62;
Google: Switch from Chrome to IE or Firefox - A Blog From Behi...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/2008/09/05/google-switch-from-chrome-to-ie-or-firefox&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/2008/09/05/google-switch-from-chrome-to-ie-or-firefox&#60;/a&#62;&#60;br /&#62;
Why is Net Applications (Hitslink) changing its browser stats ...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/haavard/blog/2008/09/04/why-is-net-applications-hitslink-changing-its-browser-stats-after-publishing&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/haavard/blog/2008/09/04/why-is-net-applications-hitslink-changing-its-browser-stats-after-publishing&#60;/a&#62;&#60;br /&#62;
Google browser sniffing and the Open Web - ODIN - by ODIN&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/ODIN/blog/google-browser-sniffing-and-the-open-web&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/ODIN/blog/google-browser-sniffing-and-the-open-web&#60;/a&#62;&#60;br /&#62;
Google Chrome goes portable: Carry it on a USB flash drive - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/04/google-chrome-goes-portable-carry-it-on-a-usb-flash-drive/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/04/google-chrome-goes-portable-carry-it-on-a-usb-flash-drive/&#60;/a&#62;&#60;br /&#62;
Snag a pretentious street address for your snail mail - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/04/snag-a-pretentious-street-address-for-your-snail-mail/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/04/snag-a-pretentious-street-address-for-your-snail-mail/&#60;/a&#62;&#60;br /&#62;
Science Proves Exotic Cars Turn Women On &#124; Autopia from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/09/weve-got-some-b.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/09/weve-got-some-b.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google&#38;#39;s Chrome is gaining users, especially in the...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Googles_Chrome_is_gaining_users_especially_in_the_wee_hours/1220551295&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Googles_Chrome_is_gaining_users_especially_in_the_wee_hours/1220551295&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : New image tool from Microsoft Researc...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/09/04/new-image-tool-from-microsoft-research-autocollage.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/09/04/new-image-tool-from-microsoft-research-autocollage.aspx&#60;/a&#62;&#60;br /&#62;
Roll your own 404s with Error Page Generator - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/04/roll-your-own-404s-with-error-page-generator/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/04/roll-your-own-404s-with-error-page-generator/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; The Google Chrome EULA debacle: Whose content is it...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/The_Google_Chrome_EULA_debacle_Whose_content_is_it_anyway/1220545728&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/The_Google_Chrome_EULA_debacle_Whose_content_is_it_anyway/1220545728&#60;/a&#62;&#60;br /&#62;
Can netbook + 3G bundles succeed where PC + Internet failed?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080904-can-netbook-3g-bundles-succeed-where-pc-internet-failed.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080904-can-netbook-3g-bundles-succeed-where-pc-internet-failed.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Dell launches its Inspiron Mini 9 ultra-portable&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Dell_launches_its_Inspiron_Mini_9_ultraportable/1220545392&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Dell_launches_its_Inspiron_Mini_9_ultraportable/1220545392&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Hells Angels Leader Shot Dead in San Francisco -...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,416781,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,416781,00.html&#60;/a&#62;&#60;br /&#62;
ScummVM 0.12.0: Now with GameCube and Wii support - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/04/scummvm-0-12-0-now-with-gamecube-and-wii-support/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/04/scummvm-0-12-0-now-with-gamecube-and-wii-support/&#60;/a&#62;&#60;br /&#62;
PNY flashdrive to come with Ghostbusters video file&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15331.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15331.cfm&#60;/a&#62;&#60;br /&#62;
Sysinternals Tools Now Available as a Single Download - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/04/sysinternals-tools-now-available-as-a-single-download/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/04/sysinternals-tools-now-available-as-a-single-download/&#60;/a&#62;&#60;br /&#62;
Test drive: Picasa 3 gets off-, online photo sharing right&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080903-test-drive-picasa-3-gets-off-online-photo-sharing-right.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080903-test-drive-picasa-3-gets-off-online-photo-sharing-right.html&#60;/a&#62;&#60;br /&#62;
FOXNews.com - David Spade Is the Father of Playboy Playmate Ji...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,416242,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,416242,00.html&#60;/a&#62;&#60;br /&#62;
New Breast Cancer Detection Shows Promise, Radioactive Tracer ...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/03/health/main4413906.shtml?source=RSSattr=HOME_4413906&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/03/health/main4413906.shtml?source=RSSattr=HOME_4413906&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Roman Empire &#38;#39;raised HIV threat&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7596532.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7596532.stm&#60;/a&#62;&#60;br /&#62;
IEBlog : Developer Tools in Internet Explorer 8 Beta 2&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/09/03/developer-tools-in-internet-explorer-8-beta-2.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/09/03/developer-tools-in-internet-explorer-8-beta-2.aspx&#60;/a&#62;&#60;br /&#62;
Save the date: Adobe will announce CS4 on September 23 - Downl...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/03/save-the-date-adobe-will-announce-cs4-on-september-23/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/03/save-the-date-adobe-will-announce-cs4-on-september-23/&#60;/a&#62;&#60;br /&#62;
Chrome is Fast But Not That Fast - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Chrome_is_Fast__But_Not_That_Fast&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Chrome_is_Fast__But_Not_That_Fast&#60;/a&#62;&#60;br /&#62;
Office Live Workspace to be out by year-end - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/03/office-live-workspace-to-be-out-by-year-end/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/03/office-live-workspace-to-be-out-by-year-end/&#60;/a&#62;&#60;br /&#62;
Chrome for OS X: What we know - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/03/chrome-for-os-x-what-we-know/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/03/chrome-for-os-x-what-we-know/&#60;/a&#62;&#60;br /&#62;
Tobacco Could Hold the Key to Revolutionary Gene Therapy &#124; Wir...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/09/tobacco-could-h.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/09/tobacco-could-h.html&#60;/a&#62;&#60;br /&#62;
Google Chrome omni bar - What is it? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/02/google-chrome-omnibar-what-is-it/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/02/google-chrome-omnibar-what-is-it/&#60;/a&#62;&#60;br /&#62;
P2P traffic drops as streaming video grows in popularity&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080902-p2p-traffic-drops-as-streaming-video-grows-in-popularity.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080902-p2p-traffic-drops-as-streaming-video-grows-in-popularity.html&#60;/a&#62;&#60;br /&#62;
Hands-on with Chrome: Google&#38;#39;s browser shines (mostly)&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080902-hands-on-with-chrome-googles-browser-shines-mostly.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080902-hands-on-with-chrome-googles-browser-shines-mostly.html&#60;/a&#62;&#60;br /&#62;
Google Chrome is available - CSS3 . Info&#60;br /&#62;
&#60;a href=&#34;http://www.css3.info/google-chrome-is-available/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/google-chrome-is-available/&#60;/a&#62;&#60;br /&#62;
Five reasons why Chrome will crash and burn &#124; Tech News on ZDNet&#60;br /&#62;
&#60;a href=&#34;http://news.zdnet.com/2424-9595_22-219394.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#34; rel=&#34;nofollow&#34;&#62;http://news.zdnet.com/2424-9595_22-219394.html?part=rss&#38;amp;tag=feed&#38;amp;subj=zdnn&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google adds facial recognition to Picasa photo sharing&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_adds_facial_recognition_to_Picasa_photo_sharing/1220455852&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_adds_facial_recognition_to_Picasa_photo_sharing/1220455852&#60;/a&#62;&#60;br /&#62;
TapTheHive - This Post Not Made In Chrome; Google&#38;#39;s EULA Sucks&#60;br /&#62;
&#60;a href=&#34;http://tapthehive.com/discuss/This_Post_Not_Made_In_Chrome_Google_s_EULA_Sucks&#34; rel=&#34;nofollow&#34;&#62;http://tapthehive.com/discuss/This_Post_Not_Made_In_Chrome_Google_s_EULA_Sucks&#60;/a&#62;&#60;br /&#62;
Google Chrome coming soon! &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/google-chrome-coming-soon&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/google-chrome-coming-soon&#60;/a&#62;&#60;br /&#62;
Microbloggers Rejoice: Ping.FM Opens Beta to Everyone - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/02/microblog-microblogging-ping-fm-beta-twitter-pownce/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/02/microblog-microblogging-ping-fm-beta-twitter-pownce/&#60;/a&#62;&#60;br /&#62;
Thanks for the birthday greetings - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/09/02/thanks-for-the-birthday-greetings&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/09/02/thanks-for-the-birthday-greetings&#60;/a&#62;&#60;br /&#62;
We read you... - My Opera News&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/devblog/blog/2008/09/02/we-read-you&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/devblog/blog/2008/09/02/we-read-you&#60;/a&#62;&#60;br /&#62;
First Look At WordPress 2.7 » Weblog Tools Collection » Blog A...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/09/02/first-look-at-wordpress-27/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/09/02/first-look-at-wordpress-27/&#60;/a&#62;&#60;br /&#62;
Google Chrome browser going live today - A Swedish wolf in Nor...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/nafmo/blog/2008/09/02/google-chrome-browser-going-live-today&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/nafmo/blog/2008/09/02/google-chrome-browser-going-live-today&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; Hacker appeals to home secretary&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/7592884.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/7592884.stm&#60;/a&#62;&#60;br /&#62;
Open Source Textbooks Challenge a Paradigm &#124; Epicenter from Wi...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/09/open-source-tex.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/09/open-source-tex.html&#60;/a&#62;&#60;br /&#62;
Open a Wine Bottle Without a Corkscrew - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Open_a_Wine_Bottle_Without_a_Corkscrew&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Open_a_Wine_Bottle_Without_a_Corkscrew&#60;/a&#62;&#60;br /&#62;
CAPTCHAs flummox bots, but may be doomed by CAPTCHA farmers&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080901-captchas-flummox-bots-but-may-be-doomed-by-captcha-farmers.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080901-captchas-flummox-bots-but-may-be-doomed-by-captcha-farmers.html&#60;/a&#62;&#60;br /&#62;
Google&#38;#39;s &#38;quot;Chrome&#38;quot; Browser Launches Tuesday - BigBlueBall Forums&#60;br /&#62;
&#60;a href=&#34;http://www.bigblueball.com/forums/general-other-im-news/43156-googles-chrome-browser-launches-tuesday.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bigblueball.com/forums/general-other-im-news/43156-googles-chrome-browser-launches-tuesday.html&#60;/a&#62;&#60;br /&#62;
Google opens up new front in browser wars with Chrome&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080901-google-opens-up-new-front-in-browser-wars-with-chrome.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080901-google-opens-up-new-front-in-browser-wars-with-chrome.html&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Bolivia&#38;#39;s president lands in Iran&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7591097.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7591097.stm&#60;/a&#62;&#60;br /&#62;
BackType: keep track of your comments everywhere on the Intern...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/01/backtype-keep-track-of-your-comments-everywhere-on-the-internet/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/01/backtype-keep-track-of-your-comments-everywhere-on-the-internet/&#60;/a&#62;&#60;br /&#62;
Google Chrome: Is Google planning to release a web browser? - ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/01/google-chrome-is-google-planning-to-release-a-web-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/01/google-chrome-is-google-planning-to-release-a-web-browser/&#60;/a&#62;&#60;br /&#62;
PleaseDressMe: A search engine for T-shirts - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/09/01/pleasedressme-a-search-engine-for-t-shirts/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/09/01/pleasedressme-a-search-engine-for-t-shirts/&#60;/a&#62;&#60;br /&#62;
Bipolar Disorder Linked To Older Fathers, Older Men&#38;#39;s Sperm Ma...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/09/01/health/main4405168.shtml?source=RSSattr=HOME_4405168&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/09/01/health/main4405168.shtml?source=RSSattr=HOME_4405168&#60;/a&#62;&#60;br /&#62;
Blog Action Day 2008 - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/09/01/blog-action-day-2008&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/09/01/blog-action-day-2008&#60;/a&#62;&#60;br /&#62;
More Color Schemes in Opera - Opera FAQ&#38;#39;s, Tips, Tricks &#38;amp; Twea...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/Tamil/blog/show.dml/2524075&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/Tamil/blog/show.dml/2524075&#60;/a&#62;&#60;br /&#62;
Giuliani: Palin More Qualified Than Obama, Says As Mayor Of Sm...&#60;br /&#62;
&#60;a href=&#34;http://www.cbsnews.com/stories/2008/08/31/ftn/main4401610.shtml?source=RSSattr=HOME_4401610&#34; rel=&#34;nofollow&#34;&#62;http://www.cbsnews.com/stories/2008/08/31/ftn/main4401610.shtml?source=RSSattr=HOME_4401610&#60;/a&#62;&#60;br /&#62;
35 Places To Download Free, Legal MP3s - Sorry, RIAA! - Downlo...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/31/35-places-to-download-free-legal-mp3s-music/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/31/35-places-to-download-free-legal-mp3s-music/&#60;/a&#62;&#60;br /&#62;
5 Tools to Improve Your Reading Speed &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/08/31/5-tools-to-improve-your-reading-speed-2&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/08/31/5-tools-to-improve-your-reading-speed-2&#60;/a&#62;&#60;br /&#62;
Opinion: How Apple can gain significant OS market share: Page 1&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/articles/culture/opinion-apple-os-marketshare.ars&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/articles/culture/opinion-apple-os-marketshare.ars&#60;/a&#62;&#60;br /&#62;
Police: Teen pilots family SUV on rampage in Apex neighborhood...&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/news/local/story/3458798/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/news/local/story/3458798/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Health &#124; Farm pregnancy &#38;#39;cuts asthma risk&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/health/7586328.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/health/7586328.stm&#60;/a&#62;&#60;br /&#62;
Slashdot &#124; IE8 Breaking Microsoft&#38;#39;s Web Standards Promise?&#60;br /&#62;
&#60;a href=&#34;http://news.slashdot.org/article.pl?sid=08/08/30/169218&#38;amp;from=rss&#34; rel=&#34;nofollow&#34;&#62;http://news.slashdot.org/article.pl?sid=08/08/30/169218&#38;amp;from=rss&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; UK &#124; Website maps surnames worldwide&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/uk_news/7588968.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/uk_news/7588968.stm&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Jennifer Aniston Slated for Guest Appearance on ...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,413661,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,413661,00.html&#60;/a&#62;&#60;br /&#62;
Babel&#60;br /&#62;
&#60;a href=&#34;http://p.osting.it/my-works/babel/&#34; rel=&#34;nofollow&#34;&#62;http://p.osting.it/my-works/babel/&#60;/a&#62;&#60;br /&#62;
Guitar Praise: Guitar Hero Minus the Sex, Drugs and Rock &#38;#39;n Roll&#60;br /&#62;
&#60;a href=&#34;http://gizmodo.com/5042610/guitar-praise-guitar-hero-minus-the-sex-drugs-and-rock-n-roll&#34; rel=&#34;nofollow&#34;&#62;http://gizmodo.com/5042610/guitar-praise-guitar-hero-minus-the-sex-drugs-and-rock-n-roll&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; 802.11r now a published IEEE standard&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/80211r_now_a_published_IEEE_standard/1220028892&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/80211r_now_a_published_IEEE_standard/1220028892&#60;/a&#62;&#60;br /&#62;
Secretive surveillance court rejects plea for transparency&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080829-secretive-surveillance-court-rejects-plea-for-transparency.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080829-secretive-surveillance-court-rejects-plea-for-transparency.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Debian Live 5.0 Beta 1 released&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Debian_Live_50_Beta_1_released/1220034278&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Debian_Live_50_Beta_1_released/1220034278&#60;/a&#62;&#60;br /&#62;
Flick a Beer Cap by Snapping Your Fingers - Wired How-To Wiki&#60;br /&#62;
&#60;a href=&#34;http://howto.wired.com/wiki/Flick_a_Beer_Cap_by_Snapping_Your_Fingers&#34; rel=&#34;nofollow&#34;&#62;http://howto.wired.com/wiki/Flick_a_Beer_Cap_by_Snapping_Your_Fingers&#60;/a&#62;&#60;br /&#62;
Top 5 Gadgets That Could Get You Arrested&#60;br /&#62;
&#60;a href=&#34;http://www.wired.com/gadgets/miscellaneous/news/2008/08/5_Gadgets_Arrested&#34; rel=&#34;nofollow&#34;&#62;http://www.wired.com/gadgets/miscellaneous/news/2008/08/5_Gadgets_Arrested&#60;/a&#62;&#60;br /&#62;
Internet Traffic Begins to Bypass the U.S. - NYTimes.com&#60;br /&#62;
&#60;a href=&#34;http://www.nytimes.com/2008/08/30/business/30pipes.html&#34; rel=&#34;nofollow&#34;&#62;http://www.nytimes.com/2008/08/30/business/30pipes.html&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : Boot Performance&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2008/08/27/boot-performance.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2008/08/27/boot-performance.aspx&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : Windows 7 -- Approach to System Perfor...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2008/08/27/windows-7-approach-to-system-performance.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2008/08/27/windows-7-approach-to-system-performance.aspx&#60;/a&#62;&#60;br /&#62;
WordPress Hacks: 21 tips to make you smile » Weblog Tools Coll...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/08/28/wordpress-hacks-21-tips-to-make-you-smile/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/08/28/wordpress-hacks-21-tips-to-make-you-smile/&#60;/a&#62;&#60;br /&#62;
IE8 Beta 2 shows Microsoft is serious about playing catch-up&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080828-ie8-beta-2-shows-microsoft-is-serious-about-playing-catch-up.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080828-ie8-beta-2-shows-microsoft-is-serious-about-playing-catch-up.html&#60;/a&#62;&#60;br /&#62;
Google search box now translates single words - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/28/google-search-box-now-translates-single-words/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/28/google-search-box-now-translates-single-words/&#60;/a&#62;&#60;br /&#62;
Want to Know Everything About a Website? Try Quarkbase. - Down...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/28/want-to-know-everything-about-a-website-try-quarkbase/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/28/want-to-know-everything-about-a-website-try-quarkbase/&#60;/a&#62;&#60;br /&#62;
Windows Live Theme for XP and Vista &#124; BizzNtech&#60;br /&#62;
&#60;a href=&#34;http://www.bizzntech.com/2008/08/28/windows-live-theme-for-xp-and-vista&#34; rel=&#34;nofollow&#34;&#62;http://www.bizzntech.com/2008/08/28/windows-live-theme-for-xp-and-vista&#60;/a&#62;&#60;br /&#62;
Steve Jobs is Not -- Repeat, Not -- Dead &#124; Epicenter from Wire...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/business/2008/08/steve-jobs-is-n.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/business/2008/08/steve-jobs-is-n.html&#60;/a&#62;&#60;br /&#62;
Hans Reiser Faces the Music Friday &#124; Threat Level from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/27bstroke6/2008/08/hans-reiser-sen.html#comments&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/27bstroke6/2008/08/hans-reiser-sen.html#comments&#60;/a&#62;&#60;br /&#62;
Sony unleashes world&#38;#39;s thinnest LCD TV.&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15273.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15273.cfm&#60;/a&#62;&#60;br /&#62;
ShrinkFile online file zipper: Some apps don&#38;#39;t need to go web ...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/28/shrinkfile-online-file-zipper-some-apps-dont-need-to-go-web-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/28/shrinkfile-online-file-zipper-some-apps-dont-need-to-go-web-2/&#60;/a&#62;&#60;br /&#62;
YouTube Tutorial Lesson 1 - Webmonkey&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/tutorial/YouTube_Tutorial_Lesson_1_-_The_Player_API&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/tutorial/YouTube_Tutorial_Lesson_1_-_The_Player_API&#60;/a&#62;&#60;br /&#62;
IEBlog : Part II: Better Everyday Browsing&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/08/28/part-ii-better-everyday-browsing.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/08/28/part-ii-better-everyday-browsing.aspx&#60;/a&#62;&#60;br /&#62;
Yahoo! Promotes Firefox?&#60;br /&#62;
&#60;a href=&#34;http://www.favbrowser.com/yahoo-promotes-firefox/&#34; rel=&#34;nofollow&#34;&#62;http://www.favbrowser.com/yahoo-promotes-firefox/&#60;/a&#62;&#60;br /&#62;
WordPress Hacks: 21 tips to make you smile » Weblog Tools Coll...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/08/28/wordpress-hacks-21-tips-to-make-you-smile/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/08/28/wordpress-hacks-21-tips-to-make-you-smile/&#60;/a&#62;&#60;br /&#62;
Engineering Windows 7 : Windows 7 -- Approach to System Perfor...&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/e7/archive/2008/08/27/windows-7-approach-to-system-performance.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/e7/archive/2008/08/27/windows-7-approach-to-system-performance.aspx&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; New Windows Genuine authenticator can blank desktop...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/New_Windows_Genuine_authenticator_can_blank_desktop_backgrounds/1219858411&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/New_Windows_Genuine_authenticator_can_blank_desktop_backgrounds/1219858411&#60;/a&#62;&#60;br /&#62;
Drive through Google Maps? Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/27/drive-through-google-maps-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/27/drive-through-google-maps-time-waster/&#60;/a&#62;&#60;br /&#62;
Web to get more social as OAuth is sanctioned for use&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080827-web-to-get-more-social-as-oauth-is-sanctioned-for-use.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080827-web-to-get-more-social-as-oauth-is-sanctioned-for-use.html&#60;/a&#62;&#60;br /&#62;
Using Gmail&#38;#39;s Starred items to track expected replies - Emaile...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/27/using-gmail-s-starred-items-to-track-expected-replies-emailers/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/27/using-gmail-s-starred-items-to-track-expected-replies-emailers/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; IE8 Beta 2 adds standards mode, suggestions, &#38;#39;Web s...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/IE8_Beta_2_adds_standards_mode_suggestions_Web_slices/1219868462&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/IE8_Beta_2_adds_standards_mode_suggestions_Web_slices/1219868462&#60;/a&#62;&#60;br /&#62;
Microsoft updates Windows XP Pro anti-piracy tool - Download S...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/27/microsoft-updates-windows-xp-pro-anti-piracy-tool/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/27/microsoft-updates-windows-xp-pro-anti-piracy-tool/&#60;/a&#62;&#60;br /&#62;
Internet Explorer Gallery&#60;br /&#62;
&#60;a href=&#34;http://www.ieaddons.com/en/&#34; rel=&#34;nofollow&#34;&#62;http://www.ieaddons.com/en/&#60;/a&#62;&#60;br /&#62;
Microsoft Drops IE8 Beta 2 - First Impression - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/27/microsoft-drops-ie8-beta-2-first-impression/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/27/microsoft-drops-ie8-beta-2-first-impression/&#60;/a&#62;&#60;br /&#62;
How Long Does it Really Take to Evacuate a Plane? &#124; Autopia fr...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/cars/2008/08/as-your-flight.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/cars/2008/08/as-your-flight.html&#60;/a&#62;&#60;br /&#62;
Going From One Cell Type to Another Without Using Stem Cells &#124;...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/08/extreme-cell-ma.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/08/extreme-cell-ma.html&#60;/a&#62;&#60;br /&#62;
GeekDad Rates 7 Methods for Learning to Ride a Bike &#124; Geekdad ...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/geekdad/2008/08/geekdad-rates-7.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/geekdad/2008/08/geekdad-rates-7.html&#60;/a&#62;&#60;br /&#62;
Internet Explorer 8 Catches Up Shows Improvements With Beta 2 ...&#60;br /&#62;
&#60;a href=&#34;http://www.webmonkey.com/blog/Internet_Explorer_8_Catches_Up__Shows_Improvements__With_Beta_2&#34; rel=&#34;nofollow&#34;&#62;http://www.webmonkey.com/blog/Internet_Explorer_8_Catches_Up__Shows_Improvements__With_Beta_2&#60;/a&#62;&#60;br /&#62;
Gaping hole opened in Internet&#38;#39;s trust-based BGP protocol&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080827-inherent-security-flaw-poses-risk-to-internet-users.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080827-inherent-security-flaw-poses-risk-to-internet-users.html&#60;/a&#62;&#60;br /&#62;
IEBlog : Internet Explorer 8 Beta 2 Now Available&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx&#60;/a&#62;&#60;br /&#62;
IEBlog : Introducing Compatibility View&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx&#60;/a&#62;&#60;br /&#62;
IEBlog : Upgrading to Internet Explorer 8 Beta 2&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/08/27/upgrading-to-internet-explorer-8-beta-2.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/08/27/upgrading-to-internet-explorer-8-beta-2.aspx&#60;/a&#62;&#60;br /&#62;
Two cheers for the Target/NFB accessibility settlement - ODIN ...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/ODIN/blog/two-cheers-for-the-target-nfb-accessility-settlement&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/ODIN/blog/two-cheers-for-the-target-nfb-accessility-settlement&#60;/a&#62;&#60;br /&#62;
Opera&#38;#39;s CEO on future of Mobile technologies&#60;br /&#62;
&#60;a href=&#34;http://www.merinews.com/catFull.jsp?title=Opera&#38;#39;s%20CEO%20on%20future%20of%20Mobile%20technologies&#38;amp;articleID=140178&#34; rel=&#34;nofollow&#34;&#62;http://www.merinews.com/catFull.jsp?title=Opera&#38;#39;s%20CEO%20on%20future%20of%20Mobile%20technologies&#38;amp;articleID=140178&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; &#38;#39;Wave 3&#38;#39; of Windows Live Hotmail will offer IM&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Wave_3_of_Windows_Live_Hotmail_will_offer_IM/1219855584&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Wave_3_of_Windows_Live_Hotmail_will_offer_IM/1219855584&#60;/a&#62;&#60;br /&#62;
FOXNews.com - Why We Are All Insane - Science News &#124; Science &#38;amp;...&#60;br /&#62;
&#60;a href=&#34;http://www.foxnews.com/story/0,2933,410721,00.html&#34; rel=&#34;nofollow&#34;&#62;http://www.foxnews.com/story/0,2933,410721,00.html&#60;/a&#62;&#60;br /&#62;
Ubiquity prototype lets users take command of Firefox&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080827-ubiquity-prototype-lets-users-take-command-of-firefox.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080827-ubiquity-prototype-lets-users-take-command-of-firefox.html&#60;/a&#62;&#60;br /&#62;
Second Ubuntu Developer Week! &#124; The Fridge&#60;br /&#62;
&#60;a href=&#34;http://fridge.ubuntu.com/node/1629&#34; rel=&#34;nofollow&#34;&#62;http://fridge.ubuntu.com/node/1629&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Leaked HTC &#38;#39;G1&#38;#39; specifications reach critical mass&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Leaked_HTC_G1_specifications_reach_critical_mass/1219791247&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Leaked_HTC_G1_specifications_reach_critical_mass/1219791247&#60;/a&#62;&#60;br /&#62;
Opera Mini ad airing in Malaysia - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/08/27/opera-mini-ad-airing-in-malaysia&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/08/27/opera-mini-ad-airing-in-malaysia&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Google drops Bluetooth and GTalk APIs from Android ...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Google_drops_Bluetooth_and_GTalk_APIs_from_Android_SDK_09/1219791632&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Google_drops_Bluetooth_and_GTalk_APIs_from_Android_SDK_09/1219791632&#60;/a&#62;&#60;br /&#62;
BBC will keep episodes online longer - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/27/bbc-will-keep-episodes-online-longer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/27/bbc-will-keep-episodes-online-longer/&#60;/a&#62;&#60;br /&#62;
Northwestern fighting campus P2P use with... e-mail?&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080827-northwestern-fighting-campus-p2p-use-with-e-mail.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080827-northwestern-fighting-campus-p2p-use-with-e-mail.html&#60;/a&#62;&#60;br /&#62;
Massive iPhone Security Flaw Exposes All Private Data &#124; Gadget...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/gadgets/2008/08/massive-iphone.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/gadgets/2008/08/massive-iphone.html&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Time may be running out for a 64-bit Vista-based Zo...&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Time_may_be_running_out_for_a_64bit_Vistabased_ZoneAlarm/1219852967&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Time_may_be_running_out_for_a_64bit_Vistabased_ZoneAlarm/1219852967&#60;/a&#62;&#60;br /&#62;
California classifies LED building block as human carcinogen&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080827-california-classifies-led-building-block-as-human-carcinogen.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080827-california-classifies-led-building-block-as-human-carcinogen.html&#60;/a&#62;&#60;br /&#62;
EU pays for, then ignores study on copyright extension&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080827-eu-pays-for-then-ignores-study-on-copyright-extension.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080827-eu-pays-for-then-ignores-study-on-copyright-extension.html&#60;/a&#62;&#60;br /&#62;
Find and Fix Dead Pixels With Your Browser! - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/26/find-and-fix-dead-pixels-with-your-browser/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/26/find-and-fix-dead-pixels-with-your-browser/&#60;/a&#62;&#60;br /&#62;
IEBlog : IE8 Performance&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/08/26/ie8-performance.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/08/26/ie8-performance.aspx&#60;/a&#62;&#60;br /&#62;
The Lego Minifig Turns 30 &#124; Geekdad from Wired.com&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/geekdad/2008/08/the-lego-minifi.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/geekdad/2008/08/the-lego-minifi.html&#60;/a&#62;&#60;br /&#62;
List of Email Clients Available in Ubuntu Linux -- Ubuntu Geek&#60;br /&#62;
&#60;a href=&#34;http://www.ubuntugeek.com/list-of-email-clients-available-in-ubuntu-linux.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ubuntugeek.com/list-of-email-clients-available-in-ubuntu-linux.html&#60;/a&#62;&#60;br /&#62;
SPACE.com -- TV&#38;#39;s &#38;#39;Mythbusters&#38;#39; Tackle Moon Landing Hoax Claims&#60;br /&#62;
&#60;a href=&#34;http://www.space.com/entertainment/cs-080827-mythbusters-apollo-moon-hoax.html&#34; rel=&#34;nofollow&#34;&#62;http://www.space.com/entertainment/cs-080827-mythbusters-apollo-moon-hoax.html&#60;/a&#62;&#60;br /&#62;
Google Earth Reveals Sixth Sense of Cattle, Deer &#124; Wired Scien...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/08/google-earth-re.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/08/google-earth-re.html&#60;/a&#62;&#60;br /&#62;
HTML5 Validator now in beta - ODIN - by ODIN&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/ODIN/blog/html5-validator-now-in-beta&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/ODIN/blog/html5-validator-now-in-beta&#60;/a&#62;&#60;br /&#62;
Google begins rollout of Google Suggest search feature&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080826-google-begins-rollout-of-google-suggest-search-feature.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080826-google-begins-rollout-of-google-suggest-search-feature.html&#60;/a&#62;&#60;br /&#62;
Easy web-based proofing with ProofHQ - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/26/easy-web-based-proofing-with-proofhq/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/26/easy-web-based-proofing-with-proofhq/&#60;/a&#62;&#60;br /&#62;
Mozilla explores ways to make new Firefox tabs more useful - D...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/26/mozilla-explores-ways-to-make-new-firefox-tabs-more-useful/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/26/mozilla-explores-ways-to-make-new-firefox-tabs-more-useful/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; IE8 will feature privacy envelope, Microsoft confirms&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/IE8_will_feature_privacy_envelope_Microsoft_confirms/1219767033&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/IE8_will_feature_privacy_envelope_Microsoft_confirms/1219767033&#60;/a&#62;&#60;br /&#62;
Muse Wedding 2.0 keeps you organized - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/26/muse-wedding-2-0-keeps-you-organized/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/26/muse-wedding-2-0-keeps-you-organized/&#60;/a&#62;&#60;br /&#62;
What the font?! identifies fonts from images - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/26/what-the-font-identifies-fonts-from-images/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/26/what-the-font-identifies-fonts-from-images/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Prolific bicycle thief arrested&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7581764.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7581764.stm&#60;/a&#62;&#60;br /&#62;
OpenStomp Coyote-1 open-source guitar pedal now shipping - Eng...&#60;br /&#62;
&#60;a href=&#34;http://www.engadget.com/2008/08/25/openstomp-coyote-1-open-source-guitar-pedal-now-shipping/&#34; rel=&#34;nofollow&#34;&#62;http://www.engadget.com/2008/08/25/openstomp-coyote-1-open-source-guitar-pedal-now-shipping/&#60;/a&#62;&#60;br /&#62;
The blog of Rob Margel : Norfolk Panoramas&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/robmar/archive/2008/08/25/norfolk-panoramas.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/robmar/archive/2008/08/25/norfolk-panoramas.aspx&#60;/a&#62;&#60;br /&#62;
IEBlog : IE8 and Privacy&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/08/25/ie8-and-privacy.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/08/25/ie8-and-privacy.aspx&#60;/a&#62;&#60;br /&#62;
Cerulean Studios’ Blog » Blog Archive » Progress update.&#60;br /&#62;
&#60;a href=&#34;http://blog.ceruleanstudios.com/?p=378&#34; rel=&#34;nofollow&#34;&#62;http://blog.ceruleanstudios.com/?p=378&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; More HTC Dream details revealed through FCC&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/More_HTC_Dream_details_revealed_through_FCC/1219683707&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/More_HTC_Dream_details_revealed_through_FCC/1219683707&#60;/a&#62;&#60;br /&#62;
Inner? Outer? Beltline confusion ends soon :: WRAL.com&#60;br /&#62;
&#60;a href=&#34;http://www.wral.com/traffic/story/3429922/&#34; rel=&#34;nofollow&#34;&#62;http://www.wral.com/traffic/story/3429922/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Facebook worm still spreading&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Facebook_worm_still_spreading/1219684211&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Facebook_worm_still_spreading/1219684211&#60;/a&#62;&#60;br /&#62;
Screamer: Portable Internet Radio Streamer - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/25/screamer-portable-internet-radio-streamer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/25/screamer-portable-internet-radio-streamer/&#60;/a&#62;&#60;br /&#62;
Google: &#38;quot;No Trespassing&#38;quot; signs won&#38;#39;t stop Street View&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080824-google-no-tresspassing-signs-wont-stop-street-view.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080824-google-no-tresspassing-signs-wont-stop-street-view.html&#60;/a&#62;&#60;br /&#62;
Stop Blaming The WordPress Team » Weblog Tools Collection » Bl...&#60;br /&#62;
&#60;a href=&#34;http://weblogtoolscollection.com/archives/2008/08/24/stop-blaming-the-wordpress-team/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2008/08/24/stop-blaming-the-wordpress-team/&#60;/a&#62;&#60;br /&#62;
phpBB • View topic - Modification pre validator open for publi...&#60;br /&#62;
&#60;a href=&#34;http://www.phpbb.com/community/viewtopic.php?f=14&#38;amp;t=1149915&#34; rel=&#34;nofollow&#34;&#62;http://www.phpbb.com/community/viewtopic.php?f=14&#38;amp;t=1149915&#60;/a&#62;&#60;br /&#62;
Noel Gallagher encourages piracy, but only of rival bands&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15208.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15208.cfm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Science/Nature &#124; Solar plane makes night flights&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/science/nature/7577493.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/science/nature/7577493.stm&#60;/a&#62;&#60;br /&#62;
Antibody Engineering Cuts the Collateral Damage of Cancer Drug...&#60;br /&#62;
&#60;a href=&#34;http://blog.wired.com/wiredscience/2008/08/antibody-engine.html&#34; rel=&#34;nofollow&#34;&#62;http://blog.wired.com/wiredscience/2008/08/antibody-engine.html&#60;/a&#62;&#60;br /&#62;
Wired News - AP News&#60;br /&#62;
&#60;a href=&#34;http://news.wired.com/dynamic/stories/C/CVN_ANATOMY_OF_A_TEXT_MESSAGE?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-08-23-15-33-46&#34; rel=&#34;nofollow&#34;&#62;http://news.wired.com/dynamic/stories/C/CVN_ANATOMY_OF_A_TEXT_MESSAGE?SITE=WIRE&#38;amp;SECTION=HOME&#38;amp;TEMPLATE=DEFAULT&#38;amp;CTIME=2008-08-23-15-33-46&#60;/a&#62;&#60;br /&#62;
SonicShack desktop T-shirt designer - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/23/sonicshack-desktop-t-shirt-designer/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/23/sonicshack-desktop-t-shirt-designer/&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Peru throws out Amazon land laws&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7578040.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7578040.stm&#60;/a&#62;&#60;br /&#62;
Firefox 3.1 to get JavaScript performance boost &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/firefox-31-get-javascript-performance-boost&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/firefox-31-get-javascript-performance-boost&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Technology &#124; One laptop for every Niuean child&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/7576573.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/7576573.stm&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Asia-Pacific &#124; N Korea &#38;#39;develops special noodle&#38;#39;&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/asia-pacific/7578231.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/asia-pacific/7578231.stm&#60;/a&#62;&#60;br /&#62;
Firefox 3.1 to get JavaScript performance boost &#124; Avencius&#60;br /&#62;
&#60;a href=&#34;http://avencius.nl/content/firefox-31-get-javascript-performance-boost&#34; rel=&#34;nofollow&#34;&#62;http://avencius.nl/content/firefox-31-get-javascript-performance-boost&#60;/a&#62;&#60;br /&#62;
BBC NEWS &#124; Americas &#124; Peru throws out Amazon land laws&#60;br /&#62;
&#60;a href=&#34;http://news.bbc.co.uk/2/hi/americas/7578040.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/americas/7578040.stm&#60;/a&#62;&#60;br /&#62;
New Guide: Installing Ubuntu on your PS3&#60;br /&#62;
&#60;a href=&#34;http://www.afterdawn.com/news/archive/15204.cfm&#34; rel=&#34;nofollow&#34;&#62;http://www.afterdawn.com/news/archive/15204.cfm&#60;/a&#62;&#60;br /&#62;
Is Lastpass as good as they make it sound? - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/22/is-lastpass-as-good-as-they-make-it-sound/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/22/is-lastpass-as-good-as-they-make-it-sound/&#60;/a&#62;&#60;br /&#62;
BetaNews &#124; Vista&#38;#39;s image problem personified&#60;br /&#62;
&#60;a href=&#34;http://www.betanews.com/article/Vistas_image_problem_personified/1219344717&#34; rel=&#34;nofollow&#34;&#62;http://www.betanews.com/article/Vistas_image_problem_personified/1219344717&#60;/a&#62;&#60;br /&#62;
Bus company tries to shutter web-based ride-share service&#60;br /&#62;
&#60;a href=&#34;http://arstechnica.com/news.ars/post/20080822-bus-company-tries-to-shutter-web-based-ride-share-service.html&#34; rel=&#34;nofollow&#34;&#62;http://arstechnica.com/news.ars/post/20080822-bus-company-tries-to-shutter-web-based-ride-share-service.html&#60;/a&#62;&#60;br /&#62;
Digsby Blog » Weirdest Bug Ever&#60;br /&#62;
&#60;a href=&#34;http://blog.digsby.com/archives/49&#34; rel=&#34;nofollow&#34;&#62;http://blog.digsby.com/archives/49&#60;/a&#62;&#60;br /&#62;
Be part of the new My Opera! - My Opera Community&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/community/blog/2008/08/22/be-part-of-the-new-my-opera&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/community/blog/2008/08/22/be-part-of-the-new-my-opera&#60;/a&#62;&#60;br /&#62;
Open the Web update: Google, Facebook, Apple, eBay - ODIN - by...&#60;br /&#62;
&#60;a href=&#34;http://my.opera.com/ODIN/blog/2008/08/22/open-the-web-update-google-facebook-apple-ebay&#34; rel=&#34;nofollow&#34;&#62;http://my.opera.com/ODIN/blog/2008/08/22/open-the-web-update-google-facebook-apple-ebay&#60;/a&#62;&#60;br /&#62;
Going Ultra - The Zero Footprint Grail - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/22/going-ultra-the-zero-footprint-grail/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/22/going-ultra-the-zero-footprint-grail/&#60;/a&#62;&#60;br /&#62;
Unintelligencer Maeks U Rite Dum - Time Waster - Download Squad&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/22/unintelligencer-maeks-u-rite-dum-time-waster/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/22/unintelligencer-maeks-u-rite-dum-time-waster/&#60;/a&#62;&#60;br /&#62;
Microsoft releases Desktops, new virtual desktop manager - Dow...&#60;br /&#62;
&#60;a href=&#34;http://www.downloadsquad.com/2008/08/22/microsoft-releases-desktops-new-virtual-desktop-manager/&#34; rel=&#34;nofollow&#34;&#62;http://www.downloadsquad.com/2008/08/22/microsoft-releases-desktops-new-virtual-desktop-manager/&#60;/a&#62;&#60;br /&#62;
Jetscreenshot Captures, Uploads in Two Easy Steps. Sort Of. -</description>
		</item>
		<item>
			<title>kyleabaker on "to-do: phpBB3 BimmerMania.com Conversion"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=8#post-66</link>
			<pubDate>Tue, 23 Sep 2008 00:04:56 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">66@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;One more completed (a week or two ago):&#60;br /&#62;
--&#60;br /&#62;
#9: links - BimmerMania.com &#38;gt;&#38;gt; Links (extends to all custom pages)&#60;br /&#62;
--&#60;br /&#62;
One more to-do item to go until I complete this list and then soon make a brand new one!&#60;br /&#62;
#1 - site news in a side bar&#60;br /&#62;
--&#60;br /&#62;
Unobtainable list item at this time:&#60;br /&#62;
#11 - garage - find one so you can move over the current cars (probably going to get pushed into the next to-do list since it will be a while before this is completed)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "kyleabaker.com - k2 versions installed (WordPress)"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=19#post-65</link>
			<pubDate>Thu, 18 Sep 2008 15:32:23 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">65@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;k2-RC7-revision-720-2008-09-18.zip&#60;br /&#62;
&#60;a href=&#34;http://getk2.com/nightly/k2-RC7-revision-720-2008-09-18.zip&#34; rel=&#34;nofollow&#34;&#62;http://getk2.com/nightly/k2-RC7-revision-720-2008-09-18.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Updated/Replaced changed files:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Changed paths:&#60;br /&#62;
   M /trunk/app/display/options.php&#60;br /&#62;
   M /trunk/css/options.css&#60;/p&#62;
&#60;p&#62;Tweaked options appearance for WP 2.7.&#60;br /&#62;
added missing form labels
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>kyleabaker on "Opera: Blocked Content List"</title>
			<link>http://kyleabaker.com/bbpress/topic.php?id=22#post-64</link>
			<pubDate>Wed, 10 Sep 2008 18:12:44 +0000</pubDate>
			<dc:creator>kyleabaker</dc:creator>
			<guid isPermaLink="false">64@http://kyleabaker.com/bbpress/</guid>
			<description>&#60;p&#62;Opera Preferences version 2.1&#60;br /&#62;
; Do not edit this file while Opera is running&#60;br /&#62;
; This file is stored in UTF-8 encoding&#60;/p&#62;
&#60;p&#62;[prefs]&#60;br /&#62;
prioritize excludelist=1&#60;/p&#62;
&#60;p&#62;[include]&#60;br /&#62;
*&#60;/p&#62;
&#60;p&#62;[exclude]&#60;br /&#62;
*/adclick/*&#60;br /&#62;
*/Ads/*&#60;br /&#62;
*/cgi-bin/featured_ads.pl?*&#60;br /&#62;
*/echo_ad.php?*&#60;br /&#62;
*/hbx.js&#60;br /&#62;
*/LinkExchange/*&#60;br /&#62;
*/phpAds/*&#60;br /&#62;
*/phpAdsNew/*&#60;br /&#62;
*://ad.*&#60;br /&#62;
*://ads.*&#60;br /&#62;
*://adserving.*&#60;br /&#62;
*://ads1.*&#60;br /&#62;
*://adsyndication.*&#60;br /&#62;
*://rad.msn.com/*&#60;br /&#62;
*.rad.msn.com/*&#60;br /&#62;
*://ads2.*&#60;br /&#62;
*://ads3.*&#60;br /&#62;
*.2mdn.net*&#60;br /&#62;
*.adbrite.com*&#60;br /&#62;
*.adbureau.net*&#60;br /&#62;
*.adengage.com*&#60;br /&#62;
*.adjug.com/*&#60;br /&#62;
*.adjuggler.com*&#60;br /&#62;
*.adnetinteractive.com*&#60;br /&#62;
*.adotube.com*&#60;br /&#62;
*.adreactor.com*&#60;br /&#62;
*.adsdk.com*&#60;br /&#62;
*.adshuffle.com*&#60;br /&#62;
*adsyndication*.msn.com*&#60;br /&#62;
*.adtechus.com*&#60;br /&#62;
*.adultfriendfinder.com*&#60;br /&#62;
*.advertising.com*&#60;br /&#62;
*.atwola.com*&#60;br /&#62;
*.atdmt.com*&#60;br /&#62;
*.bidvertiser.com/*&#60;br /&#62;
*blatsnarf.net/a/*&#60;br /&#62;
*.casalemedia.com*&#60;br /&#62;
*.chitika.net*&#60;br /&#62;
*.com.com*&#60;br /&#62;
*content.yieldmanager.edgesuite.net/atoms/*&#60;br /&#62;
*.contextweb.com*&#60;br /&#62;
*.cpmstar.com*&#60;br /&#62;
*.doubleclick.net*&#60;br /&#62;
*.edgesuite.net*&#60;br /&#62;
*.enoratraffic.com*&#60;br /&#62;
*.etology.com*&#60;br /&#62;
*.fastclick.net*&#60;br /&#62;
*.fimserve.com*&#60;br /&#62;
*.fimservecdn.com*&#60;br /&#62;
*.fling.com*&#60;br /&#62;
*.gettraffic.com/*&#60;br /&#62;
*.googleadservices.com*&#60;br /&#62;
*.googlesyndication.com*&#60;br /&#62;
*.intellitxt.com*&#60;br /&#62;
*.kontera.com*&#60;br /&#62;
*.mediaplex.com*&#60;br /&#62;
*media.brandreachsys.com/*&#60;br /&#62;
*.megaclick.com/ad.code?*&#60;br /&#62;
*.megavideo.com/xml/videoad.php?*&#60;br /&#62;
*.openx.org/*&#60;br /&#62;
*optimized-by.rubiconproject.com/*&#60;br /&#62;
*.pepperjamnetwork.com*&#60;br /&#62;
*.pheedo.com*&#60;br /&#62;
*.predictad.com/*&#60;br /&#62;
*.primaryads.com/*&#60;br /&#62;
*.quantserve.com/*&#60;br /&#62;
*.serving-sys.com*&#60;br /&#62;
*.snap.com/*&#60;br /&#62;
*tag.contextweb.com/*&#60;br /&#62;
*.tradepub.com*&#60;br /&#62;
*.trafficmp.com*&#60;br /&#62;
*.tribalfusion.com*&#60;br /&#62;
*.turn.com*&#60;br /&#62;
*.ventivmedia.com*&#60;br /&#62;
*.wibiya.com*&#60;br /&#62;
*.widgetbucks.com/*&#60;br /&#62;
*.zedo.com*&#60;br /&#62;
*cdn.myspacecdn.com*&#60;br /&#62;
*cms.myspacecdn.com*&#60;br /&#62;
&#60;a href=&#34;http://i212.photobucket.com/albums/cc94/Dl4All/temp/Sponsor.gif&#34; rel=&#34;nofollow&#34;&#62;http://i212.photobucket.com/albums/cc94/Dl4All/temp/Sponsor.gif&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

