<?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>Development Cycle &#187; Open Source</title>
	<atom:link href="http://www.development-cycle.com/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.development-cycle.com</link>
	<description>Binary Bits &#38; Pieces</description>
	<lastBuildDate>Fri, 04 May 2012 05:21:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Removing The WordPress Toolbar</title>
		<link>http://www.development-cycle.com/2011/07/removing-the-wordpress-toolbar/</link>
		<comments>http://www.development-cycle.com/2011/07/removing-the-wordpress-toolbar/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 01:58:30 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.development-cycle.com/?p=392</guid>
		<description><![CDATA[One thing that has caused me some grief since the release of WordPress 3.1 is the admin bar that appears up the top of the blog when you are logged in. Call me a stick in the mud but I have never really used it since its introduction and on a few sites it has [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that has caused me some grief since the release of WordPress 3.1 is the admin bar that appears up the top of the blog when you are logged in.</p>
<p>Call me a stick in the mud but I have never really used it since its introduction and on a few sites it has even gone as far as breaking the appearance of the template.</p>
<p><a href="http://www.development-cycle.com/wp-content/uploads/2011/07/admin_bar.png"><img class="aligncenter size-full wp-image-395" title="admin_bar" src="http://www.development-cycle.com/wp-content/uploads/2011/07/admin_bar.png" alt="" width="350" height="174" /></a></p>
<p><span id="more-392"></span></p>
<p>Luckily with a bit of research I found its not that hard to remove the admin bar completely, simply add the code below to the functions.php file of your theme and the admin bar should disapear forever.</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.development-cycle.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://www.development-cycle.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.development-cycle.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.development-cycle.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;">add_filter ( 'show_admin_bar' , '__return_false' );
add_action ( 'admin_print_scripts-profile.php' , 'hide_tool_bar');
&nbsp;
function hide_tool_bar () { ?&gt;
        &lt;Style type = &quot;text / css&quot; &gt;
                show-admin-bar {display: none;}
        &lt;/ Style&gt;
<span class="kw2">&lt;?php</span> <span class="br0">&#125;</span></pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2011/07/removing-the-wordpress-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Wireframe &amp; Prototype Creation With Pencil</title>
		<link>http://www.development-cycle.com/2011/06/free-wireframe-prototype-creation-with-pencil/</link>
		<comments>http://www.development-cycle.com/2011/06/free-wireframe-prototype-creation-with-pencil/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 00:55:19 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wireframes]]></category>

		<guid isPermaLink="false">http://www.development-cycle.com/?p=371</guid>
		<description><![CDATA[Wireframing is an invaluable technique when starting the development of a new project, both to set functionality expectations with project stake holders and to give the build team a concrete idea of what it is exactly they have to build. There are plenty of web based and commercial packages available but I don&#8217;t really do [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-372" title="pencil_project" src="http://www.development-cycle.com/wp-content/uploads/2011/06/pencil_project.png" alt="" width="330" height="67" /><a title="Website Wireframing" href="http://en.wikipedia.org/wiki/Website_wireframe" target="_blank">Wireframing</a> is an invaluable technique when starting the development of a new project, both to set functionality expectations with project stake holders and to give the build team a concrete idea of what it is exactly they have to build. There are plenty of web based and commercial packages available but I don&#8217;t really do enough wireframing to justify the cost of an ongoing subscription to a web based service and not many of the commercial packages cater to the Linux market. I have always loved Dia ( http://live.gnome.org/Dia ) for creating flow charts and work flow diagrams but never really found it suited to the creation of wireframes.</p>
<p><span id="more-371"></span>Enter the <a title="The Pencil Project - Easy Prototypes &amp; Wireframes" href="http://pencil.evolus.vn/en-US/Home.aspx" target="_blank">Pencil Project released under the GPL licence</a> as a Firefox plugin to quickly create wireframes and application prototypes, its free, cross platform and very easy to use. Only problem is it doesn&#8217;t work with Firefox 4 &amp; 5 (seriously who still uses 3?), fortunately using the <a title="XULRunner Project Home" href="https://developer.mozilla.org/en/XULRunner" target="_blank">XULRunner</a> package Pencil can be run on its own as a stand alone desktop application.</p>
<p>Below are some instructions on installing Pencil on a <a title="Ubuntu Natty Narwhal" href="http://releases.ubuntu.com/natty/" target="_blank">Ubuntu Natty Narwhal (11.04)</a> system, but realistically it shouldn&#8217;t be a big issue to get it working on any recent Linux distro.</p>
<p>First download the Pencil app from the the website to the directory you would like to install the application, in this case I am using ~/software/pencil.</p>
<p><em>wget <a title="Pencil 1.2.0" rel="nofollow" href="http://evoluspencil.googlecode.com/files/Pencil-1.2-0-linux-gtk.tar.gz" target="_blank">http://evoluspencil.googlecode.com/files/Pencil-1.2-0-linux-gtk.tar.gz</a></em></p>
<p>Uncompress:<br />
<em>tar zxvf Pencil-1.2-0-linux-gtk.tar.gz</em></p>
<p>Update your systems package repository:<br />
<em>apt-get update</em></p>
<p>Install the XULRunner package to run Pencil as a standalone program:<br />
<em>apt-get install xulrunner-1.9.2</em></p>
<p>Now you should be ready to run, to get started with Pencil simply execute:</p>
<p><em>xulrunner application.ini</em></p>
<p>After install a shortcoming I found, is that I needed to install an extension to support exporting my prototypes as a HTML document. This was fixed by downloading the plugin:</p>
<p><em><a title="HTML Export Plugin For Pencil" href="http://evoluspencil.googlecode.com/files/DefaultHTML.zip" target="_blank">http://evoluspencil.googlecode.com/files/DefaultHTML.zip</a></em></p>
<p>Then in the application select the the &#8220;tools&#8221; menu and the choose the &#8220;manage export template&#8221; option then browse your file system select the plugin zip file to install</p>
<p><img class="aligncenter size-full wp-image-374" title="Prototype Login Screen" src="http://www.development-cycle.com/wp-content/uploads/2011/06/mock_login.png" alt="" width="500" height="308" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2011/06/free-wireframe-prototype-creation-with-pencil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore The Refresh Button Placement In Firefox 4</title>
		<link>http://www.development-cycle.com/2011/03/restore-the-refresh-button-placement-in-firefox-4/</link>
		<comments>http://www.development-cycle.com/2011/03/restore-the-refresh-button-placement-in-firefox-4/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 00:23:32 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.development-cycle.com/?p=284</guid>
		<description><![CDATA[The recent release of Firefox has been the new look, features and speed are simply amazing. One issue I am having trouble adjusting to though is the refresh button location. It used to live as a nice big icon next to the back / forward buttons but in the new release it is now positioned [...]]]></description>
			<content:encoded><![CDATA[<p>The recent release of Firefox has been the new look, features and speed are simply amazing. One issue I am having trouble adjusting to though is the refresh button location. It used to live as a nice big icon next to the back / forward buttons but in the new release it is now positioned as a small icon to the right hand side of the location bar.</p>
<p><span id="more-284"></span><strong>Pre Firefox 4</strong></p>
<p><strong><a href="http://www.development-cycle.com/wp-content/uploads/2011/03/reload_firefox3.png"><img class="alignleft size-full wp-image-287" title="reload_firefox3" src="http://www.development-cycle.com/wp-content/uploads/2011/03/reload_firefox3.png" alt="" width="372" height="185" /></a><br />
</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Firefox 4</strong></p>
<p><a href="http://www.development-cycle.com/wp-content/uploads/2011/03/firefox_newUI_reload.png"><img class="alignleft size-full wp-image-288" title="firefox_newUI_reload" src="http://www.development-cycle.com/wp-content/uploads/2011/03/firefox_newUI_reload.png" alt="" width="400" height="29" /></a></p>
<p>&nbsp;</p>
<p>As developer my life revolves around the refresh button, sure I can use the F5 key but its not the same, when I change application focus between my IDE back to the browser, 9/10 times I am already using the mouse and with multiple screens its just easier to have the refresh button on the left.</p>
<p style="text-align: left;">Luckily its pretty easy to achieve, in order to reposition the refresh button simply select <em>&#8220;view-&gt;toolbars-&gt;customize&#8221;</em> in the applications top menu. You should now see the refresh and stop buttons have left the location bar and are sitting to the right, simply click and drag the refresh button to you preferred location and click done to save your preferences<a href="http://www.development-cycle.com/wp-content/uploads/2011/03/refresh.png"><img class="size-full wp-image-289 aligncenter" title="Drag refresh button" src="http://www.development-cycle.com/wp-content/uploads/2011/03/refresh.png" alt="" width="450" height="269" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2011/03/restore-the-refresh-button-placement-in-firefox-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Firefox 4 on Ubuntu 10.10</title>
		<link>http://www.development-cycle.com/2011/03/installing-firefox-4-on-ubuntu-10-10/</link>
		<comments>http://www.development-cycle.com/2011/03/installing-firefox-4-on-ubuntu-10-10/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 00:43:15 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.development-cycle.com/?p=281</guid>
		<description><![CDATA[The latest release of the popular browser Firefox is now here with Firefox 4.0 boasting speed improvements, location aware browsing, improved HTML 5 support plus much more. Getting Firefox 4 for your Ubuntu desktop is pretty simple using the mozilla team PPA. To get started open a terminal and enter: sudo add-apt-repository ppa:mozillateam/firefox-stable Potential Issue: [...]]]></description>
			<content:encoded><![CDATA[<p>The latest release of the popular browser Firefox is now here with Firefox 4.0 <a title="Mozilla Firefox Features" href="http://www.mozilla.com/en-US/firefox/features/" target="_blank">boasting speed improvements, location aware browsing, improved HTML 5 support plus much more</a>. Getting Firefox 4 for your Ubuntu desktop is pretty simple using the <a href="https://launchpad.net/ubuntu/+ppas" target="_blank">mozilla team PPA</a>.</p>
<p>To get started open a terminal and enter:<br />
<em><br />
sudo add-apt-repository ppa:mozillateam/firefox-stable</em></p>
<p><strong>Potential Issue:</strong> depending on your network, corporate firewalls often block Port 11371, which is used to communicate with the key server causing timeouts. If this happens to you the key can be downloaded over port 80 using the command:</p>
<p><em>sudo gpg &#8211;keyserver hkp://keyserver.ubuntu.com:80 &#8211;recv-keys CE49EC21</em></p>
<p><em>sudo apt-get update</em><br />
<em> sudo apt-get upgrade</em></p>
<p>Close Firefox if its currently running and open again and enjoy your new look browsing experience.</p>
<p><a href="http://www.development-cycle.com/wp-content/uploads/2011/03/firefox-add-ons.png"><img class="aligncenter size-full wp-image-282" title="firefox-add-ons" src="http://www.development-cycle.com/wp-content/uploads/2011/03/firefox-add-ons.png" alt="" width="450" height="210" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2011/03/installing-firefox-4-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9.0 Is Here!</title>
		<link>http://www.development-cycle.com/2009/12/wordpress-2-9-0-is-here/</link>
		<comments>http://www.development-cycle.com/2009/12/wordpress-2-9-0-is-here/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 01:58:17 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.development-cycle.com/?p=231</guid>
		<description><![CDATA[The 2.9.0 version of WordPress has been released some of the main new features include: A &#8220;trash bin&#8221; feature, allow the restoration of deleted comments or posts. Built in image editor, forget Photoshop! You can now scale, flip, rotate images directly in WordPress. Easier embedding of video, just post the URL and WordPress will generate [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.development-cycle.com/wp-content/uploads/2009/12/wordpress-logo.png" alt="wordpress-logo" title="wordpress-logo" width="150" height="93" class="alignright size-full wp-image-232" />
<p>The 2.9.0 version of WordPress has been released some of the main new features include:</p>
<ul>
<li>A &#8220;trash bin&#8221; feature, allow the restoration of deleted comments or posts.</li>
<li>Built in image editor, forget Photoshop! You can now scale, flip, rotate images directly in WordPress.</li>
<li>Easier embedding of video, just post the URL and WordPress will generate the embed code on its own.</li>
<li>Multiple updating of plug-ins, forget the days of having to go through and update each plug-in one by one.</li>
</ul>
<p>Plus much more the 2.9 release of WordPress incorporates over <a rel="nofollow" target="_blank" href="http://core.trac.wordpress.org/query?status=closed&#038;milestone=2.9">500 tickets for bugs and enhancements</a>.</p>
<p>So what are you waiting for <a rel="nofollow" target="_blank" href="http://wordpress.org/download/">download</a> it now here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2009/12/wordpress-2-9-0-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Robot Easter Egg</title>
		<link>http://www.development-cycle.com/2008/07/firefox3-easter-egg/</link>
		<comments>http://www.development-cycle.com/2008/07/firefox3-easter-egg/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 09:16:23 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Found this neat little easter egg in Firefox 3 today to activate simply type the line about:robots into the browsers navigation bar to recieve this screen:</p>
<p>Â </p>
<p style="text-align: center;"><img src="/files/pictures/robot.png" alt="Mozilla Firefox 3 Robot Easter Egg" width="400" height="192" /></p>]]></description>
			<content:encoded><![CDATA[<p>Found this neat little easter egg in Firefox 3 today to activate simply type the line about:robots into the browsers navigation bar to recieve this screen:</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img src="/files/pictures/robot.png" alt="Mozilla Firefox 3 Robot Easter Egg" width="400" height="192" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2008/07/firefox3-easter-egg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP &#8211; Make your Computer a Webserver: Apache, PHP, MySQL</title>
		<link>http://www.development-cycle.com/2008/06/webserver-with-xampp/</link>
		<comments>http://www.development-cycle.com/2008/06/webserver-with-xampp/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 22:56:26 +0000</pubDate>
		<dc:creator>Anthony Mills</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p style="text-align: center;">
<object width="425" height="344">
<embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/KWRB-maTVyM&#38;hl=en"></embed>
</object>
</p>
<p>A painfree tutorial on installing the XAMPP bundle to ease the development and testing of your web applications.</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<object width="425" height="344"><br />
<embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/KWRB-maTVyM&amp;hl=en"></embed></object>
</p>
<p>A painfree tutorial on installing the XAMPP bundle to ease the development and testing of your web applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.development-cycle.com/2008/06/webserver-with-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.development-cycle.com @ 2012-05-19 20:49:38 -->
