<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brett Jenkins &#187; Technology</title>
	<atom:link href="http://www.brettjenkins.co.uk/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brettjenkins.co.uk</link>
	<description>brett@brettjenkins.co.uk</description>
	<lastBuildDate>Mon, 31 May 2010 02:25:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Icecast Total Hours Script</title>
		<link>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/</link>
		<comments>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:35:22 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SRA]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/?p=206</guid>
		<description><![CDATA[Hey,
I&#8217;ve had some interest in my icecast script over at the SRA forums, so I thought i&#8217;d post it here so that anyone who cares can read and do what they want with it!
This is my listener_join.php:
http://brettjenkins.co.uk/code/icecast/listener_join.txt
This is listener_leave.php:
http://brettjenkins.co.uk/code/icecast/listener_leave.txt
This is the SQL database structure:
CREATE TABLE IF NOT EXISTS `icecast` (
`id` int(11) NOT NULL auto_increment,
`icecast_id` int(11) [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;ve had some interest in my icecast script over at the <a href="http://www.studentradio.org.uk/site/forum.php?mode=thread&amp;cat=4&amp;thread=151" class="broken_link">SRA forums</a>, so I thought i&#8217;d post it here so that anyone who cares can read and do what they want with it!</p>
<p>This is my listener_join.php:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast/listener_join.txt">http://brettjenkins.co.uk/code/icecast/listener_join.txt</a></p>
<p>This is listener_leave.php:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast/listener_leave.txt">http://brettjenkins.co.uk/code/icecast/listener_leave.txt</a></p>
<p>This is the SQL database structure:<br />
<code>CREATE TABLE IF NOT EXISTS `icecast` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`icecast_id` int(11) NOT NULL,<br />
`datetime_start` datetime NOT NULL,<br />
`datetime_end` datetime default NULL,<br />
`ip` varchar(20) NOT NULL,<br />
`mount` varchar(20) NOT NULL,<br />
`duration` int(11) default NULL,<br />
`agent` varchar(200) default NULL,<br />
`server` varchar(50) default NULL,<br />
`port` int(11) default NULL,<br />
`user` varchar(20) default NULL,<br />
`pass` varchar(20) default NULL,<br />
PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3087 ;</code></p>
<p>Some of the code probably isn&#8217;t as efficient as it could be, and if you want to tidy it up yourself thats cool, but I just programmed this fast.</p>
<p>This is a template for the icecast.xml file in the icecast server directory:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast.xml">http://brettjenkins.co.uk/code/icecast.xml</a></p>
<p>Thats the backend sorted, there needs to be a front end to display the data, this is our main frontend stuff:<br />
<a href="http://brettjenkins.co.uk/code/icecast-admin/">http://brettjenkins.co.uk/code/icecast-admin/</a></p>
<p>I&#8217;ll just repeat that most of this was programmed quickly and wasn&#8217;t necessarily programmed with best practise in mind &#8211; the front end is very basic and there is a lot of scope for improvement if someone wanted to improve it.</p>
<p>Hope this helps!</p>
<p>P.S. Big thanks to the SRA for nominating me/xtreme for Best Technical Achievement Award <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve now gone completely Wordpressed!</title>
		<link>http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/</link>
		<comments>http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/#comments</comments>
		<pubDate>Fri, 01 May 2009 02:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/</guid>
		<description><![CDATA[I&#8217;ve now gone completely wordpressed for this site, it was a lot easier than I thought it would be, and I even imported all the old blog posts from the old blog   Now all the pages and posts are managed by wordpress&#8230;. God I love wordpress  
I&#8217;ll post exciting stuff tomorrow! Keep [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now gone completely wordpressed for this site, it was a lot easier than I thought it would be, and I even imported all the old blog posts from the old blog <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now all the pages and posts are managed by wordpress&#8230;. God I love wordpress <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll post exciting stuff tomorrow! Keep tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/05/01/ive-now-gone-completely-wordpressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 2009!</title>
		<link>http://www.brettjenkins.co.uk/2009/02/01/happy-2009/</link>
		<comments>http://www.brettjenkins.co.uk/2009/02/01/happy-2009/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 02:39:13 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Masterchef]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[Superbar]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=146</guid>
		<description><![CDATA[Hey all, welcome to my new post of 2009!
Firstly, the new version of Wordpress is looking nice, they&#8217;ve completely changed the look of it, but I like it (i&#8217;m talking about the administrative backend here), Wordpress is definately the one to beat in terms of blog CMS!
Secondly, welcome to 2009! Yep we are finally in [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all, welcome to my new post of 2009!</p>
<p>Firstly, the new version of Wordpress is looking nice, they&#8217;ve completely changed the look of it, but I like it (i&#8217;m talking about the administrative backend here), Wordpress is definately the one to beat in terms of blog CMS!</p>
<p>Secondly, welcome to 2009! Yep we are finally in 2009, and so we say goodbye to 2008. I don&#8217;t really have any new years resolutions apart from try and do well in my course at university and the like!</p>
<p>Thirdly, shoutout to Sam Hastings! This guy designed the previous iteration of this site and was on Masterchef on Wednesday! He unfortunately was the first to be kicked out&#8230; oh well he can still cook way better than me, which I find scary&#8230;</p>
<p>Also, i&#8217;ve been out and about doing all kinds of stuff to the Xtreme website which will be unleashed when the new studio is completed&#8230;</p>
<p>However the thing I most want to talk about is&#8230;</p>
<p>Windows 7</p>
<p>This is the new version of Windows (obviously) and is currently out there in beta form, and I have it <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve had it installed practically from day 1 of the beta, and I love it. I&#8217;ve only gone back to Vista once for a gig (where I had to obviously use stable  &#8211; as opposed to beta &#8211; software). It&#8217;s great! The superbar while initially unusual to see on a Windows machine becomes more and more natural to use, and when I went back to Vista the other day it seemed weird going back to the old taskbar! It feels quite natural to use once you get the hang of it. Plus Windows 7 just seems faster, and this isn&#8217;t because nothing is installed on it! I have loads of programs installed as i&#8217;m using it as my primary OS, and it just seems snappier it&#8217;s great. Even the new Windows loading screen is cool <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There are one or two bugs however. I&#8217;m getting an occassional screen tearing/flickering which I suppose i&#8217;ll put down to drivers? (I&#8217;m using the drivers for my graphics card supplied by Microsoft as apparrently they are the most recent drivers for my graphics card &#8211; an intel integrated graphics job.) But that isn&#8217;t a show stopper and will probably be improved with better drivers. The notes application also is a bit weird, you&#8217;d naturally assume you can pin the notes to the desktop, which would make sense with aero peek, but no they are just a normal application, so that doesn&#8217;t work the way I would have expected. I&#8217;ve sent my feedback to Microsoft so hopefully they&#8217;ll take my comments on board, but I am one of many!</p>
<p>I&#8217;ll try and make more blog posts on here this year, in fact that can be more of my new years resolutions! However I only tend to want to make a blog post when I have something worth writing about! I try and update my twitter status more often (which you can see at the left of every page on this website), you&#8217;re welcome to follow me <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  although I mostly just twitter what i&#8217;m doing and stuff I do try and twitter some interesting things sometimes, although lets face it i&#8217;m slightly more boring than <a title="Stephen Fry on Twitter" href="http://twitter.com/stephenfry" target="_blank">@stephenfry</a> <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Cheerio<br />
Brett</p>
<p>P.S. This is genius:<br />
<object width="480" height="295" data="http://www.youtube.com/v/4pXfHLUlZf4&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4pXfHLUlZf4&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>I&#8217;m so immature <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/02/01/happy-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chrome, TWiT and Xtreme</title>
		<link>http://www.brettjenkins.co.uk/2008/09/09/chrome-twit-and-xtreme/</link>
		<comments>http://www.brettjenkins.co.uk/2008/09/09/chrome-twit-and-xtreme/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 01:03:57 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Leo Laporte]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Paul Thurrott]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[TWiT]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xtreme]]></category>
		<category><![CDATA[xtreme radio]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=134</guid>
		<description><![CDATA[Hey, it&#8217;s been a while since i&#8217;ve posted. I&#8217;ve been busy working on the new Xtreme Radio website, over at xtremeradio.org. I&#8217;ve installed Joomla and done some integration stuff, and I have pretty much come to the conclusion that Wordpress is the best CMS out there. Unfortunately it&#8217;s not quite suitable for a radio site, [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, it&#8217;s been a while since i&#8217;ve posted. I&#8217;ve been busy working on the new Xtreme Radio website, over at xtremeradio.org. I&#8217;ve installed Joomla and done some integration stuff, and I have pretty much come to the conclusion that Wordpress is the best CMS out there. Unfortunately it&#8217;s not quite suitable for a radio site, but if it was more &#8216;CMSey&#8217; i&#8217;d use it in a shot. Wordpress is so well designed, it&#8217;s so easy to integrate into a site, the back-end looks really nice and iis easy to use, which I cannot say for Joomla. Joomla&#8217;s backend is confusing and awkard, I really dislike it. In an ideal world I&#8217;d live without a CMS controlled website. I prefer to get more control over my site, no site i&#8217;ve made has ever used CMS (excluding blogs like this one of course, where CMS&#8217;s like wordpress make sense). I&#8217;ve had to give up quite a bit of control with Joomla, as I don&#8217;t fancy editing it outside of the themes folder, because it makes upgrading harder etc.<br />
We&#8217;re aiming to launch it for the start of the new university term so look forward to that!</p>
<p>So Google Chrome came out this week then, in fact I&#8217;m actually using it to post this! Luckily Google has changed their EULA that made all content posted via their browser usable by Google, not that Google would want to use this for anything but still. I&#8217;m quite impressed with Chrome, it&#8217;s fast, very fast, it looks VERY sexy on Vista, unlike Firefox (well by default anyway), and even better than IE7/8. I like the minimalistic style, and the lack of Adblock and a few other extensions doesn&#8217;t really bother me. Especially because I was beginning to disable it for a few sites that I visit a lot, as you know I feel bad using certain sites pretty regularly and then disabling their adverts. But anyway Chrome is great, I&#8217;ve been using it more and more recently, it is very nice.</p>
<p>You may have noticed a couple of new external links on the left hand side. I wondered if it was the right thing to do to put links to sites that perhaps say are not related to me, because it&#8217;s kind of a CV style site, but I decided to put them in as they are two very good sites that perhaps some people that come here may be interested in. They are twit.tv and the supersite for windows. Both of these sites are brilliant in their own way. I&#8217;ve been on and off reading the supersite for windows for years, I usually visit it when expecting a big release, such as Vista, and reading up about it before it&#8217;s publicly available, or just before I can get it. Although recently I&#8217;ve been visiting it more often, because it&#8217;s a very interesting site. I recommend anyone who&#8217;s interested in Windows and the future of Windows, and other Microsoft products I may add, to visit it.</p>
<p>Twit.tv is not a mild insult, but actually a very good podcast network. I first found out about twit, from Paul Thurrott&#8217;s Supersite for Windows, where I found out that he did a Windows Weekly podcast with Leo Laporte. I started listening to the podcast quite late on, but when I did start listening I found it very interesting and informative. I didn&#8217;t know who Leo Laporte was back then, but after slowly over the past year getting into more and more of his podcasts, like Security Now (with GRC&#8217;s Steve Gibson) and This Week in Tech (where TWiT gets it&#8217;s name), it is clear that he is a legend! I&#8217;ve also recently over the summer holiday&#8217;s got into TwitLive.tv, which is basically a live video stream of Leo recording his podcasts, often with user interaction via the Chatroom, especially in-between podcasts. As someone who is interested in Technology and Radio, this sort of thing really interests me, and so anyone else out there who is also interested in this kind of thing might do well to listen in. He usually starts at 6PM British Time (11PM Pacific, where he&#8217;s based). He even did a live Interview with Robert Llewelyn recently, you know that guy who does &#8220;Scrapheap Challenge&#8221; and the excellent &#8220;How Things Work&#8221;.</p>
<p>I&#8217;ve now officially passed the first year of University, which is nice! Computer Science, while often interesting, is a very hard course! I await the second year with nervous anticipation! <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway thanks for reading, you must have the patience of a saint <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/09/09/chrome-twit-and-xtreme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google to launch browser today!</title>
		<link>http://www.brettjenkins.co.uk/2008/09/02/google-to-launch-browser-today/</link>
		<comments>http://www.brettjenkins.co.uk/2008/09/02/google-to-launch-browser-today/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 09:58:42 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=125</guid>
		<description><![CDATA[[/caption]
Google is going to release a new browser sometime today, which has been announced in the past day. I&#8217;ve read the 30odd page comic book style explanation of Google Chrome, and I must say I am very impressed. It seems they have seriously thought about all sorts of things, including, sandboxing. Which i&#8217;m very excited [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_127" class="wp-caption alignright" style="width: 190px"><p class="wp-caption-text">Google to release new browser today</p></div>[/caption]
<p>Google is going to release a new browser sometime today, which has been announced in the past day. I&#8217;ve read the 30odd page comic book style explanation of Google Chrome, and I must say I am very impressed. It seems they have seriously thought about all sorts of things, including, sandboxing. Which i&#8217;m very excited about. Currently only IE7 (and <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> do any kind of sandboxing, and only on Vista. Mozilla Firefox is not expected to be sandboxed until Firefox 4! So this is a big big security improvement. I&#8217;m also excited by the new process based system, where each tab gets its own process. So if something in that tab makes it crash, you don&#8217;t lose the whole browser!</p>
<p>So I&#8217;m going to be downloading and installing this beta as soon as it comes out, as it looks very very exciting. There&#8217;s currently no Google Chrome page, but I assume that will arrive later today, in the meantime see:</p>
<p><a title="Google Blog: A fresh take on the browser" href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">Google Blog Post on Chrome</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/09/02/google-to-launch-browser-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Beta 2 released</title>
		<link>http://www.brettjenkins.co.uk/2008/08/27/internet-explorer-8-beta-2-released/</link>
		<comments>http://www.brettjenkins.co.uk/2008/08/27/internet-explorer-8-beta-2-released/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 21:49:23 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[beta 2]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=111</guid>
		<description><![CDATA[[/caption]
Internet Explorer 8 Beta 2 has been released today. I&#8217;m currently downloading and will play with it   Download it over at the IE8 Beta site here.
Overview
See what we’ve done to put the web at your service and make Internet Explorer 8 the best browser for everyday browsing.
Accelerators
Accelerators let you efficiently complete your everyday [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_112" class="wp-caption alignright" style="width: 133px"><p class="wp-caption-text">Internet Explorer 8 Beta 2 now available.</p></div>[/caption]
<p>Internet Explorer 8 Beta 2 has been released today. I&#8217;m currently downloading and will play with it <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Download it over at the IE8 Beta site <a title="IE8 Beta" href="http://www.microsoft.com/windows/internet-explorer/beta/" target="_blank">here</a>.</p>
<blockquote><p>Overview</p>
<p>See what we’ve done to put the web at your service and make Internet Explorer 8 the best browser for everyday browsing.</p>
<p>Accelerators</p>
<p>Accelerators let you efficiently complete your everyday browsing activities like mapping directions, translating words, emailing your friends, and more in just a few mouse clicks. Learn more.</p>
<p>InPrivate Browsing</p>
<p>Browse the web without saving your history with Internet Explorer 8’s InPrivate Browsing. Now you can shop for that special gift with confidence knowing your family won’t accidentally find out or use a shared computer without leaving a trace. Learn More.</p>
<p>Web Slices</p>
<p>Keep up with changes to the sites you care about most. Add a Web Slice and you won’t have to go back to the same website again and again for updates on news, stock quotes, online auctions, weather, or even sports scores. Learn more.</p>
<p>Search suggestions</p>
<p>Search smarter with detailed suggestions from your favorite search providers and browsing history. See visual previews and get suggested content topics while you type in the enhanced Instant Search Box.</p>
<p>SmartScreen Filter</p>
<p>New security features help to protect you against deceptive and malicious websites which can compromise your data, privacy and identity.</p></blockquote>
<p>Source: <a title="Internet Explorer 8: Features" href="http://www.microsoft.com/windows/internet-explorer/beta/features/overview.aspx?tabid=1&amp;catid=1" target="_blank">IE8 Features Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/08/27/internet-explorer-8-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International Space Station computers infected</title>
		<link>http://www.brettjenkins.co.uk/2008/08/27/international-space-station-computers-infected/</link>
		<comments>http://www.brettjenkins.co.uk/2008/08/27/international-space-station-computers-infected/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 18:58:50 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gammima.AG]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[nasa]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=105</guid>
		<description><![CDATA[[/caption]
This is interesting and a little worrying:
Nasa has confirmed that laptops aboard the International Space Station (ISS) became infected with the Gammima.AG computer virus.
The computer virus that infects machines in order to steal login details for online games and although it is a nuisance, it isn&#8217;t considered to be a highly serious virus.
However, the fact [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_108" class="wp-caption alignright" style="width: 154px"><p class="wp-caption-text">International Space Station catches virus</p></div>[/caption]
<p>This is interesting and a little worrying:</p>
<blockquote><p>Nasa has confirmed that laptops aboard the International Space Station (ISS) became infected with the Gammima.AG computer virus.</p>
<p>The computer virus that infects machines in order to steal login details for online games and although it is a nuisance, it isn&#8217;t considered to be a highly serious virus.</p>
<p>However, the fact that the laptops used by astronauts to send emails, watch videos and record details relating to experiments did get infected is a cause of concern.</p>
<p>The machines reportedly did not have anti-virus protection, although Nasa told Channel 4 News that they were not mission critical machines.</p>
<p>However, when I asked their spokesman Kelly Humphries whether they were connected to the ISS&#8217;s mission critical computer network, the telephone line appeared to go down.</p>
<p>After about twenty seconds of silence, I asked, &#8220;are you still there?&#8221;, he replied:&#8221;yes&#8221; although when I repeated the question, the line went dead again.</p>
<p>After repeating this part of the conversation for five minutes, Nasa refused to deny that the computers were indeed connected to the network, but then they also refused to say they were.</p>
<p>Nasa said it&#8217;s not the first time a computer has been infected with a virus. When I asked &#8220;is it then routine?&#8221; I was told &#8220;it&#8217;s not routine but it&#8217;s a nuisance&#8221;</p></blockquote>
<p>Source: <a title="Channel 4 News: A virus in space?" href="http://www.channel4.com/news/articles/science_technology/a+virus+in+space/2436182">Channel 4 News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/08/27/international-space-station-computers-infected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone advert banned in the UK</title>
		<link>http://www.brettjenkins.co.uk/2008/08/27/iphone-advert-banned-in-the-uk/</link>
		<comments>http://www.brettjenkins.co.uk/2008/08/27/iphone-advert-banned-in-the-uk/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 00:48:34 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=98</guid>
		<description><![CDATA[A television advert for Apple’s iPhone has been banned after the official watchdog ruled that it misled viewers.]]></description>
			<content:encoded><![CDATA[<p>An iPhone advert has been banned in the UK after Advertising Standards Authority deemed it misleading.</p>
<p>This is the advert:</p>
<p><object type="application/x-shockwave-flash" style="width:425px; height:344px;" data="http://www.youtube.com/v/Fl8kIbzSh3Q"><param name="movie" value="http://www.youtube.com/v/Fl8kIbzSh3Q" /></object></p>
<p>from The Telegraph:</p>
<blockquote><p>A television advert for Apple&#8217;s iPhone has been banned after the official watchdog ruled that it misled viewers.</p>
<p>The advert for the handset showed the phone in someone&#8217;s hand and a finger touching the different icons on the main page.</p>
<p>The voice-over then boasts about how iPhone owners can access &#8220;all parts&#8221; of the internet at a touch of a button.</p>
<p>&#8220;You never know which part of the internet you&#8217;ll need,&#8221; it says.</p>
<p>&#8220;The do you need sun cream part? The what&#8217;s the quickest way to the airport part? The what about an ocean view room part? &#8230;Which is why all the parts of the internet are on the iPhone.&#8221;</p>
<p>Customers complained that the claim was untrue because the iPhone did not support Flash or Java, two pieces of software needed to watch some online videos and access some websites.</p>
<p>Apple said that the advert was not about &#8220;technical details&#8221; but about highlighting the varied websites that owners of the iPhone can access.</p>
<p>It added that none of the websites featured in the advert required Flash of Java. However, the Advertising Standards Authority ruled that the advert gave &#8220;a misleading impression&#8221; of the internet capabilities of the iPhone, which doubles as a phone, iPod and internet browser.</p>
<p>&#8220;We considered that, because the ad had not explained the limitations, viewers were likely to expect to be able to see all the content on a website normally accessible through a PC rather than just having the ability to reach the website,&#8221; it said in its ruling.</p>
<p>A spokesman for Apple declined to comment.</p></blockquote>
<p>Source: <a title="Telegraph - Apple iPhone advert censored by watchdog" href="http://www.telegraph.co.uk/connected/main.jhtml?xml=/connected/2008/08/26/niphone126.xml" target="_blank">Telegraph Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/08/27/iphone-advert-banned-in-the-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bank details sold on ebay for £35</title>
		<link>http://www.brettjenkins.co.uk/2008/08/26/bank-details-sold-on-ebay-for-35/</link>
		<comments>http://www.brettjenkins.co.uk/2008/08/26/bank-details-sold-on-ebay-for-35/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 19:24:14 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[mail source]]></category>
		<category><![CDATA[natwest]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=94</guid>
		<description><![CDATA[Yes, you&#8217;ve read that right. Mail Source, a company which stores customer data for banks, has sold a server on ebay for £35 with Natwest and Royal Bank of Scotland data on it amongst others.
The decommissioned server was stored in a secure room, but for some reason that server ended up on eBay, and sold [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, you&#8217;ve read that right. Mail Source, a company which stores customer data for banks, has sold a server on ebay for £35 with Natwest and Royal Bank of Scotland data on it amongst others.</p>
<p>The decommissioned server was stored in a secure room, but for some reason that server ended up on eBay, and sold for £35.</p>
<p>Does anyone in the real world know anything about Computer Security!? Why should we give our data to people who seem to know nothing about basic data security? It was so lucky that a good guy ended up with the servers rather than a less honest person.</p>
<p>Sigh.</p>
<p>Source: <a title="Google News - Bank details sold on ebay for £35" href="http://news.google.co.uk/news?hl=en&amp;ie=UTF-8&amp;tab=wn&amp;ncl=1239944060" target="_blank">Google News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/08/26/bank-details-sold-on-ebay-for-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Americans use Xbox Live to Register for Presidential Elections</title>
		<link>http://www.brettjenkins.co.uk/2008/08/26/americans-use-xbox-live-to-register-for-presidential-elections/</link>
		<comments>http://www.brettjenkins.co.uk/2008/08/26/americans-use-xbox-live-to-register-for-presidential-elections/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 00:13:09 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[presidential election]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=77</guid>
		<description><![CDATA[Americans will soon be able to use Xbox Live to register to vote in the November presidential elections.
Xbox Live members will also be able to take part in polls to gauge their voting intentions.]]></description>
			<content:encoded><![CDATA[<p>This is an interesting way to attract younger voters:</p>
<blockquote>
<div class="headline">Xbox Live in youth voting drive</div>
<p><strong> Americans will soon be able to use Xbox Live to register to vote in the November presidential elections. </strong></p>
<p>Microsoft has signed a partnership with activist group Rock The Vote to boost interest in the upcoming election among young people.</p>
<p>As part of the tie-up Xbox Live members will also be able to take part in polls to gauge their voting intentions.</p>
<p>A forum on Xbox Live will also be used to gather opinions from gamers that will be shared with candidates.</p>
<div class="bo">
<p><strong> Party politics </strong></p>
<p>&#8220;To realise our goal of registering two million young Americans by this fall, we need to go where young Americans are,&#8221; said Heather Smith, executive director of Rock the Vote, in a statement. &#8220;There&#8217;s no doubt in our minds that many are on Xbox 360 and Xbox Live.&#8221;</p>
<p>Microsoft said that the Rock The Vote campaign to use Xbox Live would begin on 25 August.</p>
<p>In the past Rock The Vote has also worked with MySpace to encourage bands that promote their music via the social networking site to get fans to register to vote.</p>
<p>Through the partnership with Rock The Vote, Microsoft is also planning to have a presence at the Republican and Democrat party conventions to educate politicians about it and its members views.</p>
<p>Some aspects of Xbox Live are free but for a monthly fee members can take on other console owners in online games. In the UK the annual fee for the service is £39.99.</p>
<p>In May 2008 Microsoft announced that it had 12 million subscribers for Xbox Live spread across 26 countries
</p></div>
</blockquote>
<p>Will this work? Well, I don&#8217;t think it will. People playing on an xbox, won&#8217;t suddenly decide to register to vote&#8230; will they? However time will tell, it will be interesting to see how this ends up.</p>
<p>Source: http://news.bbc.co.uk/1/hi/technology/7576956.stm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/08/26/americans-use-xbox-live-to-register-for-presidential-elections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
