<?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>Gregory-brine.com &#187; Technology</title>
	<atom:link href="http://www.gregory-brine.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gregory-brine.com</link>
	<description>Gregory Brine personal website</description>
	<lastBuildDate>Tue, 20 Jul 2010 03:42:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The very festive Robot Christmas Dance and the Christmas spirit</title>
		<link>http://www.gregory-brine.com/2009/11/26/the-very-festive-robot-christmas-dance-and-the-christmas-spirit/</link>
		<comments>http://www.gregory-brine.com/2009/11/26/the-very-festive-robot-christmas-dance-and-the-christmas-spirit/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:24:48 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/?p=309</guid>
		<description><![CDATA[The very festive Robot Christmas Dance (even though it's not Christmas yet). These little guys open a world of opportunities!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not one for Christmas before December, but I thought this was worth a mention:</p>
<p><code><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7LnKTErIsyE&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7LnKTErIsyE&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></code></p>
<p>Look at those little fellows go. Anyone know what robots they are because they&#8217;re pretty awesome &#8211; in a geeky way.</p>
<p>I want to see them doing combinged moves next. Imagine that, robot doing pyramids. Would be so cool (if you&#8217;re into that kind of thing).</p>
<p>And for the record, Christmas is in Decemeber, so that&#8217;s when the decorations and parties should be too. Not October &#8211; or even September. It&#8217;s killing the Christmas spirit for everyone. That special time of year, we can all remember as kids as coming once a year and lasting about a month, now lasts 3, and gets more and more watered down every year.</p>
<p>My plea: Please stop. I want it to mean something to my kids, and not just be an exercise in emptying people&#8217;s wallets. That&#8217;s not what Christmas is about. Have a heart.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2009/11/26/the-very-festive-robot-christmas-dance-and-the-christmas-spirit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Second WordPress plugin. This time it&#8217;s a gallery</title>
		<link>http://www.gregory-brine.com/2009/08/12/my-second-wordpress-plugin-this-time-its-a-gallery/</link>
		<comments>http://www.gregory-brine.com/2009/08/12/my-second-wordpress-plugin-this-time-its-a-gallery/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:38:30 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/2009/08/12/my-second-wordpress-plugin-this-time-its-a-gallery/</guid>
		<description><![CDATA[I'm in the process of re-writing some of my older gallery code into a new, modern Wordpress plug-in. Read the story so far.]]></description>
			<content:encoded><![CDATA[<p>I feel I need to start this blog by reliving part of my old site. When I went travelling back in 2005, my friend <a href="http://www.nomadpete.com/">Pete</a> and I had been working on building our own CMS/site combo in PHP. The tools we built allowed me to easily upload my travel photos and link them to my blogs. It was quite proud of what we did and the detail we put into it:</p>
<ul>
<li>Each photo had its own page &#8211; great for SEO</li>
<li>Each photo had its own URL &#8211; even better SEO</li>
<li>Everything was sized automatically when it was uploaded</li>
<li>You could comment on anything</li>
<li>Everything was related through the <a href="http://wordpress.org/">WordPress</a> tags</li>
<li>It handled itself well (I hate errors)</li>
</ul>
<p>All in all, it was a pretty good system.</p>
<p><span id="more-233"></span>Fast forward to today and I&#8217;ve changed to a completely <a href="http://wordpress.org/">WordPress</a> based site. I love <a href="http://wordpress.org/">WordPress</a>. The way it handles content is unparalleled &#8211; other than by systems I&#8217;ve built in the past &#8211; and it has given me a lot of opportunities and it&#8217;s a platform I recommend to my clients at <a href="http://www.amnesia.com.au/">Amnesia Razorfish</a> when they want a simple, open-source and great solution.</p>
<p>So, I started looking into developing a plug-in for <a href="http://wordpress.org/">WordPress</a> that could leverage my original gallery, or rather the data and images I still had. This posed an interesting challenge as all the plug-ins I&#8217;ve tried that handle galleries in the way I want to require me to create a page per gallery and manually enter a tag for the gallery I want in there. That&#8217;s messy and too time consuming.</p>
<p>Looking through numerous forums and help files, I managed to piece together a way to create a single page, paste a tag into that page, and then build all of my URLs out from that point. That means I have a friendly base URL that everything is added to using the format:</p>
<p>/[Base URL]/[Gallery URL]/[Image URL]</p>
<p>That gives me a great foundation to build on and add in pagination, additional image features and keep adding galleries and images without having to worry about creating new pages &#8211; I find that a little messy. My plug-in so far even rewrites the titles of the page and back links them (the page title is next on my list).</p>
<p>You can see it in action here:</p>
<p><a href="http://www.gregory-brine.com/digital-photography-gallery/">http://www.gregory-brine.com/digital-photography-gallery/</a></p>
<p>I&#8217;ve also added a widget to the right-hand side that links through from anywhere. And, it evens adds images to blogs that are related to that gallery:</p>
<p><a href="http://www.gregory-brine.com/2006/04/05/noosa-australia/">http://www.gregory-brine.com/2006/04/05/noosa-australia/</a></p>
<p>The admin side of things isn&#8217;t finished yet &#8211; that&#8217;s going to take a little more work &#8211; but in the meantime, I&#8217;ve got my old much loved and much missed galleries are back and on their old URLs.</p>
<p>Next on the list to be done:</p>
<ul>
<li>Link to WordPress tags</li>
<li>Add a lightbox for opening the image fully</li>
<li>Add in commenting &#8211; going to try and use the WordPress built in commenting</li>
<li>Build the admin system &#8211; yeah&#8230; that&#8217;s a biggie</li>
</ul>
<p>Let me know what you think and if you have any comments.</p>
<p><span style="text-decoration: underline;">Links</span></p>
<ul>
<li><a href="http://wordpress.org/">WordPress</a></li>
<li><a href="http://www.nomadpete.com/">Nomad Pete</a></li>
<li><a href="http://www.amnesia.com.au/">Amnesia Razorfish</a></li>
<li><a href="http://www.gregory-brine.com/digital-photography-gallery/">Digital Photography Gallery</a></li>
<li><a href="http://www.gregory-brine.com/2006/04/05/noosa-australia/">Noosa, Australia blog</a></li>
</ul>
<p style="text-decoration: underline;">
<p><br style="text-decoration: underline;" /></p>
<p><span style="text-decoration: underline;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2009/08/12/my-second-wordpress-plugin-this-time-its-a-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See my interview about the #Velociroflcoptersaurus story</title>
		<link>http://www.gregory-brine.com/2009/02/04/see-my-inteview-about-the-velociroflcoptersaurus-story-with-likeomg-eunmac-delic8genius/</link>
		<comments>http://www.gregory-brine.com/2009/02/04/see-my-inteview-about-the-velociroflcoptersaurus-story-with-likeomg-eunmac-delic8genius/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:34:05 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Velociroflcoptersaurus]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/?p=219</guid>
		<description><![CDATA[See an interview by Delicate Genius(@delic8genius) of Heather(@likeomg), Iain Macdonald(@eunmac) and Gregory Brine into the birth of the Velicoroflcoptersaurus urban legend.]]></description>
			<content:encoded><![CDATA[<p>Everyone knows <a href="http://twitter.com/likeomg">@likeomg</a> and me created a new species for <a href="http://www.amnesia.com.au/">Amnesia Razorfish</a> in the <a href="http://amnesiablog.wordpress.com/2008/12/10/how-to-win-a-velociroflcoptersaurus-google-search-battle/">Velociroflcoptersaurus</a> recently. That ballooned into a social media competition spanning across Twitter and the search engines and is somewhat of an urban legend now.</p>
<p>At the last count, there was around 7,500 results in <a href="http://www.google.com.au/search?q=velociroflcoptersaurus">Google</a> and 15,600 in <a href="http://search.live.com/results.aspx?q=velociroflcoptersaurus">Live Search</a>. That&#8217;s pretty impressive for word we made up!</p>
<p>So, <a href="http://twitter.com/delic8genius">@delicategenius</a> interviewed <a href="http://twitter.com/likeomg">@likeomg</a>, <a href="http://twitter.com/eunmac">@eunmac</a> and <a href="http://twitter.com/gregory_brine">@gregory_brine</a> to find out more about how and why it came into existence. You can watch it over at the <a href="http://delicategeniusblog.com/">Delicate Genius Blog</a>: <a href="http://delicategeniusblog.com/?p=801">DG TV: VELOCIROFLCOPTERSAURUS</a>. Enjoy.</p>
<p><span style="text-decoration: underline;"><strong>Article Links</strong></span></p>
<ul>
<li><a href="http://twitter.com/likeomg">@likeomg</a></li>
<li><a href="http://twitter.com/eunmac">@eunmac</a></li>
<li><a href="http://twitter.com/gregory_brine">@gregory_brine</a></li>
<li><a href="http://delicategeniusblog.com/">Delicate Genius Blog</a></li>
<li><a href="http://www.amnesia.com.au/">Amnesia Razorfish</a></li>
<li><a href="http://amnesiablog.wordpress.com/2008/12/10/how-to-win-a-velociroflcoptersaurus-google-search-battle/">Velociroflcoptersaurus</a></li>
<li><a href="http://delicategeniusblog.com/?p=801">DG TV: VELOCIROFLCOPTERSAURUS</a></li>
<li><a href="http://www.google.com.au/search?q=velociroflcoptersaurus">Google</a></li>
<li><a href="http://search.live.com/results.aspx?q=velociroflcoptersaurus">Live Search</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2009/02/04/see-my-inteview-about-the-velociroflcoptersaurus-story-with-likeomg-eunmac-delic8genius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I used Pwnage 2.0.1 on my 2g iPhone and now I love the Apps</title>
		<link>http://www.gregory-brine.com/2008/07/21/pwange-2-iphone-success/</link>
		<comments>http://www.gregory-brine.com/2008/07/21/pwange-2-iphone-success/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:09:48 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iPhone apps]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[pwnage]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/?p=160</guid>
		<description><![CDATA[<p>Following on from my previous blog outlining the pain I went through getting my iPhone working after doing an update, I used the newly release <a href="http://blog.iphone-dev.org/post/42858313/thanks-for-waiting">Pwnage 2.0</a> hours after they released it&#8230;. And this was after I said I wouldn&#8217;t do it till a few more people had successfully used it &#8211; I figure that the 900 odd comments that appeared in that time saying how well it worked, and with my previous experience, I&#8217;d do it. </p>
<p>It went almost flawlessly&#8230; Got it wrong first time as I ticked a wrong box. Mine&#8217;s an American iPhone in Australia. 2nd time, it worked perfectly! Well done guys! Seriously, they&#8217;ve been working so hard to do these for free &#8211; I hope that UK company has been shut down now &#8211; and have done such an amazing job!</p>
<p>So, now I have it, I dived into the <a href="http://www.apple.com/iphone/appstore/">iTunes Apps Store</a>. Bad idea&#8230; I now have the following installed on my phone:</p>
<ul>
<li><strong>Facebook</strong> &#8211; Great little app, which gives you all the main features of Facebook, and works almost flawlessly.</li>
<li><strong>Last.fm</strong> &#8211; I&#8217;m a big fan of Last.FM and used the original App a fairbit (for reference it plays really well on an iPod Hifi).</li>
<li><strong>Phonesaber</strong> &#8211; Pointless but great fun.</li>
<li><strong>Remote</strong> &#8211; Apple&#8217;s free application for controlling your iTunes is a work of art really. Pair it with your iTunes, and it&#8217;s like browsing your iPod but it&#8217;s the collection on your computer.</li>
<li><strong>Shazam</strong> &#8211; I used this service in the UK regularly, and now it&#8217;s out on the iPhone. Hold it up to a speaker and it will tell you what the song is playing (most of the time).</li>
<li><strong>Crash Bandicoot 3D</strong> &#8211; The Bandicoot crashes onto the iPhone in an addictive little game where you control the character using the phones accelerometer to steer, and a </li>
<li><strong>iPint</strong> &#8211; this takes the biscuit for a waste of time, but somehow it&#8217;s amusing. Slide a beer down the bar, then your iPhone fills with beer which you then drink by tilting your phone.</li>
<li><strong>Sudoku Unlimited</strong> &#8211; I had a version of this on Nano and got quite quickly hooked. Reading the reviews this a down to earth version that lets you simply play Sodoku. What more could you want?</li>
<li><strong>TwitterMe</strong> &#8211; Yep, it lets you post tweets on <a href="http://www.twitter.com/">Twitter</a></li>
<li><strong>Super Monkey Ball</strong> &#8211; Everyone saw this in the keynote speech, and it is as good as it looks &#8211; although it does take a little getting used to.</li>
<li><strong>Texas Hold &#8216;em</strong> &#8211; Apple&#8217;s take on the most popular card game is worth the price. It does exactly what you&#8217;d expect from a game of Hole &#8216;Em</li>
<li><strong>myLite</strong> &#8211; erm, it&#8217;s a torch that does torch type things. Yep, it turns your phone&#8217;s screen into a bright light.</li>
<li><strong>AIM</strong> &#8211; allows you to use American Online Messenger and .Mac/mobileMe messaging on your iPhone.</li>
<li><strong>Pinball RC</strong> &#8211; I love pinball. This is fun, but it&#8217;s a little chuggy at times. Good fun though.</li>
<li><strong>BrainChai</strong> &#8211; Brain Training similar to that on the Gameboy DS. Good fun!</li>
</ul>
<p>In conclusion, the upgrade was a great thing! If you&#8217;re not afraid it might fail, then Pwn your iPhone now!</p>
]]></description>
			<content:encoded><![CDATA[<p>Following on from my previous blog outlining the pain I went through getting my iPhone working after doing an update, I used the newly release <a href="http://blog.iphone-dev.org/post/42858313/thanks-for-waiting">Pwnage 2.0</a> hours after they released it&#8230;. And this was after I said I wouldn&#8217;t do it till a few more people had successfully used it &#8211; I figure that the 900 odd comments that appeared in that time saying how well it worked, and with my previous experience, I&#8217;d do it. </p>
<p>It went almost flawlessly&#8230; Got it wrong first time as I ticked a wrong box. Mine&#8217;s an American iPhone in Australia. 2nd time, it worked perfectly! Well done guys! Seriously, they&#8217;ve been working so hard to do these for free &#8211; I hope that UK company has been shut down now &#8211; and have done such an amazing job!</p>
<p>So, now I have it, I dived into the <a href="http://www.apple.com/iphone/appstore/">iTunes Apps Store</a>. Bad idea&#8230; I now have the following installed on my phone:</p>
<ul>
<li><strong>Facebook</strong> &#8211; Great little app, which gives you all the main features of Facebook, and works almost flawlessly.</li>
<li><strong>Last.fm</strong> &#8211; I&#8217;m a big fan of Last.FM and used the original App a fairbit (for reference it plays really well on an iPod Hifi).</li>
<li><strong>Phonesaber</strong> &#8211; Pointless but great fun.</li>
<li><strong>Remote</strong> &#8211; Apple&#8217;s free application for controlling your iTunes is a work of art really. Pair it with your iTunes, and it&#8217;s like browsing your iPod but it&#8217;s the collection on your computer.</li>
<li><strong>Shazam</strong> &#8211; I used this service in the UK regularly, and now it&#8217;s out on the iPhone. Hold it up to a speaker and it will tell you what the song is playing (most of the time).</li>
<li><strong>Crash Bandicoot 3D</strong> &#8211; The Bandicoot crashes onto the iPhone in an addictive little game where you control the character using the phones accelerometer to steer, and a </li>
<li><strong>iPint</strong> &#8211; this takes the biscuit for a waste of time, but somehow it&#8217;s amusing. Slide a beer down the bar, then your iPhone fills with beer which you then drink by tilting your phone.</li>
<li><strong>Sudoku Unlimited</strong> &#8211; I had a version of this on Nano and got quite quickly hooked. Reading the reviews this a down to earth version that lets you simply play Sodoku. What more could you want?</li>
<li><strong>TwitterMe</strong> &#8211; Yep, it lets you post tweets on <a href="http://www.twitter.com/">Twitter</a></li>
<li><strong>Super Monkey Ball</strong> &#8211; Everyone saw this in the keynote speech, and it is as good as it looks &#8211; although it does take a little getting used to.</li>
<li><strong>Texas Hold &#8216;em</strong> &#8211; Apple&#8217;s take on the most popular card game is worth the price. It does exactly what you&#8217;d expect from a game of Hole &#8216;Em</li>
<li><strong>myLite</strong> &#8211; erm, it&#8217;s a torch that does torch type things. Yep, it turns your phone&#8217;s screen into a bright light.</li>
<li><strong>AIM</strong> &#8211; allows you to use American Online Messenger and .Mac/mobileMe messaging on your iPhone.</li>
<li><strong>Pinball RC</strong> &#8211; I love pinball. This is fun, but it&#8217;s a little chuggy at times. Good fun though.</li>
<li><strong>BrainChai</strong> &#8211; Brain Training similar to that on the Gameboy DS. Good fun!</li>
</ul>
<p>In conclusion, the upgrade was a great thing! If you&#8217;re not afraid it might fail, then Pwn your iPhone now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/07/21/pwange-2-iphone-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I downgraded my bricked iphone from 2.0 to 1.1.4</title>
		<link>http://www.gregory-brine.com/2008/07/15/how-i-downgraded-my-bricked-iphone-from-20-to-114/</link>
		<comments>http://www.gregory-brine.com/2008/07/15/how-i-downgraded-my-bricked-iphone-from-20-to-114/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 22:16:34 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[kiphone]]></category>
		<category><![CDATA[pwnage]]></category>
		<category><![CDATA[ziphone]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/?p=159</guid>
		<description><![CDATA[<p>I made a small mistake and jumped on the iPhone 2.0 firmware a little too quickly, forgetting that my 2G phone came from eBay and would need a little work to fix. Add to that, that my phone had the 04.04.05_G firmware &#8211; something I discovered later on was a real issue.</p>
<p>So, booting it into DFU mode, and downgrading my iTunes to 7.5, I just couldn&#8217;t restore it running in OS X. It was giving me permission errors on the phone. I followed every guide, and still nothing. So, I booted into Windows XP, thinking that Microsoft&#8217;s approach to security might work in my favour. It did!</p>
<p>With a flashed phone, I set about jailbreaking and activating it. No problems there &#8211; although I did find that sometime Pwnage failed a couple of time due to permissions and required another restore (I think I restored the phone something like 30 times over the weekend).</p>
<p>Next up came installing my freshly created install. No problem. Then loaded it up and watched bootneuter (error 5) appear repeatedly&#8230; Nooooo&#8230;.</p>
<p>So, I tried Liberty+ and Ziphone (I since found out that the latter may have been a bad idea&#8230; Search for &#8220;Ziphoned&#8221;) Nothing would unlock it. Further searching, and I found that you need to delete the bootloaded on some iPhones. Did that, went through the steps (again, and again), always hit the same problem.</p>
<p>Further searching, and I found that potentially ziphone had done something to my phone &#8211; I actually don&#8217;t think it was this, and was the iPhone 2.0 firmware. But, that did lead me down the final path to success. There are modified version of that program that will remove the bootloader and downgrade it.</p>
<p>Tried that. Nooooo&#8230;. turns out my phone has a version that nothing removed. Version 04.04.05_G. Nothing removes it, till I found a link on a YouTube video to Kiphone. My heart raced as I watched it purge that evil bootloader and install a downgraded one.</p>
<p>After that, everything worked flawlessly and I now have a fully working 2G iPhone again. And, this worries me a little, but after 3 days of not having it, I realised even more how much I like it, and had missed it!</p>
<p>Anyway, for those in the same position, 2 links for you:</p>
<p>Modified Ziphone to remove older bootloader:<br />
<a href="http://www.hackint0sh.org/forum/showthread.php?t=39845">Modified Ziphone for bootloader removal</a></p>
<p>iclarified&#8217;s tutorial on using kiphone to remove firmware version 04.04.05_G:<br />
<a href="http://www.iclarified.com/entry/index.php?enid=1536">Remove and downgrade iPhone 04.04.05_G with kiphone</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I made a small mistake and jumped on the iPhone 2.0 firmware a little too quickly, forgetting that my 2G phone came from eBay and would need a little work to fix. Add to that, that my phone had the 04.04.05_G firmware &#8211; something I discovered later on was a real issue.</p>
<p>So, booting it into DFU mode, and downgrading my iTunes to 7.5, I just couldn&#8217;t restore it running in OS X. It was giving me permission errors on the phone. I followed every guide, and still nothing. So, I booted into Windows XP, thinking that Microsoft&#8217;s approach to security might work in my favour. It did!</p>
<p>With a flashed phone, I set about jailbreaking and activating it. No problems there &#8211; although I did find that sometime Pwnage failed a couple of time due to permissions and required another restore (I think I restored the phone something like 30 times over the weekend).</p>
<p>Next up came installing my freshly created install. No problem. Then loaded it up and watched bootneuter (error 5) appear repeatedly&#8230; Nooooo&#8230;.</p>
<p>So, I tried Liberty+ and Ziphone (I since found out that the latter may have been a bad idea&#8230; Search for &#8220;Ziphoned&#8221;) Nothing would unlock it. Further searching, and I found that you need to delete the bootloaded on some iPhones. Did that, went through the steps (again, and again), always hit the same problem.</p>
<p>Further searching, and I found that potentially ziphone had done something to my phone &#8211; I actually don&#8217;t think it was this, and was the iPhone 2.0 firmware. But, that did lead me down the final path to success. There are modified version of that program that will remove the bootloader and downgrade it.</p>
<p>Tried that. Nooooo&#8230;. turns out my phone has a version that nothing removed. Version 04.04.05_G. Nothing removes it, till I found a link on a YouTube video to Kiphone. My heart raced as I watched it purge that evil bootloader and install a downgraded one.</p>
<p>After that, everything worked flawlessly and I now have a fully working 2G iPhone again. And, this worries me a little, but after 3 days of not having it, I realised even more how much I like it, and had missed it!</p>
<p>Anyway, for those in the same position, 2 links for you:</p>
<p>Modified Ziphone to remove older bootloader:<br />
<a href="http://www.hackint0sh.org/forum/showthread.php?t=39845">Modified Ziphone for bootloader removal</a></p>
<p>iclarified&#8217;s tutorial on using kiphone to remove firmware version 04.04.05_G:<br />
<a href="http://www.iclarified.com/entry/index.php?enid=1536">Remove and downgrade iPhone 04.04.05_G with kiphone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/07/15/how-i-downgraded-my-bricked-iphone-from-20-to-114/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My concerns about Web Developer&#8217;s skill sets since asp.NET came to be</title>
		<link>http://www.gregory-brine.com/2008/05/17/my-concerns-about-web-developers-skill-sets-since-aspnet-came-to-be/</link>
		<comments>http://www.gregory-brine.com/2008/05/17/my-concerns-about-web-developers-skill-sets-since-aspnet-came-to-be/#comments</comments>
		<pubDate>Sat, 17 May 2008 22:33:15 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/?p=129</guid>
		<description><![CDATA[<p><em>Updated in response to <a href="http://blog.codebrain.co.uk/post/2009/06/03/NET-Is-Not-A-Language.aspx" target="_blank">Stu&#8217;s article</a>.</em></p>
<p>Since I wrote this article, I have learnt a lot about .NET and indeed it is a framework &#8211; Stu and some of the many talented .NET developers I have worked with demonstrate this concept brilliantly. My original point was that since people have been working in the associated language &#8211; C# and VB.NET for example &#8211; they have had an ignorance of the what is going on around it and instead relied on it providing everything they need. This often leads to the solution being created not being over complicated and as a result, affecting the end-user experience.</p>
<p>That was merely my point. No-one can be a master of everything, and shouldn&#8217;t expect to be. But to ignore what&#8217;s going around you is foolish, especially given how complex websites are these days.</p>
<p>Sorry if anyone took this the wrong way, it was never my intention.</p>
<p><span style="text-decoration: line-through;">OK, so a slightly long winded title, but I have to express a concern of mine. Recently I&#8217;ve been trying to hire web developers for my team to build web site, but I&#8217;m hitting a continual brick wall&#8230; Most of them actually don&#8217;t know how to build a web site!</span></p>
<p><span style="text-decoration: line-through;">These people know .NET, which is obviously a good thing, but they don&#8217;t seem to have any awareness of the other elements of the website. If it&#8217;s not in .NET code, and if it&#8217;s not a built in .NET control, then why should they need to know it? That&#8217;s the way it comes across to me.</span></p>
<p><span style="text-decoration: line-through;">When I started learning web development, I tool the approach of learning HTML mark-up first, then moving to server-side code in the form of Coldfusion. It seemed logical to do it that way, as ultimately what the end user sees is HTML. When CSS came along, I jumped on that bandwagon, and loved it. It helped me breath new life into my code. Then I changed from Coldfusion to Classic ASP and Microsoft SQL. All this enabled me to take a Photoshop file and deliver a complete website with a database driven back-end &#8211; incidentally built using the CMS systems I have developed over the years.</span></p>
<p><span style="text-decoration: line-through;">Recently, I started learning .NET and I&#8217;ve realised what a lazy language it is. Everything about it is geared to not really needing to think about anything! Everything is done for you, to the extent where you just need to start typing and Intellisense kicks in and tells you what you probably meant &#8211; and most of the time it&#8217;s right. I think that should be a good thing as it gives you more time to focus on the HTML, CSS and JavaScript side of things, delivering a great looking, functional website which validates if possible.</span></p>
<p><span style="text-decoration: line-through;">This also gives you more time to ensure the other elements of the site are more polished and included, perhaps affording you time to improve your RSS feed to include the most up to date information. Looking at a new technique such as integrating the Open Search for people&#8217;s toolbar or including microformats. Carrying out those last checks such as ensuring the Google Analytics and sitemap code is included and working.</span></p>
<p><span style="text-decoration: line-through;">However, that&#8217;s not how it works now. Apparently, people that know .NET are exempt from knowing anything outside of .NET when it comes to building a website, which to my mind makes them an Application Developer, not a web developer. Recently, we had an intern in who said he was good at html and CSS, but when you say that&#8217;s good and can he turn this PSD into a site, he says know, that&#8217;s someone else&#8217;s job as if he&#8217;s more important than that because he knows .NET.</span></p>
<p><span style="text-decoration: line-through;">Why has this happened? It&#8217;s a single language, so why do these people place so much value on this one skill over the other, in my opinion more important, elements of the site? I think it&#8217;s the banks. Think about it. Banks have recently built massive systems and brought everything online over a period, paying people lots of money for that period and then letting them all go once that task was completed, flooding the market with people who thought they understood the web. It&#8217;s a shame, but it affects smaller companies the most ultimately.</span></p>
<p><span style="text-decoration: line-through;">Add to that that they don&#8217;t seem to understand the idea of a good user experience, and are happy if what they build works. They don&#8217;t care if it works well, and don&#8217;t even seem to notice if something doesn&#8217;t work as well as it could. If a page is slow, doesn&#8217;t matter, it loads. If a page is hard to use, doesn&#8217;t matter as it works doesn&#8217;t it? I find that a strange attitude.</span></p>
<p><span style="text-decoration: line-through;">We&#8217;ve been talking internally, and are hopeful that a change is afoot and that the days of the true web developer will return again. The developers I place highest value on can be given a PSD and produce an entire website, optimised and including all the elements that make a website great! And I really hope that hope comes true.</span></p>
]]></description>
			<content:encoded><![CDATA[<p><em>Updated in response to <a href="http://blog.codebrain.co.uk/post/2009/06/03/NET-Is-Not-A-Language.aspx" target="_blank">Stu&#8217;s article</a>.</em></p>
<p>Since I wrote this article, I have learnt a lot about .NET and indeed it is a framework &#8211; Stu and some of the many talented .NET developers I have worked with demonstrate this concept brilliantly. My original point was that since people have been working in the associated language &#8211; C# and VB.NET for example &#8211; they have had an ignorance of the what is going on around it and instead relied on it providing everything they need. This often leads to the solution being created not being over complicated and as a result, affecting the end-user experience.</p>
<p>That was merely my point. No-one can be a master of everything, and shouldn&#8217;t expect to be. But to ignore what&#8217;s going around you is foolish, especially given how complex websites are these days.</p>
<p>Sorry if anyone took this the wrong way, it was never my intention.</p>
<p><span style="text-decoration: line-through;">OK, so a slightly long winded title, but I have to express a concern of mine. Recently I&#8217;ve been trying to hire web developers for my team to build web site, but I&#8217;m hitting a continual brick wall&#8230; Most of them actually don&#8217;t know how to build a web site!</span></p>
<p><span style="text-decoration: line-through;">These people know .NET, which is obviously a good thing, but they don&#8217;t seem to have any awareness of the other elements of the website. If it&#8217;s not in .NET code, and if it&#8217;s not a built in .NET control, then why should they need to know it? That&#8217;s the way it comes across to me.</span></p>
<p><span style="text-decoration: line-through;">When I started learning web development, I tool the approach of learning HTML mark-up first, then moving to server-side code in the form of Coldfusion. It seemed logical to do it that way, as ultimately what the end user sees is HTML. When CSS came along, I jumped on that bandwagon, and loved it. It helped me breath new life into my code. Then I changed from Coldfusion to Classic ASP and Microsoft SQL. All this enabled me to take a Photoshop file and deliver a complete website with a database driven back-end &#8211; incidentally built using the CMS systems I have developed over the years.</span></p>
<p><span style="text-decoration: line-through;">Recently, I started learning .NET and I&#8217;ve realised what a lazy language it is. Everything about it is geared to not really needing to think about anything! Everything is done for you, to the extent where you just need to start typing and Intellisense kicks in and tells you what you probably meant &#8211; and most of the time it&#8217;s right. I think that should be a good thing as it gives you more time to focus on the HTML, CSS and JavaScript side of things, delivering a great looking, functional website which validates if possible.</span></p>
<p><span style="text-decoration: line-through;">This also gives you more time to ensure the other elements of the site are more polished and included, perhaps affording you time to improve your RSS feed to include the most up to date information. Looking at a new technique such as integrating the Open Search for people&#8217;s toolbar or including microformats. Carrying out those last checks such as ensuring the Google Analytics and sitemap code is included and working.</span></p>
<p><span style="text-decoration: line-through;">However, that&#8217;s not how it works now. Apparently, people that know .NET are exempt from knowing anything outside of .NET when it comes to building a website, which to my mind makes them an Application Developer, not a web developer. Recently, we had an intern in who said he was good at html and CSS, but when you say that&#8217;s good and can he turn this PSD into a site, he says know, that&#8217;s someone else&#8217;s job as if he&#8217;s more important than that because he knows .NET.</span></p>
<p><span style="text-decoration: line-through;">Why has this happened? It&#8217;s a single language, so why do these people place so much value on this one skill over the other, in my opinion more important, elements of the site? I think it&#8217;s the banks. Think about it. Banks have recently built massive systems and brought everything online over a period, paying people lots of money for that period and then letting them all go once that task was completed, flooding the market with people who thought they understood the web. It&#8217;s a shame, but it affects smaller companies the most ultimately.</span></p>
<p><span style="text-decoration: line-through;">Add to that that they don&#8217;t seem to understand the idea of a good user experience, and are happy if what they build works. They don&#8217;t care if it works well, and don&#8217;t even seem to notice if something doesn&#8217;t work as well as it could. If a page is slow, doesn&#8217;t matter, it loads. If a page is hard to use, doesn&#8217;t matter as it works doesn&#8217;t it? I find that a strange attitude.</span></p>
<p><span style="text-decoration: line-through;">We&#8217;ve been talking internally, and are hopeful that a change is afoot and that the days of the true web developer will return again. The developers I place highest value on can be given a PSD and produce an entire website, optimised and including all the elements that make a website great! And I really hope that hope comes true.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/05/17/my-concerns-about-web-developers-skill-sets-since-aspnet-came-to-be/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 5 WordPress plugins to get you started</title>
		<link>http://www.gregory-brine.com/2008/04/09/top-5-wordpress-plugins-to-get-you-started/</link>
		<comments>http://www.gregory-brine.com/2008/04/09/top-5-wordpress-plugins-to-get-you-started/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 13:33:46 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[top 5]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/?p=123</guid>
		<description><![CDATA[<p>I&#8217;m relatively new to using <a href="http://www.wordpress.org">WordPress</a> to completely manage my site, but I have found a few plugins of particular use in getting my site to a point where I feel it is really usable and enjoyable for everyone that visits. In this blog, you&#8217;ll find the 5 I&#8217;ve found most useful to help me do that. I have more but they&#8217;re for a different purpose and a different blog.</p>
<p><a href="http://srinig.com/wordpress/plugins/flexi-pages/">Flexi Pages Widget</a><br />
If like me you&#8217;re using WordPress as a CMS (<a href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System</a>) to manage other pages about you, then you&#8217;ll quickly come to realise the standard side menu doesn&#8217;t work so well because it shows everything all the time. The plug in gives you a large degree of customisation, allowing you to make your menu behave like the one on my site, with everything collapsed until you go into that section.</p>
<p><a href="http://alexrabe.boelinger.com/?page_id=80">NextGEN Gallery</a><br />
I love taking photos, and have explored a few options in this area. There&#8217;s several that integrate with services such as flickr, and one that works off you Facebook account. But none of them were quite what I was after. The NextGEN gallery allows you to manage galleries within your site&#8217;s folders rather than using a 3rd party. I find this approach more appealing as it means my site is almost completely self contained.</p>
<p><a href="http://urbangiraffe.com/plugins/redirection/">Redirection</a><br />
The site you&#8217;re looking at used to be www.gregorybrine.com. That had a lot of links, and folders within it, each with a pagerank and some valuable traffic. You can do a simple URL re-pointing, but you risk loosing this traffic. Instead, you should do a 301 redirect for all key URLs on your site. This plugin has allowed me to control all traffic to the new <a href="http://www.gregory-brine.com">www.gregory-brine.com</a> URL, as well as some some of my original URLs that were valuable but of no use in the current site such as my old <a href="http://www.gregory-brine.com/personal-blog-journal-and-travel-around-the-world">Personal Blog and Travel Around the World</a> URL &#8211; thanks to <a href="http://www.cheb.com.au/">Cheb</a> for pointing me to this one.</p>
<p><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a><br />
It&#8217;s always good to know how much traffic your blog is getting, and this tool allows you to get some basic information back about who&#8217;s reading what on your site, and where they are coming from.</p>
<p><a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a><br />
You&#8217;ve gone to all the effort of writing fresh content for your site, and the pinging service within WordPress goes a long way to spreading the word, but a Google sitemap takes it one step further, which is especially useful for those using the CMS features of <a href="http://www.wordpress.org">WordPress</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m relatively new to using <a href="http://www.wordpress.org">WordPress</a> to completely manage my site, but I have found a few plugins of particular use in getting my site to a point where I feel it is really usable and enjoyable for everyone that visits. In this blog, you&#8217;ll find the 5 I&#8217;ve found most useful to help me do that. I have more but they&#8217;re for a different purpose and a different blog.</p>
<p><a href="http://srinig.com/wordpress/plugins/flexi-pages/">Flexi Pages Widget</a><br />
If like me you&#8217;re using WordPress as a CMS (<a href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System</a>) to manage other pages about you, then you&#8217;ll quickly come to realise the standard side menu doesn&#8217;t work so well because it shows everything all the time. The plug in gives you a large degree of customisation, allowing you to make your menu behave like the one on my site, with everything collapsed until you go into that section.</p>
<p><a href="http://alexrabe.boelinger.com/?page_id=80">NextGEN Gallery</a><br />
I love taking photos, and have explored a few options in this area. There&#8217;s several that integrate with services such as flickr, and one that works off you Facebook account. But none of them were quite what I was after. The NextGEN gallery allows you to manage galleries within your site&#8217;s folders rather than using a 3rd party. I find this approach more appealing as it means my site is almost completely self contained.</p>
<p><a href="http://urbangiraffe.com/plugins/redirection/">Redirection</a><br />
The site you&#8217;re looking at used to be www.gregorybrine.com. That had a lot of links, and folders within it, each with a pagerank and some valuable traffic. You can do a simple URL re-pointing, but you risk loosing this traffic. Instead, you should do a 301 redirect for all key URLs on your site. This plugin has allowed me to control all traffic to the new <a href="http://www.gregory-brine.com">www.gregory-brine.com</a> URL, as well as some some of my original URLs that were valuable but of no use in the current site such as my old <a href="http://www.gregory-brine.com/personal-blog-journal-and-travel-around-the-world">Personal Blog and Travel Around the World</a> URL &#8211; thanks to <a href="http://www.cheb.com.au/">Cheb</a> for pointing me to this one.</p>
<p><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a><br />
It&#8217;s always good to know how much traffic your blog is getting, and this tool allows you to get some basic information back about who&#8217;s reading what on your site, and where they are coming from.</p>
<p><a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a><br />
You&#8217;ve gone to all the effort of writing fresh content for your site, and the pinging service within WordPress goes a long way to spreading the word, but a Google sitemap takes it one step further, which is especially useful for those using the CMS features of <a href="http://www.wordpress.org">WordPress</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/04/09/top-5-wordpress-plugins-to-get-you-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Feed Reader for mac</title>
		<link>http://www.gregory-brine.com/2008/03/02/rss-feed-reader-for-mac/</link>
		<comments>http://www.gregory-brine.com/2008/03/02/rss-feed-reader-for-mac/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 10:38:27 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[feed reader]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/personal-blog-journal-and-travel-around-the-world/blog/rss-feed-reader-for-mac</guid>
		<description><![CDATA[Finally, some RSS Feed Readers for the mac that rival <a href="http://www.feedreader.com/">feedreader</a> on a the PC]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a big fan of <a href="http://www.feedreader.com/">feedreader</a> on Windows, but I&#8217;ve yet to find something comparable on the mac. Obviously there&#8217;s the on-line tools, and there&#8217;s been a few shareware ones around which were OK.</p>
<p>But, <a href="http://www.feedreader.com/">feedreader</a> has a beautiful simplicity. It&#8217;s on of those programs that does exactly what you need, and could want and doesn&#8217;t try to do anything else. The mac ones I&#8217;ve seen either did too little, or fell into that trap of trying to be everything. The elegance and simplicity that using <a href="http://www.apple.com/macosx/">Mac OS X</a> is known for just wasn&#8217;t there.</p>
<p>Thankfully, whilst hunting around, I came first across <a href="http://vienna-rss.sourceforge.net/">Vienna</a>. A project on <a href="http://sourceforge.net/">Sourceforge</a> that does almost exactly the same thing as <a href="http://www.feedreader.com/">feedreader</a> with it&#8217;s simple 3 pane layout. You can create groups of feeds, when you click on a feed or group, you get a list of all the blogs in that group in the top right pane. Click on a blog, and you get the summary of that blog in the pane below. Double click on the blog&#8217;s title and it opens the full URL in you browser. Everything&#8217;s nice a quick, and always accessible. You can change the layout to be horizontal if you prefer. Whenever feeds update, you get a message on your desktop &#8211; which you can turn off if you like (amazing how many programs forget to give you that option!).</p>
<p>Then, as if a blessing, along comes another program. <a href="http://www.newsgator.com/">Newsgator</a> has just released their <a href="http://www.newsgator.com/Individuals/NetNewsWire/">NetNewsWire</a> program for free. Working much the same way as Vienna, it has 2 other tricks up it&#8217;s sleeve. First off, when you double click the feed, it open a new &#8216;tab&#8217; in the application showing the full page &#8211; you&#8217;d be amazed how much difference this little trick makes. And, and this is the kicker, you can connect it to your <a href="http://www.newsgator.com/">Newsgator</a> account, synchronising the feeds you add here with those on line, and vice versa. This means all your feeds are available anywhere, any time.</p>
<p><a href="http://vienna-rss.sourceforge.net/">Vienna</a>, great, but <a href="http://www.newsgator.com/Individuals/NetNewsWire/">NetNewsWire</a> is one step better&#8230; Give them a try, you won&#8217;t regret it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/03/02/rss-feed-reader-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The humble fax machine. Long live the fax machine&#8230; An old technology coming back?</title>
		<link>http://www.gregory-brine.com/2008/02/25/the-humble-fax-machine-long-live-the-fax-machine-an-old-technology-coming-back/</link>
		<comments>http://www.gregory-brine.com/2008/02/25/the-humble-fax-machine-long-live-the-fax-machine-an-old-technology-coming-back/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 11:11:16 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[fax]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/personal-blog-journal-and-travel-around-the-world/blog/the-humble-fax-machine-long-live-the-fax-machine-an-old-technology-coming-back</guid>
		<description><![CDATA[The humble fax. Our friend. Our enemy. The source of endless cheap printer cartridge refill offers. And still going strong.]]></description>
			<content:encoded><![CDATA[<p>This came from having one of those random, geeky office conversations you tend to have for no particular reason. You know the sort&#8230; What would happen if you swap the &#8216;n&#8217; and &#8216;m&#8217; key round on the new person&#8217;s keyboard. Do you remember Dungeon Master on the Atari ST? What would life be like if it were more like a video game? Would the internet of come about quicker if macs were the dominant computer? More to the point, would the world be a better place if macs ruled the PC market?</p>
<p>I digress. This blog is aimed at the humble fax. Our friend. Our enemy. The source of endless cheap printer cartridge refills &#8211; which incidentally you need as all the cartridge offers use up the ink! The butt of many jokes (think that classic scene if <a href="http://www.imdb.com/title/tt0151804/" target="_blank">Office Space</a>).</p>
<p>But a lot&#8217;s happened in the world. We now have that amazing thing called the internet. You can send anything &#8211; well, anything that can be converted to 0 and 1 &#8211; to anyone, anywhere. Add to that, the way that most photocopiers are now attached to the office network, so now you don&#8217;t even need your computer to send that file. Just stick the paper in the copier, enter the email address, and hey-presto, the other person gets it &#8211; and in probably less time than the fax.</p>
<p>So, with all this technology, why is the fax still going strong? Well everyone, I&#8217;ve great news for you! I think I&#8217;ve cracked it!</p>
<p>I&#8217;ll start with the problem with emails. In the original days of email, it was a special event when you got one. Nowadays, you get so many emails, that, to be honest, you don&#8217;t read all of them, often missing vital things. It&#8217;s not malicious, but to get your job done, you often have to skim read the title and ignore some of them. About now, some people are saying no I don&#8217;t do that. But think about it&#8230; Really think about it. I bet you do!</p>
<p>Now, with faxes, you see a lone piece of paper on the fax machine, someone will inevitably pick it up and read it. Even if they don&#8217;t finish it, they&#8217;ll still pick it up and read it to point. You have to! Faxes don&#8217;t have titles do they, so you&#8217;ve got to find out what&#8217;s on there somehow.</p>
<p>You also have the advantage now that they&#8217;ve passed of the spammers radar, so the faxes you generally get are actually useful. Think about that for a second. The one tool we used to curse for the amount of rubbish you got on it is suddenly really, really useful again!</p>
<p>Now, put the fax machine next to the secretary in the office, and suddenly anything really important has an almost guaranteed way to get to you. That&#8217;s why we use it for sign-off documents. That&#8217;s why anything you have to sign has to use the fax. It is useful and is a prime example of how you shouldn&#8217;t dismiss technologies too soon. Email&#8217;s still a child in a grown-ups world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/02/25/the-humble-fax-machine-long-live-the-fax-machine-an-old-technology-coming-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A plea to Facebook&#8230; Stop the decline&#8230; You&#8217;ve forgotten about making friends</title>
		<link>http://www.gregory-brine.com/2008/02/02/a-plea-to-facebook-stop-the-decline-youve-forgotten-about-making-friends/</link>
		<comments>http://www.gregory-brine.com/2008/02/02/a-plea-to-facebook-stop-the-decline-youve-forgotten-about-making-friends/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 11:38:34 +0000</pubDate>
		<dc:creator>Greg Brine</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gregory-brine.com/personal-blog-journal-and-travel-around-the-world/blog/a-plea-to-facebook-stop-the-decline-youve-forgotten-about-making-friends</guid>
		<description><![CDATA[My plea to trim the excess from Facebook and stop the decline. Remember and focus on what made it so addictive when it first came out. Please...]]></description>
			<content:encoded><![CDATA[<p>Has anyone noticed that their friends aren&#8217;t using <a href="http://www.facebook.com/">Facebook</a> as much now? I don&#8217;t know if it&#8217;s just me, but the number of messages with update I get from friends has dropped dramatically. When you log in and check, the updates they&#8217;ve been making has dropped dramatically too.</p>
<p>It&#8217;s a strange phenomena. The theory behind Facebook is superb. Let you and your friends share everything. Put photos up, let them and their friends know they&#8217;re in it. Set up events and groups that they might be interested in. Bring them all together in one place. Send your friends messages and videos from sources such as <a href="http://www.youtube.com/">YouTube</a>.</p>
<p>And the way the user interface has been built is a true demonstration of form and function giving you the best user experience of almost any site. The User interface is so polished and simple. It does what it needs to do, and it does it well. There&#8217;s no excessive Ajax calls. You see what you need, when you need it, and it&#8217;s quick and clean. The essence of Web 2.0.</p>
<p>You can find groups about just about anything. People that walk slowly, how cute cats are, my favourite drink, bring back <a href="http://en.wikipedia.org/wiki/Firefly_(TV_series)">Firefly</a>. All valid groups and all things we might be interested in. We should be subscribing to them and sharing our opinions.</p>
<p>Then there&#8217;s a the <a href="http://www.facebook.com/applications/">Facebook Applications</a>. A brilliant idea! Open up your service to keen people, let them share their ideas and their passion. Bring the people who love similar things together. Let them take quizzes and see which character from the <a href="http://www.thesimpsons.com/">Simpsons</a> or <a href="http://www.familyguy.com/">Family Guy</a> you are. All great fun.</p>
<p>I know there was a time when I was very active on <a href="http://www.facebook.com">Facebook</a>, joining groups left right and centre. Installing applications for fun. But then, recently, I suddenly decided to remove all those applications. Un-subscribe from those groups. But why? I couldn&#8217;t figure it out initially.</p>
<p>Then I started looking and talking to other people, and they&#8217;ve done the same. Then I started thinking about why. Why did I feel the need to remove all those Applications that once interested me? Because, to be honest, they were fun once, and the fact that every time one of my friends uses the Application, I get told &#8211; repeatedly.</p>
<p>I haven&#8217;t removed all of the Applications though. Some are still there, like the places I&#8217;ve been one, and <a href="http://www.facebook.com/apps/application.php?id=5315590686&#038;b&#038;ref=pd">Wiliam&#8217;s RSS feed reader</a>. They seem genuinely useful to me, and something my friends can use to find out useful things about me and keep in touch with me.</p>
<p>So what am I trying to say? <a href="http://www.facebook.com">Facebook</a>, please, please, please, don&#8217;t ruin the brilliant idea you&#8217;ve built! Focus on what it did so well originally! Connecting friends and people with similar interests, and not watering down the experience.</p>
<p>It&#8217;s hard to put your finger on exactly what&#8217;s gone wrong, but if it&#8217;s not fixed soon, one of the best websites of recent years will lose the people that it most appealed to originally and end up like <a href="http://www.myspace.com">MySpace</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gregory-brine.com/2008/02/02/a-plea-to-facebook-stop-the-decline-youve-forgotten-about-making-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
