<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Designers Chair</title>
	<atom:link href="http://www.designers-chair.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designers-chair.com</link>
	<description>photoshop tutorials, html css tutorials</description>
	<lastBuildDate>Mon, 07 Dec 2009 16:44:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Design studio web page by 30 adet photoshop webtasarım alıştırması &#124; Photoshop</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-2/#comment-3468</link>
		<dc:creator>30 adet photoshop webtasarım alıştırması &#124; Photoshop</dc:creator>
		<pubDate>Mon, 07 Dec 2009 16:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3468</guid>
		<description>[...] 11. Professional Looking Design Studio Web Page Layout [...]</description>
		<content:encoded><![CDATA[<div style="">
<p>[...] 11. Professional Looking Design Studio Web Page Layout [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design studio web page by 35 Photoshop Tutorials for Creating Modern Web Design &#124; WebDesignFan.com</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-2/#comment-3381</link>
		<dc:creator>35 Photoshop Tutorials for Creating Modern Web Design &#124; WebDesignFan.com</dc:creator>
		<pubDate>Wed, 25 Nov 2009 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3381</guid>
		<description>[...] 9. Design studio web page [...]</description>
		<content:encoded><![CDATA[<div style="">
<p>[...] 9. Design studio web page [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook picture tagging system by elfy</title>
		<link>http://www.designers-chair.com/2009/03/facebook-picture-tagging-system/comment-page-1/#comment-3344</link>
		<dc:creator>elfy</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=278#comment-3344</guid>
		<description>easy and well done

do you have an idea how could I use that kind of picture in my blog ?
I am working with Dotclear !

thanks</description>
		<content:encoded><![CDATA[<p>easy and well done</p>
<p>do you have an idea how could I use that kind of picture in my blog ?<br />
I am working with Dotclear !</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design studio web page by adobe basics</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-2/#comment-3327</link>
		<dc:creator>adobe basics</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3327</guid>
		<description>very well explain but one thing why should not you teach us the lighting effect how to create it.</description>
		<content:encoded><![CDATA[<p>very well explain but one thing why should not you teach us the lighting effect how to create it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design studio web page by Del</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-2/#comment-3321</link>
		<dc:creator>Del</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3321</guid>
		<description>Looks great very helpful tutorial thank you :)</description>
		<content:encoded><![CDATA[<p>Looks great very helpful tutorial thank you <img src='http://www.designers-chair.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook picture tagging system by Allen Taylor</title>
		<link>http://www.designers-chair.com/2009/03/facebook-picture-tagging-system/comment-page-1/#comment-3249</link>
		<dc:creator>Allen Taylor</dc:creator>
		<pubDate>Sun, 01 Nov 2009 20:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=278#comment-3249</guid>
		<description>Creating a app to tag photos is pretty simple. All one needs is some javascript, ajax and PHP.

Javascript can easily set position absolute and other css. So create a onclick event that then allows the user to click any ware in the photo. Then record where the mouse clicked and set that as you left and top position absolute. Send these variables through ajax to your php and write them to a database. Here is a rough example http://www.brightideasfilms.com/youth/dragStar/tag.html. I made the mistake of using an image map, so I need to go back and fix it to use a list or a div or something. But it is pretty simple once you are familiar with JS, PHP and can work with ajax!!</description>
		<content:encoded><![CDATA[<p>Creating a app to tag photos is pretty simple. All one needs is some javascript, ajax and PHP.</p>
<p>Javascript can easily set position absolute and other css. So create a onclick event that then allows the user to click any ware in the photo. Then record where the mouse clicked and set that as you left and top position absolute. Send these variables through ajax to your php and write them to a database. Here is a rough example <a href="http://www.brightideasfilms.com/youth/dragStar/tag.html" rel="nofollow">http://www.brightideasfilms.com/youth/dragStar/tag.html</a>. I made the mistake of using an image map, so I need to go back and fix it to use a list or a div or something. But it is pretty simple once you are familiar with JS, PHP and can work with ajax!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blue eyes by ricci</title>
		<link>http://www.designers-chair.com/2009/02/photoshop-blue-eyes/comment-page-1/#comment-3222</link>
		<dc:creator>ricci</dc:creator>
		<pubDate>Thu, 29 Oct 2009 00:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=3#comment-3222</guid>
		<description>hi!
how can I get that blue eyes photo shop program?</description>
		<content:encoded><![CDATA[<p>hi!<br />
how can I get that blue eyes photo shop program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design studio web page by clippingimages</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-2/#comment-3218</link>
		<dc:creator>clippingimages</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3218</guid>
		<description>WoW :) Awesome tutorials. Thanks for sharing this nice post.</description>
		<content:encoded><![CDATA[<p>WoW <img src='http://www.designers-chair.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Awesome tutorials. Thanks for sharing this nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design studio web page by 60 Exclusive Photoshop Tutorials to make you a master of Website Layout Design &#124; Joshua Krull</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-2/#comment-3147</link>
		<dc:creator>60 Exclusive Photoshop Tutorials to make you a master of Website Layout Design &#124; Joshua Krull</dc:creator>
		<pubDate>Mon, 19 Oct 2009 19:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3147</guid>
		<description>[...] 38. Design studio web page [...]</description>
		<content:encoded><![CDATA[<div style="">
<p>[...] 38. Design studio web page [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design studio web page by Geek Sucks &#187; Blog Archive &#187; 60 Exclusive Photoshop Tutorials to make you a master of Website Layout Design</title>
		<link>http://www.designers-chair.com/2009/02/design-studio-web-page-layout/comment-page-1/#comment-3129</link>
		<dc:creator>Geek Sucks &#187; Blog Archive &#187; 60 Exclusive Photoshop Tutorials to make you a master of Website Layout Design</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.designers-chair.com/?p=41#comment-3129</guid>
		<description>[...] 38. Design studio web page [...]</description>
		<content:encoded><![CDATA[<div style="">
<p>[...] 38. Design studio web page [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
