<?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>Avenyet</title>
	<atom:link href="http://www.avenyet.co.uk/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avenyet.co.uk</link>
	<description>My Attempt at a Personal Blog</description>
	<lastBuildDate>Sun, 23 Oct 2011 11:38:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Classic ASP debug error messages in IIS 7</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/28/classic-asp-debug-error-messages-in-iis-7/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/28/classic-asp-debug-error-messages-in-iis-7/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 10:50:53 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Homebrew]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[500 error]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[iis 7]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/28/classic-asp-debug-error-messages-in-iis-7/</guid>
		<description><![CDATA[unfortunately some of us still have to maintain ASP websites and even write code on a daily bases using it. thought Microsoft were nice enough to include an ASP addon for IIS 7 which works a treat on server 2008 but there are a few things that need to be addressed first. mainly turn on [...]]]></description>
			<content:encoded><![CDATA[<p>unfortunately some of us still have to maintain ASP websites and even write code on a daily bases using it.</p>
<p>thought Microsoft were nice enough to include an ASP addon for IIS 7 which works a treat on server 2008 but there are a few things that need to be addressed first.</p>
<p>mainly turn on debug info!!</p>
<p>on server all you need to do is bash this into the command prompt</p>
<p><strong>%windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true</strong></p>
<p>yes that was easy.</p>
<p>on windows 7 or vista you will need this as well</p>
<p><strong>%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpErrors -errorMode:Detailed </strong></p>
<p>Took me best part of a day to work that second line out since I didn&#8217;t need it on server 2008.</p>
<p>Not to mention you will need to mess around with the firewall and other things but this should help someone! most likely me next time I need to set this up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/28/classic-asp-debug-error-messages-in-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAS Vs. File Server</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/27/nas-vs-file-server/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/27/nas-vs-file-server/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 12:24:10 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[ITX]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/27/nas-vs-file-server/</guid>
		<description><![CDATA[Since storage is 1p for 4GB (at time of writing on a 1TB drive) there is really no reason not to have a central storage solution. Even if you only have one computer its still very useful because you may have a PS3, 360 or even a blu ray player that can read file servers. [...]]]></description>
			<content:encoded><![CDATA[<p>Since storage is 1p for 4GB (at time of writing on a 1TB drive) there is really no reason not to have a central storage solution. Even if you only have one computer its still very useful because you may have a PS3, 360 or even a blu ray player that can read file servers. But the question is do you build/buy a machine that can handle all your file sharing needs and many more or do you buy a network attached storage device?</p>
<p>Well 3 years ago you would have laughed off such an idea and had said network attached storage (NAS) since they were cheaper and used less power than a traditional server.</p>
<p>Now its role reversal a U1 NAS box can now cost about 3 times as much as a cheap U1 windows server (with OS). now since NAS boxes can be evil to set up and maintain, mainly because they use a very cut down version of Linux/Unix so when something goes wrong it normally means digging through Google search results for a few days until you find a solution.</p>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/ts-rixl_r5_c2-lg.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="ts-rixl_r5_c2-lg" border="0" alt="ts-rixl_r5_c2-lg" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/ts-rixl_r5_c2-lg_thumb.jpg" width="420" height="296" /></a></p>
<p>So in an rack environment a server wins without question since you can actually have control over it remotely without headaches (as long as you install a full OS on it).</p>
<p>But how about in a small business or home environment, The reason I&#8217;m lumping these together is because to be honest they have very similar requirements these days, apart from a small business will do backups more often (in real life this is never the case).</p>
<p>Now this is where it gets a bit more complicated. If you are sensible about this you can avoid massive headaches and punishment to your bank balance. ok so a cheap single bay NAS box will set you back about £30 &#8211; £100 (though £50 is about right), this are great though they lack raid and other features from the dual or quad disk boxes (Though for a cheap solution go for it).</p>
<p>Now the Quad boxes are a total waste of money you&#8217;ll pay over £250 for once on these (with no disks). These are only useful when up time is critical since you can have a hot swap. But from experience you spend more time restarting Netgear readyNAS drives than actually using them (not used any other 4 bay NAS).</p>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/rnasnvplus-1-lg.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="rnasnvplus-1-lg" border="0" alt="rnasnvplus-1-lg" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/rnasnvplus-1-lg_thumb.jpg" width="420" height="278" /></a></p>
<p>For this just get a server and save yourself the headaches and wasted days. When you think about it you can get a cheap motherboard with RAID that support 8 disks, a CPU, PSU case and RAM for the same price as these.</p>
<p>This just leaves the 2 Bay NAS boxes, this is a strange area of the market since they cost between £50 – £150 and the cheapest ones aren&#8217;t generic no brands. </p>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/er_photo_141295_52.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="er_photo_141295_52" border="0" alt="er_photo_141295_52" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/er_photo_141295_52_thumb.jpg" width="420" height="340" /></a></p>
<p>D-Link and netgear have a good foothold here but the major difference is the D-link models are much more user friendly (really it shocked me to) and you don&#8217;t need to restart them once a week like the netgears (also netgears have a bad habit of overheating). In netgears defence they offer better more expensive models and they also run much more quietly. </p>
<p>If you are wondering about technical support and advanced features like OS plugins then netgear wins, but there support is still horrible (but D-link is next to none)</p>
<p>For £60 you can get a DNS-320 (pictured above) which is a bargain and with features like one touch backup and print server it will suit a home or small business no problem.</p>
<p>This only leaves small business servers for 2 disk drives. This is a very fast developing part of the market that used to be highly dominated by VIA. In recent years the Intel atom has come onto the scene bringing the price down rapidly. the D510MO (pictured below) is only £50 and offers a 1.5 Dual core HT chip passive cooling, 2 SATA and 8 USB (it only lacks raid).</p>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/intel-d510mo.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="intel-d510mo" border="0" alt="intel-d510mo" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/intel-d510mo_thumb.jpg" width="285" height="420" /></a></p>
<p>So there are viable solutions in the small business/home data storage server department but they will set you back about £200. So for this sector NAS still wins.</p>
<h2>Conclusion </h2>
<p>Its rather simple really NAS boxes are still a cost effective way or getting simple file servers up and running quickly (no permission per user etc. etc.). But when it comes to more complex setups such as in a rack or 4 Bay NAS boxes for small/medium business A server is more productive and in the long run can be a lot cheaper (due to lost time dealing with the NAS boxes mini OS).</p>
<p>For Joe Bloggs in the home the NAS box still wins for the simple things in life regarding media/file sharing and backups mainly because of the cost of home NAS boxes. Though for the people out there who need more than just a file share a nice ITX setup will be the best choice by far (shame about the cost though).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/27/nas-vs-file-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track of the week&#8211;The Last Shadow Puppets</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/27/track-of-the-weekthe-last-shadow-puppets/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/27/track-of-the-weekthe-last-shadow-puppets/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 11:05:28 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Track of the week]]></category>
		<category><![CDATA[The Last Shadow Puppets]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/27/track-of-the-weekthe-last-shadow-puppets/</guid>
		<description><![CDATA[Well it should really be album of the week but one song caught my attention more then most. It kind of reminded me of the game WET (not a great game but was damn fun to play) The Last Shadow Puppets – I Don&#8217;t Like You Any More http://open.spotify.com/album/6VVhdj8k4exk1T8izN86SR Since the You Tube quality is [...]]]></description>
			<content:encoded><![CDATA[<p>Well it should really be album of the week but one song caught my attention more then most. It kind of reminded me of the game WET (not a great game but was damn fun to play)</p>
<h3>The Last Shadow Puppets – I Don&#8217;t Like You Any More</h3>
<p><iframe style="width: 559px; height: 349px" title="YouTube video player" height="349" src="http://www.youtube.com/embed/epz6wdFDVdg" frameborder="0" width="425" allowfullscreen="allowfullscreen"></iframe></p>
<p><a title="http://open.spotify.com/album/6VVhdj8k4exk1T8izN86SR" href="http://open.spotify.com/album/6VVhdj8k4exk1T8izN86SR">http://open.spotify.com/album/6VVhdj8k4exk1T8izN86SR</a></p>
<p>Since the You Tube quality is bad and the spotify quality is rather poor as well (none premium) so here is a link to the album on HMV. plus HMV needs some permalinks to there products because that link will probably be broken by next week.</p>
<p><a href="http://hmv.com/hmvweb/displayProductDetails.do?ctx=280;0;-1;-1;-1&amp;sku=800019">The Last Shadow Puppets &#8211; CD – HMV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/27/track-of-the-weekthe-last-shadow-puppets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KaiserCartel &#8211; Season Song</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/17/kaisercartel-season-song/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/17/kaisercartel-season-song/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 09:35:08 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Track of the week]]></category>
		<category><![CDATA[KaiserCartel]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/17/kaisercartel-season-song/</guid>
		<description><![CDATA[This wasn&#8217;t the song I was going to post this week but random radio dropped it on and it won this weeks slot. Quite a simple and soft song but enjoyable all the same. Enjoy KaiserCartel &#8211; Season Song]]></description>
			<content:encoded><![CDATA[<p>This wasn&#8217;t the song I was going to post this week but random radio dropped it on and it won this weeks slot.</p>
<p>Quite a simple and soft song but enjoyable all the same.</p>
<p>Enjoy</p>
<h4>KaiserCartel &#8211; Season Song</h4>
<p><iframe style="width: 573px; height: 377px" title="YouTube video player" height="349" src="http://www.youtube.com/embed/OCSkF0fM1_0" frameborder="0" width="425" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/17/kaisercartel-season-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbook Confusion 2</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion-2/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion-2/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 22:57:47 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion-2/</guid>
		<description><![CDATA[Well I looked some more and I found 2 that were almost perfect apart from the first one was battery life and the second was price and battery life. Samsung X120 http://www.samsung.com/uk/consumer/pc-peripherals/notebook-computers/thin-and-light/NP-X120-FA01UK/index.idx?pagetype=prd_detail Asus Eee PC VX6 http://uk.asus.com/product.aspx?P_ID=30dqaE10a0LUo9XJ But now I&#8217;ve given up I surrender it doesn&#8217;t look like we are getting any of the nice [...]]]></description>
			<content:encoded><![CDATA[<p>Well I looked some more and I found 2 that were almost perfect apart from the first one was battery life and the second was price and battery life.</p>
<h4>Samsung X120</h4>
<p><a title="http://www.samsung.com/uk/consumer/pc-peripherals/notebook-computers/thin-and-light/NP-X120-FA01UK/index.idx?pagetype=prd_detail" href="http://www.samsung.com/uk/consumer/pc-peripherals/notebook-computers/thin-and-light/NP-X120-FA01UK/index.idx?pagetype=prd_detail"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="NP-X120-FA01UK_large" border="0" alt="NP-X120-FA01UK_large" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/NP-X120-FA01UK_large.jpg" width="350" height="350" /></a></p>
<p><a href="http://www.samsung.com/uk/consumer/pc-peripherals/notebook-computers/thin-and-light/NP-X120-FA01UK/index.idx?pagetype=prd_detail">http://www.samsung.com/uk/consumer/pc-peripherals/notebook-computers/thin-and-light/NP-X120-FA01UK/index.idx?pagetype=prd_detail</a></p>
<h4>Asus Eee PC VX6</h4>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/P_500.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="P_500" border="0" alt="P_500" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/P_500_thumb.jpg" width="420" height="420" /></a></p>
<p><a title="http://uk.asus.com/product.aspx?P_ID=30dqaE10a0LUo9XJ" href="http://uk.asus.com/product.aspx?P_ID=30dqaE10a0LUo9XJ">http://uk.asus.com/product.aspx?P_ID=30dqaE10a0LUo9XJ</a></p>
<p>But now I&#8217;ve given up I surrender it doesn&#8217;t look like we are getting any of the nice netbooks the states have had since this time last year any time soon so I&#8217;m gonna bite the bullet and loose 168 pixels <img src='http://www.avenyet.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>so its either </p>
<h4>Samsung NF210</h4>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/81m3uBJlkrL._AA1500_.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="81m3uBJlkrL._AA1500_" border="0" alt="81m3uBJlkrL._AA1500_" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/81m3uBJlkrL._AA1500__thumb.jpg" width="420" height="420" /></a></p>
<h4>Samsung N150</h4>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/815njCvKNeL._AA1500_.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="815njCvKNeL._AA1500_" border="0" alt="815njCvKNeL._AA1500_" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/815njCvKNeL._AA1500__thumb.jpg" width="420" height="420" /></a></p>
<p>in terms of number there both pretty much the same apart from a few minor details (thought the NF210 is £60 more!)</p>
<p>Though another very good netbook (which I&#8217;m gonna look at again) is the </p>
<h4>Lenovo IdeaPad S10-3s</h4>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/IdeaPad-S10-3.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="IdeaPad-S10-3" border="0" alt="IdeaPad-S10-3" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/IdeaPad-S10-3_thumb.jpg" width="420" height="363" /></a></p>
<p>its 760p but the problem is its almost impossible to find a 6 cell model (4 cell is £200 on <a href="http://www.amazon.co.uk/Lenovo-IdeaPad-netbook-1-66GHz-Bluetooth/dp/B004300L7A/ref=sr_1_1?ie=UTF8&amp;qid=1299711205&amp;sr=1-1">amazon</a>)&#160; which means its battery life it about 5 hours plus its a single core. But for the extra pixels it might be worth it. bah I&#8217;m confused again</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbook Confusion</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 21:10:59 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Mutli Touch]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion/</guid>
		<description><![CDATA[This shouldn&#8217;t be this hard… First off my problem was I needed a portable computer solution so I spent a long time (3 months) weighing up the pros and cons of each. my needs are to be able to write code easily on the go with the possibility later to have 3G mobile internet for [...]]]></description>
			<content:encoded><![CDATA[<p>This shouldn&#8217;t be this hard… </p>
<p>First off my problem was I needed a portable computer solution so I spent a long time (3 months) weighing up the pros and cons of each.</p>
<p>my needs are </p>
<ul>
<li>to be able to write code easily on the go with the possibility later to have 3G mobile internet for emergency work when ever and where ever I am.</li>
<li>watch video (HD if possible) </li>
<li>long battery life (7 real hours+) </li>
<li>short charge time</li>
<li>small form factor 11.6 screen max</li>
<li>matte screen (unless I opt for a touch screen device)</li>
<li>sub £400 price tag (a little flexible here)</li>
</ul>
<p>&#160;</p>
<h4>Tablets </h4>
<p>now I was first I didn&#8217;t even consider a tablet since the amazing iPad step backwards in technology but then the Zoostorm SL8 caught my eye (plus it was £410 on <a href="http://www.ebuyer.com">ebuyer</a>)    <br />&#160;<a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/41ZzjdAL5xL._SL500_.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="41ZzjdAL5xL._SL500_" border="0" alt="41ZzjdAL5xL._SL500_" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/41ZzjdAL5xL._SL500__thumb.jpg" width="420" height="286" /></a></p>
<p>Now first off the think looked really sexy with its 11.6&quot; &quot;HD&quot; multi touch screen, HDMI, long battery life, 32GB SDD and for a shockingly low price when you think about it. But it would of been nothing more than a pointless toy since it lacked a keyboard and touchpad.</p>
<p>Though I could of easily used it with an external keyboard and mouse and it would of worked easily as a horizontal 3rd monitor for work but alas <a href="http://www.ebuyer.com">ebuyer</a> sold out (no surprise), plus It didn&#8217;t really fit my &quot;portable&quot; computing solution package.</p>
<h4>Multi Touch note/netbooks</h4>
<p>now this would be the ultimate package for me a nice multi touch (swivel of course) netbook/notebook. first off the reason why the netbooks ones are bad.</p>
<p>well for one there is only really two of them first being the Eee PC T101MT and the second being the new Dell Inspiron Duo Sparta.</p>
<p>first up the Eee PC T101MT the major issue with this one is that it uses the dated GMA 3150 graphical chipset which only output at 1024 x 600 (and not much better externally). other issues are is uses an N450 atom CPU 1.66Ghz, which in turn means DDR2 is its limit. Then you look at the price £445 and yea it just feels very expensive.</p>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/asus-eee-pc-t101mt-convertible-netbook.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="asus-eee-pc-t101mt-convertible-netbook" border="0" alt="asus-eee-pc-t101mt-convertible-netbook" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/asus-eee-pc-t101mt-convertible-netbook_thumb.jpg" width="420" height="403" /></a></p>
<p>Next up was dells lovely looking but strangely named Duo Sparta, this is priced just below the Eee PC T101MT. Now this baby is loaded to the teeth with its N550 dual core and its 1366 x 768 screen (still 10.1 using the dated GMA 3150) and its multi touch &quot;hybrid&quot; screen (which I think would would better than a swivel, less things to go wrong). Along with Accelerometer and magnetometer (the later seems pointless). It also comes with 2GB DDR3 (for some reason clocked at 800Mhz).</p>
<p>Now this seems almost perfect at the first glace but it still has the GMA 3150 (just overclocked a little to get the extra oomph) but it failed at battery life. Dell states UPTO 4 hours battery life, which is shocking since Samsung use the same CPU and chipset and they state 13 hours (ok in real life it 8.5) but we all know they over state the battery life.&#160; <br />&#160;<a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/dell-inspiron-duo-netbook-tablet-hybrid-system.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="dell-inspiron-duo-netbook-tablet-hybrid-system" border="0" alt="dell-inspiron-duo-netbook-tablet-hybrid-system" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/dell-inspiron-duo-netbook-tablet-hybrid-system_thumb.jpg" width="420" height="217" /></a></p>
<p>In the notebook field they are normally around the mid £600 mark and offer a nice balance of speed and battery life along with 11.6&quot; screen but they are very hard to locate any solid data on any products you can actually buy. the only one I could find that was kind of in stock was the Acer Aspire 1825PTZ on amazon.<a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/acer-aspire-1820ptz-11-6inch-hd-led-lcd-touchscreen-notebook-3gb-160gb-intel-pentium-processor-2.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="acer-aspire-1820ptz-11-6inch-hd-led-lcd-touchscreen-notebook-3gb-160gb-intel-pentium-processor-21855681" border="0" alt="acer-aspire-1820ptz-11-6inch-hd-led-lcd-touchscreen-notebook-3gb-160gb-intel-pentium-processor-21855681" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/acer-aspire-1820ptz-11-6inch-hd-led-lcd-touchscreen-notebook-3gb-160gb-intel-pentium-processor-21.jpg" width="420" height="350" /></a></p>
<p>i5 &quot;budget&quot; (SU series) cpu with 8 hours battery life, decent gpu and multi touch, shame its a tad bit expensive at £580) and 2 years old.</p>
<h4>Netbooks </h4>
<p>now this is an interesting market since they all use the same cpu&#8217;s and gpu&#8217;s across the board. Which is rather annoying since NVidia have some lovely mobile chips (ion and ion 2 ) designed for netbooks but not even managed to get a glance of one this side of the pond. </p>
<p>To make matters worse the N550 (dual core atom) only in a few models so its an N455 or leave it. Then if you do find one with a decent cpu and battery life the graphical side lets it down. Its damn annoying.</p>
<p><a href="http://www.avenyet.co.uk/wp-content/uploads/2011/03/440x330-1200x900_2.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="440x330-1200x900_2" border="0" alt="440x330-1200x900_2" src="http://www.avenyet.co.uk/wp-content/uploads/2011/03/440x330-1200x900_2_thumb.jpg" width="420" height="320" /></a></p>
<p>The Samsung N150 with the N550 CPU seemed to fit the bill perfectly (for my needs so no touchscreen) for a lovely price of £200 but the damn GMA 3150 gpu lets it down. Now if it had a 768 high screen instead of 600 I would be sold I wouldn&#8217;t even mind losing some battery life for it (battery life is 8.5 real hours) and paying some extra bucks but paying more money doesn&#8217;t seem to be able to get you a 768 high screen in the UK which is starting to get a little annoying.</p>
<h4>Conclusion </h4>
<p>None, I&#8217;m still as confused as when I started. There just doesn&#8217;t seem to be a notebook/netbook that fits my requirements. The Samsung N550 was the closest since it was the only one that came under the £400 price tag but it lacked the extra 168 pixels. its an annoying compromise to make I would rather drop down to a lower CPU for the sake of the GPU but that isn&#8217;t a real option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/09/netbook-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track of the week &#8211; Long Train Runnin&#8217;</title>
		<link>http://www.avenyet.co.uk/index.php/2011/03/09/track-of-the-week-long-train-runnin/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/03/09/track-of-the-week-long-train-runnin/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 16:24:13 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Track of the week]]></category>
		<category><![CDATA[Doobie Brothers]]></category>
		<category><![CDATA[Kaori Kobayashi]]></category>
		<category><![CDATA[Long Train Runnin]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/index.php/2011/03/09/track-of-the-week-long-train-runnin/</guid>
		<description><![CDATA[A Jazz cover of the Doobie Brothers &#8211; Long Train Runnin&#8217;. I&#8217;m a real sucker for Jazz; I really am but you&#8217;ve got to admit this is pretty damn good. Between the random playlists in the office and spotify radio I&#8217;m getting a good mix of music daily It really livens up the day. Cover [...]]]></description>
			<content:encoded><![CDATA[<p>A Jazz cover of the Doobie Brothers &#8211; Long Train Runnin&#8217;. I&#8217;m a real sucker for Jazz; I really am but you&#8217;ve got to admit this is pretty damn good.</p>
<p>Between the random playlists in the office and spotify radio I&#8217;m getting a good mix of music daily <img src='http://www.avenyet.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  It really livens up the day.</p>
<p>Cover was done by Kaori Kobayashi and its is from the album Shiny (there&#8217;s about 2 minutes silences at the end of the track and nothing at the end)</p>
<p><iframe title="YouTube video player" width="560" height="450" src="http://www.youtube.com/embed/Y0gBOwR9NmM" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/03/09/track-of-the-week-long-train-runnin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track of the week &#8211; Infected Mushroom &#8211; Suliman</title>
		<link>http://www.avenyet.co.uk/index.php/2011/02/27/track-of-the-week-infected-mushroom-suliman/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/02/27/track-of-the-week-infected-mushroom-suliman/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 12:40:31 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Track of the week]]></category>
		<category><![CDATA[Infected Mushroom]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/?p=3297</guid>
		<description><![CDATA[Bit late on this one but its been a busy week. This one I don&#8217;t know really why I like it but I just do it made a nice change of my normal spotify playlists. once again enjoy, if you wish to hear more here is the artists spotify page http://open.spotify.com/artist/6S2tas4z6DyIklBajDqJxI Infected Mushroom &#8211; Suliman]]></description>
			<content:encoded><![CDATA[<p>Bit late on this one but its been a busy week.</p>
<p>This one I don&#8217;t know really why I like it but I just do it made a nice change of my normal spotify playlists.</p>
<p>once again enjoy, if you wish to hear more here is the artists spotify page <a href="http://open.spotify.com/artist/6S2tas4z6DyIklBajDqJxI">http://open.spotify.com/artist/6S2tas4z6DyIklBajDqJxI</a></p>
<h2 id="watch-headline-title">Infected Mushroom &#8211; Suliman</h2>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/cGA35I6GnEE" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/02/27/track-of-the-week-infected-mushroom-suliman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twitter test</title>
		<link>http://www.avenyet.co.uk/index.php/2011/02/15/twitter-test/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/02/15/twitter-test/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 20:48:02 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/?p=3292</guid>
		<description><![CDATA[Testing twitter tools and this video should do nicely]]></description>
			<content:encoded><![CDATA[<p>Testing twitter tools and this video should do nicely</p>
<p><iframe title="YouTube video player" width="560" height="349" src="http://www.youtube.com/embed/R55e-uHQna0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/02/15/twitter-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track of the week &#8211; Angela Aki &#8211; Mad Scientist</title>
		<link>http://www.avenyet.co.uk/index.php/2011/02/15/track-of-the-week/</link>
		<comments>http://www.avenyet.co.uk/index.php/2011/02/15/track-of-the-week/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 10:39:23 +0000</pubDate>
		<dc:creator>Avenyet</dc:creator>
				<category><![CDATA[Track of the week]]></category>
		<category><![CDATA[Angela Aki]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.avenyet.co.uk/?p=3285</guid>
		<description><![CDATA[I want to post 1 track a week that catches my attention for whatever reason lets see if I can keep it going for more than a week &#62;_&#60; This week is Angela Aki &#8211; Mad Scientist Reason for this is I came on while it was on random and I&#8217;ve never heard it before. but the [...]]]></description>
			<content:encoded><![CDATA[<p>I want to post 1 track a week that catches my attention for whatever reason</p>
<p>lets see if I can keep it going for more than a week &gt;_&lt;</p>
<p>This week is Angela Aki &#8211; Mad Scientist</p>
<p>Reason for this is I came on while it was on random and I&#8217;ve never heard it before.</p>
<p>but the real reason is its not her normal style its a little crazy and I loved it! in comparison her other English tracks are normally much softer. Enjoy <img src='http://www.avenyet.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<h2 id="watch-headline-title">Angela Aki ~ Mad Scientist</h2>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/6Afx_mm8Gi4" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avenyet.co.uk/index.php/2011/02/15/track-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

