<?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>Dwarfsoft [GPA] &#187; Authoring</title>
	<atom:link href="http://www.dwarfsoft.com/blog/category/authoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dwarfsoft.com/blog</link>
	<description>Great Programming Artistry</description>
	<lastBuildDate>Tue, 22 Jun 2010 21:01:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More GTD-PHP Work</title>
		<link>http://www.dwarfsoft.com/blog/2009/08/20/more-gtd-php-work/</link>
		<comments>http://www.dwarfsoft.com/blog/2009/08/20/more-gtd-php-work/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:53:44 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Authoring]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tweet]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Initiative]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/?p=282</guid>
		<description><![CDATA[I have updated my GTD-PHP Email Import Addon so that it now integrates with the current Subversion revision of the code. There is one bug left in it, in that it will not check that there is a mail server set before it tries to connect. I find that this error occurs the first time [...]]]></description>
			<content:encoded><![CDATA[<p>I have updated my GTD-PHP Email Import Addon so that it now integrates with the current Subversion revision of the code. There is one bug left in it, in that it will not check that there is a mail server set before it tries to connect. I find that this error occurs the first time the session is established with the server, and from then on it works fine. By performing an error check against $server = &#8220;&#8221; I should be able to remove that bug as well. </p>
<p>The updated <a href="http://www.gtd-php.com/Developers/EmailImport">EmailImport</a> Addon is now available for download from the <a href="https://www.hosted-projects.com/trac/toae/gtdphp/ticket/569">GTD-PHP Trac wiki</A>.</p>
<p><span id="more-282"></span></p>
<p>I have since moved on to the next most important feature on my personal list of Enhancements (yes, before I fix my known bug in the previous one). I want to be able to have a scheduled email sent every morning with a report on what Actions are overdue, what actions are due today and a rundown on the coming actions in the next week. Additionally this report should contain information on Project deadlines of note (overdue, due and coming). Another report I want is to be able to have the weekly review report emailed weekly to myself (at my work and home email addresses).</p>
<p>To achieve this I have been looking in to using php scripts to create cron jobs on the host system (or schtasks jobs if on a WAMP server for example). I have most of the information required to achieve this now. Once I have implemented a scheduled tasks manager from within GTD-PHP I will then build a custom report builder, which will then be enhanced by the emailer. In all, three addons become interlocked for completing this next feature.</p>
<p>If I didn&#8217;t have GTD-PHP (and therefore wasn&#8217;t following the GTD methodology) to manage all my projects I probably would not be in the position of even being capable of extending any project (I am busier now than ever, but I have more control over my time than ever before). By completing the Addons in my list I will have so much better control over my time and be in a perfect position to achieve some Zen in my life <img src='http://www.dwarfsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Just so you get some perspective, when I first set up GTD-PHP I added a lot of actions, and immediately closed them. Those statistics had me max at about 30 items in a week. Currently this week I have closed 75 items, and the week isn&#8217;t over. Most of these items have been self imposed actions for me to develop, research, repair, investigate, or whatever. I have given myself more work than at the start, and I have more time off now to blog about it (yet another action) than I have ever had previously.</p>
<p>I thoroughly encourage everybody to look into David Allens Getting Things Done. Worked wonders for me <img src='http://www.dwarfsoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2009/08/20/more-gtd-php-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microgames</title>
		<link>http://www.dwarfsoft.com/blog/2009/02/26/microgames/</link>
		<comments>http://www.dwarfsoft.com/blog/2009/02/26/microgames/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:36:07 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Authoring]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/?p=172</guid>
		<description><![CDATA[It seems that the idea of microgames and progressive development is a little in vogue at the moment. Andrew Russell, a long time friend and colleague from the early GameDev.Net and Tiberia days, has embarked on a game development project where he is seeking to develop a game every two weeks, and produce reusable components [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that the idea of microgames and progressive development is a little in vogue at the moment. <a href="http://www.andrewrussellstudios.com/">Andrew Russell</a>, a long time friend and colleague from the early GameDev.Net and Tiberia days, has embarked on a game development project where he is seeking to develop a game every two weeks, and produce reusable components of each to ease into the development of the next. <a href="http://www.andrewrussellstudios.com/sketchable/origin/">The Origin of Sketchable</a> explains in a little more detail how he is attempting to achieve this. Strangely enough, he is already in a race against Trapper Zoid who is working on a project called <a href="http://www.trazoi.net/2009/02/24/sketchable-and-the-lab/">The Lab</a>.</p>
<p>As it turns out, this is an idea I was contemplating starting as well. My release intervals would have to be significantly longer, however, as I am incapable of committing a lot of time due to my hectic schedule of Work and Wife. The idea I was considering was to do with the book mentioned in the last post. By developing games and documenting the entire process from start to finish, it would help aspiring young developers understand the trials and tribulations of making even the simplest of games, and how much can be learned and applied to future developments. There are a few concepts I am looking forward to exploring, such as some advanced scripting in games, as I have been re-reading the <a href="https://www.amazon.com/dp/0321486811?tag=dwgp-20&#038;camp=0&#038;creative=0&#038;linkCode=as1&#038;creativeASIN=0321486811&#038;adid=16VFEJG8J3TFVR93BZQ9&#038;">Dragon Book</a> gleaning a lot of things about language design that could be useful, as well as my general scripting experience in a variety of languages.</p>
<p><span id="more-172"></span></p>
<p>In all I feel that this is an exciting time for Hobbyist and Indie developers. The outlook seems good, I recommend checking out Andrews and Davids sites from time to time to see what they are up to. I hope to keep you all informed on any developments as I come to learn of them.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2009/02/26/microgames/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
