<?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>Jamie&#039;s Blog &#187; Miscellaneous</title>
	<atom:link href="http://jamiei.com/blog/topic/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamiei.com/blog</link>
	<description>Delphi Programming, Web Development, General Technology and, of course, Midget Gems</description>
	<lastBuildDate>Sun, 05 Sep 2010 21:27:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<cloud domain='jamiei.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>My Developer / Utility Toolbox</title>
		<link>http://jamiei.com/blog/2009/04/my-developer-utility-toolbox/</link>
		<comments>http://jamiei.com/blog/2009/04/my-developer-utility-toolbox/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 14:23:26 +0000</pubDate>
		<dc:creator>jamiei</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apps-i-love]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://jamiei.com/blog/?p=243</guid>
		<description><![CDATA[Most Developers will already have come accross many of these tools but just as every plumber has a favoured brand of wrench or electrician has a favoured model of multi-meter we all have a favourite set of productivity enhancing utilities. Here are a few of the tools which I find tremendously useful or find developing [...]]]></description>
			<content:encoded><![CDATA[<p>Most Developers will already have come accross many of these tools but just as every plumber has a favoured brand of wrench or electrician has a favoured model of multi-meter we all have a favourite set of productivity enhancing utilities. Here are a <strong>few</strong> of the tools which I find tremendously useful or find developing without particularly painful. Writing up a small list of these utilities also helps me more than it may help you because it&#8217;ll also serve as a todo list for any new workstation that I want to set myself up on in the future.</p>
<p>(Items marked with an Asterisk * are non-free)</p>
<h3>Delphi Tools</h3>
<p><a href="http://www.gexperts.org/"><strong>GExperts</strong></a> &#8211; Every Delphi Developer should have GExperts, adding a fantastic selection of features to the Delphi IDE and Editor.</p>
<p><a href="http://www.cnpack.org/">cnWizard IDE</a> &#8211; Quite a few commenters suggested adding cnWizard IDE here, I&#8217;ve never actually tried it but did consider it against GExperts. What put me off was the relatively uninformative website (yes, shallow of me but I can&#8217;t help it!).</p>
<div id="attachment_260" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-260" title="scconfiguration" src="http://jamiei.com/blog/wp-content/uploads/2009/04/scconfiguration-300x240.png" alt="DelphiCodeToDoc Options" width="300" height="240" /><p class="wp-caption-text">DelphiCodeToDoc Options</p></div>
<p><a href="http://dephicodetodoc.sourceforge.net/"><strong>DelphiCodeToDoc</strong></a> &#8211; Generate documentation from your Delphi Source comments, including JavaDoc compatible comments. DelphiCodeToDoc is open source and can generate Windows Help Files or HTML Documentation (or both).</p>
<p><a href="http://www.gurock.com/products/smartinspect/"><strong>SmartInspect</strong></a>* - This is a commercial product which gives you amazing code logging features for Delphi, .NET and Java applications (and <a href="http://blog.gurock.com/postings/smartinspect-for-php-logging/347/">even PHP too now</a> which I also find useful). No more inserting breakpoints, watches and spurious ShowMessages()&#8217;s just to track the variables in an application. Even allows Remote Logging when an executable is deployed on a different machine. Saved me from a particuarly frustrating problem in a remote app recently.</p>
<div id="attachment_254" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-254" title="smartinspect-professional-console" src="http://jamiei.com/blog/wp-content/uploads/2009/04/smartinspect-professional-console-300x180.png" alt="SmartInspect Console" width="300" height="180" /><p class="wp-caption-text">SmartInspect Console</p></div>
<p><a href="http://www.jrsoftware.org/isinfo.php"><strong>Innosetup</strong></a> &#8211; A Free installer which allows you to create fully customisable installers which support nearly every version of windows and even 64 bit architectures. I&#8217;ve also found it to be just as functional and much easier to use than some of it&#8217;s expensive <a href="http://www.acresso.com/products/is/installshield-overview.htm">competitors</a>.  Did I mention it&#8217;s also free?</p>
<p><a href="http://v.mahon.free.fr/pro/freeware/memcheck/"><strong>MemCheck</strong></a> &#8211; Not really an application per se. Not fully Delphi 2009 compatible yet but this is a useful little unit that means adding a single line to your project file and then creates a log file of the memory leaks in your application.</p>
<p><a href="http://www.want-tool.org/"><strong>WAnt</strong></a> &#8211;  A Delphi specific Build Automation tool in the same fashion as the Java Ant tool. I looked into this tool recently because I wanted a way to automatically Checkout, Build and Test the <a href="http://www.delphi.org/twitter/dwitterphi">Dwitterphi</a> project that I&#8217;m working on so I know when the SVN Trunk has been broken.</p>
<h3>Editors / IDEs</h3>
<p><a href="http://www.pnotepad.org/"><strong>Programmers Notepad 2</strong></a> &#8211; A General Purpose Notepad replacement which includes Syntax highlighting support, bookmarks, code folding, project and project group support and all the usual gubbins which you would expect from a lightweight notepad replacement.</p>
<p><a href="http://www.zend.com/products/studio/"><strong>Zend Studio</strong></a>* &#8211; My copy is a few years old, before they switched to Eclipse. I&#8217;m actually looking at replacing this with something newer and free.</p>
<div id="attachment_255" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-255" title="zend-development-environment" src="http://jamiei.com/blog/wp-content/uploads/2009/04/zend-development-environment-300x180.png" alt="Zend Development Environment (older version)" width="300" height="180" /><p class="wp-caption-text">Zend Development Environment (older version)</p></div>
<p><a href="http://www.eclipse.org"><strong>Eclipse</strong></a> &#8211; Needs no real introduction. A Base for so many tools. I also use the <a href="http://www.aptana.com/rails">RadRails</a> package for Rails and Ruby Development.</p>
<h3>Version Control / File Comparison</h3>
<p><a href="http://www.scootersoftware.com/"><strong>Beyond Compare 3</strong></a>* &#8211; An amazing File Comparison utility with 3 way merge capability, folder sync capabilities, specialised viewers for various file types and remote comparison tools. I&#8217;ve mentioned it many times before but this is an essential tool for developers.</p>
<div id="attachment_256" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-256" title="Beyond Compare 3" src="http://jamiei.com/blog/wp-content/uploads/2009/04/beyond-compare-300x180.png" alt="Beyond Compare 3" width="300" height="180" /><p class="wp-caption-text">Beyond Compare 3</p></div>
<p><a href="http://tortoisesvn.tigris.org/"><strong>Toroise SVN</strong></a> &#8211; Easy to use interface for Subversion which integrates beautifully with the Windows Shell. My only gripe with this particular tool is that it seems to bug you often to download the latest updates when they should by now have implemented an auto-update feature.</p>
<p><a href="http://svnmonitor.com/default.shtml"><strong>SVNMonitor</strong></a> &#8211; Only Recently suggested to me by <a href="http://twitter.com/dmillam/status/1553857414">@dmiliam</a> via Twitter. I installed it and found it tremendously useful for keeping tabs on whats happening with a SVN Repository.</p>
<h3>Internet</h3>
<p><a href="http://www.smartftp.com/"><strong>SmartFTP</strong></a>* &#8211; There are a million FTP Clients out there, some are free with comparable features to SmartFTP but none come close to the overall package and polish that SmartFTP represents including support for FTPS and SFTP and very smooth transfer queues and folder sync features.</p>
<p><a href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx"><strong>FeedDemon</strong></a> &#8211; Developed in Delphi by Nick Bradbury. It&#8217;s considered very <em>cool</em> to use Google Reader nowadays but you can&#8217;t beat the stability and power of a Desktop Reader and FeedDemon has it all. Fast and efficient, especially good when combined with the NewsGator Online Sync Service that allows me to sync unread/read items to my Work PC or even my Blackberry with NewsGator Go! and catch up with news on the go. Sync with Google Reader is also <a href="http://nick.typepad.com/blog/2009/01/feeddemon-to-sync-with-google-reader.html">on the way</a>. FeedDemon FTW.</p>
<div id="attachment_257" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-257" title="FeedDemon 3" src="http://jamiei.com/blog/wp-content/uploads/2009/04/newsgator-feeddemon-30015-beta-3-300x180.png" alt="FeedDemon 3" width="300" height="180" /><p class="wp-caption-text">FeedDemon 3</p></div>
<p><a href="http://www.twhirl.org/"><strong>twhirl</strong></a> &#8211; I prefer twhirl as my Twitter client of choice as it isn&#8217;t as big and bulky as TweetDeck but all that will change when there is a <a href="http://www.delphi.org/twitter/dwitterphi">great native win32 twitter client</a>.</p>
<h3>Browser</h3>
<p><a href="http://www.mozilla.com/firefox"><strong>FireFox</strong></a> &#8211; No explaination neccessary really.</p>
<ul>
<li><a href="http://chrispederick.com/work/web-developer/"><strong>Web Developer Toolbar</strong></a> &#8211; Simply indispensable for those who spend a great deal of time crafting Browser content or applications.</li>
<li><a href="http://developer.yahoo.com/yslow/"><strong>YSlow</strong></a> &#8211; I&#8217;ll be honest: I&#8217;ve never had a site that is big enough to need the level of optimisation that Yahoo.com does but the advice this tool gives is sound and it will help you to identify bottlenecks in your sites performance.</li>
<li><a href="http://getfirebug.com/"><strong>FireBug </strong></a> - Edit, debug, and monitor HTML, CSS and JavaScript live in any web page.</li>
</ul>
<p><a href="http://www.google.com/chrome"><strong>Google Chrome</strong></a> &#8211; Used for Day to Day browsing because it&#8217;s an order of magnitude faster than almost any other browser out there in general browsing (Just my opinion).</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677&amp;displaylang=en"><strong>SuperPreview</strong></a> &#8211; A fabulous tool from Microsoft unveiled at <a href="http://live.visitmix.com/">Mix09</a> which allows you to view web pages in Internet Explorer 6, 7 and 8 as well as your other browsers whilst allowing you to super-impose expected layouts on top of one another to see how the renderings differ. No more hefty VMs required for testing layouts.. great success!</p>
<h3>Shell / Miscellaneous</h3>
<div id="attachment_261" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-261" title="CommandPromptHere" src="http://jamiei.com/blog/wp-content/uploads/2009/04/untitled-300x175.png" alt="Open Command Window Here shortcute" width="300" height="175" /><p class="wp-caption-text">Open Command Window Here shortcute</p></div>
<p><a href="http://www.jrsoftware.org/misc.php"><strong>Command Prompt Here</strong></a><strong> </strong>- A hugely underrated and disarmingly simple shell extension which adds an &#8220;Open Command Prompt Here&#8221; sub-item to the context menu in Windows Explorer. No more cd &#8220;C:really really really long path name&#8221; for these users.</p>
<p><a href="http://www.realtimesoft.com/ultramon/"><strong>UltraMon</strong></a>* &#8211; This improves the Multi-Monitor support in Windows hugely, something that if you haven&#8217;t tried it, try it now! Monitor specific task bars, extra system buttons on each window, wallpaper and desktop icon management. Ultramon is so useful that I&#8217;m suprised it hasn&#8217;t already been acquired by Microsoft like the SysInternals team were.</p>
<div id="attachment_265" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-265" title="process-explorer-sysinternals" src="http://jamiei.com/blog/wp-content/uploads/2009/04/process-explorer-sysinternals1-300x180.png" alt="ProcessExplorer from SysInternals" width="300" height="180" /><p class="wp-caption-text">ProcessExplorer from SysInternals</p></div>
<p><a href="http://technet.microsoft.com/en-gb/sysinternals/default.aspx"><strong>SysInternals</strong></a> &#8211; From by <a id="ctl00_mainContentContainer_ctl03_ctl02" onclick="javascript:Track('ctl00_mainContentContainer_ctl03_ctl01|ctl00_mainContentContainer_ctl03_ctl02',this);" href="http://blogs.technet.com/markrussinovich/about.aspx">Mark Russinovich</a> and Bryce Cogswell, The best set of power user utilities available out there, Acquired by Microsoft a few years ago. My personal favourites are:</p>
<ul>
<li> <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx"><strong>Process Explorer</strong></a> &#8211; Think of the windows task manager on steroids, double it and then add more.</li>
<li><a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx"><strong>Autoruns</strong></a> &#8211; Comprehensive lists of everything starting up when your computer does.</li>
<li><a href="http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx"><strong>ps* Utils</strong></a> &#8211; Lightweight remote versions of your favourite windows commands.</li>
</ul>
<p><a href="http://www.virtualbox.org/"><strong>VirtualBox</strong></a> &#8211; A Free and Open Source VM competitor to Microsoft VirtualPC and VMWare etc. Not as polished as VMWare in some parts of the user interface or networking features but very usable and getting much better with every release.</p>
<p><a href="http://www.windowclippings.com/"><strong>Window Clippings</strong></a>* &#8211; Recommended to me by marc hoffman (although how he knew about it &#8211; primarily being a mac user I&#8217;m not sure). A very easy Screenshot and Window Clipping tool. Great features, addons available and inexpensive. Everyone has their own preference for a Screenshot tool so whilst I would completely recommend this, I wouldn&#8217;t push for you to change over any other.</p>
<p><a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx"><strong>Power Toys</strong></a> &#8211; An amazing set of utilities that add to windows.</p>
<p><a href="http://blogs.msdn.com/sync/archive/2008/08/14/now-available-synctoy-2-0-file-synchronization.aspx"><strong>SyncToy</strong></a><strong> </strong>2 - A File and Folder Synchronisation tool that I use to keep files backed up to my home servers and which I will use to Sync important indispensable files (music!) to my NetBook when I finally purchase it!</p>
<p>This isn&#8217;t a completely comprehensive list (I&#8217;m not going to dump a list of everything from Windows Add/Remove Programs!) but I&#8217;d love to hear if you think I&#8217;m missing out on any spectacularly useful utilities for Delphi or Web Development. Hopefully you found at least one utility in this list that you&#8217;ve been putting off trying and have realised why I found it to be useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamiei.com/blog/2009/04/my-developer-utility-toolbox/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Homecamp 08</title>
		<link>http://jamiei.com/blog/2008/12/homecamp-08/</link>
		<comments>http://jamiei.com/blog/2008/12/homecamp-08/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 13:19:47 +0000</pubDate>
		<dc:creator>jamiei</dc:creator>
				<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Much ado about Nothing]]></category>
		<category><![CDATA[Windows Development]]></category>
		<category><![CDATA[currentcost]]></category>
		<category><![CDATA[Home Monitoring]]></category>
		<category><![CDATA[homecamp]]></category>

		<guid isPermaLink="false">http://jamiei.com/wordpress/?p=47</guid>
		<description><![CDATA[  I spent all day last Saturday at Homecamp at the Electrical Engineering building at Imperial College London. Homecamp is effectively a hack-day about Home monitoring, home automation reducing energy and energy resource requirements in your home. Previous to hearing of the day, I had become interested in these subjects because I had seen Andy [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<div id="attachment_46" class="wp-caption alignright" style="width: 310px"><a href="http://jamiei.com/wordpress/wp-content/uploads/2008/12/homecamp.png"><img class="size-medium wp-image-46" title="Homecamp Logo" src="http://jamiei.com/wordpress/wp-content/uploads/2008/12/homecamp.png" alt="A logo for homecamp, created by @ribotminimus" width="300" height="300" /></a><p class="wp-caption-text">A logo for homecamp, created by @ribotminimus</p></div>
<p>I spent all day last Saturday at <a href="http://homecamp.pbwiki.com/">Homecamp</a> at the Electrical Engineering building at Imperial College London. Homecamp is effectively a hack-day about Home monitoring, home automation reducing energy and energy resource requirements in your home.</p>
<p>Previous to hearing of the day, I had become interested in these subjects because I had seen <a href="http://andypiper.wordpress.com/">Andy Piper</a>&#8216;s <a href="http://www.currentcost.co.uk">Current Cost</a> posts and the associated IBM&#8217;ers who had been doing some <a href="http://code.google.com/p/currentcost/">fantastic work</a> on providing code libraries for accessing the Current Cost data. The CurrentCost unit is a great little electricity usage monitoring unit that is available to <a href="http://stores.ebay.co.uk/Current-Cost-Ltd">buy</a> on eBay for about £40. Whilst a large amount of our discussion from that day did revolve around the CurrentCost unit, it was not the limit of our discussion in anyway (discussion around this was easy because it&#8217;s a cool little unit that is low-cost and easy to extract data from!).</p>
<p> </p>
<p>The Day began with <a href="http://dalelane.co.uk/blog/">Dale Lane</a> and <a href="http://twitter.com/yellowpark">Chris Dalby</a> who had organised the day distributing name labels and wireless keys and asked us to give suggestions for sessions. We also had a quick word from <a href="http://www.redmonk.com/jgovernor/">James Govenor (</a><a href="http://twitter.com/monkchips">@monkchips</a>) who was generously sponsoring the event via his <a href="http://greenmonk.net/">GreenMonk</a> consultancy. </p>
<p>The First talk of the day was from Andy Stanford-Clark who is a Master Inventor at IBM. As one might expect, Andy&#8217;s own house is a geeks dream (<a href="http://twitter.com/andy_house">it even twitters!</a>). Almost everything that can be is monitored and automated, even to the mouse traps that are set in his loft which text him or his family when a mousetrap is set off or the cheese used as bait has gone off. He measured his water usage by requesting a new meter which had a magnetised needle, thus allowing him to setup a device which gets a signal every time the needle rotates. Andy was also a big advocate of the <a href="http://mqtt.org/">MQTT</a> protocol which he uses for client projects with IBM and as the central messaging service for his house works. MQTT is a Publish-Subscribe protocol which makes it ideal for things like the house networks that we were talking about. He also mentioned the use of <a href="http://en.wikipedia.org/wiki/X10_(industry_standard)">X10</a> and <a href="http://www.zigbee.org">ZigBee</a> in controlling almost device or system in the house. You can see Andy&#8217;s full talk in the <a href="http://www.viddler.com/explore/andypiper/videos/21/">video</a> that Andy Piper made.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/andypiper/3069644362/"><img title="James Governor and the agenda" src="http://farm4.static.flickr.com/3293/3069644362_55c6f4bd0f.jpg?v=0" alt="Photo credit: Andy Piper" width="500" height="281" /></a><p class="wp-caption-text">Photo credit: Andy Piper</p></div>
<p><a href="http://www.joeshort.net/">Joe Short</a> and <a href="http://pbjots.blogspot.com/">Phoebe Bright</a> then did a talk on <a href="http://www.dynamicdemand.co.uk/">Dynamic Demand</a>. This is essentially about smoothing out the hour by hour and minute by minute variations in power demands on the national grid. This is important becuase peak time power requirements mean that power companies have to bring very expensive and very environmentally damaging types of power generator online. We discussed about how this requires social change and we discussed dynamic energy pricing as a method of bringing about this change. In Italy for example the government required dynamic pricing smart meters to be installed in every house. This means that people are rewarded for putting their tumble dryer (if you needed a tumble dryer in a hot country like italy!) on at 3am in the morning when electricity is considerably cheaper. The general message here seemed to be that we have limited scope for activity here until we can push suppliers for dynamic pricing. This will take some time but once this is done, you can for example program washing machines to automatically start when the national price of electricity is at it&#8217;s cheapest throughout the day (very cool).  </p>
<p>Dale Lane took us through some of the ways in which the IBM Hursley users of the CurrentCost units have been trying to address the social aspects of getting people to use less electricity. They have been working on a realtime site for sharing and contrasting data from their units and would like to start creating some XBox live style point scoring awards. This would mean awards for biggest 1 day improvement or lowest house rest point. </p>
<p>We also had a talk from <a href="http://knolleary.net/">Nicholas O&#8217;Leary</a> who gave an interesting talk about the potential for <a href="http://www.arduino.cc/">Arduino</a> use in the home. The Arduino is an open-source electronics platform that allows the flexibility to program and build low cost sensor inputs (light, heat, magnetic etc) to interact with a number of outputs. Nick showed us an ambient orb that he had built to show the amount of power his house is using at that particular moment. It glows green, yellow or red depending on whether the house electricity usage falls within certain limits. You can buy arduino units and shields from a number of sources but I am planning on getting a starter kit which should be back in stock soon at <a href="http://tinker.it/">tinker.it</a>. </p>
<p>There was discussion in both Andy&#8217;s talk and Nick&#8217;s talk about how you could end up consuming more power by measuring and monitoring your home by the time you&#8217;ve got a server plugged into all manner of electrical monitoring devices. We discussed the <a href="http://www.viglen.co.uk/viglen/Products_Services/Product_Range/Product_file.aspx?eCode=XUBUMPCL&amp;Type_Info=Description&amp;Type=Desktops">Viglen MPC-L</a> device which runs on a rediculously small amount of electricity usage (there was some discussion of costing you approx £10 per year on electicity usage). The Arduino can be powered with a normal 9V battery.</p>
<p> </p>
<p>We also had a presentation from the <a href="http://www.pachube.com/">Patchube</a> (Patch-U-Bay) folks who were explaining about how you can get data in to the site and the various ways you use and share that information. I could see a lot of potential for this site but first I need to generate some data to share!</p>
<p> </p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/andypiper/3068813725/"><img title="The Audience" src="http://farm4.static.flickr.com/3286/3068813725_b9fa896e28.jpg?v=0" alt="Photo Credit: Andy Piper" width="500" height="321" /></a><p class="wp-caption-text">Photo Credit: Andy Piper</p></div>
<p>Overall I had a very inspiring day and met some extremely interesting people from all manner of backgrounds, interests and areas. It was nice to meet so many people who I had interacted with on Twitter and some who I had never met before but whom I shall certainly be looking forward to meeting again soon. I will be ordering all sorts of kit to play with as a result of the talks given at Homecamp and so the day will almost certainly cost me a lot of money in gadgets and time in the future but at least I will have a lot of fun doing it! The first thing I will be doing is writing a native Delphi library for the CurrentCost unit and contributing that to the <a href="http://code.google.com/p/currentcost">Google Code</a> Repository. There is another Homecamp planned for March which I hope that I will be around for again and this time able to contribute some ideas and projects towards it.</p>
<p> </p>
<p>Thank-you to <a href="http://twitter.com/yellowpark">Chris Dalby</a>, <a href="http://dalelane.co.uk/blog/">Dale Lane</a> and <a href="http://www.redmonk.com/jgovernor/">James Governor</a> for their work in setting up the day and to everyone who presented or otherwise contributed to the day. I can&#8217;t wait to share what I do as a result of the inspiration that the first day gave me!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamiei.com/blog/2008/12/homecamp-08/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Lesson in Customer Support?</title>
		<link>http://jamiei.com/blog/2008/09/a-lesson-in-customer-support/</link>
		<comments>http://jamiei.com/blog/2008/09/a-lesson-in-customer-support/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 08:59:31 +0000</pubDate>
		<dc:creator>jamiei</dc:creator>
				<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[apps-i-love]]></category>
		<category><![CDATA[mobile telecomms]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://jamiei.com/wordpress/?p=29</guid>
		<description><![CDATA[When customer service startup GetSatisfaction first launched I was initially skeptical. It seemed like a good way of leaving customer support requests to be solved in a peer-supported way allowing you to provide little or no official support. However, it soon began to pickup larger support products such as Twitter which still seems to be [...]]]></description>
			<content:encoded><![CDATA[<p>When customer service startup <a href="http://getsatisfaction.com/">GetSatisfaction</a> first launched I was initially skeptical. It seemed like a good way of leaving customer support requests to be solved in a peer-supported way allowing you to provide little or no official support. However, it soon began to pickup larger support products such as <a href="http://www.twitter.com">Twitter</a> which still seems to be it&#8217;s most active support area (not hard given the scale of twitter&#8217;s recent problems). I still couldn&#8217;t actually see how it was solving support requests until recently.</p>
<p> </p>
<p>My new <a href="http://www.blackberry.com/blackberrybold/">Blackberry Bold</a> recently arrived and whilst I shall leave the full review to another post but <em>so far</em> I think it is by far the best phone that I have ever used.</p>
<div id="attachment_30" class="wp-caption alignright" style="width: 160px"><a href="http://jamiei.com/wordpress/wp-content/uploads/2008/09/blackberrybold_1.jpg"><img class="size-thumbnail wp-image-30" title="Blackberry Bold" src="http://jamiei.com/wordpress/wp-content/uploads/2008/09/blackberrybold_1-150x150.jpg" alt="Blackberry Bold" width="150" height="150" /></a><p class="wp-caption-text">Blackberry Bold</p></div>
<p>However, when I first set it up, many of my applications were complaining of no Blackberry Internet Service which caused Blackberry Maps and some other applications to fail. By the time I discovered this it was a weekend so I couldn&#8217;t call the support line and go though the usual repeat 10 times &#8220;is it turned on sir?&#8221; and &#8220;do you have reception right now&#8221; before getting through to someone who maybe understands the issue. So I googled for the error and found a thread linked on the new <a href="http://forum.vodafone.co.uk/">Vodafone support e-Forums</a>.</p>
<p> </p>
<p>Wow. After a tiny amount of searching I found that the problem appeared to be linked with new Vodafone BB Bold&#8217;s being misconfigured in their factory configuration process by RIM. Many of the posters claimed that they had phoned the Vodafone support centre many times and were left with a helpless feeling that none of the operators understood the issue. This is a feeling that I&#8217;m almost certain you will have all felt before &#8211; that support centres are often not that helpful beyond reading you a list of general troubleshooting procedures from their internal support site. </p>
<p>After reading the thread I registered myself on the forums and posted to the thread asking for help at about 12:35<strong>AM</strong> on Saturday night. By 08:04AM on <strong>Sunday</strong> morning there was a response from an official member of the Vodafone e-Forum team saying that I should check my email for the first steps towards help. After going providing them some account and security information as well as confirmation of the problem they got back to me first thing on Monday morning and by 9:00AM Monday morning, my BIS problems were sorted.</p>
<p>This whole experience left me with a great feeling of satisfaction surrounding the help I was given. Whilst this form of customer service will certainly not appeal to time-sensitive queries or to businesses, I found it to be my most gratifying customer service experience for a long time! Thank-you to the <a href="http://forum.vodafone.co.uk/">Vodafone eForum team</a> and I truly hope that this service has enough support internally, I will certainly be writing to Vodafone to provide feedback on this service! </p>
<p> </p>
<p>Whilst these types of support forum contain the same types of poorly specified, badly spelled and possibly over-expletive filled posts that any forum contains, what amazed me was that without exception the team were very calm and were usually able to provide resolution. The eForum at Vodafone is a venerable gold mine of well researched information from official Vodafone staff members. No flim-flam answers about expected handset release dates, queries on phone unlocking (a contentious issue for networks) and even suggestions for gettign the most out of your plan or phone (the only way I found the fantastic <a href="http://www.betavine.net/">BetaVine site</a>) can all be found on the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamiei.com/blog/2008/09/a-lesson-in-customer-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Movies finally reach the UK</title>
		<link>http://jamiei.com/blog/2008/06/itunes-movies-finally-reach-the-uk/</link>
		<comments>http://jamiei.com/blog/2008/06/itunes-movies-finally-reach-the-uk/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 15:29:48 +0000</pubDate>
		<dc:creator>jamiei</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[apps-i-hate]]></category>

		<guid isPermaLink="false">http://jamiei.com/wordpress/?p=11</guid>
		<description><![CDATA[iTunes movie rentals and purchases finally reach the UK market. Until now they had only been available to other countries such as the US. The prices are, at first glance, terrible. £2.49 to rent movies and £6.99 to buy the movie. One of the titles available is Team America: World Police This DVD can be [...]]]></description>
			<content:encoded><![CDATA[<p>iTunes movie rentals and purchases finally reach the UK market. Until now they had only been available to other countries such as the US. The prices are, at first glance, terrible. £2.49 to rent movies and £6.99 to buy the movie. One of the titles available is <a href="http://www.amazon.co.uk/Team-America-Police-Trey-Parker/dp/B0007LPLMY/ref=sr_1_1?ie=UTF8&amp;s=dvd&amp;qid=1212592256&amp;sr=8-1">Team America: World Police </a></p>
<p><img class="aligncenter" src="http://ecx.images-amazon.com/images/I/5187N8MTMML._SL500_AA240_.jpg" alt="Team America: World Police" /></p>
<p>This DVD can be bought brand new from Amazon.co.uk for £4.98 or used for £1.98, this means that even with postage and packaging on a single purchase you can still beat the price that iTunes is selling it to you! There seems to be a very limited range of titles including newer titles such as <a href="http://www.amazon.co.uk/Batman-Begins-Disc-Christian-Bale/dp/B000B73GYE/ref=sr_1_1?ie=UTF8&amp;s=dvd&amp;qid=1212592603&amp;sr=1-1">Batman Begins</a> which still seems to be overpriced when compared to buying brand new from Amazon. Do not forget that buying from Amazon also gets you a hard-copy instead of the (possibly self-destructing) DRM&#8217;ed copy that you download from iTunes UK.</p>
<p><img class="aligncenter" src="http://ecx.images-amazon.com/images/I/51FNDCZH83L._SL500_AA240_.jpg" alt="" /></p>
<p>When compared to my subscription with Amazon DVD rental (now transferring to the UK market leader <a href="http://www.lovefilm.com/welcome/home.html">LOVEFiLM</a>) the iTunes offering still seems overpriced. By my calculations as long as I receive more than 2 films per month (I currently get about 5-6) the mailed film borrowing seems much cheaper, as well as giving me a greater choice of films. I know that there are additional advantages to the iTunes service here (such as it being on-demand) but the price raise isn&#8217;t enough to convince me to give up my subscription yet.</p>
<p>Additionally, it would seem that some films (presumably with distribution restricted licenses) are available for either Rental or Sale only which seems a little discouraging if it is one of the films that you really want to watch or buy.</p>
<p>I shall wait until I have tried out the store before I decide on whether I will be using iTunes or not but at first glance it would appear that the pricing is severely discouraging when compared to other comparable services.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamiei.com/blog/2008/06/itunes-movies-finally-reach-the-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook: Just how solid is the model?</title>
		<link>http://jamiei.com/blog/2008/01/facebook-just-how-solid-is-the-model/</link>
		<comments>http://jamiei.com/blog/2008/01/facebook-just-how-solid-is-the-model/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 14:35:13 +0000</pubDate>
		<dc:creator>jamiei</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://jamiei.com/wordpress/2008/01/facebook-just-how-solid-is-the-model/</guid>
		<description><![CDATA[Recently Mark Zuckerberg of Facebook appeared in an interview on 60 Minutes the purpose of which seemed fairly unclear to me. The Interview did not seem to reveal very much however he did cover an IPO (or lack there of) and was very cagey about the recent Beacon fiasco. I would have liked the interviewer [...]]]></description>
			<content:encoded><![CDATA[<p>Recently <a href="http://en.wikipedia.org/wiki/Mark_Zuckerberg">Mark Zuckerberg</a> of Facebook appeared in an interview on <a href="http://www.cbsnews.com/stories/2008/01/10/60minutes/main3697442.shtml">60 Minutes</a> the purpose of which seemed fairly unclear to me. The Interview did not seem to<a href="http://www.allfacebook.com/2008/01/lessons-learned-from-60-minutes-interview-with-zuckerberg-brandee-barker-is-a-genius-and-zuck-wears-nice-moccasins/"> reveal very much </a>however he did cover an IPO (or lack there of) and was very cagey about the recent <a href="http://blog.facebook.com/blog.php?post=7584397130">Beacon fiasco</a>. I would have liked the interviewer to pin Mark down on the issue of its Advertising strategy and its phantom-like revenue model. The Issue to me is simply this: Facebook claims to be working on a revolutionary new highly targeted advertising model however at present &#8211; when I log into Facebook I am greeted by set of ads that look similar to the below:</p>
<p><a href="http://jamiei.com/wordpress/wp-content/uploads/2008/01/fbnorwayad.png" title="fbnorwayad.png"><img src="http://jamiei.com/wordpress/wp-content/uploads/2008/01/fbnorwayad.thumbnail.png" alt="fbnorwayad.png" /></a></p>
<p>Correct. Every single page I visit when logged in is flanked by a Norwegian advertisement. My profile is not setup to mention Norway and I have 1 friend (About 0.25% of my total friend connections) who is in the Norway network so <strong>why, why, why</strong> are Facebook serving me adverts in Norwegian?</p>
<p>For a company who hope to paint themselves as one which will overtake Google as the online advertising specialists this is a serious problem? There has been a lot of hype surrounding Facebook recently and talk of it challenging Google, <a href="http://www.techcrunch.com/2007/11/21/facebook-stealing-googlers-at-an-alarming-rate/">luring its much sought after employees away</a> however to me this seems absurd.</p>
<p>Everything that Facebook does at the moment seems to smack of immaturity, possibly this is the result of Mark Z&#8217;s lack of real experience in Business. Many large internet companies today did indeed start off with a CEO who had no real business experience however that doesn&#8217;t necessarily mean that <em>anyone</em> can do it. Google employees seen leaving for Facebook will only be transferring for one reason: <em>money</em>. With Facebook&#8217;s recent valuation stock options can be seen to be as lucrative as the original Google options. Employees leaving to Facebook are not joining it because it is seen as the next bastion of the world&#8217;s academics (as Google is) but because they are on a gold rush.</p>
<p>Bottom line: Facebook is not in control of its own ascent, they are clinging on whilst the environment pushes them. Unless they begin to mature as a company they could spiral out of control and I would not want to speculate on what a desperate company might do with all our information if it came to hard decisions.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamiei.com/blog/2008/01/facebook-just-how-solid-is-the-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsgatorup for Free!</title>
		<link>http://jamiei.com/blog/2008/01/newsgatorup-for-free/</link>
		<comments>http://jamiei.com/blog/2008/01/newsgatorup-for-free/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 20:40:14 +0000</pubDate>
		<dc:creator>jamiei</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[apps-i-love]]></category>
		<category><![CDATA[feeddemon]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[newsgator]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://jamiei.com/wordpress/2008/01/09/newsgatorup-for-free/</guid>
		<description><![CDATA[That&#8217;s right, FREE for Individual use RSS Products! I&#8217;ve always tried to tell as many people as I can about the fantastic set of RSS tools available from Newsgator. I personally use the excellent (Delphi written) FeedDemon product written by Nick Bradbury as my everyday reader. I also use their Newsgator Go! mobile reader on [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, FREE for Individual use <a href="http://www.rassoc.com/gregr/weblog/2008/01/09/newsgators-rss-clients-are-now-free/">RSS Products</a>! I&#8217;ve always tried to tell as many people as I can about the fantastic set of RSS tools available from Newsgator. I personally use the excellent (Delphi written) <a href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx">FeedDemon</a> product written by Nick Bradbury as my everyday reader. I also use their <a href="http://www.newsgator.com/Individuals/NewsGatorGo/Default.aspx">Newsgator Go!</a> mobile reader on my Blackberry.</p>
<p>What is so special about using the Newsgator products? Well they all synchroise with the <a href="http://www.newsgator.com/ngs/">Newsgator online</a> database which means that I don&#8217;t read items on my Blackberry which I&#8217;ve already read back at the office using FeedDemon. The power and flexibility afforded by this are excellent as they also have an API interface to this which I&#8217;ve been meaning to tinker with for some time! I would highly recommend that everyone try these products for a little while &#8211; even if you already have a favourite RSS reading platform!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamiei.com/blog/2008/01/newsgatorup-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.684 seconds -->
