<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web design tips</title>
	<atom:link href="http://facedesign.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://facedesign.wordpress.com</link>
	<description>thinking of web design</description>
	<lastBuildDate>Fri, 25 Apr 2008 05:30:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='facedesign.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Web design tips</title>
		<link>http://facedesign.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://facedesign.wordpress.com/osd.xml" title="Web design tips" />
	<atom:link rel='hub' href='http://facedesign.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using XML in Flash CS3</title>
		<link>http://facedesign.wordpress.com/2008/04/25/using-xml-in-flash-cs3/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/using-xml-in-flash-cs3/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:30:49 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=12</guid>
		<description><![CDATA[One of the major changes in AS3 is how you deal with XML content. While a lot of similarities carried over from the AS2 days, there are new time-saving niceties in AS3 that make working with XML files easier. One of the introductions is Ecmascript for XML, known as E4X for short. In this tutorial, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=12&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the major changes in AS3 is how you deal with XML content. While a lot of similarities carried over from the AS2 days, there are new time-saving niceties in AS3 that make working with XML files easier. One of the introductions is Ecmascript for XML, known as E4X for short. In this tutorial, you will gradually learn more XML tricks as you try to parse the various parts of the following XML data&#8230;</p>
<p><a href="http://www.kirupa.com/developer/flashcs3/using_xml_as3_pg1.htm">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=12&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/using-xml-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash CS3 indexOf – method of Array class</title>
		<link>http://facedesign.wordpress.com/2008/04/25/flash-cs3-indexof-%e2%80%93-method-of-array-class/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/flash-cs3-indexof-%e2%80%93-method-of-array-class/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:28:51 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Array]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=11</guid>
		<description><![CDATA[Greetings to all! In the tutorials of Actionscript 3.0, we saw what are Arrays and how much they can be important using Flash CS3. Also, we saw in details the use of the method splice of the Array class. Why would I want to remind you all of the above? Everything seen first will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=11&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Greetings to all!<br />
In the tutorials of Actionscript 3.0, we saw <a href="http://www.flepstudio.org/english/tutorials/actionscript-for-beginners/actionscript-for-beginners-_-tutorial-2-_-the-array-20071114176.html">what are Arrays</a> and how much <a href="http://www.flepstudio.org/english/tutorials/mix/the-importance-of-an-array-20071029163.html">they can be important</a> using Flash CS3.<br />
Also, we saw in details the use of the <a href="http://www.flepstudio.org/english/tutorials/sintax/method-splice-of-the-array-class-_-flash-cs3-20071119179.html">method splice of the Array</a> class.<br />
Why would I want to remind you all of the above?<br />
Everything seen first will be useful to explain how to create a grid of squares with Flash with every single square being selection able and not.<br />
Basically, on click of the mouse on one of the square in the grid, the square itself, if not already selected, will be added to an Array. Otherwise, if already selected, it will be removed from the Array.<br />
To do this, we will need the method indexOf of the Array class of Actionscript 3.0.<br />
Let us look at a <a href="http://www.flepstudio.org/forum/tutorials/1658-indexof-method-array-class.html">concrete example</a>…</p>
<p><a href="http://www.flepstudio.org/english/tutorials/sintax/indexof-%96-method-of-array-class-20080319227.html">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=11&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/flash-cs3-indexof-%e2%80%93-method-of-array-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>The Fireworks CS3 to Flash CS3 Connection</title>
		<link>http://facedesign.wordpress.com/2008/04/25/the-fireworks-cs3-to-flash-cs3-connection/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/the-fireworks-cs3-to-flash-cs3-connection/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:23:34 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=10</guid>
		<description><![CDATA[Though a lot of hype has been generated around the release of Fireworks CS3, not a lot of people are aware that Fireworks is a fairly decent animation creation application. Not only that, those animations will move smoothly into Flash CS3. Some of you may be reading this and thing, &#8220;Whoa, Tom, aren&#8217;t GIF animations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=10&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Though a lot of hype has been generated around the release of Fireworks CS3, not a lot of people are aware that Fireworks is a fairly decent animation creation application. Not only that, those animations will move smoothly into Flash CS3. Some of you may be reading this and thing, &#8220;Whoa, Tom, aren&#8217;t GIF animations a bit different from Flash animations?&#8221; Not exactly.</p>
<p>What we tend to overlook is that the Fireworks PNG format is a mix of bitmap and vector artwork. This means you can create an animated GIF using the Fireworks vector tools and seamlessly export that animation into Flash CS3. In this example I am going to use an animation that ships with Fireworks CS3 but feel free to use any animation you may create.</p>
<p><a href="http://www.communitymx.com/content/article.cfm?cid=2A326">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=10&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/the-fireworks-cs3-to-flash-cs3-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Slice and Export the Images in Fireworks CS3</title>
		<link>http://facedesign.wordpress.com/2008/04/25/slice-and-export-the-images-in-fireworks-cs3/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/slice-and-export-the-images-in-fireworks-cs3/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:21:01 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[slice]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=9</guid>
		<description><![CDATA[Once you are satisfied with the layout, deside which parts can be recreated within HTML and which parts will need to be exported as slices. Text can usually be recreated in HTML except when it is using some special font that is not commonly available on all computers. Use the slice tool to draw out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=9&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once you are satisfied with the layout, deside which parts can be recreated within HTML and which parts will need to be exported as slices.</p>
<p>Text can usually be recreated in HTML except when it is using some special font that is not commonly available on all computers.</p>
<p>Use the slice tool to draw out areas that whille be exported as slice. Each slice will appear in the &#8216;web layer&#8217; of your &#8216;layers panel&#8217;. Give each slice a name which will be the file name of the exported image. If a full image needs to be converted to a slice you can also just select it, right click and select &#8220;insert rectangular slice&#8221;. This can be done for mutiple objects too. The slices will apear as green objects on the page.</p>
<p><a href="http://www.vineyardesigns.com/resources/fireworks/slice_export.shtml">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=9&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/slice-and-export-the-images-in-fireworks-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Create the Website Layout in Fireworks CS3</title>
		<link>http://facedesign.wordpress.com/2008/04/25/create-the-website-layout-in-fireworks-cs3/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/create-the-website-layout-in-fireworks-cs3/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:19:14 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=8</guid>
		<description><![CDATA[Once you have put in all the images and text you can rearrange it to create a layout that will be attractive and easy to use. Ensure that the layout passes the trunk test and has the basic layout elements like logo, byline, navigation, copyright, content area, heading and sub heading styles and link styles. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=8&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once you have put in all the images and text you can rearrange it to create a layout that will be attractive and easy to use. Ensure that the layout passes the trunk test and has the basic layout elements like logo, byline, navigation, copyright, content area, heading and sub heading styles and link styles.</p>
<p><a href="http://www.vineyardesigns.com/resources/fireworks/create%20layout.shtml">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=8&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/create-the-website-layout-in-fireworks-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Insert Images and Text in Fireworks CS3</title>
		<link>http://facedesign.wordpress.com/2008/04/25/insert-images-and-text-in-fireworks-cs3/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/insert-images-and-text-in-fireworks-cs3/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:17:57 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=7</guid>
		<description><![CDATA[If you plan to use stock photos you should find the appropriate images and keep them ready. You should also have logos, bylines and some sample text ready. If your home page has a different layout from the rest your site you will have to create 2 different layouts. For the home page design you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=7&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you plan to use stock photos you should find the appropriate images and keep them ready. You should also have logos, bylines and some sample text ready. If your home page has a different layout from the rest your site you will have to create 2 different layouts. For the home page design you should be clear about what you want to communicate, things that you want to highlight and other usability principles. You should also be clear on your navigation based on your site plan&#8230;</p>
<p><a href="http://www.vineyardesigns.com/resources/fireworks/insert_images.shtml">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=7&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/insert-images-and-text-in-fireworks-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Create a New Fireworks CS3 Document</title>
		<link>http://facedesign.wordpress.com/2008/04/25/create-a-new-fireworks-cs3-document/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/create-a-new-fireworks-cs3-document/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:16:20 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[document]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=6</guid>
		<description><![CDATA[Open Fireworks and create a new document [File &#62; New]. In the dialog box enter the width and height of the layout. I usually design for a width of 780 pixels width. This works well in monitors with 800 x1024 resolution as it leaves 20 pixels for the browser scroll bar. The resolution for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=6&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Open Fireworks and create a new document [File &gt; New].</p>
<p>In the dialog box enter the width and height of the layout. I usually design for a width of 780 pixels width. This works well in monitors with 800 x1024 resolution as it leaves 20 pixels for the browser scroll bar. The resolution for the web is 72. You can also choose a background color if your webpage will have a background color.</p>
<p>Click OK. </p>
<p><a href="http://www.vineyardesigns.com/resources/fireworks/document.shtml">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=6&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/create-a-new-fireworks-cs3-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Sharpen An Image In Photoshop — Advanced Photoshop Sharpening Techniques</title>
		<link>http://facedesign.wordpress.com/2008/04/25/how-to-sharpen-an-image-in-photoshop-%e2%80%94-advanced-photoshop-sharpening-techniques/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/how-to-sharpen-an-image-in-photoshop-%e2%80%94-advanced-photoshop-sharpening-techniques/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:11:43 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[sharpen]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=5</guid>
		<description><![CDATA[Most if not all digital images require sharpening, even if shot on a state of the art digital megaresolution SLR with pin-sharp focusing. Most cameras or scanners can sharpen as the image is captured but the highest quality sharpening is to be found in the image editing software. Sharpening in Adobe Photoshop CS2 will allow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=5&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most if not all digital images require sharpening, even if shot on a state of the art digital megaresolution SLR with pin-sharp focusing. Most cameras or scanners can sharpen as the image is captured but the highest quality sharpening is to be found in the image editing software.</p>
<p>Sharpening in Adobe Photoshop CS2 will allow you to select the precise amount of sharpening and the areas of the image that require sharpening most. If sharpening for screen it is very much a case of “what you see is what you get.” For images destined for print however, the monitor preview is just that &#8211; a preview. The actual amount of sharpening required for optimum image quality is usually a little more than looks comfortable on screen—especially when using a TFT monitor (flat panel)&#8230;</p>
<p><a href="http://www.photoshopsupport.com/tutorials/sharpen-an-image/photo-sharpening.html">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=5&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/how-to-sharpen-an-image-in-photoshop-%e2%80%94-advanced-photoshop-sharpening-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop Web Template — Web Site Design Tutorial</title>
		<link>http://facedesign.wordpress.com/2008/04/25/photoshop-web-template-%e2%80%94-web-site-design-tutorial/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/photoshop-web-template-%e2%80%94-web-site-design-tutorial/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:09:21 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=4</guid>
		<description><![CDATA[Many people new to web design are confused by slices and Javascript rollovers and end up abandoning their projects out of frustration. The point of this Photoshop web tutorial is to keep things simple by creating a web page that uses only 2 graphics. Website Plan We&#8217;ll create a banner and place it in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=4&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many people new to web design are confused by slices and Javascript rollovers and end up abandoning their projects out of frustration. The point of this Photoshop web tutorial is to keep things simple by creating a web page that uses only 2 graphics.</p>
<p>Website Plan<br />
We&#8217;ll create a banner and place it in a table that will contain 5 rows and 1 column. The banner will be placed in the top row. The next row will contain the text for your site and any photos you may wish to include. Row 3 will hold a separator, row 4 will be for your text links and a copyright notice, and row 5 will hold a second separator&#8230;</p>
<p><a href="http://www.photoshopsupport.com/tutorials/jennifer/web-template.html">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=4&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/photoshop-web-template-%e2%80%94-web-site-design-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop textures within Type</title>
		<link>http://facedesign.wordpress.com/2008/04/25/photoshop-textures-within-type/</link>
		<comments>http://facedesign.wordpress.com/2008/04/25/photoshop-textures-within-type/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:02:06 +0000</pubDate>
		<dc:creator>flexin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[textures]]></category>

		<guid isPermaLink="false">http://facedesign.wordpress.com/?p=3</guid>
		<description><![CDATA[Quite often we all get stuck in design ruts and need a new idea to stimulate our creative juices. This month I&#8217;ve taken the word &#8220;type&#8221; and have pasted into each letter one of my watercolor backgrounds. As nice as they looked with something other than a blend or a fill, I enhanced them with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=3&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quite often we all get stuck in design ruts and need a new idea to stimulate our creative juices. This month I&#8217;ve taken the word &#8220;type&#8221; and have pasted into each letter one of my watercolor backgrounds. As nice as they looked with something other than a blend or a fill, I enhanced them with filters and effects . The following is one evenings experimentation using <a href="http://www.wetzelandcompany.com/Watercolor.php">Watercolor Backgrounds</a> for Photoshop.</p>
<p><a href="http://www.wetzelandcompany.com/MonthlyTip1.html">Author and source</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/facedesign.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/facedesign.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/facedesign.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/facedesign.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/facedesign.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/facedesign.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/facedesign.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/facedesign.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/facedesign.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/facedesign.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=facedesign.wordpress.com&amp;blog=3574484&amp;post=3&amp;subd=facedesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://facedesign.wordpress.com/2008/04/25/photoshop-textures-within-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d67b66bddd9a0bdfcd9d1871fe6fd29?s=96&#38;d=identicon" medium="image">
			<media:title type="html">flexin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
