<?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>Codeistry blog</title>
	<atom:link href="http://www.codeistry.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeistry.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 14 Aug 2009 08:10:31 +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>Choosing syntax highlighting colours for the draw spaces Gedit plugin</title>
		<link>http://www.codeistry.com/blog/2009/05/choosing-syntax-highlighting-colours-for-the-draw-spaces-gedit-plugin/</link>
		<comments>http://www.codeistry.com/blog/2009/05/choosing-syntax-highlighting-colours-for-the-draw-spaces-gedit-plugin/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:55:11 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=297</guid>
		<description><![CDATA[I&#8217;ve recently upgraded to Ubuntu Jaunty &#8211; and therefore Gedit 2.26.1 &#8211; and I couldn&#8217;t figure out how to change the color of spaces shown by the &#8216;Draw Spaces&#8217; plugin. This used to be set in the plugin configuration, but you now do it in the syntax highlighting theme &#8211; but how? What do you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codeistry.com/blog/wp-content/uploads/2009/05/gedit-draw-spaces-colours.png"><img class="alignleft size-full wp-image-298" src="http://www.codeistry.com/blog/wp-content/uploads/2009/05/gedit-draw-spaces-colours.png" alt="" width="612" height="309" /></a>I&#8217;ve recently upgraded to Ubuntu Jaunty &#8211; and therefore <a href="http://projects.gnome.org/gedit/">Gedit</a> 2.26.1 &#8211; and I couldn&#8217;t figure out how to change the color of spaces shown by the &#8216;Draw Spaces&#8217; plugin. This used to be set in the plugin configuration, but you now do it in the syntax highlighting theme &#8211; but how? What do you need to add?</p>
<p>The closest that I got googling was this: <a href="https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/348500">https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/348500</a> &#8211; which almost tells you but misses out the crucial bit of info.</p>
<p>So, I asked the fine folks in the <kbd>#gedit</kbd> room on <kbd>irc.gnome.org</kbd> and they enlightened me; you need to add this to your syntax theme file:</p>
<pre>&lt;style name="draw-spaces" foreground="tinted_grey"/&gt;</pre>
<p>Where tinted_gray is one of your theme&#8217;s colours. I would put it at the top somewhere, with the rest of the global stuff. You can look in the cobalt.xml file in /usr/share/gtksourceview-2.0/styles for an example of a theme which does this. I thought I&#8217;d put this here so anyone else who get&#8217;s stuck trying to change this has a better chance of Googling an answer.</p>
<p><a href="http://www.codeistry.com/assets/files/twilight.xml">Download a modified version of the Gedit Twilight Theme, with this tweak added</a>. To install, put the file into your <kbd>~/.gnome2/gedit/styles/</kbd> folder and restart Gedit. Then just select the Twilight theme in Preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/05/choosing-syntax-highlighting-colours-for-the-draw-spaces-gedit-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench 5.1.10 beta</title>
		<link>http://www.codeistry.com/blog/2009/04/mysql-workbench-5110-beta/</link>
		<comments>http://www.codeistry.com/blog/2009/04/mysql-workbench-5110-beta/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:23:59 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[offtopic]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=289</guid>
		<description><![CDATA[The new MySQL Workbench is now in beta and is looking very good:
You can import create scripts (mysqldumps), build diagrams yourself, with full drag and drop etc, and export create scripts. You can also annotate with text and images and export the diagrams as SVG, PDF, PNG etc&#8230; Here&#8217;s the PDF for the MODx 0.9.6.3 [...]]]></description>
			<content:encoded><![CDATA[<p>The new MySQL Workbench is now in beta and is looking very good:</p>
<p><a href="http://www.codeistry.com/blog/wp-content/uploads/2009/04/modx-in-mysql-workbench.png"><img class="alignleft size-medium wp-image-290" title="MySQL Workbench 5.1.10 showing a MODx 0.9.6.3 database" src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/modx-in-mysql-workbench-300x221.png" alt="MySQL Workbench 5.1.10 showing a MODx 0.9.6.3 database" width="300" height="221" /></a>You can import create scripts (mysqldumps), build diagrams yourself, with full drag and drop etc, and export create scripts. You can also annotate with text and images and export the diagrams as SVG, PDF, PNG etc&#8230; Here&#8217;s the PDF<a href="http://www.codeistry.com/assets/files/MODx-in-MySQL-Workbench.pdf"> for the MODx 0.9.6.3 diagram shown</a>, along with the <a href="http://www.codeistry.com/assets/files/MODx.mwb">MWB</a> (workbench) file. That diagram is just an imported mysqldump of a MODx DB &#8211; all I did was click the auto-arrange button.</p>
<p>It&#8217;s available for Linux (32 &amp; 64 bit), Mac and Windows. I&#8217;ve been playing with the 64bit version in Ubuntu and it seems to work great! More info on <a href="http://dev.mysql.com/workbench/">their blog</a>, or get it here: <a href="http://dev.mysql.com/downloads/workbench/5.1.html">http://dev.mysql.com/downloads/workbench/5.1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/04/mysql-workbench-5110-beta/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>gcalc: a command line version of Google Calculator</title>
		<link>http://www.codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/</link>
		<comments>http://www.codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:17:26 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[gcalc]]></category>
		<category><![CDATA[offtopic]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=272</guid>
		<description><![CDATA[Here’s a command line version of Google Calculator:
Download gcalc here: http://www.codeistry.com/assets/files/gcalc.zip
It’s a little python script that talks to Google, using it&#8217;s calculator syntax. You&#8217;ll get the same answers if you type the queries into google
To use the script, just download the zip file, extract the file inside and put it somewhere on your path; I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s a <a href="http://www.codeistry.com/assets/files/gcalc.zip">command line version of Google Calculator</a>:<a href="http://www.codeistry.com/assets/files/gcalc.zip"><img class="alignnone size-full wp-image-280" title="gcalc command line tool in use" src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/screenshot34.png" alt="gcalc command line tool in use" width="574" height="359" /></a></p>
<p><a href="http://www.codeistry.com/assets/files/gcalc.zip">Download gcalc here: http://www.codeistry.com/assets/files/gcalc.zip</a></p>
<p><img class="alignleft size-full wp-image-285" title="Using Google Calculator in firefox's search box." src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/screenshot36.png" alt="Using Google Calculator in firefox's search box." width="217" height="138" />It’s a little python script that talks to Google, using it&#8217;s calculator syntax. You&#8217;ll get the same answers if you type the queries into google</p>
<p>To use the script, just download the zip file, extract the file inside and put it somewhere on your path; I&#8217;ve started putting these kind of things in <kbd>~/bin</kbd>. I originally found the script here (http://vrai.net/page.php?block=scripts) but it didn’t work too well, so I fixed it up. I&#8217;ve tested it on Linux, but it should work anywhere Python is installed.</p>
<p>If you’re using that script on Linux, then <kbd>chmod +x gcalc</kbd> it to allow it to be executed. If you&#8217;re using Windows, you might have to add &#8216;.py&#8217; to the end of the filename. Then the syntax is very simple:</p>
<p><kbd>gcalc “1 hour 5 minutes in seconds”</kbd><br />
1 hour 5 minutes = 3900 seconds</p>
<p><kbd>gcalc “100 + 2 * 5″</kbd><br />
100 + (2 * 5) = 110</p>
<p><kbd>gcalc “41000 yen in british pounds”</kbd><br />
41,000 Japanese yen = 277.129372 British pounds</p>
<p>Here are <a href="http://www.google.co.uk/help/calculator.html">complete instructions on the syntax that Google Calculator supports</a>.</p>
<p>Also, in the screenshot above I&#8217;m using Fish, the Friendly Interactive SHell because it does nice syntax highlighting, amongst many other cool things. <a title="Friendly Interactive Shell" href="http://www.ibm.com/developerworks/aix/library/au-spunix_fish/?ca=dgr-jw06GoFish&amp;S_TACT=105AGX59&amp;S_CMP=GRsitejw06">Fish is here</a>, if you want it.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bunch of updates to the Codeistry site</title>
		<link>http://www.codeistry.com/blog/2009/04/bunch-of-updates-to-the-codeistry-site/</link>
		<comments>http://www.codeistry.com/blog/2009/04/bunch-of-updates-to-the-codeistry-site/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 17:25:54 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Non Technical]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[codeistry_website]]></category>
		<category><![CDATA[modx]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=261</guid>
		<description><![CDATA[I&#8217;ve made a number of small updates to the Codeistry site today, which I&#8217;ve been queuing up on my local version for a while. I&#8217;ve made updates and corrections to my Accessibility made simple article, as well as minor updates to the 9 Steps to Improve your Small Business website and SEO for Fun and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a number of small updates to the Codeistry site today, which I&#8217;ve been queuing up on my local version for a while. I&#8217;ve made updates and corrections to my <a href="http://www.codeistry.com/about/accessibility">Accessibility made simple</a> article, as well as minor updates to the <a href="http://www.codeistry.com/help/improve-your-small-business-website">9 Steps to Improve your Small Business website</a> and <a href="http://www.codeistry.com/about/seo">SEO for Fun and Profit</a> ones.</p>
<p><img class="alignleft size-full wp-image-264" title="Screenshot of MODx metadata field in page editor." src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/screenshot38.png" alt="Screenshot of MODx metadata field in page editor." width="469" height="261" />I&#8217;ve also souped up the metadata that gets output in the page&#8217;s code, so that I&#8217;m now outputting a meta description tag &#8211; this outputs whatever I&#8217;ve typed into the page&#8217;s Description field in MODx.</p>
<p><img class="alignleft size-full wp-image-266" title="Screenshot of the MODx Meta Keywords system" src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/screenshot39.png" alt="Screenshot of the MODx Meta Keywords system" width="320" height="256" />I&#8217;ve also started using MODx built in meta keywords system, so some pages now have some keywords set.</p>
<p>A little while age I also added a Creative Commons license to the page footer but forget to mention it on the blog. This means that the site&#8217;s content is now actually marked as copright of Codeistry now &#8211; which it wasn&#8217;t before. As I&#8217;ve chosen a Creative Commons Attribution Non-Commercial Share Alike license, this also means that anyone can re-use, re-mix, translate or re-purpose any of the stuff on here for whatever they want, provided it&#8217;s non-commercial and they credit the original source.</p>
<p>Anyway, here&#8217;s the old footer:</p>
<p><img class="alignnone size-full wp-image-268" title="Screenshot of the old Codeistry page footer, before the new license" src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/screenshot21.png" alt="Screenshot of the old Codeistry page footer, before the new license" width="597" height="226" /></p>
<p>and here&#8217;s the new one:</p>
<p><img class="alignnone size-full wp-image-269" title="Screenshot of the Codeistry page footer, with the new Creative Commons license" src="http://www.codeistry.com/blog/wp-content/uploads/2009/04/screenshot22.png" alt="Screenshot of the Codeistry page footer, with the new Creative Commons license" width="595" height="301" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/04/bunch-of-updates-to-the-codeistry-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Steps to Improve your small business website</title>
		<link>http://www.codeistry.com/blog/2009/03/improve-your-small-business-website/</link>
		<comments>http://www.codeistry.com/blog/2009/03/improve-your-small-business-website/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 03:48:45 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Non Technical]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=256</guid>
		<description><![CDATA[As a web designer &#38; developer, I see a lot of websites, many of them belonging to small businesses. I&#8217;m also an independent, running my own business &#8211; my website is my shop window, so this subject is close to my wallet heart. There are some common things missing in a lot of the websites [...]]]></description>
			<content:encoded><![CDATA[<p>As a web designer &amp; developer, I see a lot of websites, many of them belonging to small businesses. I&#8217;m also an independent, running my own business &#8211; my website is my shop window, so this subject is close to my <span style="text-decoration: line-through;">wallet</span> heart. There are some common things missing in a lot of the websites that I look at, things that would really improve the website and make it work harder for its owner. Fortunately, most of the missing bits are fairly easy to add.</p>
<p>This list is intended to make you think about your own website and give you practical, actionable steps that you can take right now to improve things. None of these things are difficult and most of them can easily be done in an hour or two. Print this off, mark the ones that you think you need to work on, and tick off one a week.</p>
<p>See the <a href="http://www.codeistry.com/help/improve-your-small-business-website">9 Steps to Improve your small business website article</a> for the steps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/03/improve-your-small-business-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pasting from Microsoft Word into Wordpress or MODx</title>
		<link>http://www.codeistry.com/blog/2009/02/pasting-from-microsoft-word-into-wordpress-or-modx/</link>
		<comments>http://www.codeistry.com/blog/2009/02/pasting-from-microsoft-word-into-wordpress-or-modx/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 18:31:16 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=241</guid>
		<description><![CDATA[I&#8217;ve put a new article up in the Codeistry Help section which covers troubleshooting and fixing issues you get copying &#38; pasting code into Wordpress, MODx or other web based systems from Microsoft Word. Just in case anyone else gets caught out by this, here&#8217;s the deal:
When you copy &#38; paste from Microsoft Word, into [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve put a new article up in the Codeistry Help section which covers troubleshooting and <a href="http://www.codeistry.com/help/pasting-from-microsoft-word-into-wordpress-or-modx">fixing issues you get copying &amp; pasting code into Wordpress, MODx or other web based systems from Microsoft Word</a>. Just in case anyone else gets caught out by this, here&#8217;s the deal:</p>
<p>When you copy &amp; paste from Microsoft Word, into web-based systems like Wordpress or MODx, MS Word tries to bring it&#8217;s internal formatting along for the ride. All text in MS Word is styled in some way &#8211; fonts, font sizes, alignment, etc&#8230; so when you copy &amp; paste it into your CMS, blog or whatever, this formatting comes along too, like an invisible hitch-hiker&#8230; <a href="http://www.codeistry.com/help/pasting-from-microsoft-word-into-wordpress-or-modx">See the article for the rest</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/02/pasting-from-microsoft-word-into-wordpress-or-modx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility article updated</title>
		<link>http://www.codeistry.com/blog/2009/02/accessibility-article-updated/</link>
		<comments>http://www.codeistry.com/blog/2009/02/accessibility-article-updated/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:48:04 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Non Technical]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[codeistry_website]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=234</guid>
		<description><![CDATA[Just a quick note to let you know that I&#8217;ve updated the Accessibility article on the main Codeistry website. I&#8217;ve polished the text a little more and added a section about testing your site&#8217;s accessibility using the Lynx text-only web browser. Check it out!
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-235" title="Screenshot of the About Codeistry page displayed in Lynx, a text-only web browser." src="http://www.codeistry.com/blog/wp-content/uploads/2009/02/about_codeistry_lynx_resized.png" alt="Screenshot of the About Codeistry page displayed in Lynx, a text-only web browser." width="200" height="202" />Just a quick note to let you know that I&#8217;ve updated <a href="http://www.codeistry.com/about/accessibility">the Accessibility article</a> on the main Codeistry website. I&#8217;ve polished the text a little more and added a section about testing your site&#8217;s accessibility using the Lynx text-only web browser. <a href="http://www.codeistry.com/about/accessibility">Check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/02/accessibility-article-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MODx Snippet: New version of Wayfinder</title>
		<link>http://www.codeistry.com/blog/2009/01/modx-snippet-new-version-of-wayfinder/</link>
		<comments>http://www.codeistry.com/blog/2009/01/modx-snippet-new-version-of-wayfinder/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 00:21:51 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[modx]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[wayfinder]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=215</guid>
		<description><![CDATA[Good news everyone! During my development travails, I&#8217;ve created an updated version of Wayfinder that fixes two issues and adds two handy new features!
Fixes
I&#8217;ve incorporated this fix which makes the hereClass work properly with weblinks in the menu and I&#8217;ve fixed the SQL query to work around the MySQL 5.0.51 sorting bug.
New Features
lastRowTpl
I&#8217;ve also added [...]]]></description>
			<content:encoded><![CDATA[<p>Good news everyone! During my development travails, I&#8217;ve created an updated version of Wayfinder that <strong>fixes two issues</strong> and <strong>adds two handy new features</strong>!</p>
<h3>Fixes</h3>
<p>I&#8217;ve incorporated <a href="http://modxcms.com/forums/index.php/topic,28461.0.html">this fix</a> which makes the hereClass work properly with weblinks in the menu and I&#8217;ve fixed the SQL query to work around the MySQL 5.0.51 sorting bug.</p>
<h3>New Features</h3>
<h4>lastRowTpl</h4>
<p>I&#8217;ve also added a new parameter called <strong>lastRowTpl</strong> which allows you specify a chunk to be used for the last menu item output. It works the same way as all the other wayfinder tpl&#8217;s and defaults to using rowTpl is it isn&#8217;t specified.</p>
<p>It&#8217;s very useful for little menu&#8217;s that currently look like this if you do them with Wayfinder:</p>
<pre>item1 | item2 | item3 | lastitem |</pre>
<p>and should look like this:</p>
<pre>item1 | item2 | item3 | lastitem</pre>
<h4>Odd &amp; Even classes</h4>
<p>Finally, I&#8217;ve added support for even &amp; odd classes on rows. These work like all the other wayfinder classes &#8211; you specify a class name in the parameter and this will be added to the wf.classes placeholder. These ones are only output on the appropriate rows, though &#8211; and you don&#8217;t have to specify both if you don&#8217;t want to &#8211; it&#8217;ll still work with just one.</p>
<p>These are really useful for menu&#8217;s which are supposed to be stripey, with every other item a different colour.</p>
<p>To implement this, I&#8217;ve modified both Wayfinder files. You can download the new versions from <a href="http://www.codeistry.com/assets/files/wayfinder-201.zip">here (.zip)</a> or <a href="http://www.codeistry.com/assets/files/wayfinder-201.tar.gz">here (.tar.gz)</a>.</p>
<p>I&#8217;m using these on live sites, because I&#8217;m a crazy fool, but if we can get some more testing from everyone, maybe this can be added to the repository as a new version and maybe then into the main MODx distribution, so that everyone can share the love.</p>
<p>What do you think &#8211; <a href="http://modxcms.com/forums/index.php/topic,31895.0.html">let me know in the MODx forum thread</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/01/modx-snippet-new-version-of-wayfinder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New years resolutions for 2009</title>
		<link>http://www.codeistry.com/blog/2009/01/new-years-resolutions-for-2009/</link>
		<comments>http://www.codeistry.com/blog/2009/01/new-years-resolutions-for-2009/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 03:42:45 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Non Technical]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[charity]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=145</guid>
		<description><![CDATA[Give more back
One of the ways I want to give back, is by getting more involved in the MODx community and to start contributing some of the snippets and code that I&#8217;ve created for MODx over the last year. This is code that I&#8217;ve created for my own use that I think would benefit others [...]]]></description>
			<content:encoded><![CDATA[<h3>Give more back</h3>
<p>One of the ways I want to give back, is by getting more involved in the MODx community and to start contributing some of the snippets and code that I&#8217;ve created for MODx over the last year. This is code that I&#8217;ve created for my own use that I think would benefit others in the community and that we can all help improve. I&#8217;ve started this process already with the <a href="http://www.codeistry.com/blog/2008/11/modx-snippet-chunkif/">ChunkIf</a> snippet (below) &#8211; but there&#8217;s lots more where that came from.</p>
<p>I realise that I have a pretty nice life, working for myself, working at home on my own schedule and doing OK, financially. So the other thing that I had in mind was helping those less fortunate. I&#8217;d like Codeistry itself to do some good for other people, as well as me. To this end, I&#8217;m planning to start investing a portion of the proceeds from each job Codeistry does into small businesses in need around the world. Small amounts of money can go a long way in Africa or rural South America and provide seed capital for entrepreneurs to start their own businesses, lifting themselves and their families out of poverty; this is called <a href="http://en.wikipedia.org/wiki/Microfinance">microfinancing</a>.</p>
<p><a rel="external" href="http://www.kiva.org/lender/duncanlock"><img class="alignleft" title="Kiva - loans that change lives" src="http://www.kiva.org/images/bannerbox.png" alt="Kiva - loans that change lives" /></a>Best of all, there&#8217;s a really simple way to do this called <a href="http://www.kiva.org/">kiva.org</a> &#8211; a site which makes it easy to invest in small businesses in the developing world.</p>
<p>The plan is for each Codeistry job to invest in one entrepreneur in the developing world, via Kiva. I can then link to the progress reports on Kiva and see how they&#8217;re doing &#8211; and maybe get my clients involved too, forming a connection between all our businesses.</p>
<h3>New ventures</h3>
<p>I&#8217;ve also got a few ideas for new web based businesses and sites which I want to get off the ground this year. I&#8217;ll be talking more about these later, so watch this space!</p>
<h3>Build up Codeistry</h3>
<p>In order to do all of these things, I&#8217;ll need to keep myself clothed and fed &#8211; which is where Codeistry comes in. We had a pretty good start but there&#8217;s lots of potential in my niche, so I want to do even better this year.</p>
<p>I&#8217;ll be blogging about progress with all these throughout the year. Hope you had a good 2008 and have a prosperous 2009!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/01/new-years-resolutions-for-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of MODx CMS out &#8211; 0.9.6.3</title>
		<link>http://www.codeistry.com/blog/2009/01/new-version-of-modx-cms-out-0963/</link>
		<comments>http://www.codeistry.com/blog/2009/01/new-version-of-modx-cms-out-0963/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 01:28:31 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[modx]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=90</guid>
		<description><![CDATA[Another pretty sizeable release, despite the small version increment. There are over 100 changes but my personal highlights from the changelog are:

Updated AjaxSearch to version 1.8.1
Update eForm to version 1.4.4.5
Update Jot to version 1.1.4
Duplicate TV associations when duplicating a template
Allow &#8216;.&#8217;,'-&#8217;,&#8217; &#8216; and &#8216;_&#8217; in TV names
Amend the top username link to explicitly state a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-103" title="MODx Logo" src="http://www.codeistry.com/blog/wp-content/uploads/2009/01/modx-logo-evolution-box-only-75pct.png" alt="" width="114" height="86" />Another pretty sizeable release, despite the small version increment. There are over 100 changes but my personal highlights from the <a href="http://svn.modxcms.com/svn/tattoo/tattoo/releases/0.9.6.3/install/changelog.txt">changelog</a> are:</p>
<ul>
<li>Updated AjaxSearch to version 1.8.1</li>
<li>Update eForm to version 1.4.4.5</li>
<li>Update Jot to version 1.1.4</li>
<li>Duplicate TV associations when duplicating a template</li>
<li>Allow &#8216;.&#8217;,'-&#8217;,&#8217; &#8216; and &#8216;_&#8217; in TV names</li>
<li>Amend the top username link to explicitly state a &#8216;change password&#8217; link instead of just linking the username</li>
<li>Added database version to MySQL DBAPI class and to the System Information report</li>
<li>File manager can now handle files with illegal url characters (added urlencode escaping).</li>
</ul>
<p>The <a href="http://modxcms.com/downloads.html">latest version of MODx can be downloaded here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeistry.com/blog/2009/01/new-version-of-modx-cms-out-0963/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
