<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Allchorn Design</title>
	<atom:link href="http://www.allchorn.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allchorn.com</link>
	<description>Website Design Consultant &#38; Designer</description>
	<pubDate>Wed, 03 Dec 2008 22:58:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on How to implement table editing in Wordpress by Ross Allchorn</title>
		<link>http://www.allchorn.com/2008/09/19/how-to-implement-table-editing-in-wordpress/#comment-764</link>
		<dc:creator>Ross Allchorn</dc:creator>
		<pubDate>Tue, 02 Dec 2008 08:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=228#comment-764</guid>
		<description>Thanks Trey, much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks Trey, much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to implement table editing in Wordpress by Trey</title>
		<link>http://www.allchorn.com/2008/09/19/how-to-implement-table-editing-in-wordpress/#comment-763</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Mon, 01 Dec 2008 20:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=228#comment-763</guid>
		<description>If someone finds it useful, here's the newly formatted additions to wp-langs.php:

tinyMCE.addI18n("' . $language . '.table_dlg",{
general_tab:"' . mce_escape( __('General') ) . '",
advanced_tab:"' . mce_escape( __('Advanced') ) . '",
general_props:"' . mce_escape( __('General properties') ) . '",
advanced_props:"' . mce_escape( __('Advanced properties') ) . '",
rowtype:"' . mce_escape( __('Row in table part') ) . '",
title:"' . mce_escape( __('Insert/Modify Table') ) . '",
width:"' . mce_escape( __('Width') ) . '",
height:"' . mce_escape( __('Height') ) . '",
cols:"' . mce_escape( __('Cols') ) . '",
rows:"' . mce_escape( __('Rows') ) . '",
cellspacing:"' . mce_escape( __('Cellspacing') ) . '",
cellpadding:"' . mce_escape( __('Cellpadding') ) . '",
border:"' . mce_escape( __('Border') ) . '",
align:"' . mce_escape( __('Alignment') ) . '",
align_default:"' . mce_escape( __('Default') ) . '",
align_left:"' . mce_escape( __('Left') ) . '",
align_right:"' . mce_escape( __('Right') ) . '",
align_middle:"' . mce_escape( __('Center') ) . '",
row_title:"' . mce_escape( __('Table row properties') ) . '",
cell_title:"' . mce_escape( __('Table cell properties') ) . '",
cell_type:"' . mce_escape( __('Cell type') ) . '",
valign:"' . mce_escape( __('Vertical alignment') ) . '",
align_top:"' . mce_escape( __('Top') ) . '",
align_bottom:"' . mce_escape( __('Bottom') ) . '",
bordercolor:"' . mce_escape( __('Border color') ) . '",
bgcolor:"' . mce_escape( __('Background color') ) . '",
merge_cells_title:"' . mce_escape( __('Merge table cells') ) . '",
id:"' . mce_escape( __('Id') ) . '",
style:"' . mce_escape( __('Style') ) . '",
langdir:"' . mce_escape( __('Language direction') ) . '",
langcode:"' . mce_escape( __('Language code') ) . '",
mime:"' . mce_escape( __('Target MIME Type') ) . '",
ltr:"' . mce_escape( __('Left to right') ) . '",
rtl:"' . mce_escape( __('Right to left') ) . '",
bgimage:"' . mce_escape( __('Background image') ) . '",
summary:"' . mce_escape( __('Summary') ) . '",
td:"' . mce_escape( __('Data') ) . '",
th:"' . mce_escape( __('Header') ) . '",
cell_cell:"' . mce_escape( __('Update current cell') ) . '",
cell_row:"' . mce_escape( __('Update all cells in row') ) . '",
cell_all:"' . mce_escape( __('Update all cells in table') ) . '",
row_row:"' . mce_escape( __('Update current row') ) . '",
row_odd:"' . mce_escape( __('Update odd rows in table') ) . '",
row_even:"' . mce_escape( __('Update even rows in table') ) . '",
row_all:"' . mce_escape( __('Update all rows in table') ) . '",
thead:"' . mce_escape( __('Table Head') ) . '",
tbody:"' . mce_escape( __('Table Body') ) . '",
tfoot:"' . mce_escape( __('Table Foot') ) . '",
scope:"' . mce_escape( __('Scope') ) . '",
rowgroup:"' . mce_escape( __('Row Group') ) . '",
colgroup:"' . mce_escape( __('Col Group') ) . '",
col_limit:"' . mce_escape( __('You have exceeded the maximum number of columns') ) . '",
row_limit:"' . mce_escape( __('You have exceeded the maximum number of rows') ) . '",
cell_limit:"' . mce_escape( __('You have exceeded the maximum number of cells') ) . '",
missing_scope:"' . mce_escape( __('Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table') ) . '",
caption:"' . mce_escape( __('Table caption') ) . '",
frame:"' . mce_escape( __('Frame') ) . '",
frame_none:"' . mce_escape( __('none') ) . '",
frame_groups:"' . mce_escape( __('groups') ) . '",
frame_rows:"' . mce_escape( __('rows') ) . '",
frame_cols:"' . mce_escape( __('cols') ) . '",
frame_all:"' . mce_escape( __('all') ) . '",
rules:"' . mce_escape( __('rules') ) . '",
rules_void:"' . mce_escape( __('avoid') ) . '",
rules_above:"' . mce_escape( __('above') ) . '",
rules_below:"' . mce_escape( __('below') ) . '",
rules_hsides:"' . mce_escape( __('hsides') ) . '",
rules_lhs:"' . mce_escape( __('lhs') ) . '",
rules_rhs:"' . mce_escape( __('rhs') ) . '",
rules_vsides:"' . mce_escape( __('vsides') ) . '",
rules_box:"' . mce_escape( __('box') ) . '",
rules_border:"' . mce_escape( __('border') ) . '"
});</description>
		<content:encoded><![CDATA[<p>If someone finds it useful, here&#8217;s the newly formatted additions to wp-langs.php:</p>
<p>tinyMCE.addI18n(&#8221;&#8216; . $language . &#8216;.table_dlg&#8221;,{<br />
general_tab:&#8221;&#8216; . mce_escape( __(&#8217;General&#8217;) ) . &#8216;&#8221;,<br />
advanced_tab:&#8221;&#8216; . mce_escape( __(&#8217;Advanced&#8217;) ) . &#8216;&#8221;,<br />
general_props:&#8221;&#8216; . mce_escape( __(&#8217;General properties&#8217;) ) . &#8216;&#8221;,<br />
advanced_props:&#8221;&#8216; . mce_escape( __(&#8217;Advanced properties&#8217;) ) . &#8216;&#8221;,<br />
rowtype:&#8221;&#8216; . mce_escape( __(&#8217;Row in table part&#8217;) ) . &#8216;&#8221;,<br />
title:&#8221;&#8216; . mce_escape( __(&#8217;Insert/Modify Table&#8217;) ) . &#8216;&#8221;,<br />
width:&#8221;&#8216; . mce_escape( __(&#8217;Width&#8217;) ) . &#8216;&#8221;,<br />
height:&#8221;&#8216; . mce_escape( __(&#8217;Height&#8217;) ) . &#8216;&#8221;,<br />
cols:&#8221;&#8216; . mce_escape( __(&#8217;Cols&#8217;) ) . &#8216;&#8221;,<br />
rows:&#8221;&#8216; . mce_escape( __(&#8217;Rows&#8217;) ) . &#8216;&#8221;,<br />
cellspacing:&#8221;&#8216; . mce_escape( __(&#8217;Cellspacing&#8217;) ) . &#8216;&#8221;,<br />
cellpadding:&#8221;&#8216; . mce_escape( __(&#8217;Cellpadding&#8217;) ) . &#8216;&#8221;,<br />
border:&#8221;&#8216; . mce_escape( __(&#8217;Border&#8217;) ) . &#8216;&#8221;,<br />
align:&#8221;&#8216; . mce_escape( __(&#8217;Alignment&#8217;) ) . &#8216;&#8221;,<br />
align_default:&#8221;&#8216; . mce_escape( __(&#8217;Default&#8217;) ) . &#8216;&#8221;,<br />
align_left:&#8221;&#8216; . mce_escape( __(&#8217;Left&#8217;) ) . &#8216;&#8221;,<br />
align_right:&#8221;&#8216; . mce_escape( __(&#8217;Right&#8217;) ) . &#8216;&#8221;,<br />
align_middle:&#8221;&#8216; . mce_escape( __(&#8217;Center&#8217;) ) . &#8216;&#8221;,<br />
row_title:&#8221;&#8216; . mce_escape( __(&#8217;Table row properties&#8217;) ) . &#8216;&#8221;,<br />
cell_title:&#8221;&#8216; . mce_escape( __(&#8217;Table cell properties&#8217;) ) . &#8216;&#8221;,<br />
cell_type:&#8221;&#8216; . mce_escape( __(&#8217;Cell type&#8217;) ) . &#8216;&#8221;,<br />
valign:&#8221;&#8216; . mce_escape( __(&#8217;Vertical alignment&#8217;) ) . &#8216;&#8221;,<br />
align_top:&#8221;&#8216; . mce_escape( __(&#8217;Top&#8217;) ) . &#8216;&#8221;,<br />
align_bottom:&#8221;&#8216; . mce_escape( __(&#8217;Bottom&#8217;) ) . &#8216;&#8221;,<br />
bordercolor:&#8221;&#8216; . mce_escape( __(&#8217;Border color&#8217;) ) . &#8216;&#8221;,<br />
bgcolor:&#8221;&#8216; . mce_escape( __(&#8217;Background color&#8217;) ) . &#8216;&#8221;,<br />
merge_cells_title:&#8221;&#8216; . mce_escape( __(&#8217;Merge table cells&#8217;) ) . &#8216;&#8221;,<br />
id:&#8221;&#8216; . mce_escape( __(&#8217;Id&#8217;) ) . &#8216;&#8221;,<br />
style:&#8221;&#8216; . mce_escape( __(&#8217;Style&#8217;) ) . &#8216;&#8221;,<br />
langdir:&#8221;&#8216; . mce_escape( __(&#8217;Language direction&#8217;) ) . &#8216;&#8221;,<br />
langcode:&#8221;&#8216; . mce_escape( __(&#8217;Language code&#8217;) ) . &#8216;&#8221;,<br />
mime:&#8221;&#8216; . mce_escape( __(&#8217;Target MIME Type&#8217;) ) . &#8216;&#8221;,<br />
ltr:&#8221;&#8216; . mce_escape( __(&#8217;Left to right&#8217;) ) . &#8216;&#8221;,<br />
rtl:&#8221;&#8216; . mce_escape( __(&#8217;Right to left&#8217;) ) . &#8216;&#8221;,<br />
bgimage:&#8221;&#8216; . mce_escape( __(&#8217;Background image&#8217;) ) . &#8216;&#8221;,<br />
summary:&#8221;&#8216; . mce_escape( __(&#8217;Summary&#8217;) ) . &#8216;&#8221;,<br />
td:&#8221;&#8216; . mce_escape( __(&#8217;Data&#8217;) ) . &#8216;&#8221;,<br />
th:&#8221;&#8216; . mce_escape( __(&#8217;Header&#8217;) ) . &#8216;&#8221;,<br />
cell_cell:&#8221;&#8216; . mce_escape( __(&#8217;Update current cell&#8217;) ) . &#8216;&#8221;,<br />
cell_row:&#8221;&#8216; . mce_escape( __(&#8217;Update all cells in row&#8217;) ) . &#8216;&#8221;,<br />
cell_all:&#8221;&#8216; . mce_escape( __(&#8217;Update all cells in table&#8217;) ) . &#8216;&#8221;,<br />
row_row:&#8221;&#8216; . mce_escape( __(&#8217;Update current row&#8217;) ) . &#8216;&#8221;,<br />
row_odd:&#8221;&#8216; . mce_escape( __(&#8217;Update odd rows in table&#8217;) ) . &#8216;&#8221;,<br />
row_even:&#8221;&#8216; . mce_escape( __(&#8217;Update even rows in table&#8217;) ) . &#8216;&#8221;,<br />
row_all:&#8221;&#8216; . mce_escape( __(&#8217;Update all rows in table&#8217;) ) . &#8216;&#8221;,<br />
thead:&#8221;&#8216; . mce_escape( __(&#8217;Table Head&#8217;) ) . &#8216;&#8221;,<br />
tbody:&#8221;&#8216; . mce_escape( __(&#8217;Table Body&#8217;) ) . &#8216;&#8221;,<br />
tfoot:&#8221;&#8216; . mce_escape( __(&#8217;Table Foot&#8217;) ) . &#8216;&#8221;,<br />
scope:&#8221;&#8216; . mce_escape( __(&#8217;Scope&#8217;) ) . &#8216;&#8221;,<br />
rowgroup:&#8221;&#8216; . mce_escape( __(&#8217;Row Group&#8217;) ) . &#8216;&#8221;,<br />
colgroup:&#8221;&#8216; . mce_escape( __(&#8217;Col Group&#8217;) ) . &#8216;&#8221;,<br />
col_limit:&#8221;&#8216; . mce_escape( __(&#8217;You have exceeded the maximum number of columns&#8217;) ) . &#8216;&#8221;,<br />
row_limit:&#8221;&#8216; . mce_escape( __(&#8217;You have exceeded the maximum number of rows&#8217;) ) . &#8216;&#8221;,<br />
cell_limit:&#8221;&#8216; . mce_escape( __(&#8217;You have exceeded the maximum number of cells&#8217;) ) . &#8216;&#8221;,<br />
missing_scope:&#8221;&#8216; . mce_escape( __(&#8217;Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table&#8217;) ) . &#8216;&#8221;,<br />
caption:&#8221;&#8216; . mce_escape( __(&#8217;Table caption&#8217;) ) . &#8216;&#8221;,<br />
frame:&#8221;&#8216; . mce_escape( __(&#8217;Frame&#8217;) ) . &#8216;&#8221;,<br />
frame_none:&#8221;&#8216; . mce_escape( __(&#8217;none&#8217;) ) . &#8216;&#8221;,<br />
frame_groups:&#8221;&#8216; . mce_escape( __(&#8217;groups&#8217;) ) . &#8216;&#8221;,<br />
frame_rows:&#8221;&#8216; . mce_escape( __(&#8217;rows&#8217;) ) . &#8216;&#8221;,<br />
frame_cols:&#8221;&#8216; . mce_escape( __(&#8217;cols&#8217;) ) . &#8216;&#8221;,<br />
frame_all:&#8221;&#8216; . mce_escape( __(&#8217;all&#8217;) ) . &#8216;&#8221;,<br />
rules:&#8221;&#8216; . mce_escape( __(&#8217;rules&#8217;) ) . &#8216;&#8221;,<br />
rules_void:&#8221;&#8216; . mce_escape( __(&#8217;avoid&#8217;) ) . &#8216;&#8221;,<br />
rules_above:&#8221;&#8216; . mce_escape( __(&#8217;above&#8217;) ) . &#8216;&#8221;,<br />
rules_below:&#8221;&#8216; . mce_escape( __(&#8217;below&#8217;) ) . &#8216;&#8221;,<br />
rules_hsides:&#8221;&#8216; . mce_escape( __(&#8217;hsides&#8217;) ) . &#8216;&#8221;,<br />
rules_lhs:&#8221;&#8216; . mce_escape( __(&#8217;lhs&#8217;) ) . &#8216;&#8221;,<br />
rules_rhs:&#8221;&#8216; . mce_escape( __(&#8217;rhs&#8217;) ) . &#8216;&#8221;,<br />
rules_vsides:&#8221;&#8216; . mce_escape( __(&#8217;vsides&#8217;) ) . &#8216;&#8221;,<br />
rules_box:&#8221;&#8216; . mce_escape( __(&#8217;box&#8217;) ) . &#8216;&#8221;,<br />
rules_border:&#8221;&#8216; . mce_escape( __(&#8217;border&#8217;) ) . &#8216;&#8221;<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Buggy v0.02 alpha released by Jonathan</title>
		<link>http://www.allchorn.com/2008/11/26/buggy-v002-alpha-released/#comment-748</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 27 Nov 2008 08:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=298#comment-748</guid>
		<description>Nice one, will be downloading and following this one.</description>
		<content:encoded><![CDATA[<p>Nice one, will be downloading and following this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Buggy v0.02 alpha released by Shane McCallum</title>
		<link>http://www.allchorn.com/2008/11/26/buggy-v002-alpha-released/#comment-747</link>
		<dc:creator>Shane McCallum</dc:creator>
		<pubDate>Wed, 26 Nov 2008 20:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=298#comment-747</guid>
		<description>Good Job Ross, lovin the Open Source. I will try and take a more detailed look later in the week.</description>
		<content:encoded><![CDATA[<p>Good Job Ross, lovin the Open Source. I will try and take a more detailed look later in the week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another happy web design client by Reuben Jensen</title>
		<link>http://www.allchorn.com/2008/10/15/another-happy-web-design-client/#comment-735</link>
		<dc:creator>Reuben Jensen</dc:creator>
		<pubDate>Mon, 24 Nov 2008 19:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=235#comment-735</guid>
		<description>Other than the basic advantages of your methods Ross, Ive found the fun I'm having with this site goes deeper. Its kind of addictive, and I sit about 3 times a week till late thinking of ways to better my content.

Its like any new toy, you want accessories, more performance, better ratings, and to rise amoungst your peers (or competition in this case).

Im now thinking of forums, inbound links, white pages, FAQs, link based content, client reviews etc etc. Before the site was up, I was thinking 'Website' and 'How much'. I shoulda been asking 'How much fun!?'

I even nicked my GF's 'Emarketing' book and been reading it. For me to read a book is enough said.

Hope that now you're a Natalian you're not going to slack off like us Cape Tonians dont.</description>
		<content:encoded><![CDATA[<p>Other than the basic advantages of your methods Ross, Ive found the fun I&#8217;m having with this site goes deeper. Its kind of addictive, and I sit about 3 times a week till late thinking of ways to better my content.</p>
<p>Its like any new toy, you want accessories, more performance, better ratings, and to rise amoungst your peers (or competition in this case).</p>
<p>Im now thinking of forums, inbound links, white pages, FAQs, link based content, client reviews etc etc. Before the site was up, I was thinking &#8216;Website&#8217; and &#8216;How much&#8217;. I shoulda been asking &#8216;How much fun!?&#8217;</p>
<p>I even nicked my GF&#8217;s &#8216;Emarketing&#8217; book and been reading it. For me to read a book is enough said.</p>
<p>Hope that now you&#8217;re a Natalian you&#8217;re not going to slack off like us Cape Tonians dont.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Early preview of the Buggy framework by Ross Allchorn</title>
		<link>http://www.allchorn.com/2008/11/21/early-preview-of-the-buggy-framework/#comment-731</link>
		<dc:creator>Ross Allchorn</dc:creator>
		<pubDate>Sat, 22 Nov 2008 08:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=291#comment-731</guid>
		<description>Yeah, I agree that there isn't a need for another framework, but this really is an internal project for me, as well as something to use in my course when teaching grid design, and the code associated with it. I scheme I'll release it to the public anyway. Then people can decide if it's useful or not.

For now it will be purely HTML/CSS. No need for PHP or Javascript at this stage. The final will likely include every type of HTML content (lists, forms, etc.) and the stylesheet has a blank item for every single element so it can be customised.</description>
		<content:encoded><![CDATA[<p>Yeah, I agree that there isn&#8217;t a need for another framework, but this really is an internal project for me, as well as something to use in my course when teaching grid design, and the code associated with it. I scheme I&#8217;ll release it to the public anyway. Then people can decide if it&#8217;s useful or not.</p>
<p>For now it will be purely HTML/CSS. No need for PHP or Javascript at this stage. The final will likely include every type of HTML content (lists, forms, etc.) and the stylesheet has a blank item for every single element so it can be customised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Early preview of the Buggy framework by Shane McCallum</title>
		<link>http://www.allchorn.com/2008/11/21/early-preview-of-the-buggy-framework/#comment-729</link>
		<dc:creator>Shane McCallum</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=291#comment-729</guid>
		<description>The web might not need another framework, but it will certainly be a wonderful learning/teaching exercise. Am I to assume you are doing this in XHTML with PHP?</description>
		<content:encoded><![CDATA[<p>The web might not need another framework, but it will certainly be a wonderful learning/teaching exercise. Am I to assume you are doing this in XHTML with PHP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Early preview of the Buggy framework by Chris M</title>
		<link>http://www.allchorn.com/2008/11/21/early-preview-of-the-buggy-framework/#comment-727</link>
		<dc:creator>Chris M</dc:creator>
		<pubDate>Fri, 21 Nov 2008 14:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=291#comment-727</guid>
		<description>Nice one! I should dig out the framework I wrote for iMod before Wordpress came to life, would be interesting :)</description>
		<content:encoded><![CDATA[<p>Nice one! I should dig out the framework I wrote for iMod before Wordpress came to life, would be interesting <img src='http://www.allchorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A snapshot of a recent project by Ross Allchorn</title>
		<link>http://www.allchorn.com/2008/11/18/a-snapshot-of-a-recent-project/#comment-723</link>
		<dc:creator>Ross Allchorn</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=288#comment-723</guid>
		<description>*blush* haha. Don't I feel like an idiot. Went on a wild goose chase wondering what browser doesn't escape characters :(</description>
		<content:encoded><![CDATA[<p>*blush* haha. Don&#8217;t I feel like an idiot. Went on a wild goose chase wondering what browser doesn&#8217;t escape characters <img src='http://www.allchorn.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Me designing a website in time lapse by Ross Allchorn</title>
		<link>http://www.allchorn.com/2008/09/12/me-designing-a-website-in-time-lapse/#comment-722</link>
		<dc:creator>Ross Allchorn</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.allchorn.com/?p=226#comment-722</guid>
		<description>Thanks Mikko. Yeah, oddly enough, in Fireworks I tend to work blind to a degree. I'll always clean it up when passing it on to a slicer dicer, but while designing, I tend to use CTRL+UP and CTRL+DOWN to arrange layers. SHIFT+CTRL+UP brings to front, and SHIFT+CTRL+DOWN sends to the back. I can work hella faster that way.</description>
		<content:encoded><![CDATA[<p>Thanks Mikko. Yeah, oddly enough, in Fireworks I tend to work blind to a degree. I&#8217;ll always clean it up when passing it on to a slicer dicer, but while designing, I tend to use CTRL+UP and CTRL+DOWN to arrange layers. SHIFT+CTRL+UP brings to front, and SHIFT+CTRL+DOWN sends to the back. I can work hella faster that way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
