<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>.: Blog.FlashGen.Com :: Mike Jones - Flash Platform Consultant :. &#187; Personal</title>
	<atom:link href="http://blog.flashgen.com/category/news/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flashgen.com</link>
	<description>An infrequent look at developments in the world of the Flash Platform by Mike Jones - Flash Platform Consultant</description>
	<lastBuildDate>Tue, 23 Feb 2010 09:53:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>Reconnecting Flex Builder Plug-in To Eclipse</title>
		<link>http://blog.flashgen.com/2009/04/09/reconnecting-flex-builder-plug-in-to-eclipse/</link>
		<comments>http://blog.flashgen.com/2009/04/09/reconnecting-flex-builder-plug-in-to-eclipse/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:30:12 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flex_builder]]></category>
		<category><![CDATA[reconnect]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/?p=413</guid>
		<description><![CDATA[One thing that has always bugged me is that it isn't particularly clear how you reconnect Flex Builder (the plugin) to a new fresh installation of eclipse.<p>Sure, you can uninstall Flex Builder and reinstall it after you've updated eclipse. To my mind that is just too time consuming; so with that in mind I set about having a hunt within my eclipse folder to try and work out what I need to add / change in a fresh eclipse install to re-link the Flex Builder plugin.</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.flashgen.com/images/icons/flex_icon_48.png" alt="Flex Icon" border="0" width="48" height="48" class="floatLeft"/>One thing that has always bugged me is that it isn&#8217;t particularly clear how you reconnect Flex Builder (the plugin) to a new fresh installation of eclipse, when eclipse &#8220;goes bad&#8221;.</p>
<p>Sure, you can uninstall Flex Builder and reinstall it after you&#8217;ve updated eclipse. To my mind that is just too time consuming; so with that in mind I set about having a hunt within my eclipse folder to try and work out what I need to add / change in a fresh eclipse install to re-link the Flex Builder plugin.</p>
<p>If you want to see how I got on read on&#8230;</p>
<p><span id="more-413"></span></p>
<blockquote><p><strong>Update</strong></p>
<p>Thanks to <a href="http://www.corfield.org/" targeet="_blank">Sean Corfield</a> there is a quicker way to update a new installation. All you need to do is add the Flex Builder Plugin update site that is located in your Flex Builder plugin installation folder. For example mine is <em>/Applications/Adobe Flex Builder 3 Plug-in/com.adobe.flexbuilder.update.site</em>.</p>
<p>I had seen this folder in the directory, but assumed it was used to update the plugin not the eclipse installation that was utilizing it. Doh! :p Thanks again Sean :)
<p>Feel free to read on though if you want to know how to do it manually :p</p>
</blockquote>
<p>The first thing you&#8217;ll have probably noticed is that when you install Flex Builder as a plugin of eclipse, is that a new .jar file (<strong><em>startup_fb.jar</em></strong>) is placed within the root of your eclipse folder. Personally I don&#8217;t really have much idea what this .jar does, but given the fact it&#8217;s called <em>startup_fb</em> it&#8217;s pretty likely it&#8217;s used to start the Flex Builder initialization first time or every time eclipse is run. </p>
<p>The next addition that Flex Builder makes to your eclipse install is that it places a file that links to the Flex Builder plugin installation folder in a folder called <em>links</em>. The file itself is called <strong><em>com.adobe.flexbuilder.feature.core.osx.link</em></strong> on OS X and <strong><em>com.adobe.flexbuilder.feature.core.link</em></strong> on Windows, but it is just a plain text file &#8211; as it happens mine points to <em>/Applications/Adobe Flex Builder 3 Plug-in</em> (as I&#8217;m on a Mac).</p>
<p>Now here is where the digging comes in. If you just copy these two files in to your fresh eclipse install nothing will happen. Not a sausage, nada. So first call of action was to look through the various folders in the eclipse installation to see if there are any com.adobe.xxx packages within them. Surprisingly there aren&#8217;t.</p>
<p>So after a bit of logical thinking I started to hunt through the main configuration file for eclipse. It was here that I finally got a break-thru. It appears that there is a folder called <strong><em>org.eclipse.equinox.simpleconfigurator</em></strong> that contains a file called <strong><em>bundle.info</em></strong> and it is in here that I finally found what I was looking for. As you can see from the image below, this file holds the bundle references to amongst other things all of the Flex Builder files.</p>
<p><img src="http://blog.flashgen.com/images/eclipseflexbundles.png" /></p>
<p>With this final pieces of the jigsaw in place I was finally able to reconnect Flex Builder to a fresh installation of eclipse, and if you want to be able to do it as well here are the actual steps.</p>
<blockquote><ul>
<li>Install a fresh copy of eclipse, but don&#8217;t delete the old version yet. (I called mine eclipse-new, you can rename it at the end)</li>
<li>Copy start_fb.jar to the root of your new eclipse installation</li>
<li>Copy the Flex Builder link file <em>com.adobe.flexbuilder.feature.core.osx.link</em> if you&#8217;re on OS X, or <em>com.adobe.flexbuilder.feature.core.link</em> if you&#8217;re on Windows,  to the &#8216;links&#8217; folder in the root of your new eclipse installation (If you are using Ganymede &#8211; 3.4 or greater you&#8217;ll need to create this folder)</li>
<li>Open up the <em>bundles.info</em> file located in you old eclipse <em>installation/configuration/org.eclipse.equinox.simpleconfigurator</em> in a text editor</li>
<li>Copy all of the Flex Builder related entries &#8211; use the file reference as a guide as not all of the packages have Flex in the name</li>
<li>Now open up the same file, but in your new installation and paste those entries at the top and save it</li>
<li>Start up your new clean eclipse install and bask in your 1337 s1&lt;i||z :p</li>
<li>If all went to plan you can now close eclipse, delete the old version and rename the new one &#8211; job done.</li>
</ul>
</blockquote>
<p>That&#8217;s pretty much it. If this seems a bit overly complex, don&#8217;t worry &#8211; I&#8217;m putting the final touches to a screencast that you can use to walk you through this process should you ever need to do it :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2009/04/09/reconnecting-flex-builder-plug-in-to-eclipse/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Interview with ActionScriptHero.org</title>
		<link>http://blog.flashgen.com/2009/02/20/interview-with-actionscriptheroorg/</link>
		<comments>http://blog.flashgen.com/2009/02/20/interview-with-actionscriptheroorg/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 14:00:00 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[flashgen.com]]></category>
		<category><![CDATA[flash_on_the_beach]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[jones]]></category>
		<category><![CDATA[mike]]></category>
		<category><![CDATA[mike_jones]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/?p=385</guid>
		<description><![CDATA[My interview with ActionScriptHero.org is live. I've include  some of the questions <a href="http://blog.flashgen.com/2009/02/20/interview-with-actionscriptheroorg/">here</a>, but if you want to read the whole entry you can <a href="http://www.actionscripthero.org/index.php?option=com_content&#038;view=article&#038;id=148:mike-jones&#038;catid=37:interviews&#038;Itemid=63" target="_blank">over at ActionScriptHero.org</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.flashgen.com/images/icons/fg_icon_48.png" alt="FlashGen.Com Icon" border="0" width="48" height="48" class="floatLeft"/>A very cool start to a Friday. My interview with ActionScriptHero.org is live. I&#8217;ve include  some of the questions below, but if you want to read the whole entry you can <a href="http://www.actionscripthero.org/index.php?option=com_content&#038;view=article&#038;id=148:mike-jones&#038;catid=37:interviews&#038;Itemid=63" target="_blank">here</a>. Even if you&#8217;re not interested in reading any more of my interview there are a lot of great individuals who have been interviewed so far so go and check them out too :D</p>
<p>I&#8217;d also like to thank Pablo for taking the time to interview me</p>
<blockquote><p><em>Here&#8217;s a snippet&#8230;</em></p>
<p><strong>
<p>- How would you introduce yourself and your job to a non-technical person?</strong><br />
&#8220;Hi I&#8217;m Mike Jones and I am lucky enough to get paid for my hobby.&#8221; &#8211; In my experience most non-technical people who ask what you do, (think meeting friends of friends for an evening in the pub), as soon as they hear you do something with computers it immediately marks you as technical support for the rest of the evening :p. I have been known to say that my job is an office clerk to avoid such awkward moments&#8230;</p>
<p><strong>- How did you get started with Flash?</strong><br />
I first got in to Flash in 1996, when it was still called Splash Animator by Futurewave. I was doing a degree in Fine Art at Goldsmiths University in South East London and my visual studios manager called me in to his office to show me the MSN homepage. What I saw changed my view of the internet profoundly; looking back it doesn&#8217;t seem particularly ground breaking, but they had a small navigation system on the left hand side of the homepage and actually opened and closed in a smooth fluid manner, providing access to sub sections of the site. This was the first time I had ever seen Splash Animator and over the course of many days I downloaded and transferred it on a dozen or so 1.44MB floppy disks back to my meagre P90 at home. Twelve years on and I&#8217;m still enamoured with the technology.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2009/02/20/interview-with-actionscriptheroorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Time For A New Look</title>
		<link>http://blog.flashgen.com/2008/05/07/time-for-a-new-look/</link>
		<comments>http://blog.flashgen.com/2008/05/07/time-for-a-new-look/#comments</comments>
		<pubDate>Wed, 07 May 2008 10:18:42 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[flashgen.com]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/?p=245</guid>
		<description><![CDATA[Well the time has come for a new theme. I&#8217;ve been putting it off for a while now and although this one is perfectly serviceable. I feel it is time to spruce the place up a bit and get rid of the digital cobwebs. So as soon as I get a free moment I will [...]]]></description>
			<content:encoded><![CDATA[<p>Well the time has come for a new theme. I&#8217;ve been putting it off for a while now and although this one is perfectly serviceable. I feel it is time to spruce the place up a bit and get rid of the digital cobwebs. So as soon as I get a free moment I will be reviewing whether or not to use an &#8220;off the shelf&#8221; theme or roll my own (I suspect time will be a major factor in that decision :p).</p>
<p><strong>My main criteria are:</strong></p>
<ul>
<li><strong>Widget enabled</strong> &#8211; Although I&#8217;m not that fussed with all these Flickr etc widgets, I&#8217;m more after the ease of inclusion that Widgets offer</li>
<li><strong>Flexible layout</strong> &#8211; Not fixed width</li>
<li><strong>Three Column</strong> &#8211; Perhaps two vertical and one horizontal&#8230;</li>
<li><strong>Magazine style</strong> &#8211; So probably a static front page, or &#8220;current article&#8221; element on the home page</li>
</ul>
<p>If anyone has any suggestions please feel free to leave a comment :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2008/05/07/time-for-a-new-look/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Recruitment agencies in the UK&#8230;.</title>
		<link>http://blog.flashgen.com/2008/03/13/recruitment-agencies-in-the-uk/</link>
		<comments>http://blog.flashgen.com/2008/03/13/recruitment-agencies-in-the-uk/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:57:34 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rants]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2008/03/13/recruitment-agencies-in-the-uk/</guid>
		<description><![CDATA[I, like a lot of professionals have in the past, and still do, used recruitment consultants and agencies. However, in the UK the market is absolutely rife with them (and even more so if you ply your trade in London, like I do from time to time).
I personally have so much time wasted with the [...]]]></description>
			<content:encoded><![CDATA[<p>I, like a lot of professionals have in the past, and still do, used recruitment consultants and agencies. However, in the UK the market is absolutely rife with them (and even more so if you ply your trade in London, like I do from time to time).</p>
<p>I personally have so much time wasted with the brief, ambigious conversations that they employ to try and engage me so that I will be a candidate for them or from the other side of the fence, trying to find potential candidates, that today I thought I&#8217;d post up a few pointers for all the recruiters out there.</p>
<p>Just to clarify this, these are generally the cold calling recruitment agencies who have scraped my details from one of the job sites they are subscribed to. Not the recruitment agencies I actually approach myself (and I&#8217;m sure that alot of you out there will have had experience of a few if not more of these :p).</p>
<p>Enjoy&#8230;</p>
<p><span id="more-232"></span></p>
<p><strong>As a Candidate:</strong></p>
<ul>
<li>Every client you have is not &#8220;one of the largest digital agencies in [London]&#8221; so stop keep using that tired and played term &#8211; no one is fooled.</li>
<li>When you call someone PLEASE have all the facts to hand: Is it a contract or perm? Duration? What is the day rate? Whereabouts are they located? We have better things to do than waste 5 minutes on 1 minutes worth of information.</li>
<li>Have our resumes to hand and please at least give them a cursory glance over so you are aware of what we do in a professional capacity.</li>
<li>If I&#8217;m actively looking to change company please don&#8217;t phone me and provide details of a job at the company were I already work if you have an up to date resume which details this.</li>
<li>Don&#8217;t call us because your search returned a hit for Tree Surgery in which our details appeared. If it&#8217;s not our current expertise or day job we can get a bit annoyed!</li>
<li>PDF is not a dirty word &#8211; perhaps we actually applied a style to our resumes that we didn&#8217;t want you to ruin by tacking on your cover sheet and deleting of all our contact details&#8230;</li>
<li>You are not working for MI6, therefore I fail to see how &#8220;is it safe to talk?&#8221; comes in to it. You keep your numbers private so if we didn&#8217;t want to talk to you we&#8217;d have just rejected the call.</li>
<li>Your slice of the pie means the client pays more and we receive less, a necessary evil as you are providing a &#8220;service&#8221;. However don&#8217;t try and be our mate, because you aren&#8217;t. You are business associates. Learn to live with that.</li>
<li>If we tell you how much we charge for a day rate please don&#8217;t attempt to negotiate it down as we&#8217;re not a market traders. You guys never lower your rates so why should we.</li>
</ul>
<p><strong>As an Employer:</strong></p>
<ul>
<li>Please don&#8217;t call me with candidates I need to recruit for the company I work for, then try and poach me for another company &#8211; This is unethical and just rude. You are not a &#8220;cheeky chappy&#8221; by doing this!</li>
<li>Likewise if we have a recruiting requirement &#8220;more&#8221; is not better than &#8220;less&#8221;. So please don&#8217;t just send over all the hits from your 30 second database search.</li>
<li>If the candidate is unsuitable and you have been informed of this STOP KEEP SENDING THEIR RESUME OVER! :p</li>
</ul>
<p>Now don&#8217;t get me wrong there are a lot of decent recruitment agencies out there and they are providing a good service, however these few tongue-in-cheek points above can make the business relationship a lot easier and smoother if they all just took the time to be organized and succinct.</p>
<p>If you have any additional points that should be added please feel free to leave them in the comments :D</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2008/03/13/recruitment-agencies-in-the-uk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>T-Mobile 3G network update issues</title>
		<link>http://blog.flashgen.com/2008/02/14/t-mobile-3g-network-update-issues/</link>
		<comments>http://blog.flashgen.com/2008/02/14/t-mobile-3g-network-update-issues/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 09:00:58 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technology]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2008/02/14/t-mobile-3g-network-update-issues/</guid>
		<description><![CDATA[I, like a lot of my colleagues in the UK, use T-Mobile as my mobile phone carrier. Partly due to the superb 3G data tariffs that they provide, (I commute, so being able to connect and check email, get stuff done etc via my mobile carrier is important).
However the other day I was trying to [...]]]></description>
			<content:encoded><![CDATA[<p>I, like a lot of my colleagues in the UK, use T-Mobile as my mobile phone carrier. Partly due to the superb 3G data tariffs that they provide, (I commute, so being able to connect and check email, get stuff done etc via my mobile carrier is important).</p>
<p>However the other day I was trying to phone a client and my phone just kept disconnecting &#8211; literally the moment it actually made the connection &#8211; this continued on and off for the entire day. I initially thought it was one of the apps on my phone getting a bit too clever for itself and taking out the connection. Further investigation though discounted this. So at that point it was time to call T-Mobile Business support&#8230;</p>
<p>Long conversation short, it seems that T-Mobile are doing work on providing improved levels of 3G coverage over a greater area of the UK. The knock on is that you will likely get random disconnects when trying to make calls if you have 3G active.</p>
<p>The way around this is to turn off the 3G and just use GSM. To do this go to <strong>Tools &gt; Settings &gt; Phone &gt; Network &gt; Network mode</strong> and select GSM as opposed to Dual mode. Now that sorts out the connection drops, but the real kicker in this saga is the fact that they are doing this work all over their network for at least 2 months and Business support couldn&#8217;t confirm where exactly they were doing it (well obviously it is where I am at the moment). So no real solution, more of a work around while this goes on.</p>
<p>The Business support bod then went on to assure me that 3G wasn&#8217;t that important &#8220;&#8230;as it is only used for video calls&#8230;&#8221;. Yeah right &#8211; Data, hello!</p>
<p>If it continues I&#8217;ll be resorting to a good old letter of complaint.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2008/02/14/t-mobile-3g-network-update-issues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Can a Leopard change its spots for stripes?</title>
		<link>http://blog.flashgen.com/2007/12/19/can-a-leopard-change-its-spots-for-stripes/</link>
		<comments>http://blog.flashgen.com/2007/12/19/can-a-leopard-change-its-spots-for-stripes/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 11:07:30 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rants]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2007/12/19/can-a-leopard-change-its-spots-for-stripes/</guid>
		<description><![CDATA[
<div class="posttagsblock"><a href="http://technorati.com/tag/issues" rel="tag">issues</a>, <a href="http://technorati.com/tag/leopard" rel="tag">leopard</a>, <a href="http://technorati.com/tag/os_x" rel="tag">os_x</a></div>]]></description>
			<content:encoded><![CDATA[<p>Well I finally bit the bullet and reverted back to Tiger as my Leopard installs (all 6 of them) eventually went south. I&#8217;ve even go so far as to go back to the Apple store and got them to replace the DVD. However this proved fruitless. My poor MacBook Pro seems to be suffering from the <a href="http://discussions.apple.com/thread.jspa?threadID=1205735&amp;tstart=0" target="_blank">&#8220;AdditionalSpeechVoices&#8221; issue.</a></p>
<p>Anyway, I&#8217;m back on Tiger and happy to be there, missing Spaces a bit, but missing Ruby / Rails etc more, oh well time to roll my own I suppose.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2007/12/19/can-a-leopard-change-its-spots-for-stripes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Leopard Issues &#8211; A solution, for me anyway.</title>
		<link>http://blog.flashgen.com/2007/11/29/leopard-issues-a-solution-for-me-anyway/</link>
		<comments>http://blog.flashgen.com/2007/11/29/leopard-issues-a-solution-for-me-anyway/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 09:00:28 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technology]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2007/11/29/leopard-issues-a-solution-for-me-anyway/</guid>
		<description><![CDATA[
<div class="posttagsblock"><a href="http://technorati.com/tag/apple" rel="tag">apple</a>, <a href="http://technorati.com/tag/fix" rel="tag">fix</a>, <a href="http://technorati.com/tag/issues" rel="tag">issues</a>, <a href="http://technorati.com/tag/leopard" rel="tag">leopard</a>, <a href="http://technorati.com/tag/os_x" rel="tag">os_x</a>, <a href="http://technorati.com/tag/solution" rel="tag">solution</a></div>]]></description>
			<content:encoded><![CDATA[<p>After my rant the other day about Leopard and my continued re-installation cycle I seem to have lucked upon a solution (well for me anyway). So until Apple fix all the issues a vast amount of us are having here&#8217;s what I have done to alleviate the pain.</p>
<p>Firstly I have disabled Spotlight from indexing ANYTHING. This seems to be a bit drastic, but it pretty much stopped 90% of my issues straight off the bat. Secondly, I have disabled anything to do with iDisk or .mac (including mail accounts). This seems to have restored the stability and calm I was used to with Tiger. I have yet (touch wood) had a single lock up or crash since doing this.</p>
<p>So for all of you out there still having problems try this, YMMV but it might just sort it out. Now I can get back to developing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2007/11/29/leopard-issues-a-solution-for-me-anyway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Leopard &#8211; My painful experiences&#8230; So far</title>
		<link>http://blog.flashgen.com/2007/11/23/leopard-my-painful-experiences-so-far/</link>
		<comments>http://blog.flashgen.com/2007/11/23/leopard-my-painful-experiences-so-far/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 14:00:01 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technology]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2007/11/23/leopard-my-painful-experiences-so-far/</guid>
		<description><![CDATA[
<div class="posttagsblock"><a href="http://technorati.com/tag/apple" rel="tag">apple</a>, <a href="http://technorati.com/tag/leopard" rel="tag">leopard</a>, <a href="http://technorati.com/tag/os_x" rel="tag">os_x</a>, <a href="http://technorati.com/tag/issues" rel="tag">issues</a></div>]]></description>
			<content:encoded><![CDATA[<p>Well since I queued outside the Apple store in Regents street for my shiny new copy of Leopard I have had nothing but issues. Firstly I did an Archive and Install (this went well except it totally screwed my bluetooth setting to the extent that I could no longer connect my phone to use as a modem. This is pretty important to me as I regularly spend a few hours a day travelling to client offices (as it happens I&#8217;m writing this while doing the very same).</p>
<p>So I backed up all of my files (both on a network and on an external disk, this time opting for a totally fresh installation. Boy that was an eye opener. It appears that Leopard disks may not be created equal as one would assume &#8211; After this installation I went on to install XCode tools &#8211; This crapped out, my disk saying there were &#8220;issues&#8221; with the package and I need to take it back to Apple (something I will be doing next week).</p>
<p><span id="more-213"></span></p>
<p>OK, well that botched installation (as XCode has started to install stuff and it resulted in a VERY unstable machine), was duly wiped and yet another installation was attempted &#8211; all I can say at this point is that goodness it wasn&#8217;t Windows as those installs take days! Anyway after this installation everything seemed fine and Apple had just released the 10.5.1 update. Then the lock ups started, intermittent keyboard lock ups, programs just stopped responding (force quit wouldn&#8217;t quit them), trying to mount DMG&#8217;s or extract zips failed with all manner of errors. Bizarrely enough a reboot resolved all of these- until they started to happen again. The my iDisk started to complain, by complain I mean I noticed it wasn&#8217;t doing what it should. Finally this was just one hard reboot too many for Leopard and I got a massive corruption of the drive &#8211; it would crash as soon as it tried to load the boot loader.</p>
<p>So on to install number 4 (if my calculations are correct). Now during all my &#8220;fun and games&#8221; I started to notice some constants, lock ups and apps not responding, plus DMG&#8217;s failing to mount all appeared to be linked with .mac running an automatic synchronization, or iDisk having it&#8217;s own attempt at auto syncing (as it always fails now). So I have turned all of these off and all seems to be stable. For the moment at least.</p>
<p>Now iDisk and iSync worked perfectly until they released 10.5.1 so perhaps if the fix for the security hole in &#8220;back to my Mac&#8221; has screwed it all now. That way if none of it works no-one can connect &#8211; Problem solved.</p>
<p>Oh and yesterday I lost sound &#8211; It bongs on startup, Leopard is convinced I have no audio hardware. Thankfully Audio Hijack fixed that issue.</p>
<p>Am I pissed at all these issues? Well yes and no. Yes, as I rely on this machine to do my client work on and if it goes down it costs me revenue (and potential data loss). No, because I run a lot of bleeding edge stuff, a lot of my old apps are not confirmed as Leopard compatible and well if it annoys me that much I could go back to Tiger.</p>
<p>What does really piss me off is that Time Machine doesn&#8217;t support network backup if you don&#8217;t happen to have a shiny new XServer running Leopard Server&#8230;.</p>
<p>Would I recommend you upgrade, sure go for it&#8230;If you like installing stuff :p</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2007/11/23/leopard-my-painful-experiences-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Flash Brighton &#8211; Big Day Out</title>
		<link>http://blog.flashgen.com/2007/11/23/flash-brighton-big-day-out/</link>
		<comments>http://blog.flashgen.com/2007/11/23/flash-brighton-big-day-out/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 09:30:15 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Personal]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2007/11/23/flash-brighton-big-day-out/</guid>
		<description><![CDATA[
<div class="posttagsblock"><a href="http://technorati.com/tag/brighton" rel="tag">brighton</a>, <a href="http://technorati.com/tag/flex" rel="tag">flex</a>, <a href="http://technorati.com/tag/mike_jones" rel="tag">mike_jones</a>, <a href="http://technorati.com/tag/session" rel="tag">session</a></div>]]></description>
			<content:encoded><![CDATA[<p>Tomorrow is the day. For those of you who have been in a coma for a few weeks Saturday sees Flash Brighton&#8217;s inaugural <a href="http://fbbigdayout.org/" target="_blank">&#8220;Big Day Out&#8221;</a>. Unfortunately if you have only just heard about it you&#8217;ll have to wait until the next one as it is completely sold out. That said, I&#8217;m really stoked to be involved and I&#8217;m sure this will be the first of many (and perhaps inspire other community driven groups to go and organize their own).</p>
<p><img src="http://blog.flashgen.com/images/conferences/flashbrighton/fbbdo.jpg" class="floatCenter" width="373" height="170" name="fbbdo.jpg" id="fbbdo.jpg" /></p>
<p>The whole thing kicks off at 12:30 with coffee and registration, then the keynote with Andrew Shorten (fingers crossed he&#8217;ll do it in his &#8220;Holmes&#8221; costume). I have the luxury of going on quite early (14:45 &#8211; 15:45) after Andrew. I&#8217;ve decided to present an overview of Flex Builder, the Flex framework and provide some productivity and development tips on bending Flex Builder to your will. Below is a synopsis of my talk.</p>
<blockquote>
<p>The Flex framework can appear slightly at odds for those approaching it from a more creative background. While it shares the same lineage as Flash the process by which you create and develop within Flex may initially appear difficult to grasp. In this session Mike will gently ease you into what the Flex framework actually is as well as giving an overview of the Flex Builder IDE, warts and all.</p>
</blockquote>
<p>If you want to know what&#8217;s happening when <a href="http://fbbigdayout.org/?page_id=3" title="Flash Brighton's Big Day Out - Speaker Schedule" target="_blank">here is the whole schedule</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2007/11/23/flash-brighton-big-day-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Adobe London Poker Tournament</title>
		<link>http://blog.flashgen.com/2007/11/13/adobe-london-poker-tournament-2/</link>
		<comments>http://blog.flashgen.com/2007/11/13/adobe-london-poker-tournament-2/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 08:45:14 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Personal]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.flashgen.com/2007/11/13/adobe-london-poker-tournament-2/</guid>
		<description><![CDATA[For some reason my blog decided to double post this. So instead of deleting this entry I will just link to the original one.
]]></description>
			<content:encoded><![CDATA[<p>For some reason my blog decided to double post this. So instead of deleting this entry I will just <a href="http://blog.flashgen.com/2007/11/13/adobe-london-poker-tournament-3/">link to the original one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flashgen.com/2007/11/13/adobe-london-poker-tournament-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
