<?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>Pencils Down &#187; Design</title>
	<atom:link href="http://www.dantoomeysoftware.com/pencils-down/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dantoomeysoftware.com/pencils-down</link>
	<description>This weblog is about my experiences in software development</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:43:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Help for Web Programmers at the Mercy of Designer Fonts</title>
		<link>http://www.dantoomeysoftware.com/pencils-down/2012/01/27/help-for-web-programmers-at-the-mercy-of-designer-fonts/</link>
		<comments>http://www.dantoomeysoftware.com/pencils-down/2012/01/27/help-for-web-programmers-at-the-mercy-of-designer-fonts/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 13:43:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Software Tools]]></category>

		<guid isPermaLink="false">http://www.dantoomeysoftware.com/pencils-down/?p=282</guid>
		<description><![CDATA[Working with a client where the designer they hired produced a nice looking design.  However, even though promising to just use standard fonts there are a couple of very conspicuous parts of the design that use non-standard fonts.  Sound familiar?
Google to the rescue! (I don&#8217;t know how they control what people spend time/money developing)  I [...]]]></description>
			<content:encoded><![CDATA[<p>Working with a client where the designer they hired produced a nice looking design.  However, even though promising to just use standard fonts there are a couple of very conspicuous parts of the design that use non-standard fonts.  Sound familiar?</p>
<p>Google to the rescue! (I don&#8217;t know how they control what people spend time/money developing)  I saw a reference to <a href="https://developers.google.com/webfonts/">Google Fonts</a> in a <a href="http://news.ycombinator.com/">HN </a>post the other day.  What&#8217;s that?</p>
<blockquote><p>Google Web Fonts provides high-quality web fonts that you can include in your pages using the Google Web Fonts API.</p></blockquote>
<p>Just like everything else you can use google for, (especially CDN access to includes and the like) you can make reference to some non-standard font in the Google font set and then use it pretty much like any other font in CSS (have to quote the font name versus plain text(=standard font)).  Again, with their simple example:</p>
<p>&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p><span style="color: #ff9900;">&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://fonts.googleapis.com/css?family=Tangerine&#8221;&gt;</span></p>
<p>&lt;style&gt;</p>
<p>body {</p>
<p>font-family:<span style="color: #ff9900;"> &#8216;Tangerine&#8217;,</span> serif;</p>
<p>font-size: 48px;</p>
<p>}</p>
<p>&lt;/style&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;div&gt;Making the Web Beautiful!&lt;/div&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<p>So, next time you are graced with a design present you can just smile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dantoomeysoftware.com/pencils-down/2012/01/27/help-for-web-programmers-at-the-mercy-of-designer-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should a Designer Produce HTML and CSS?</title>
		<link>http://www.dantoomeysoftware.com/pencils-down/2012/01/06/should-a-designer-produce-html-and-css/</link>
		<comments>http://www.dantoomeysoftware.com/pencils-down/2012/01/06/should-a-designer-produce-html-and-css/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 13:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Business Practice]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Software Development Process]]></category>

		<guid isPermaLink="false">http://www.dantoomeysoftware.com/pencils-down/?p=272</guid>
		<description><![CDATA[I have a long term client that wants to rework their web site.  We tried a designer I had worked with, but they weren&#8217;t happy with the result.  Probably too much part-time and indirect contact to convey their needs to the designer.
So, they hired a designer on their own.  After selection I talked with the [...]]]></description>
			<content:encoded><![CDATA[<p>I have a long term client that wants to rework their web site.  We tried a designer I had worked with, but they weren&#8217;t happy with the result.  Probably too much part-time and indirect contact to convey their needs to the designer.</p>
<p>So, they hired a designer on their own.  After selection I talked with the guy to make sure it wouldn&#8217;t just be a PSD as the output: he agreed.  Once the design was agreed upon he didn&#8217;t just give me the PSD, he gave me a bunch of PNG files that he cut from the PSD.  How nice.</p>
<p>Now we are going into week two of the process trying to get HTML and CSS out of him.  I don&#8217;t think he has ever done this before.  He is good at coming up with nice pictures with the right color schemes and fonts and the like, probably an art background.  He is just lost coming up with the parts of the design you need to actually develop a web site &#8211; HTML, CSS and Javascript for any widgets/special effects in the design (there are a few).</p>
<p>Maybe I am expecting too much?  Every other designer I have worked with has produced the initial HTML&#8230; layouts.  Maybe I have  just been lucky?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dantoomeysoftware.com/pencils-down/2012/01/06/should-a-designer-produce-html-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designer Irony</title>
		<link>http://www.dantoomeysoftware.com/pencils-down/2008/09/12/designer-irony/</link>
		<comments>http://www.dantoomeysoftware.com/pencils-down/2008/09/12/designer-irony/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 17:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.dantoomeysoftware.com/pencils-down/http:/www.dantoomeysoftware.com/pencils-down/category/post-name</guid>
		<description><![CDATA[I am working on a site for a marketing company.  They mostly specialize in concept marketing, things like brand and image.  And, like every other marketing company on the planet these days, they do a fair amount of web design as well.
The design for the site I am working on was designed using a non-standard [...]]]></description>
			<content:encoded><![CDATA[<p>I am working on a site for a marketing company.  They mostly specialize in concept marketing, things like brand and image.  And, like every other marketing company on the planet these days, they do a fair amount of web design as well.</p>
<p>The design for the site I am working on was designed using a non-standard font face as the primary font.  Like everything else it defaults back to Arial et al if that font is not installed on the client browser.  There was originally some discussion about auto-download of the font if it&#8217;s not there, but that is really not so cool in the web world.</p>
<p>So, step back and review:</p>
<ul>
<li>The site was designed using that font.</li>
<li>The people at the marketing company all have this other font installed.</li>
<li>The people that work at the marketing company will see a web site.</li>
<li>Most everyone else on the planet does not have that font installed. </li>
<li>They will see Arial and company, effectively a very different site.</li>
<li>Effectively a different brand image of a branding company.</li>
</ul>
<p>Neat huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dantoomeysoftware.com/pencils-down/2008/09/12/designer-irony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

