<?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 on: Dear Print Designer Doing Web Design,</title>
	<atom:link href="http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/</link>
	<description>thoughts on web design and front-end development</description>
	<lastBuildDate>Fri, 27 Apr 2012 23:32:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: web design galway</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-1595</link>
		<dc:creator>web design galway</dc:creator>
		<pubDate>Wed, 08 Sep 2010 19:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-1595</guid>
		<description>Hi Andy,
Great post I will bookmark and share this one. I enjoyed reading your articles and responses. I use px rather than pt in font sizes as I have found that px tends to be more consistent in various browsers though for printing I would use pt. I would welcome your thoughts on em, px and pt ..pro and cons, and thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Hi Andy,<br />
Great post I will bookmark and share this one. I enjoyed reading your articles and responses. I use px rather than pt in font sizes as I have found that px tends to be more consistent in various browsers though for printing I would use pt. I would welcome your thoughts on em, px and pt ..pro and cons, and thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda McGuire</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-1586</link>
		<dc:creator>Linda McGuire</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-1586</guid>
		<description>Just found this today... thanks for the writeup! And as a print designer for almost 30 years, may I say you have got a wonderful feel for type. I&#039;m watching my own comment show up in a beautiful italic and thinking, how did you manage this?
I think I&#039;ve got most of this checklist in mind as I do layouts for the web; the one place I find the most difficulty is scalability. No control over the final display size!! Ach!! How to cope!!?? Ah well, it&#039;s a new world. 
--well, new to me.
Thanks for a great post.</description>
		<content:encoded><![CDATA[<p>Just found this today&#8230; thanks for the writeup! And as a print designer for almost 30 years, may I say you have got a wonderful feel for type. I&#8217;m watching my own comment show up in a beautiful italic and thinking, how did you manage this?<br />
I think I&#8217;ve got most of this checklist in mind as I do layouts for the web; the one place I find the most difficulty is scalability. No control over the final display size!! Ach!! How to cope!!?? Ah well, it&#8217;s a new world.<br />
&#8211;well, new to me.<br />
Thanks for a great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I don&#8217;t get paid for this</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-1092</link>
		<dc:creator>I don&#8217;t get paid for this</dc:creator>
		<pubDate>Tue, 27 Oct 2009 12:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-1092</guid>
		<description>[...] Dear Print Designer Doing Web Design This is a very “blue-collar” list coming from the perspective of an XHTML/CSS coder who’s job it is to implement designs. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dear Print Designer Doing Web Design This is a very “blue-collar” list coming from the perspective of an XHTML/CSS coder who’s job it is to implement designs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Ford</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-917</link>
		<dc:creator>Andy Ford</dc:creator>
		<pubDate>Sun, 08 Feb 2009 09:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-917</guid>
		<description>@Rob
I usually tackle hanging indents in one of two ways. Using a graphic placed using CSS as you suggest. Or putting the quotation mark in the content and then using a negative &#039;text-indent&#039; value in the CSS to get the quote to hang.

Usually the first option is a little more predictable, but it will not scale when a user changes their text size in the browser. The second option scales nicely, but requires content editors to be aware of the need to include the quotation marks in their content (or not including them if the developer has hard-coded them into the template). In either case, it would be a safe bet to have some server side logic that deals with this.

Just to be clear, HTML and CSS are not programming languages. But I agree with your assessment that HTML can be picked up fairly quickly, but CSS is a bit more complicated. Both have their nuances, and can be learned quickly, but really mastering them takes a lot of patience and practice.</description>
		<content:encoded><![CDATA[<p>@Rob<br />
I usually tackle hanging indents in one of two ways. Using a graphic placed using CSS as you suggest. Or putting the quotation mark in the content and then using a negative &#8216;text-indent&#8217; value in the CSS to get the quote to hang.</p>
<p>Usually the first option is a little more predictable, but it will not scale when a user changes their text size in the browser. The second option scales nicely, but requires content editors to be aware of the need to include the quotation marks in their content (or not including them if the developer has hard-coded them into the template). In either case, it would be a safe bet to have some server side logic that deals with this.</p>
<p>Just to be clear, HTML and CSS are not programming languages. But I agree with your assessment that HTML can be picked up fairly quickly, but CSS is a bit more complicated. Both have their nuances, and can be learned quickly, but really mastering them takes a lot of patience and practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Stathem</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-916</link>
		<dc:creator>Rob Stathem</dc:creator>
		<pubDate>Sat, 07 Feb 2009 00:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-916</guid>
		<description>Hi Kim, I totally understand what you&#039;re talking about! The Graphic Design world is completely different than the web design world. Although, since you have experience in the graphic design world, you&#039;ll have a great sense of designing web pages. 

It&#039;s a VERY tough transition, and I don&#039;t mean to scare or frighten you! It&#039;s a lot of fun, but, but being a web designer requires both design skills and programming skills. I would recommend learning HTML and CSS first. These are really important programming languages to learn.  I think you&#039;ll find over time that HTML is one of the most basic languages and you&#039;ll be able to pick it up rather quickly. CSS is a bit more complicated, but it&#039;s a lifesaver and timesaver. Updates can be made on the fly and it&#039;s really a great language. 

Find other web design mentors/tutors who can help you along the way too. Tutorial websites are helpful as well.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Kim, I totally understand what you&#8217;re talking about! The Graphic Design world is completely different than the web design world. Although, since you have experience in the graphic design world, you&#8217;ll have a great sense of designing web pages. </p>
<p>It&#8217;s a VERY tough transition, and I don&#8217;t mean to scare or frighten you! It&#8217;s a lot of fun, but, but being a web designer requires both design skills and programming skills. I would recommend learning HTML and CSS first. These are really important programming languages to learn.  I think you&#8217;ll find over time that HTML is one of the most basic languages and you&#8217;ll be able to pick it up rather quickly. CSS is a bit more complicated, but it&#8217;s a lifesaver and timesaver. Updates can be made on the fly and it&#8217;s really a great language. </p>
<p>Find other web design mentors/tutors who can help you along the way too. Tutorial websites are helpful as well.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Stathem</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-915</link>
		<dc:creator>Rob Stathem</dc:creator>
		<pubDate>Sat, 07 Feb 2009 00:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-915</guid>
		<description>Great article! That&#039;s true--having a foundation into graphic design is important for web design, although, I think anyone can get into web design without a graphic design background. I&#039;m pursuing my BS degree in web design and multimedia and I never had a former background in graphic design. Although, the very first classes I took were in graphic design and it did help me a great deal. 

Speaking of web standards, what&#039;s the correct format for designing a &quot;hanging quote&quot; for the web? The prime inch marks on the keyboard do not qualify as &quot;standard&quot; quote marks. 
Do you recommend designing these quotes in Photoshop and then placing with CSS? 

-Rob</description>
		<content:encoded><![CDATA[<p>Great article! That&#8217;s true&#8211;having a foundation into graphic design is important for web design, although, I think anyone can get into web design without a graphic design background. I&#8217;m pursuing my BS degree in web design and multimedia and I never had a former background in graphic design. Although, the very first classes I took were in graphic design and it did help me a great deal. </p>
<p>Speaking of web standards, what&#8217;s the correct format for designing a &#8220;hanging quote&#8221; for the web? The prime inch marks on the keyboard do not qualify as &#8220;standard&#8221; quote marks.<br />
Do you recommend designing these quotes in Photoshop and then placing with CSS? </p>
<p>-Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim crowe</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-900</link>
		<dc:creator>kim crowe</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-900</guid>
		<description>Thanks for the tips. I am a print designer and making the transition to web has been like going back to algebra class! I fear the coding and tagging. There was a reason I went to art school in the first place!

That being said I need a job. After years of freelancing I now face getting a real job for a variety of reasons. Maybe I should go back to school?</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. I am a print designer and making the transition to web has been like going back to algebra class! I fear the coding and tagging. There was a reason I went to art school in the first place!</p>
<p>That being said I need a job. After years of freelancing I now face getting a real job for a variety of reasons. Maybe I should go back to school?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Molly</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-879</link>
		<dc:creator>Molly</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-879</guid>
		<description>Thanks for this article. I&#039;m a former very-good-print-designer recently hired by a website development company, and figuring out how to adapt my skills to the needs of the web has been quite a stressful journey. Information like this is very helpful, and I appreciate the generous spirit you offer it in.

AND... I LOVE the colors you&#039;ve used here! :o)</description>
		<content:encoded><![CDATA[<p>Thanks for this article. I&#8217;m a former very-good-print-designer recently hired by a website development company, and figuring out how to adapt my skills to the needs of the web has been quite a stressful journey. Information like this is very helpful, and I appreciate the generous spirit you offer it in.</p>
<p>AND&#8230; I LOVE the colors you&#8217;ve used here! :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Aplet</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-842</link>
		<dc:creator>Mark Aplet</dc:creator>
		<pubDate>Tue, 26 Aug 2008 04:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-842</guid>
		<description>hehe I thought it was pretty cool. Great minds think alike right :) Good to see others in the web industry trying to help out or print designer friends. The added bonus to this education, is that hopefully we will not continue to receive really bad files to process and make sense of. 

Hopefully we will not get dinged by the search engines. I think they would look at massive link farms and ding them, not you or me.</description>
		<content:encoded><![CDATA[<p>hehe I thought it was pretty cool. Great minds think alike right :) Good to see others in the web industry trying to help out or print designer friends. The added bonus to this education, is that hopefully we will not continue to receive really bad files to process and make sense of. </p>
<p>Hopefully we will not get dinged by the search engines. I think they would look at massive link farms and ding them, not you or me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Ford</title>
		<link>http://fordinteractive.com/2008/08/dear-print-designer-doing-web-design/#comment-841</link>
		<dc:creator>Andy Ford</dc:creator>
		<pubDate>Tue, 26 Aug 2008 03:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=115#comment-841</guid>
		<description>@Mark - Dude, that&#039;s just freaky. I think we&#039;re Borg or something.  They did fly around in a big cube shaped ship... the &quot;Box Model&quot;?

Had to give you some props in the post as I see you&#039;ve also done for me on your post.  We&#039;ll probably get banned from Google now for being a link farm...</description>
		<content:encoded><![CDATA[<p>@Mark &#8211; Dude, that&#8217;s just freaky. I think we&#8217;re Borg or something.  They did fly around in a big cube shaped ship&#8230; the &#8220;Box Model&#8221;?</p>
<p>Had to give you some props in the post as I see you&#8217;ve also done for me on your post.  We&#8217;ll probably get banned from Google now for being a link farm&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

