<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Peeled Carrots</title>
	
	<link>http://www.peeledcarrots.com</link>
	<description>....cause life's too short to peel carrots. Enough said!!</description>
	<pubDate>Fri, 03 Jul 2009 16:29:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/peeledcarrots" type="application/rss+xml" /><item>
		<title>Go away IE6, you’re not wanted here :)</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/0X4jLcR7J_A/</link>
		<comments>http://www.peeledcarrots.com/2009/07/03/go-away-ie6-youre-not-wanted-here/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:29:19 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=211</guid>
		<description><![CDATA[Thanks for sending me this link Drew, you made Friday afternoon in the office a little more bearable:
Just in case you don&#8217;t know&#8230;I despise IE6

]]></description>
			<content:encoded><![CDATA[<p>Thanks for sending me this <a href="http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l/">link</a> <a href="http://drewpreston.wordpress.com">Drew</a>, you made Friday afternoon in the office a little more bearable:</p>
<p>Just in case you don&#8217;t know&#8230;I despise IE6</p>
<p><a href="http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l/"><img src="http://www.peeledcarrots.com/wp-content/uploads/2009/07/ie6.jpg" alt="ie6" title="ie6" width="550" class="aligncenter size-full wp-image-212" /></a></p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/0X4jLcR7J_A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/07/03/go-away-ie6-youre-not-wanted-here/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/07/03/go-away-ie6-youre-not-wanted-here/</feedburner:origLink></item>
		<item>
		<title>Custom error pages on Internet Explorer</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/NHChr_8AFbI/</link>
		<comments>http://www.peeledcarrots.com/2009/06/24/custom-error-pages-on-internet-explorer/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:00:24 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=209</guid>
		<description><![CDATA[Originally written for the G3 Global blog
Being a web developer I am often faced with the challenge of getting a website looking sweet in various types of browsers and versions of those browsers.

Each browser interprets code differently, so when one writes code which renders correctly in one browser it doesn&#8217;t necessarily render as well in [...]]]></description>
			<content:encoded><![CDATA[<p>Originally written for the <a href="http://www.g3it.com/technical/custom-error-pages-on-internet-explorer/">G3 Global blog</a></p>
<p>Being a web developer I am often faced with the challenge of getting a website looking sweet in various types of browsers and versions of those browsers.</p>
<p><a href="http://www.mozilla.com/firefox/"><img src="http://www.g3it.com/wp-content/uploads/2009/06/firefox-300x290.jpg" alt="Firefox" title="Firefox" width="200" class="alignright size-medium wp-image-522" /></a></p>
<p>Each browser interprets code differently, so when one writes code which renders correctly in one browser it doesn&#8217;t necessarily render as well in another browser. The thorn in all web developer&#8217;s sides is good old <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Internet Explorer 6 or IE6</a>. One can build a webpage which looks fantastic in the world&#8217;s best browser <a href="http://www.mozilla.com/firefox/">Firefox</a> (yes I am biased <img src='http://www.peeledcarrots.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) and then look at it in IE6 and it will most probably have layout issues.</p>
<p>There are numerous tricks and hacks to get web-pages looking good in IE6, so one just learns to deal with how bad the browser is. </p>
<p><strong>So, what’s the real issue?</strong></p>
<p>Just to re-enforce how bad the browser actually is, I was recently told about how Internet Explorer (all versions) have a built in default error page which will always be displayed even if you have added a customized error page to your web project.</p>
<p>What it boils down to is that if your custom error page is less than 512 bytes, it will never be rendered in IE. I seriously could not believe it when I saw the article by <a href="http://perishablepress.com/press/2008/01/21/important-note-for-your-custom-error-pages/">Jeff Starr</a>, but it&#8217;s true. So, some <a href="http://www.microsoft.com/">Microsoft </a> employee specifically wrote code to do this&#8230;one has to ask why? I mean seriously, what was the logic behind this decision? What a bunch of jokers!!!</p>
<p>To make matters worse, there even settings for this in the <a href="http://www.microsoft.com/WINDOWS/">Windoze</a> registry which differ according to the type of error&#8230;.craziness!!</p>
<p><code>\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\ErrorThresholds<br />
Error - threshold (default)<br />
400 - 512 bytes<br />
403 - 256 bytes<br />
404 - 512 bytes<br />
405 - 256 bytes<br />
406 - 512 bytes<br />
408 - 512 bytes<br />
409 - 512 bytes<br />
410 - 256 bytes<br />
500 - 512 bytes<br />
501 - 512 bytes<br />
505 - 512 bytes<br />
</code></p>
<p><strong>Useless tip of the day</strong>: Ensure that your custom error pages have enough useless content in them to <strong>make them larger than 512 bytes</strong></p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/NHChr_8AFbI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/06/24/custom-error-pages-on-internet-explorer/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/06/24/custom-error-pages-on-internet-explorer/</feedburner:origLink></item>
		<item>
		<title>Ensuring the hand cursor is displayed in Flex components</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/3p_NzeUZ3Ig/</link>
		<comments>http://www.peeledcarrots.com/2009/06/22/ensuring-the-hand-cursor-is-displayed-in-flex-components/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 19:53:42 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=206</guid>
		<description><![CDATA[Originally written for the G3 Global blog
I&#8217;m not sure if it&#8217;s a bug in the Flex code framework, but I have found it difficult to get the handcursor working when hovering over components like Labels/Text which arn&#8217;t used as links by default. After bashing my head against my desk for a few hours and doing [...]]]></description>
			<content:encoded><![CDATA[<p>Originally written for the <a href="http://www.g3it.com/technical/flex/ensuring-the-hand-cursor-is-displayed-in-flex-components/">G3 Global blog</a></p>
<p>I&#8217;m not sure if it&#8217;s a bug in the <a href="http://www.adobe.com/products/flex/">Flex </a>code framework, but I have found it difficult to get the handcursor working when hovering over components like Labels/Text which arn&#8217;t used as links by default. After bashing my head against my desk for a few hours and doing some research on the web, I finally came across a soution which which works in most cases.  To get the hand cursor working you need use the following 3 properties:</p>
<p><strong>buttonMode=&#8221;true&#8221; mouseChildren=&#8221;false&#8221; useHandCursor=&#8221;true&#8221;</strong></p>
<p>Here&#8217;s an example of a Label which is used as a link:</p>
<p><code>< mx:Label text="Log out" buttonMode="true" mouseChildren="false" useHandCursor="true" click="logout()" /></code></p>
<p>It seems like it&#8217;s a pretty common problem and these two articles showed me the light of day, thanks dudes!</p>
<ul>
<li><a href="http://frankieloscavio.blogspot.com/2007/08/mousechildren-and-buttonmode.html">http://frankieloscavio.blogspot.com/2007/08/mousechildren-and-buttonmode.html</a></li>
<li><a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=1687">http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=1687</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/3p_NzeUZ3Ig" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/06/22/ensuring-the-hand-cursor-is-displayed-in-flex-components/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/06/22/ensuring-the-hand-cursor-is-displayed-in-flex-components/</feedburner:origLink></item>
		<item>
		<title>G3 Global launches a new website and blog</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/JK0VpYS404M/</link>
		<comments>http://www.peeledcarrots.com/2009/06/10/g3-global-launches-a-new-website-and-blog/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 10:15:58 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=208</guid>
		<description><![CDATA[I am currently working for G3 Global a company specialising in SAP implementation in the media industry. Apart from building web portal applications for clients, I have also been working on improving the website. 
G3 Global is a SAP Channel Partner specialising in the implementation of SAP ERP solutions in the Media industry.
The old site [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working for <a href="http://www.g3it.com">G3 Global</a> a company specialising in SAP implementation in the media industry. Apart from building web portal applications for clients, I have also been working on improving the <a href="http://www.g3it.com">website</a>. </p>
<blockquote><p>G3 Global is a SAP Channel Partner specialising in the implementation of SAP ERP solutions in the Media industry.</p></blockquote>
<p>The old site was built using static php pages, had a dated design and was disjointed in a few areas. So, we set out to improve the site by putting more emphasis on our products, the introduction of a fresh design, a flatter hierarchy, a blog, and an events section.</p>
<p>The design was done by &#8220;<a href="http://www.caffeinehit.com/">Andy</a>, the chief coffee drinker&#8221; at <a href="http://www.caffeinehit.com/blog/2009/06/10/g3-global-website-re-design-goes-live/">Caffeinehit Ltd </a>. I have to say that he did a great job after lots of Starbucks Grande latte&#8217;s and a few design workshops in our offices.</p>
<p>I did the implementation of the site and for those of you that care&#8230;yes the geeks ;), I used <a href="http://wordpress.org/">wordpress</a> as the CMS solution along with a number of plugins which I either downloaded and hacked or wrote myself.</p>
<p>Overall I really enjoyed working on the site and I think it has been well received by the rest of the company. Now all we need to do is get everyone blogging&#8230;so I&#8217;m going to have to answer questions like - &#8220;what&#8217;s a blog?&#8221;, &#8220;how do i put a list into a post?&#8221;&#8230;blah, blah, blah <img src='http://www.peeledcarrots.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Besides Andy, thanks also go out to <a href="http://www.g3it.com/author/cgunter/">Chris</a> and <a href="http://drewpreston.wordpress.com/">Drew</a> for their hard work and guidance. Good effort lads!</p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/JK0VpYS404M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/06/10/g3-global-launches-a-new-website-and-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/06/10/g3-global-launches-a-new-website-and-blog/</feedburner:origLink></item>
		<item>
		<title>Don’t let the distance scare you</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/C62VcRBeemA/</link>
		<comments>http://www.peeledcarrots.com/2009/05/21/dont-let-the-distance-scare-you/#comments</comments>
		<pubDate>Thu, 21 May 2009 22:27:13 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[running]]></category>

		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=207</guid>
		<description><![CDATA[While browsing some runners blogs and websites I came across these paragraph by Karl King - not sure who he is, but I think it&#8217;s classic:

When my longest run was 13 miles, a marathon seemed nearly impossible.
When my longest run was 26 miles, 50 miles seemed nearly impossible.
When my longest run was 50 miles, 100 [...]]]></description>
			<content:encoded><![CDATA[<p>While browsing some runners blogs and websites I came across these paragraph by Karl King - not sure who he is, but I think it&#8217;s classic:</p>
<blockquote><p>
When my longest run was 13 miles, a marathon seemed nearly impossible.<br />
When my longest run was 26 miles, 50 miles seemed nearly impossible.<br />
When my longest run was 50 miles, 100 miles seemed nearly impossible.<br />
When my longest run was 100 miles, 50 miles seemed like a nice, long training run.</p>
<p>Don&#8217;t let the distance scare you; run from aid station to aid station and the distance will take care of itself.
</p></blockquote>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/C62VcRBeemA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/05/21/dont-let-the-distance-scare-you/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/05/21/dont-let-the-distance-scare-you/</feedburner:origLink></item>
		<item>
		<title>Styling and controlling a Flex Tree control using a custom ItemRenderer</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/HzAzoPkpVa8/</link>
		<comments>http://www.peeledcarrots.com/2009/03/05/styling-and-controlling-a-flex-tree-control-using-a-custom-itemrenderer/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 09:34:50 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=201</guid>
		<description><![CDATA[I am still pretty new to Flex and the last two weeks have been a massive learning curve. However, through trial and error, lots of research and plenty of tea (thanks Drew!), I am finally coming to grips with Flex, but more importantly Actionscript.
One of the things I have been working on is a FAQ [...]]]></description>
			<content:encoded><![CDATA[<p>I am still pretty new to Flex and the last two weeks have been a massive learning curve. However, through trial and error, lots of research and plenty of tea (thanks Drew!), I am finally coming to grips with Flex, but more importantly Actionscript.</p>
<p>One of the things I have been working on is a FAQ section for a web portol. To implement this I have used the following components and controls:</p>
<ol>
<li>A basepage</li>
<li>A standard mxml Tree contol (<mx :Tree />)</li>
<li><strong>A custom ItemRenderer</strong></li>
<li>A custom DataDescriptor</li>
<li>A function which is executed upon creation (creationComplete=&#8221;initTree()&#8221;)</li>
</ol>
<p>The focus of this tutorial is however on Item 3, <strong>a custom ItemRenderer</strong>. So here goes&#8230;</p>
<p>Firstly the data structure that I am using is a standard xml file which has categories, an answer and a question, I have included an exmaple below:<br />
<code><br />
< ? xml version="1.0" encoding="UTF-8"?><br />
< faq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br />
	< category><br />
		< nameGuidance</ name><br />
		< item><br />
			< question>What is the meaning of life, the universe and everything?<br />
			< answer>42<br />
		< /item></p>
<p></code><br />
Secondly, the Tree control has a number of paramaters which need to be included to get the desired result:<br />
<code><br />
< mx:Tree id="myTree"<br />
		  styleName="faqList"<br />
	             wordWrap="true"<br />
	             itemClick="tree_itemClick(event);"<br />
	             width="100%" height="100%"<br />
	             top="20"<br />
	             dataDescriptor="{new TreeDataDescriptor()}"<br />
	             itemRenderer="renderers.TreeRenderer"<br />
	             creationComplete="initTree()"<br />
	             /><br />
</code><br />
I will try to cover the dataDescriptor, itemClick and creationComplete in other posts, but for the time being, the ItemRenderer works something like this:</p>
<ul>
<li>It is important to include the if (super.data) logic otherwise the application will through errors because it&#8217;s referring to an object with a null value.</li>
<li>In the data method, I have set all parents (depth == 1) to have a bold style otherwise the nodes should just have normal font weight.</li>
<li>In the updateDisplayList:
<ol>
<li>I firstly remove the disclosure icons from all nodes</li>
<li>Add some default text styling to nodes, which sets the selected node back to its original styling after it was selected</li>
<li>Then if a 2nd level node is either highlighted (isItemHighligthed) or selected (isItemSelected) I change styling, display the disclosure icon and adjust the position of the disclosure icon<br />
(super.disclosureIcon.x = super.width - 50;).
</li>
</ol>
</li>
<li>Note: The moving the position of the icon is relatively simple, but I had difficulty finding information on the web about how to do this, so I&#8217;m hoping this will help someone out ther. This particular example moves the disclsure icon 50px inside the right hand border of the Tree control</li>
</ul>
<p><code>package com.g3global.ipp.view.components.renderers<br />
{<br />
    import mx.collections.*;<br />
    import mx.controls.treeClasses.*;<br />
    import mx.controls.listClasses.ListBase;</p>
<p>	/*<br />
	*	Custom Item Renderer for TreeControl<br />
	*<br />
	*	@package	Renderers<br />
	*	@author		Stephen Blake<br />
	*/<br />
    public class TreeRenderer extends TreeItemRenderer<br />
    {</p>
<p>        /*<br />
        * Define the constructor.<br />
        */<br />
        public function TreeRenderer()<br />
        {<br />
            super();<br />
        }</p>
<p>        /* Override method for the data property to set the font color and style of each node.<br />
        *<br />
        * @param value Object<br />
        */<br />
        override public function set data(value:Object):void<br />
        {<br />
            super.data = value;</p>
<p>            if (super.data)<br />
            {<br />
	            if (TreeListData(listData).depth == 1)<br />
	            {<br />
	                 setStyle("fontWeight", 'bold');<br />
	            }<br />
	            else<br />
	            {<br />
	                setStyle("fontWeight", 'normal');<br />
	            }<br />
            }<br />
        }</p>
<p>        /* Override method to set the text for each tree node.<br />
        *<br />
        * @param unscaledWidth Number<br />
        * @param unscaledHeight Number<br />
        */<br />
        override protected function updateDisplayList(unscaledWidth:Number,<br />
            unscaledHeight:Number):void {</p>
<p>       		// Call the method in the super class<br />
       		super.updateDisplayList(unscaledWidth, unscaledHeight);</p>
<p>            if(super.data)<br />
            {<br />
          		// Set the disclosure icon to false - overrides styles<br />
          		super.disclosureIcon.visible = false;</p>
<p>          		if (TreeListData(listData).depth > 1)<br />
	            {<br />
	                 setStyle("fontWeight", 'normal');<br />
	            }</p>
<p>          		// Specific styling for children nodes that are selected or highlighted<br />
        	   	if(ListBase(owner).isItemSelected(data) || ListBase(owner).isItemHighlighted(data) &#038;&#038; TreeListData(listData).depth == 2)<br />
    	        {<br />
            		super.disclosureIcon.visible = true;<br />
		super.disclosureIcon.x = super.width - 50;<br />
                	setStyle('fontWeight', 'bold');<br />
	           }</p>
<p>			}<br />
        }<br />
    }<br />
}</code></p>
<p>So that&#8217;s about it. Unfortunately I can&#8217;t link to a working demo of this feature because it is part of a much bigger application which is being built for a client. </p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/HzAzoPkpVa8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/03/05/styling-and-controlling-a-flex-tree-control-using-a-custom-itemrenderer/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/03/05/styling-and-controlling-a-flex-tree-control-using-a-custom-itemrenderer/</feedburner:origLink></item>
		<item>
		<title>London comes to a halt</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/698bMQ1-gxs/</link>
		<comments>http://www.peeledcarrots.com/2009/02/02/london-comes-to-a-halt/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 10:25:17 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=203</guid>
		<description><![CDATA[Last nights snow fall seemed to bring London to a stand still. All the buses have been suspended and here is a snapshot of the tube service at the moment:

]]></description>
			<content:encoded><![CDATA[<p>Last nights snow fall seemed to bring London to a stand still. All the buses have been suspended and here is a snapshot of the tube service at the moment:<br />
<a href="http://www.peeledcarrots.com/wp-content/uploads/2009/02/tube.jpg"><img class="alignnone size-full wp-image-204" title="Tube closures" src="http://www.peeledcarrots.com/wp-content/uploads/2009/02/tube.jpg" alt="Tube closures" width="300" height="300" /></a></p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/698bMQ1-gxs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2009/02/02/london-comes-to-a-halt/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2009/02/02/london-comes-to-a-halt/</feedburner:origLink></item>
		<item>
		<title>Wordpress 2.7 “Coltrane” released</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/OqqcCTeZKMY/</link>
		<comments>http://www.peeledcarrots.com/2008/12/22/wordpress-27-coltrane-released/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:14:21 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=200</guid>
		<description><![CDATA[The long awaited new version of Wordpress was released just over a week ago and I have got to say that I am really impressed with the new look and feel, updated user interface and the large amount of new and improved functionality.
Hats off to everybody involved in the new release! It has truly become [...]]]></description>
			<content:encoded><![CDATA[<p>The long awaited <a href="http://wordpress.org/development/2008/12/coltrane/">new version of <strong>Wordpress</strong></a> was released just over a week ago and I have got to say that I am really impressed with the new look and feel, updated user interface and the large amount of new and improved functionality.</p>
<p>Hats off to everybody involved in the new release! It has truly become a fantastic blogging platform and although I have always been a huge advocate for <strong>Wordpress</strong>, this release makes it much easier for me to convince people how good it actually is.</p>
<p>The usability of the admin interface is so slick and easy to use that I have completely fallen in love with it. So, if you’re using another blogging platform do yourself a favour and <a href="http://wordpress.org/download/">get <strong>Wordpress</strong> installed</a> – I guarantee that you won’t look back.</p>
<p>Below is the screencast of some of the new functionality - it&#8217;s awesome!!</p>
<p><embed src="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash" width="510"  height="300" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/OqqcCTeZKMY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2008/12/22/wordpress-27-coltrane-released/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2008/12/22/wordpress-27-coltrane-released/</feedburner:origLink></item>
		<item>
		<title>Working from home is overrated</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/6rrPMX7Wv78/</link>
		<comments>http://www.peeledcarrots.com/2008/12/05/working-from-home-is-overrated/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:26:02 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=199</guid>
		<description><![CDATA[I have been working from home by myself for the whole week and I&#8217;ve got to say that the novelty has definitely worn off. It is something that I don&#8217;t think is sustainable for long periods of time, unless you really enjoy what you do, have about as much self control as the Dalai Lama [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working from home by myself for the whole week and I&#8217;ve got to say that the novelty has definitely worn off. It is something that I don&#8217;t think is sustainable for long periods of time, unless you really enjoy what you do, have about as much self control as the Dalai Lama and quite frankly enjoy being a hermit.</p>
<p>Don&#8217;t get me wrong here, I do quite enjoy working from home once in awhile as there are less distractions and when I have lots of coding to do the less distractions the better. Also it gives you a break from the office and can be a good way to recharge. However, I think two days a week is pretty much my limit.</p>
<p>I am sure that their are some differences of opinion here, but as far as I&#8217;m concerned, it&#8217;s not my cup of tea. We are after all social beings and we do need interaction&#8230;.and no, video skype calls don&#8217;t count&#8230;I&#8217;m talking about face to face human interaction. Even, if it&#8217;s just having one of your colleagues next to you listening to music in his earphones, at least you can have chat over a cup of tea every now and then.</p>
<p>As far as I&#8217;m concerned, if a company expects their employees to work from home, then they are going to have a few unhappy individuals on the payroll.</p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/6rrPMX7Wv78" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2008/12/05/working-from-home-is-overrated/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2008/12/05/working-from-home-is-overrated/</feedburner:origLink></item>
		<item>
		<title>Project management for dummies…</title>
		<link>http://feedproxy.google.com/~r/peeledcarrots/~3/hn2ePmsxlIc/</link>
		<comments>http://www.peeledcarrots.com/2008/11/28/project-management-for-dummies/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 14:26:55 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=198</guid>
		<description><![CDATA[Every once in awhile one comes across a project which turns out to be an absolute balls up&#8230;things take way longer than expected, everyone is shooting from the hip, no-one knows who&#8217;s really in charge, the main boss is domineering and never wants to delegate, basically in the words of the CIA agent (J.K. Simmons) [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in awhile one comes across a project which turns out to be an absolute balls up&#8230;things take way longer than expected, everyone is shooting from the hip, no-one knows who&#8217;s really in charge, the main boss is domineering and never wants to delegate, basically in the words of the CIA agent (<a href="http://www.imdb.com/name/nm0799777/">J.K. Simmons</a>) in the movie <a href="http://www.burnafterreading.com--live.com/#/home">Burn After Reading</a> - &#8220;What a clusterfuck!&#8221;</p>
<p>So, here is my list of things which should to be done to get a project on the right track&#8230;most of them should have been taught in Project Management 101, but hey it seem that some people don&#8217;t know about them:</p>
<ol>
<li>When a project is started&#8230;please tell the project manager that he/she is actually the project manager.</li>
<li>The project manager should ideally be involved in the project from the beginning and not just brought in when the shit hits the fan.</li>
<li>Tell the project manager what the main priority for the project is. Is it time, features, quality, people, cost&#8230;and NO it can&#8217;t be more than one&#8230;NO!!</li>
<li>Rank the features in the application according to priority, so that when push comes to shove, and it will, the PM knows what to concentrate on and what can be left to a later stage.</li>
<li>Please try to tell the project manager what his responsibilities and what the project involves</li>
<li>Don&#8217;t overrule the project managers decisions or undermine him&#8230;otherwise, you might as well hire a monkey from <a href="http://www.newtechusa.com/PPI/talent.asp">Primate Programming</a>. Let the man do his job!!</li>
<li>Have clear communication channels about who should make decisions&#8230;a project should be run like a tight ship with clarity about these things. We can&#8217;t have a monkey jumping on the band wagon every time they want to make a change or don&#8217;t agree with something.</li>
<li>Listen to your technical staff about what they recommend and please take their advice on board&#8230;they do generally know what they are talking about - honest <img src='http://www.peeledcarrots.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Never override a developer estimate and never force him to do it quicker than he originally said he could&#8230;this will result in bad and buggy code.</li>
<li>If it could screw up, it will&#8230;oh yes it will, trust me!</li>
<li>Don&#8217;t do testing in the evening and yes you do need to hire a tester&#8230;</li>
<li>What constitutes project completion? What are the release criteria? And who will sign it off? Will that person be available to sign the project off, or will they be on holiday?</li>
<li>Get a decent PM, decent designer, a decent programmer, a decent sys admin&#8230;you need these people, so just hire someone good and pay them what they want.</li>
<li>Get a prototype out asap, so that you can prove the concept actually works</li>
<li>Don&#8217;t skimp on infrastructure to save costs on IDEs, servers etc. This saving will bite you in the bum at a later stage</li>
<li>And let us not forget&#8230;get the developers to use the source control in place&#8230;it&#8217;s there for a reason, so get them to use it damn it!</li>
</ol>
<p>There are loads more points that could be added to this, but I think the post will become more of an essay then, so I&#8217;ve tried to include the most obvious ones. I have experienced most of these things and the question I keep asking is &#8220;What is this? Amateur hour?&#8221;. So, good luck to all the PM&#8217;s out there - Give it horns!</p>
<p>Thanks to <a href="http://www.oneafrikan.com">Gareth</a> and <a href="http://drewpreston.wordpress.com">Drew</a> for the banter - Nice one!</p>
<img src="http://feeds.feedburner.com/~r/peeledcarrots/~4/hn2ePmsxlIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/2008/11/28/project-management-for-dummies/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.peeledcarrots.com/2008/11/28/project-management-for-dummies/</feedburner:origLink></item>
	</channel>
</rss>
