<?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>bomski.com &#187; Tech</title>
	<atom:link href="http://www.bomski.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bomski.com</link>
	<description>watch yo&#039;self fool...</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:50:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ubuntu 11.10 with RAID not booting after installing mdadm? read on&#8230;</title>
		<link>http://www.bomski.com/2012/01/ubuntu-11-10-with-raidnot-booting-after-installing-mdadm-read-on/</link>
		<comments>http://www.bomski.com/2012/01/ubuntu-11-10-with-raidnot-booting-after-installing-mdadm-read-on/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:14:56 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[FEATURED]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[initramfs]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=300</guid>
		<description><![CDATA[Well after monkeying about with a busted 11.10 installation (call it a learning curve with Linux); I decided to reinstall the OS from fresh. I have 4x2TB drives utilising Ubuntu&#8217;s FakeRAID (software RAID), along with a 500Gb OS drive (the target for my refresh). TL;DR &#8211; solution to this problem is at bottom of this]]></description>
			<content:encoded><![CDATA[<p>Well after monkeying about with a busted 11.10 installation (call it a learning curve with Linux); I decided to reinstall the OS from fresh. I have 4x2TB drives utilising Ubuntu&#8217;s FakeRAID (software RAID), along with a 500Gb OS drive (the target for my refresh).<br />
<strong><br />
TL;DR &#8211; solution to this problem is at bottom of this post;</strong></p>
<p><span id="more-300"></span></p>
<p>After booting from freshly minted 11.10 CD, installing OS with updates, rebooting back into the GUI, all flawless&#8230; Only thing missing was my RAID array. So I installed mdadm; a trivial matter&#8230; again everything was fine.. Went for another reboot; after getting the &#8216;loading operating system&#8217; message (which I believe to be the GRUB bootloader) I got a blank screen&#8230; nothing&#8230;</p>
<p>Hit Ctrl+Alt+Del to force the system to hard reset; after getting to the same point I was greeted with the initramfs CLI; telling me that one of the elements in the RAID array was degraded&#8230; brilliant&#8230; Typed &#8216;exit&#8217; to circumvent doing anything nefarious with the initramfs commands, i got back into Ubuntu; checked the disk utility and there was my RAID array. Now slightly baffled I decided to check the integrity of the array&#8230; some 23 hours later it all came back checked, synced and verified; no errors.</p>
<p>Now even more puzzled than when I started I proceeded to hit ubuntuforums.org (an invaluable resource IMHO!); standard searches didn&#8217;t turn anything useful up, and my post regarding this didn&#8217;t really get any interest. I then stumbled upon t<a href="http://ubuntuforums.org/showthread.php?t=1861516" target="_blank">his gem of a post</a>; after wading through the responses I found <a href="http://ubuntuforums.org/showpost.php?p=11388915&amp;postcount=18" target="_blank">a comment from &#8216;dangriffin&#8217;</a>; seems that on large disk arrays; the integrity checks are done before all the disks are detected!</p>
<p>His solution is a very simple one; open a terminal:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>initramfs-tools<span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>mdadm-functions</div></div>
<p>In there, look for the following function:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">degraded_arrays<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; mdadm <span style="color: #660033;">--misc</span> <span style="color: #660033;">--scan</span> <span style="color: #660033;">--detail</span> <span style="color: #660033;">--test</span> <span style="color: #000000; font-weight: bold;">&gt;/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">return</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">!</span> <span style="color: #007800;">$?</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span></div></div>
<p>and change it to:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">degraded_arrays<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; udevadm settle<br />
&nbsp; &nbsp; &nbsp; &nbsp; mdadm <span style="color: #660033;">--misc</span> <span style="color: #660033;">--scan</span> <span style="color: #660033;">--detail</span> <span style="color: #660033;">--test</span> <span style="color: #000000; font-weight: bold;">&gt;/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">return</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">!</span> <span style="color: #007800;">$?</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span></div></div>
<p>then do a:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-initramfs <span style="color: #660033;">-u</span></div></div>
<p>Reboot and you should be all set! Seems that adding &#8216;udevadm settle&#8217; to the function makes the initramfs wait until all the drives are spun up and detected before trying to check their integrity. Lets hope this one gets put in for Ubuntu 12!</p>
<p><strong>TIP 2: </strong>I was also getting issues with mdadm &#8211;detail; it was reporting a warning like &#8216;mdadm: only give one device per ARRAY line&#8217;; turns out this is another bug! When you create a RAID array it gives it the default name of &#8216;RAID Array&#8217;&#8230; this actually screws up the mdadm.conf file; to fix this warning do the following:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>mdadm.conf</div></div>
<p>look for any reference to the name &#8216;RAID Array&#8217; (I had two references in there); simply remove the space between the name so it becomes &#8216;RAIDArray&#8217;, Ctrl+X to save and Roberts your father&#8217;s brother!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2012/01/ubuntu-11-10-with-raidnot-booting-after-installing-mdadm-read-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>been a while&#8230;</title>
		<link>http://www.bomski.com/2010/11/been-a-while/</link>
		<comments>http://www.bomski.com/2010/11/been-a-while/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 13:13:14 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=276</guid>
		<description><![CDATA[I&#8217;ve been not updating this blog (at all if i&#8217;m honest!)&#8230; this is primarily due to me shifting jobs and getting reoriented to their processes and systems. Now i&#8217;m back on the ball you&#8217;ll see frequent updates&#8230; Bomski]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been not updating this blog (at all if i&#8217;m honest!)&#8230; this is primarily due to me shifting jobs and getting reoriented to their processes and systems. Now i&#8217;m back on the ball you&#8217;ll see frequent updates&#8230;</p>
<p>Bomski</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/11/been-a-while/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy S &#8211; FTW!</title>
		<link>http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/</link>
		<comments>http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:54:43 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/</guid>
		<description><![CDATA[Sat on my couch messing with my new Samsung Galaxy S&#8230; I have to say i&#8217;m blown away by it&#8230; So simple to use, very intuitive&#8230;]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.bomski.com/wp-content/uploads/2010/09/wpid-wp-1283453644207.jpg" /></p>
<p>Sat on my couch messing with my new Samsung Galaxy S&#8230; I have to say i&#8217;m blown away by it&#8230; So simple to use, very intuitive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jolicloud 1.0 &#8211; REVIEW</title>
		<link>http://www.bomski.com/2010/08/jolicloud-1-review/</link>
		<comments>http://www.bomski.com/2010/08/jolicloud-1-review/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 10:49:38 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[UX/UI]]></category>
		<category><![CDATA[jolicloud]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=248</guid>
		<description><![CDATA[As my girlfriend is the proud owner of a Samsung N210 netbook; i found myself itching to test out Jolicloud; an OS designed entirely for Netbooks. Jolicloud 1.0 is the most recent &#8216;cloud-based&#8217; operating system; it is built on an Ubuntu 9.04 build and is stripped down for lightness and speed. The essence of Jolicloud]]></description>
			<content:encoded><![CDATA[<p>As my girlfriend is the proud owner of a Samsung N210 netbook; i found myself itching to test out <a href="http://www.jolicloud.com/" target="_blank">Jolicloud</a>; an OS designed entirely for Netbooks. Jolicloud 1.0 is the most recent &#8216;cloud-based&#8217; operating system; it is built on an Ubuntu 9.04 build and is stripped down for lightness and speed. The essence of Jolicloud is &#8216;keep things online&#8217;; a harkback to the days when cloud-based computing was still in it&#8217;s infancy.</p>
<p><span id="more-248"></span></p>
<p>Base installation was a doddle; the netbook already had Windows 7 on it; Jolicloud&#8217;s installer merely installs it alongside the native OS and modifies the boot .ini file to give you the option to fire up Jolicloud or Windows 7.</p>
<p>Once installed (and created a login for Jolicloud), you&#8217;re away!. Below is a screenshot of the main interface:</p>
<p><a href="http://www.bomski.com/wp-content/uploads/2010/08/800px-Jolicloud_screeshot.jpg"><img class="alignnone size-full wp-image-252" title="800px-Jolicloud_screeshot" src="http://www.bomski.com/wp-content/uploads/2010/08/800px-Jolicloud_screeshot.jpg" alt="" width="516" height="290" /></a></p>
<p>With much of today&#8217;s &#8216;app&#8217; based society, Jolicloud is no different; it has access to hundreds of apps, all optimised for speed. Simply browse the categories for what you need and add to your collection. I personally feel it should come with Firefox by default (probably due to my web dev status) but it&#8217;s so easy to add things, i hardly noticed.</p>
<p>There&#8217;s provision for lots of online storage, as well as localised access to disk (kind of defeats the point of cloud computing though). I&#8217;m sure there&#8217;s absolutely tons of features that i&#8217;ve not even played with yet, but given the simplicity and usability of Jolicloud, i&#8217;m sure its going to be a contender for &#8216;Cloud Crown&#8217;. Next up: Google Chrome OS&#8230;</p>
<p>If you&#8217;ve got a Netbook, why the fudge aren&#8217;t you using Jolicloud?? <a href="http://www.jolicloud.com/" target="_blank">Give it a whirl today!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/08/jolicloud-1-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 Beta emerges from the flames</title>
		<link>http://www.bomski.com/2010/07/firefox-4-beta-emerges-from-the-flames/</link>
		<comments>http://www.bomski.com/2010/07/firefox-4-beta-emerges-from-the-flames/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:53:22 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[UX/UI]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=68</guid>
		<description><![CDATA[Mozilla have just announced the release of v4 beta of their flagship browser Firefox; you can grab your flavour from the following link: http://www.mozilla.com/en-US/firefox/beta/ As of current testing none of my plugins (web developer, YSlow etc) are compatible, but i&#8217;m sure that will change! Let me know your thoughts!]]></description>
			<content:encoded><![CDATA[<p>Mozilla have just announced the release of v4 beta of their flagship browser Firefox; you can grab your flavour from the following link: <a href="http://www.mozilla.com/en-US/firefox/beta/" target="_blank">http://www.mozilla.com/en-US/firefox/beta/</a></p>
<p>As of current testing none of my plugins (web developer, YSlow etc) are compatible, but i&#8217;m sure that will change!</p>
<p>Let me know your thoughts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/07/firefox-4-beta-emerges-from-the-flames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multivariate email testing from Communicator Corp.</title>
		<link>http://www.bomski.com/2010/06/multivariate-email-testing-from-communicator-corp/</link>
		<comments>http://www.bomski.com/2010/06/multivariate-email-testing-from-communicator-corp/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:41:07 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[FEATURED]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=63</guid>
		<description><![CDATA[Watched a webinar today from Communicator Corp, introducing their new A/B testing of emails. Very slick&#8230; Premise is essentially the same as multivariate testing of websites (a-la Google&#8217;s Website Optimiser) &#8211; you create two emails, load them into the system, it then sends to a percentage of your total subscription list, shows you which one]]></description>
			<content:encoded><![CDATA[<p>Watched a webinar today from Communicator Corp, introducing their new A/B testing of emails. Very slick&#8230; Premise is essentially the same as multivariate testing of websites (a-la Google&#8217;s Website Optimiser) &#8211; you create two emails, load them into the system, it then sends to a percentage of your total subscription list, shows you which one is better received&#8230; then you can send the best performing email to the rest of your recipients.</p>
<p>This may seem very contrite, but the ability to test your emails on-the-fly almost guarantees an uplift in your readership!</p>
<p>Thanks to Rebeca at Communicator Corp; Glad to see that they are pushing this platform forward!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/06/multivariate-email-testing-from-communicator-corp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wierd metatag problem</title>
		<link>http://www.bomski.com/2007/02/wierd-tag-problem/</link>
		<comments>http://www.bomski.com/2007/02/wierd-tag-problem/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 21:02:31 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=10</guid>
		<description><![CDATA[I stumbled across this problem whilst editing some pages at work; I was using Notepad++ to edit some html and css files (that came from a Visual Studio project) and when i was previewing the build in Firefox, i noticed a gap at the top of the page &#8211; on closer inspection i found that]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this problem whilst editing some pages at work; I was using Notepad++ to edit some html and css files (that came from a Visual Studio project) and when i was previewing the build in Firefox, i noticed a gap at the top of the page &#8211; on closer inspection i found that they were caused by three ASCII characters (Â¡&lt;Â¿)</p>
<p>Asking one of the developers we found that removingÂ the followingÂ metatag from the code (meta http-equiv=Content-Type content=text/html;Â  charset=ISO-8859-1) also removed the problem&#8230; After a bit of digging we replaced the metatag andÂ found that swapping the document encoding between UTF-8 to ANSI couldÂ essentially turn on and offÂ the problem&#8230; The developer in question suggested that Visual SourceSafe (where the file came from) may have corrupted the document at a binary level, so a replication of the file eliminated the problem&#8230;</p>
<p>Ze plot thickens&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2007/02/wierd-tag-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MacExpo Rocked!</title>
		<link>http://www.bomski.com/2006/10/macexpo-rocked/</link>
		<comments>http://www.bomski.com/2006/10/macexpo-rocked/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 20:50:43 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=9</guid>
		<description><![CDATA[Well i may sound like a bit of a nerd&#8230;Â I was in hardware heaven!!! So many quality pieces ofÂ kit (was drooling over Mac Pro tiling 16 HD streams at one time!!)Â ItÂ was also great to see so many of the big guns (Apple, Google, HP, Sony) turn out and wave their flags&#8230; I managed to wanlge]]></description>
			<content:encoded><![CDATA[<p>Well i may sound like a bit of a nerd&#8230;Â I was in hardware heaven!!! So many quality pieces ofÂ kit (was drooling over Mac Pro tiling 16 HD streams at one time!!)Â ItÂ was also great to see so many of the big guns (Apple, Google, HP, Sony) turn out and wave their flags&#8230;</p>
<p>I managed to wanlge my way into theÂ Quark launch event of their new product &#8216;Quark Interactive Designer&#8217;; think of it like a cross between flash and PowerPoint, but is far more simplistic to use. It also integrates heavily with QuarkXPress, and seemed to generate a huge amount of interest.</p>
<p>Â I came back from the event sporting loads of goodies (Google sweets for one!) and also a subscription to MacUser (thanks to the rather attractive rep for the magazine that sold me a subscription!) and all in all it was a rather sucessful trip! i look forward to the next event!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2006/10/macexpo-rocked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac Expo comes to the UK! and i&#8217;m going!!</title>
		<link>http://www.bomski.com/2006/10/mac-expo-comes-to-the-uk-and-im-going/</link>
		<comments>http://www.bomski.com/2006/10/mac-expo-comes-to-the-uk-and-im-going/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 18:33:42 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=7</guid>
		<description><![CDATA[I&#8217;m off to London on Thursday to visit Mac Expo&#8230; yay! The UKâ€™s leading exhibition and conference for the Mac community opens its doors open to both creative professionals and the public the show is the annual celebration of everything Mac and iPod. Personally i can&#8217;t wait!!!!]]></description>
			<content:encoded><![CDATA[<p><img id="image6" alt="Mac Expo" src="http://www.bomski.com/wp-content/mac_expo.jpg" /></p>
<p>I&#8217;m off to London on Thursday to visit Mac Expo&#8230; yay! The UKâ€™s leading exhibition and conference for the Mac community opens its doors open to both creative professionals and the public the show is the annual celebration of everything Mac and iPod.</p>
<p>Personally i can&#8217;t wait!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2006/10/mac-expo-comes-to-the-uk-and-im-going/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

