<?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>Adobe Refresh</title>
	<atom:link href="http://www.adoberefresh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adoberefresh.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 03:17:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 10 Adobe Illustrator Essential shortcuts (No. 82)</title>
		<link>http://www.creativesweettv.com/top-10-adobe-illustrator-essential-shortcuts-no-82/</link>
		<comments>http://www.creativesweettv.com/top-10-adobe-illustrator-essential-shortcuts-no-82/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 03:17:44 +0000</pubDate>
		<dc:creator>Mike McHugh</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.creativesweettv.com/?p=408</guid>
		<description><![CDATA[If you want to be a pro at using Adobe Illustrator you need to know these essential tips. These are my absolute favourite and most used tips and shortcuts. Pay close attention because there a quite a few. Drawing tips &#8230; <a href="http://www.creativesweettv.com/top-10-adobe-illustrator-essential-shortcuts-no-82/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/P1IyLm7tmRE?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/P1IyLm7tmRE?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>If you want to be a pro at using Adobe Illustrator you need to know these essential tips. These are my absolute favourite and most used tips and shortcuts. Pay close attention because there a quite a few. Drawing tips duplicating tips pen tool tips and coloring shortcuts. Both mac and PC shortcuts are mentioned. Dont forget to Follow Creative Sweet TV on Twitter @CS_TV and visit www.creativesweettv.com</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.creativesweettv.com%2Ftop-10-adobe-illustrator-essential-shortcuts-no-82%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.creativesweettv.com%2Ftop-10-adobe-illustrator-essential-shortcuts-no-82%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.creativesweettv.com/top-10-adobe-illustrator-essential-shortcuts-no-82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Copy and Paste for Flash App?</title>
		<link>http://brianchau.wordpress.com/2010/08/28/no-copy-and-paste-for-flash-app/</link>
		<comments>http://brianchau.wordpress.com/2010/08/28/no-copy-and-paste-for-flash-app/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 23:36:09 +0000</pubDate>
		<dc:creator>Brian Chau</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianchau.wordpress.com/?p=376</guid>
		<description><![CDATA[I have been playing with the Actionscript 3 Context Menu when building a Flash app. I found that I couldn&#8217;t add menu like &#8220;Cut&#8221;, &#8220;Copy&#8221; and &#8220;Paste&#8221; into the context menu. Any other word (like &#8220;Edit&#8221;) would work. My conclusion therefore is it may not be possible to build a Flash app (running inside a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianchau.wordpress.com&#38;blog=750209&#38;post=376&#38;subd=brianchau&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://brianchau.files.wordpress.com/2010/08/flash.jpg"></a>I have been playing with the Actionscript 3 Context Menu when building a Flash app. I found that I couldn&#8217;t add menu like &#8220;Cut&#8221;, &#8220;Copy&#8221; and &#8220;Paste&#8221; into the context menu. Any other word (like &#8220;Edit&#8221;) would work. My conclusion therefore is it may not be possible to build a Flash app (running inside a browser) to have copy and paste command.</p>
<p><a href="http://brianchau.files.wordpress.com/2010/08/flash1.jpg"><img class="alignnone size-full wp-image-378" title="flash" src="http://brianchau.files.wordpress.com/2010/08/flash1.jpg?w=497&#038;h=403" alt="" width="497" height="403" /></a></p>
<p>However, the same actionscript will work if the app is published as an AIR app. So on a postive side, copy and paste may be possible for AIR app. Yet to be confirmed.</p>
<p><a href="http://brianchau.files.wordpress.com/2010/08/air.jpg"><img class="alignnone size-full wp-image-379" title="air" src="http://brianchau.files.wordpress.com/2010/08/air.jpg?w=497&#038;h=388" alt="" width="497" height="388" /></a></p>
<p> I don&#8217;t have a Flash Lite 4 phone so I cannot test if Flash Lite 4 app would have Copy and Paste function.</p>
<p>Below is the AS3 code I used:</p>
<p>stage.showDefaultContextMenu = false;   // for Flash app only.</p>
<p>var edit_cmi:ContextMenuItem = new ContextMenuItem(&#8220;Edit&#8221;);<br />
edit_cmi.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, doSelect);</p>
<p>// Cut, Copy and Paste are for AIR app only.</p>
<p>var cut_cmi:ContextMenuItem = new ContextMenuItem(&#8220;Cut&#8221;);<br />
cut_cmi.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, doSelect);</p>
<p>var copy_cmi:ContextMenuItem = new ContextMenuItem(&#8220;Copy&#8221;);<br />
copy_cmi.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, doSelect);</p>
<p>var paste_cmi:ContextMenuItem = new ContextMenuItem(&#8220;Paste&#8221;);<br />
paste_cmi.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, doSelect);</p>
<p>var cm:ContextMenu = new ContextMenu();</p>
<p>cm.customItems.push(edit_cmi);<br />
cm.customItems.push(cut_cmi);<br />
cm.customItems.push(copy_cmi);<br />
cm.customItems.push(paste_cmi);<br />
myBox_mc.contextMenu = cm;</p>
<p>function doSelect(e:ContextMenuEvent):void<br />
{<br />
 trace (e.currentTarget.label);<br />
}</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianchau.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianchau.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianchau.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianchau.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianchau.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianchau.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianchau.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianchau.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianchau.wordpress.com&amp;blog=750209&amp;post=376&amp;subd=brianchau&amp;ref=&amp;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://brianchau.wordpress.com/2010/08/28/no-copy-and-paste-for-flash-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Resolution Basics (No. 81)</title>
		<link>http://www.creativesweettv.com/photoshop-resolution-basics-no-81/</link>
		<comments>http://www.creativesweettv.com/photoshop-resolution-basics-no-81/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 23:58:10 +0000</pubDate>
		<dc:creator>Mike McHugh</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[CSTV Episode]]></category>
		<category><![CDATA[Mike]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resolution]]></category>

		<guid isPermaLink="false">http://www.creativesweettv.com/?p=400</guid>
		<description><![CDATA[If you&#8217;re just starting out with Photoshop and need to get a grip on what resolution you need then this is the episode of Creative Sweet TV for you. We take a good close look at what the required resolutions &#8230; <a href="http://www.creativesweettv.com/photoshop-resolution-basics-no-81/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/SX3YE_TEYm4?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SX3YE_TEYm4?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>If you&#8217;re just starting out with Photoshop and need to get a grip on what resolution you need then this is the episode of Creative Sweet TV for you. We take a good close look at what the required resolutions are for print and onscreen. What is the best way to reduce the size of an image, and how to get the best results when doing any type of image resizing. If you work with someone who doesn&#8217;t seem to understand that you can just take a really low resolution image and blow it up to a billboard, then force them to watch this show from start to finish. It may just save YOU a lot of frustration.</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.creativesweettv.com%2Fphotoshop-resolution-basics-no-81%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.creativesweettv.com%2Fphotoshop-resolution-basics-no-81%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.creativesweettv.com/photoshop-resolution-basics-no-81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graduate for free from Social Media University.</title>
		<link>http://www.creativesweettv.com/graduate-for-free-from-social-media-university/</link>
		<comments>http://www.creativesweettv.com/graduate-for-free-from-social-media-university/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 05:35:21 +0000</pubDate>
		<dc:creator>Mike McHugh</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Stupidity]]></category>
		<category><![CDATA[Sweet as]]></category>

		<guid isPermaLink="false">http://www.creativesweettv.com/?p=376</guid>
		<description><![CDATA[With Social Media being so hot right now, how can you prove that you are, in fact a Social Media Expert? Why not download this PDF from acrobat.com and using just one easy step graduate today! Print it out, stick &#8230; <a href="http://www.creativesweettv.com/graduate-for-free-from-social-media-university/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With Social Media being so hot right now, how can you prove that you are, in fact a Social Media Expert? Why not <a href="https://acrobat.com/#d=QwBsiYWNiVfs2EeWO3YIGw">download</a> this PDF from acrobat.com and using just one easy step graduate today! Print it out, stick it on your desk and be the envy of every online Marketeer that walks past. You&#8217;ll be speaking and some kind of social media event within weeks. CONGRATULATIONS mum and dad will be so proud.</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.creativesweettv.com%2Fgraduate-for-free-from-social-media-university%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.creativesweettv.com%2Fgraduate-for-free-from-social-media-university%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.creativesweettv.com/graduate-for-free-from-social-media-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveCycle Collaboration Service adds screensharing and more!</title>
		<link>http://www.markszulc.com/blog/2010/08/18/livecycle-collaboration-service-adds-screensharing-and-more/</link>
		<comments>http://www.markszulc.com/blog/2010/08/18/livecycle-collaboration-service-adds-screensharing-and-more/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 10:20:49 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Cocomo]]></category>
		<category><![CDATA[Collaboration Service]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[LiveCycle]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=889</guid>
		<description><![CDATA[The LiveCycle Collaboration Service (nee Cocomo) team have been hard at work and have just announced their latest set of capabilities including screensharing, record &#38; playback and a new javascript sdk. If you are new to LCCS, its a great service that is part of the LiveCycle family and allows Flash, Flex and now HTML [...]]]></description>
			<content:encoded><![CDATA[<p>The LiveCycle Collaboration Service (nee Cocomo) team have been hard at work and have just announced their latest set of capabilities including screensharing, record &#38; playback and a new javascript sdk. If you are new to LCCS, its a great service that is part of the LiveCycle family and allows Flash, Flex and now HTML [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2010/08/18/livecycle-collaboration-service-adds-screensharing-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All I wanna do is make you money!</title>
		<link>http://www.markszulc.com/blog/2010/08/13/all-i-wanna-do-is-make-you-money/</link>
		<comments>http://www.markszulc.com/blog/2010/08/13/all-i-wanna-do-is-make-you-money/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 06:34:45 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=878</guid>
		<description><![CDATA[Fun video share for a Friday. I&#8217;m not sure who this guy is, but I totally agree with his motto! &#8220;All I wanna do is write a plan and architect, implement the project and make you money!&#8221; Check out the video: No related posts.]]></description>
			<content:encoded><![CDATA[<p>Fun video share for a Friday. I&#8217;m not sure who this guy is, but I totally agree with his motto! &#8220;All I wanna do is write a plan and architect, implement the project and make you money!&#8221; Check out the video: No related posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2010/08/13/all-i-wanna-do-is-make-you-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InDesign CS5 Live Captions (No. 80)</title>
		<link>http://www.creativesweettv.com/indesign-cs5-live-captions-no-80/</link>
		<comments>http://www.creativesweettv.com/indesign-cs5-live-captions-no-80/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 01:17:58 +0000</pubDate>
		<dc:creator>Mike McHugh</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[CSTV Episode]]></category>
		<category><![CDATA[InDesign]]></category>

		<guid isPermaLink="false">http://www.creativesweettv.com/?p=372</guid>
		<description><![CDATA[Learn how to create live captions in InDesign CS5 that use the data entered into the meta data of an image. Adobe Bridge can allow you to eneter a description into the IPTC core data and then InDesign CS5 can &#8230; <a href="http://www.creativesweettv.com/indesign-cs5-live-captions-no-80/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/GlrnG4pkZAE&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GlrnG4pkZAE&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>Learn how to create live captions in InDesign CS5 that use the data entered into the meta data of an image. Adobe Bridge can allow you to eneter a description into the IPTC core data and then InDesign CS5 can access that and auto format it using Paragraphs styles.  Simple? Fun ? You betcha. Follow Mike on twitter @CS_TV</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.creativesweettv.com%2Findesign-cs5-live-captions-no-80%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.creativesweettv.com%2Findesign-cs5-live-captions-no-80%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.creativesweettv.com/indesign-cs5-live-captions-no-80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 for rounded-corner box, opacity and drop-shadow effect</title>
		<link>http://brianchau.wordpress.com/2010/08/06/css3-for-rounded-corner-box-opacity-and-drop-shadow-effect/</link>
		<comments>http://brianchau.wordpress.com/2010/08/06/css3-for-rounded-corner-box-opacity-and-drop-shadow-effect/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 12:06:09 +0000</pubDate>
		<dc:creator>Brian Chau</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianchau.wordpress.com/?p=372</guid>
		<description><![CDATA[For too long, it has not been possible to style an html page elements with attributes like rounded-corner, opacity and drop-shadow effects using CSS2 only without some kinds of browser specific hacks. CSS 3 changes all that and I am very excited when I found out I can achieve all that now with the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianchau.wordpress.com&#38;blog=750209&#38;post=372&#38;subd=brianchau&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For too long, it has not been possible to style an html page elements with attributes like rounded-corner, opacity and drop-shadow effects using CSS2 only without some kinds of browser specific hacks. CSS 3 changes all that and I am very excited when I found out I can achieve all that now with the following :</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;<br />
#myBox {<br />
 width:480px;<br />
 background: rgba(255,255,255,0.5);<br />
 border-color:#000;<br />
 border-style:double;<br />
 border-width:thick;<br />
 border-radius:15px;  <br />
 box-shadow: 5px 5px 5px rgba(0,0,0,0.5);<br />
}<br />
&lt;/style&gt;</p>
<p><a href="http://brianchau.files.wordpress.com/2010/08/screen.jpg"><img class="alignnone size-full wp-image-373" title="screen" src="http://brianchau.files.wordpress.com/2010/08/screen.jpg?w=497&#038;h=308" alt="" width="497" height="308" /></a></p>
<p>As seen in the screenshot above, IE9 (preview edition) rendered the above correctly <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Same cannot be said for other browsers yet without some browser specific attributes which I am totally against. If no one use any browser specific attributes, may be it would encourage all browsers to use standard CSS attributes.</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianchau.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianchau.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianchau.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianchau.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianchau.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianchau.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianchau.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianchau.wordpress.com/372/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianchau.wordpress.com&amp;blog=750209&amp;post=372&amp;subd=brianchau&amp;ref=&amp;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://brianchau.wordpress.com/2010/08/06/css3-for-rounded-corner-box-opacity-and-drop-shadow-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search PDF content on Windows 7 64 bit</title>
		<link>http://www.markszulc.com/blog/2010/08/05/how-to-search-pdf-content-on-windows-7-64-bit/</link>
		<comments>http://www.markszulc.com/blog/2010/08/05/how-to-search-pdf-content-on-windows-7-64-bit/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 00:28:03 +0000</pubDate>
		<dc:creator>Mark Szulc</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[iFilter]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.markszulc.com/blog/?p=870</guid>
		<description><![CDATA[If you&#8217;re like me, or other knowledge workers who work with documents, you most likely have hundreds, if not thousands of PDFs stashed away in folders on your computer. As much as I love Windows 7 , I was surprised to find out recently that the integrated search does not index PDF content!  Turns out [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, or other knowledge workers who work with documents, you most likely have hundreds, if not thousands of PDFs stashed away in folders on your computer. As much as I love Windows 7 , I was surprised to find out recently that the integrated search does not index PDF content!  Turns out [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markszulc.com/blog/2010/08/05/how-to-search-pdf-content-on-windows-7-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Photoshop.com with Photoshop Elements</title>
		<link>http://brianchau.wordpress.com/2010/07/26/enable-photoshop-com-with-photoshop-elements/</link>
		<comments>http://brianchau.wordpress.com/2010/07/26/enable-photoshop-com-with-photoshop-elements/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:00:19 +0000</pubDate>
		<dc:creator>Brian Chau</dc:creator>
				<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianchau.wordpress.com/?p=367</guid>
		<description><![CDATA[For some unkown reason to me, only US customers have the Photoshop.com feature within Photoshop Elements. All non-US customers have the Photoshop Showcase (what is that???) instead. It is very annoying to me as I have a Photoshop.com account and want to be able to share and sync albums from within Photoshop Elements. Fortunately I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianchau.wordpress.com&#38;blog=750209&#38;post=367&#38;subd=brianchau&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For some unkown reason to me, only US customers have the Photoshop.com feature within Photoshop Elements. All non-US customers have the Photoshop Showcase (what is that???) instead. It is very annoying to me as I have a Photoshop.com account and want to be able to share and sync albums from within Photoshop Elements.</p>
<p>Fortunately I have found that if during the  installation process of Photoshop Elements, I set United States as the country, then Photoshop.com becomes available <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  even when I am installing from Australia.</p>
<p>So far I haven&#8217;t come across any problem yet with this workaround. May work for you too.</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianchau.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianchau.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianchau.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianchau.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianchau.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianchau.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianchau.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianchau.wordpress.com/367/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianchau.wordpress.com&amp;blog=750209&amp;post=367&amp;subd=brianchau&amp;ref=&amp;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://brianchau.wordpress.com/2010/07/26/enable-photoshop-com-with-photoshop-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
