<?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 &#187; Technical</title>
	<atom:link href="http://codeistry.com/blog/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeistry.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 19 Apr 2011 21:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>gcalc updated</title>
		<link>http://codeistry.com/blog/2011/04/gcalc-updated/</link>
		<comments>http://codeistry.com/blog/2011/04/gcalc-updated/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 21:59:34 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[gcalc]]></category>
		<category><![CDATA[offtopic]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://codeistry.com/blog/?p=394</guid>
		<description><![CDATA[Just a quick note to say that the gcalc &#8211; Google Calculator command line/script has been fixed after Google mark-up changes broke it. Read the original post, or Download a new copy here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeistry.com/blog/wp-content/uploads/2011/04/Selection_308.png"><img class="alignleft size-full wp-image-395" title="gcalc in use" src="http://codeistry.com/blog/wp-content/uploads/2011/04/Selection_308.png" alt="gcalc is used in a terminal." width="627" height="169" /></a></p>
<p>Just a quick note to say that the <a title="gcalc: a command line version of Google Calculator" href="http://codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/">gcalc &#8211; Google Calculator command line/script</a> has been fixed after Google mark-up changes broke it. <a title="gcalc: a command line version of Google Calculator" href="http://codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/">Read the original post</a>, or <a href="http://www.codeistry.com/assets/files/gcalc.zip">Download a new copy here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codeistry.com/blog/2011/04/gcalc-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: Images of text vs. Webfonts</title>
		<link>http://codeistry.com/blog/2010/11/qa-images-of-text-vs-webfonts/</link>
		<comments>http://codeistry.com/blog/2010/11/qa-images-of-text-vs-webfonts/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 01:36:48 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[q&a]]></category>
		<category><![CDATA[webfont]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=350</guid>
		<description><![CDATA[A little while ago I got a question from a good friend and client of mine about using fonts on websites. This also applies to other ways of faking web fonts, like sIFR. As others have been asking me about this lately, I thought I&#8217;d put my answer up here, so that I can point [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago I got a question from a good friend and client of mine about using fonts on websites. This also applies to other ways of faking web fonts, like <a href="http://www.mikeindustries.com/blog/sifr" rel="external">sIFR</a>. As others have been asking me about this lately, I thought I&#8217;d put my answer up here, so that I can point poeple at it in the future:</p>
<h2>Q:</h2>
<p>Please remind me about images of text vs real text on websites. Search engines search alt. text so why not have a navigation with images and nice typography rather than a limited selection of web fonts?</p>
<h2>A:</h2>
<p>It&#8217;s true that search engines search alt. text &#8211; and you can do it that way. If you&#8217;re determined to use images, you should probably also use a hidden <code>&lt;span&gt;Menu Text&lt;/span&gt;</code> inside the <code>&lt;a&gt;</code> element. These sort of work Ok, for the most part. The arguments for and against this are sort of like flash sites vs. real websites; one is the Right Thing To Do and one isn&#8217;t. You can make the wrong way work mostly Ok, if you work at it, but however hard you try, there are always downsides and you&#8217;re putting yourself at a slight disadvantage all the time.</p>
<h3>Why is real text better?</h3>
<p>There are a large number of little reasons why text is better than images; images are: harder to update when you change or add things to a site, harder to update when you change site designs or colours, much larger and slower to download, cause extra HTTP requests slowing down page loading even further, aren&#8217;t searchable (either by search engines, or users with ctrl+f), aren&#8217;t translatable, don&#8217;t zoom/re-flow as well on mobile devices, don&#8217;t render as well when zoomed or viewed as different resolutions, don&#8217;t print very well, aren&#8217;t as accessible, etc, etc&#8230;</p>
<h3>Even better&#8230;</h3>
<p>Also, I saved the best bit till last: You don&#8217;t need to choose any more! The &#8216;limited selection of web fonts&#8217; issue has gone away &#8211; you can now use any font you like, provided that you&#8217;ve got a license to use it on a website. As far as I can see, this makes using images of text completely obsolete &#8211; I can now think of no circumstances where using images of text is even remotely justifiable. Previously, the only argument in favour of images was &#8216;it looks nicer&#8217;; this solitary argument in their favour is now gone.</p>
<h4>Here are some resources that cover modern web fonts:</h4>
<ul>
<li><a rel="external" href="http://nicewebtype.com/">http://nicewebtype.com/</a></li>
<li><a rel="external" href="http://webfonts.info/wiki/index.php?title=What_are_webfonts%3F">http://webfonts.info/wiki/index.php?title=What_are_webfonts%3F</a> &#8211; this link also has a nice list of available web fonts, both commercial and open/free.</li>
</ul>
<p>Here are some examples of sexy looking websites that make good use of modern web fonts. Notice that all the text is normal, selectable, searchable text, even the sexy looking stuff:</p>
<h4>Some by me:</h4>
<ul>
<li><a rel="external" href="http://joaobarao.com/">http://joaobarao.com/</a></li>
<li><a rel="external" href="http://cubanblues.co.uk/">http://cubanblues.co.uk/</a></li>
</ul>
<h4>lots by others:</h4>
<ul>
<li><a rel="external" href="http://nicewebtype.com/fonts/bello-and-proxima-nova/">http://nicewebtype.com/fonts/bello-and-proxima-nova/</a></li>
<li><a rel="external" href="http://webfonts.info/wiki/index.php?title=Links_to_demo_pages">http://webfonts.info/wiki/index.php?title=Links_to_demo_pages</a></li>
<li><a rel="external" href="http://opentype.info/blog/category/webfonts/">http://opentype.info/blog/category/webfonts/</a></li>
<li><a rel="external" href="http://www.robinwood.de/blog/">http://www.robinwood.de/blog/</a></li>
<li><a rel="external" href="http://www.brizk.com/">http://www.brizk.com/</a></li>
<li><a rel="external" href="http://forabeautifulweb.com/blog">http://forabeautifulweb.com/blog</a></li>
<li><a rel="external" href="http://ilovetypography.com/">http://ilovetypography.com/</a></li>
</ul>
<h3>How do I actually use webfonts then?</h3>
<p>The webfonts stuff is all just CSS, and pretty simple to use. You just tell it where the font file is, and give it a name:</p>
<pre class="brush: css; ">

@font-face {
font-family: &#039;DroidSansRegular&#039;;
src: url(&#039;/fonts/droidsans-regular.otf&#039;);
font-weight: normal;
font-style: normal;
}
</pre>
<p>then you just use it as normal:</p>
<pre class="brush: css; ">

p {
font-family: DroidSansRegular, Arial, sans-serif;
font-size: 18pt;
}
</pre>
<p>there are various tools which will write the (slightly more complex) cross-browser version of that. I used <a rel="external" href="http://www.fontsquirrel.com/">FontSquirrel</a> for <a rel="external" href="http://joaobarao.com/">http://joaobarao.com/</a> &#8211; you can see what it generates here: <a rel="external" href="http://joaobarao.com/css/joao.css">http://joaobarao.com/css/joao.css</a> &#8211; all the @font-face stuff at the top is generated for you by <a rel="external" href="http://www.fontsquirrel.com/">FontSquirrel</a>. I used two excellent free / open fonts: <a rel="external" href="http://www.josbuivenga.demon.nl/fontin.html">Fontin</a> and <a rel="external" href="http://www.droidfonts.com/">Droid Sans</a> on the <a rel="external" href="http://joaobarao.com/">http://joaobarao.com/</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://codeistry.com/blog/2010/11/qa-images-of-text-vs-webfonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio updated</title>
		<link>http://codeistry.com/blog/2010/09/portfolio-updated/</link>
		<comments>http://codeistry.com/blog/2010/09/portfolio-updated/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 19:42:17 +0000</pubDate>
		<dc:creator>Duncan Lock</dc:creator>
				<category><![CDATA[Non Technical]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[codeistry_website]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.codeistry.com/blog/?p=334</guid>
		<description><![CDATA[I&#8217;ve just added Twinbro into the Codeistry Portfolio, another job in my queue of jobs that need adding. I&#8217;d used the Twinbro website in my Sorfolio, so I thought I&#8217;d better put them onto the main portfolio site too. I&#8217;ve also updated all the thumbnail images in the portfolio, after I figured out which Inkscape [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just added <a href="http://www.codeistry.com/portfolio/twinbo">Twinbro</a> into the Codeistry Portfolio, another job in my queue of jobs that need adding. I&#8217;d used the Twinbro website in my <a rel="external" href="http://sortfolio.com/company/9334-codeistry">Sorfolio</a>, so I thought I&#8217;d better put them onto the main portfolio site too.</p>
<p><img class="size-full wp-image-335 alignleft" title="Inkscape Image Supersample settings" src="http://www.codeistry.com/blog/wp-content/uploads/2010/09/inkscape-inage-supersample1.png" alt="Screenshots sowing the difference between the two Inkscape Image Supersample settings" width="360" height="560" /></p>
<p>I&#8217;ve also updated all the thumbnail images in the portfolio, after I figured out which Inkscape setting was degrading the quality. If you go into <a rel="external" href="http://inkscape.org/">Inkscape</a> Settings, then Bitmaps and set the &#8216;Oversample bitmaps&#8217; setting to &#8217;16&#215;16&#8242;, you&#8217;ll get much nicer anti-aliasing on your bitmaps, especially if you&#8217;re rotating or resizing them.</p>
<p>I also took the opportunity to resize the thumbnails to make them a bit larger and to tidy up the formatting of the older ones, which looks much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://codeistry.com/blog/2010/09/portfolio-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing syntax highlighting colours for the draw spaces Gedit plugin</title>
		<link>http://codeistry.com/blog/2009/05/choosing-syntax-highlighting-colours-for-the-draw-spaces-gedit-plugin/</link>
		<comments>http://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://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://codeistry.com/blog/2009/04/mysql-workbench-5110-beta/</link>
		<comments>http://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 [...]]]></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://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://codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/</link>
		<comments>http://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 [...]]]></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>
<p><strong>Update</strong>: 2011-04-19: I&#8217;ve updated the script to work again, after Google markup changes broke it.</p>
]]></content:encoded>
			<wfw:commentRss>http://codeistry.com/blog/2009/04/gcalc-command-line-version-of-google-calculator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>9 Steps to Improve your small business website</title>
		<link>http://codeistry.com/blog/2009/03/improve-your-small-business-website/</link>
		<comments>http://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>
		<category><![CDATA[update]]></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://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://codeistry.com/blog/2009/02/pasting-from-microsoft-word-into-wordpress-or-modx/</link>
		<comments>http://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, [...]]]></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://codeistry.com/blog/2009/02/pasting-from-microsoft-word-into-wordpress-or-modx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MODx Snippet: New version of Wayfinder</title>
		<link>http://codeistry.com/blog/2009/01/modx-snippet-new-version-of-wayfinder/</link>
		<comments>http://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 [...]]]></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://codeistry.com/blog/2009/01/modx-snippet-new-version-of-wayfinder/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://codeistry.com/blog/2009/01/new-version-of-modx-cms-out-0963/</link>
		<comments>http://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 [...]]]></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://codeistry.com/blog/2009/01/new-version-of-modx-cms-out-0963/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

