<?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>Keithics Blog and Thoughts</title>
	<atom:link href="http://keithics.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://keithics.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 09 Mar 2010 01:06:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dreamweaver Tips &#8211; Document Defaults</title>
		<link>http://keithics.com/blog/personal-thoughts/dreamweaver-tips-document-defaults</link>
		<comments>http://keithics.com/blog/personal-thoughts/dreamweaver-tips-document-defaults#comments</comments>
		<pubDate>Mon, 28 Dec 2009 13:06:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=264</guid>
		<description><![CDATA[Have been writing HTML and want to add a link to your CSS automatically?
For XP , just edit:
C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\DocumentTypes\NewDocuments\Default.html
for my case I have this default below, this applies to all other documents like CSS, PHP, JS etc..



&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;



&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62;



&#60;head&#62;



&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;



&#60;title&#62;Untitled Document&#60;/title&#62;



&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;css/defaults.css&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Have been writing HTML and want to add a link to your CSS automatically?</p>
<p>For XP , just edit:<br />
C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\DocumentTypes\NewDocuments\Default.html</p>
<p>for my case I have this default below, this applies to all other documents like CSS, PHP, JS etc..</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
</div>
</li>
<li class="li2">
<div class="de2">&lt;title&gt;Untitled Document&lt;/title&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/defaults.css&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/styles.css&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;!&#8211;[if IE 6]&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/ie.css&quot; /&gt;
</div>
</li>
<li class="li2">
<div class="de2">&lt;![endif]&#8211;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&lt;/head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&lt;body&gt;
</div>
</li>
<li class="li2">
<div class="de2">&lt;/body&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/html&gt;</div>
</li>
</ol>
</div>
<p><span id="more-264"></span><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/dreamweaver-tips-document-defaults/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AjaxCrop &#8211; Jquery and PHP Crop tool</title>
		<link>http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool</link>
		<comments>http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:46:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=242</guid>
		<description><![CDATA[AjaxCrop - inspired by PHP &#038; JQueryPhoto Upload and Crop .I decided to make my own version and based on imgAreaSelect ,Jquery and Asido.
I hope you like it and please feel free to add a comment.]]></description>
			<content:encoded><![CDATA[<div id="about">
<p>AjaxCrop &#8211; inspired by <a href="http://www.webmotionuk.co.uk/jquery/image_upload_crop.php">PHP &amp;  JQueryPhoto Upload and Crop</a> .I decided to make my own version and based on <a href="http://odyniec.net/projects/imgareaselect/">imgAreaSelect</a> ,<a href="http://jquery.com/">Jquery</a> and <a href="http://sourceforge.net/projects/asido/files/">Asido</a>.<br />
I hope you like it and please feel free to add a comment.</p>
<p><a href="http://projects.keithics.com/ajaxcrop/demo.php">view demo</a> | <a href="https://sourceforge.net/projects/ajaxcrop/files/">download files</a></p>
<div id="about_details">
<p><b>EDIT: I have updated the link of asido to http://sourceforge.net/projects/asido/files/ &#8211; thanks to Johan.</b></p>
<h3>What you Need:</h3>
<ol>
<li><a href="http://php.net/">PHP 5</a></li>
<li><a href="http://php.net/">GD Library</a></li>
<li><a href="http://jquery.com/">Jquery</a></li>
<li><a href="http://odyniec.net/projects/imgareaselect/">ImgAreaSelect</a></li>
<li><a href="http://sourceforge.net/projects/asido/files/">Asido</a></li>
</ol>
<h3>How it works:</h3>
<ol>
<li>After uploading the local image, it will be processed and converted to jpg regardless of image type.</li>
<li> It accepts Jpg,Gif and Png and then add a white background if the image will not fit on the exact dimension.  You can change the background color by editing the php file. Please visit Asido for more details:  <a href="http://sourceforge.net/projects/asido/files/">http://sourceforge.net/projects/asido/files/</a></li>
<li>The file upload is done via iframe to prevent page refresh thus mimicking Ajax (there is no way to do Ajax on file inputs) .</li>
<li>Jquery will get the file content of the iframe and then load it to the main page. You will see the big image , cropped and converted to jpg or an error if the file upload is unsuccessful.</li>
<li>Click create thumbnail to create a thumbnail, in the demo you can see the image source of the thumbnail so that you can use it in your application.</li>
<li>Have FUn!</li>
</ol>
</div>
<h3>Screenshot</h3>
<p><img src="http://projects.keithics.com/ajaxcrop/images/ss.jpg" alt="Screenshot" /></p>
</div>
<p><!-- about --></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress Tidbits : Getting the Authors</title>
		<link>http://keithics.com/blog/wordpress/wordpress-tidbits-getting-the-authors</link>
		<comments>http://keithics.com/blog/wordpress/wordpress-tidbits-getting-the-authors#comments</comments>
		<pubDate>Tue, 22 Dec 2009 01:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=178</guid>
		<description><![CDATA[As we all know that there is no such function like get_authors() , unlike categories there is get_categories , links have get_bookmarks().]]></description>
			<content:encoded><![CDATA[<p>As we all know that there is no such function like get_authors() , unlike categories there is get_categories , links have get_bookmarks().</p>
<p>Below is a custom function I made, I just modified <a href="http://www.mattvarone.com/wordpress/list-users/" target="_blank">Matt&#8217;s Function</a>.</p>
<p>Anyway, here it is..</p>
<p>&lt;ul&gt;<br />
&lt;?php<br />
$szSort = &#8220;user_id&#8221;;<br />
$aUsersID = $wpdb-&gt;get_col( $wpdb-&gt;prepare(&#8220;SELECT $wpdb-&gt;usermeta.user_id  FROM $wpdb-&gt;usermeta where meta_key=&#8217;wp_user_level&#8217; and  metavalue=&#8217;2&#8242; ORDER BY %s ASC&#8221; , $szSort ));<br />
foreach ( $aUsersID as $iUserID ) :<br />
$user = get_userdata( $iUserID );<br />
echo &#8216;&lt;li&gt;&#8217;;<br />
echo &#8216;&lt;a href=&#8221;index.php?author=&#8217; .$user-&gt;ID.&#8217;&#8221;&gt;&#8217;;<br />
echo ucwords( strtolower( $user-&gt;first_name . &#8216; &#8216; . $user-&gt;last_name ) );<br />
echo &#8216;&lt;/a&gt;&#8217;;<br />
echo &#8216;&lt;/li&gt;&#8217;;<br />
endforeach;<br />
?&gt;<br />
&lt;/ul&gt;</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">As we all know that there is no such function like get_authors() , unlike categories there is get_categories , links have get_bookmarks().</div>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/wordpress/wordpress-tidbits-getting-the-authors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox using Fireworks &#8211; free PNG file</title>
		<link>http://keithics.com/blog/adobe-fireworks/firefox-using-fireworks-free-png-file</link>
		<comments>http://keithics.com/blog/adobe-fireworks/firefox-using-fireworks-free-png-file#comments</comments>
		<pubDate>Thu, 02 Apr 2009 17:24:52 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>
		<category><![CDATA[Adobe Fireworks PNG file]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[free png]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=232</guid>
		<description><![CDATA[here it is.. a quick drawing using Fireworks. Took me a couple of hours.. the curves are killing me!]]></description>
			<content:encoded><![CDATA[<p>here it is.. a quick drawing using Fireworks. Took me a couple of hours.. the curves are killing me!</p>
<p>Download the <a href="http://keithics.com/blog/wp-content/uploads/2009/04/firefox.png">PNG file Here</a></p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2009/04/firefox.png"><img class="alignnone size-medium wp-image-233" title="firefox" src="http://keithics.com/blog/wp-content/uploads/2009/04/firefox-450x450.jpg" alt="firefox" width="450" height="450" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/adobe-fireworks/firefox-using-fireworks-free-png-file/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Fireworks CS5 Preview (April fool&#8217;s day post)</title>
		<link>http://keithics.com/blog/adobe-fireworks/adobe-fireworks-cs5-preview</link>
		<comments>http://keithics.com/blog/adobe-fireworks/adobe-fireworks-cs5-preview#comments</comments>
		<pubDate>Wed, 01 Apr 2009 09:31:01 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=224</guid>
		<description><![CDATA[**** Note: posted for fun on April First *****
I got a chance to look into the new Adobe fireworks and here are the top 5 new features:
1. Custom Brush

The New custom brush from Fireworks Cs5 is the most awaited feature of every fireworks user, you can even add brushed from Illustrator and Photoshop!
2. Photoshop Filters

You [...]]]></description>
			<content:encoded><![CDATA[<p>**** Note: posted for fun on April First *****</p>
<p>I got a chance to look into the new Adobe fireworks and here are the top 5 new features:</p>
<p><strong>1. Custom Brush</strong></p>
<p><img class="alignnone size-full wp-image-226" title="custom1" src="http://keithics.com/blog/wp-content/uploads/2009/04/custom1.jpg" alt="custom1" width="800" height="421" /></p>
<p>The New custom brush from Fireworks Cs5 is the most awaited feature of every fireworks user, you can even add brushed from Illustrator and Photoshop!</p>
<p>2. <strong>Photoshop Filters</strong></p>
<p><strong><img class="alignnone size-full wp-image-227" title="filter" src="http://keithics.com/blog/wp-content/uploads/2009/04/filter.jpg" alt="filter" width="800" height="421" /></strong></p>
<p>You can now add stunning effects directly from Fireworks! No need to import from Photoshop to create visually appealing effects.</p>
<p>3. <strong>Table Layout</strong></p>
<p><strong><img class="alignnone size-full wp-image-228" title="table" src="http://keithics.com/blog/wp-content/uploads/2009/04/table.jpg" alt="table" width="534" height="588" /></strong></p>
<p>Laying out tables in Fireworks is tiresome, but now Table Layout makes is easier. from the left panel choose <strong>Table Layout </strong>and you will be presented with the one above.</p>
<p>4. <strong>Shear</strong></p>
<p><strong><img class="alignnone size-full wp-image-229" title="shear" src="http://keithics.com/blog/wp-content/uploads/2009/04/shear.jpg" alt="shear" width="534" height="588" /></strong></p>
<p>As we all know Shear tool is very important in having a nice curves in designs but this was not present in any Fireworks version until now.</p>
<p>5. <strong>Microsoft Help in Fireworks</strong></p>
<p><img class="alignnone size-full wp-image-230" title="help" src="http://keithics.com/blog/wp-content/uploads/2009/04/help.jpg" alt="help" width="534" height="588" /></p>
<p>The last but not the least, first time ever! Adobe and Microsoft are working hand in hand for this feature. They are also planning to put IE6 inside of Fireworks in the next release!</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/adobe-fireworks/adobe-fireworks-cs5-preview/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>http://tredosoft.com &#8211; Hacked</title>
		<link>http://keithics.com/blog/personal-thoughts/httptredosoftcom-hacked</link>
		<comments>http://keithics.com/blog/personal-thoughts/httptredosoftcom-hacked#comments</comments>
		<pubDate>Mon, 02 Mar 2009 16:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=218</guid>
		<description><![CDATA[I went to download a stand Alone version for IE7 and IE6 from tredosoft but was surprised by the &#8220;New&#8221; Homepage.
*** update : they moved their server to godaddy. more info here ****

]]></description>
			<content:encoded><![CDATA[<p>I went to download a stand Alone version for IE7 and IE6 from tredosoft but was surprised by the &#8220;New&#8221; Homepage.</p>
<p>*** update : they moved their server to godaddy. more info <a href="http://tredosoft.com/node/35" target="_blank">here</a> ****</p>
<p><img class="alignnone size-full wp-image-219" title="hacked" src="http://keithics.com/blog/wp-content/uploads/2009/03/hacked.jpg" alt="hacked" width="840" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/httptredosoftcom-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress get_page() function</title>
		<link>http://keithics.com/blog/php-programming/wordpress-get_page-function</link>
		<comments>http://keithics.com/blog/php-programming/wordpress-get_page-function#comments</comments>
		<pubDate>Wed, 14 Jan 2009 23:15:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[PHP bug]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=211</guid>
		<description><![CDATA[Well this is the first time that I am having a hard time debugging this simple Wordpress get_page() function:
$p = get_page(2); // error : Only variables can be passed by reference
it has to be like this:
$n = 2;
$p = get_page($n);
Getting the title and content is easy..
_e($p-&#62;post_title)
_e($p-&#62;post_content)
I know it sucks but I hope it helps!
]]></description>
			<content:encoded><![CDATA[<p>Well this is the first time that I am having a hard time debugging this simple Wordpress get_page() function:</p>
<p>$p = get_page(2); // error : Only variables can be passed by reference</p>
<p>it has to be like this:</p>
<p>$n = 2;<br />
$p = get_page($n);</p>
<p>Getting the title and content is easy..</p>
<p>_e($p-&gt;post_title)</p>
<p>_e($p-&gt;post_content)</p>
<p>I know it sucks but I hope it helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/php-programming/wordpress-get_page-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slicing with Fireworks : Exporting Slices &#8211; 3 of 3</title>
		<link>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-exporting-slices-3-of-3</link>
		<comments>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-exporting-slices-3-of-3#comments</comments>
		<pubDate>Sun, 11 Jan 2009 10:00:07 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[slicing websites]]></category>
		<category><![CDATA[slicing with fireworks]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=204</guid>
		<description><![CDATA[Exporting slices all at once! You need to properly name them before exporting . see part 2
[hana-flv-player video="http://keithics.com/video-tutorials/exporting-slices.flv" /]
]]></description>
			<content:encoded><![CDATA[<p>Exporting slices all at once! You need to properly name them before exporting . <a href=": http://keithics.com/blog/article/slicing-with-f…-slices-2-of-3slicing-with-fireworks-naming-slices-2-of-3/201/">see part 2</a></p>
<p><code>[hana-flv-player video="http://keithics.com/video-tutorials/exporting-slices.flv" /]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-exporting-slices-3-of-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://keithics.com/video-tutorials/exporting-slices.flv" length="3977017" type="video/x-flv" />
		</item>
		<item>
		<title>Slicing with Fireworks : Naming Slices &#8211; 2 of 3</title>
		<link>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-naming-slices-2-of-3</link>
		<comments>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-naming-slices-2-of-3#comments</comments>
		<pubDate>Sun, 11 Jan 2009 09:55:31 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[slicing websites]]></category>
		<category><![CDATA[slicing with fireworks]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=201</guid>
		<description><![CDATA[Naming slices is a great deal, you also have to take note about naming conventions. Using underscores are my favorite. Also, I use bg_ for all background , icons_ for icons etc.. you can also put them in a separate folder under images if you want.
See Part One here
[hana-flv-player video="http://keithics.com/video-tutorials/naming-slices.flv" /]
]]></description>
			<content:encoded><![CDATA[<p>Naming slices is a great deal, you also have to take note about naming conventions. Using underscores are my favorite. Also, I use bg_ for all background , icons_ for icons etc.. you can also put them in a separate folder under images if you want.</p>
<p><a href="http://keithics.com/blog/article/slicing-with-fireworks-1-of-3slicing-with-fireworks-1-of-3/180/ ">See Part One here</a></p>
<p><code>[hana-flv-player video="http://keithics.com/video-tutorials/naming-slices.flv" /]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-naming-slices-2-of-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://keithics.com/video-tutorials/naming-slices.flv" length="22114576" type="video/x-flv" />
		</item>
		<item>
		<title>Slicing with Fireworks &#8211; 1 of 3</title>
		<link>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-1-of-3</link>
		<comments>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-1-of-3#comments</comments>
		<pubDate>Sun, 11 Jan 2009 09:39:08 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[slicing websites]]></category>
		<category><![CDATA[slicing with fireworks]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=180</guid>
		<description><![CDATA[Here&#8217;s how to slice a PNG file. I use this technique for years, hope this will help you out.
[hana-flv-player video="http://keithics.com/video-tutorials/basic-slicing.flv" /]

Shortcuts used:
ctrl+; -&#62; show/hide guides
ctrl+l -&#62; hide layer
ctrl+g -&#62; group
ctrl and + -&#62; zoom in
ctrl and &#8211; -&#62; zoom out
ctrl+1 -&#62; zoom 100%
tab -&#62; hide/show panels
ctrl+shift+g  -&#62; ungroup
&#60;hold space&#62;&#60;drag cursor&#62;  -&#62; move canvas [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to slice a PNG file. I use this technique for years, hope this will help you out.</p>
<p><code>[hana-flv-player video="http://keithics.com/video-tutorials/basic-slicing.flv" /]<br />
</code></p>
<p>Shortcuts used:</p>
<p>ctrl+; -&gt; show/hide guides<br />
ctrl+l -&gt; hide layer<br />
ctrl+g -&gt; group<br />
ctrl and + -&gt; zoom in<br />
ctrl and &#8211; -&gt; zoom out<br />
ctrl+1 -&gt; zoom 100%<br />
tab -&gt; hide/show panels</p>
<p>ctrl+shift+g  -&gt; ungroup<br />
&lt;hold space&gt;&lt;drag cursor&gt;  -&gt; move canvas left/right/top/bottom</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/adobe-fireworks/slicing-with-fireworks-1-of-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://keithics.com/video-tutorials/basic-slicing.flv" length="27465927" type="video/x-flv" />
		</item>
	</channel>
</rss>
