<?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>Sarfaraz A. Hanfi</title>
	<atom:link href="http://sarfarazhanfi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarfarazhanfi.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 22:48:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sarfarazhanfi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4171196d3acd0378ce715d11299fb447?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Sarfaraz A. Hanfi</title>
		<link>http://sarfarazhanfi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sarfarazhanfi.wordpress.com/osd.xml" title="Sarfaraz A. Hanfi" />
	<atom:link rel='hub' href='http://sarfarazhanfi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How LESS can make your life easier</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/07/27/how-less-can-make-your-life-easier/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/07/27/how-less-can-make-your-life-easier/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 21:37:42 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[LESS]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=171</guid>
		<description><![CDATA[I’ve started using LESS a few months ago on a Tribune News projects. LESS allows you to extend the way you write CSS, letting you use variables, nested selectors, operations and mixins. It sounds great — and it is great — but there are a few things that can make it work against you. These [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=171&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve started using <a href="http://lesscss.org/">LESS</a> a few months  ago on a <a href="http://tribune.com.pk">Tribune News</a> projects. LESS allows you to extend the way you write CSS,  letting you use variables, nested selectors, operations and mixins. It  sounds great — and it <em>is</em> great — but there are a few things  that can make it work against you. These are some of my thoughts on  LESS.﻿</p>
<h3>What is LESS?</h3>
<p>LESS — Leaner CSS — is, in the <a href="http://www.usabilitypost.com/2009/06/16/introducing-less-a-better-css/">authors’  own words</a>, a “<strong>new version of CSS</strong>” (better yet, of  writing CSS), that is then compiled into “traditional” CSS using the  LESS compiler.</p>
<p>There are 4 main things you can do with LESS that you can’t with  normal CSS:</p>
<h4>1. Variables</h4>
<p>You can define a variable, such as “<code>@text-color</code>”, and  use it throughout your stylesheet. If the colour of your text changes,  you only need to change it once in your CSS — where the variable is  initially defined.</p>
<h4>2. Nested selectors</h4>
<p>With nested selectors, instead of doing this and repeating yourself:</p>
<p><code>.top-story h1 { font-size: 24px; }<br />
.top-story h2 { font-size: 18px; }<br />
</code></p>
<p><code>.top-story {<br />
h1 { font-size: 24px; }<br />
h2 { font-size: 18px; }<br />
}</code></p>
<h4>3. Operations</h4>
<p>You can add, subtract, divide and multiply using operations. Here’s a  quick example:</p>
<p><code>@content: 468px;<br />
.top-story<br />
{<br />
width: @content;<br />
}</code></p>
<h4>4. Mixins</h4>
<p>Mixins work a lot like variables, but you can specify a whole class  in one. For example:</p>
<p><code>.b-radius {<br />
-moz-border-radius: 5px;<br />
-webkit-border-radius: 5px;<br />
border-radius: 5px;<br />
}<br />
.box {<br />
.b-radius;<br />
}</code></p>
<h3>This is not a “how to” guide</h3>
<p>The <a href="http://lesscss.org/docs">official LESS documentation</a> is very clear on how to install it. I have to admit I usually stop  reading instructions whenever “Terminal” is mentioned (and I know more  people do), but I guess most CSS authors will be OK with it — if not,  ask for help to your nearest web dev (or email me and I’ll give you the  phone number of one).</p>
<p>After it’s installed, you’ll have <strong>two files</strong>: the  .less file — this is the file you’ll be working with — and the compiled  .css file.</p>
<p>There’s also <a href="http://incident57.com/less/">LESS app</a>, that  makes it easier to use LESS. And I suppose that some CMS and servers  let you use LESS directly, but the point of this article is not to teach  anyone how to install it — it’s to go through its good and bad points.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=171&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/07/27/how-less-can-make-your-life-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://sarfarazhanfi.files.wordpress.com/2010/07/featured_0-1.jpg?w=150" />
		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/07/featured_0-1.jpg?w=150" medium="image">
			<media:title type="html">How LESS can make your life easier</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>
	</item>
		<item>
		<title>How many does your news site do?</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/07/22/how-many-does-your-news-site-do/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/07/22/how-many-does-your-news-site-do/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 00:00:52 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[Header]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=162</guid>
		<description><![CDATA[Here are some ways to improve your news site. Take a look and then add your own great ideas to the list&#8230; Post a form at the end of a breaking news story asking witnesses to send in details of what they saw &#8212; and then add the information you can verify to the story. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=162&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Here are some ways to improve your news site.</strong></p></blockquote>
<p style="padding-left:30px;">Take a look and then add your own great ideas to the list&#8230;</p>
<ul>
<li>Post a form at the end of a breaking news story asking witnesses to send in details of what they saw &#8212; and then add the information you can verify to the story.</li>
<li>Invite anyone in your community to write Weblogs for your news site</li>
<li>Take the best content from Weblogs on your news site (now that you&#8217;ve got so many) and publish them in your newspaper.</li>
<li>Integrate headlines from your competition into your Web site</li>
<li>Give everyone in your company one day off a month to work on whatever project they want or simply just brainstorm new ideas</li>
<li>Build a real estate database and section so detailed and useful it becomes the MLS for your community. (realestate.nytimes.com)</li>
<li>Create a staff development plan so that everyone in your company gets pertinent online news training within the next 12 months.</li>
<li>Design your registration system so that you have an easy way to get updated information when people move, so your data stays more valuable to advertisers</li>
<li>Give people who register for your site incentive to keep giving you updated information.</li>
<li>Ask readers their interests when they register and only serve them ads related to them when they visit your site.</li>
<li>Offer a subscription where people can view the entire site ad-free for an extra charge.</li>
<li>Double the size of all photos on your site for a week. See how readers react. Wanna bet you decide to keep at least some of them larger permanently?</li>
<li>Don&#8217;t just add &#8220;Discuss story&#8221; links to stories &#8212; include the comments at the bottom or on the right rail of the page and make them part of the visible story</li>
<li>Put only local news and content on your home page</li>
<li>Create RSS feeds focused on niche topics your site covers.</li>
<li>Let your readers post certain classifieds for free.</li>
<li>Build a feature into your site enabling readers to add notes to any stories on your site, like Amazon&#8217;s new A9.com site does.</li>
<li>Offer free access to all your archives to newspaper subscribers &#8212; but only to subscribers.</li>
<li>Have readers send in photos and make slide shows from them</li>
<li>Pick the best posts on your message boards and highlight them in separate features &#8212; or on your home page &#8212; so readers don&#8217;t have to dig through</li>
<li>Use the Weblog format to cover a breaking news event</li>
<li>Figure out which writers or TV reporters always write too long for air or the paper and offer them an online column</li>
<li>Have popular columnists supplement their regular column with an e-mail extra&#8230; Only let newspaper subscribers get it</li>
<li>Let readers vote on their favorite local school sports player and give winners a symbolic award</li>
<li>Have newspaper or station top editor send e-mails to all e-mail subscribers occasionally to let them know how the newspaper or TV station is improving</li>
<li>Hold short story contests and print winners online</li>
<li>Tell an entire story that would normally be written in plain text entirely through a slide show</li>
<li>Sell prints of your front pages online, plus current and back issues</li>
<li>Offer special fan e-mail newsletters for local sports teams</li>
<li>Send readers news alerts through instant messenger tools</li>
<li>Allow advertisers to put photos online with classified ads and signal to newspaper readers to go online to see them</li>
<li>Create special news alerts for whatever topics are hot among local readers</li>
<li>Create topic-specific photo galleries on random, fun topics (dog slide show; smiling people slide show; etc.)</li>
<li>Use the Web to ask readers for fresh ideas. Actually read them. Choose at least one and actually do it.</li>
<li>Rotate content on your home page based on dayparting usage.</li>
<li>Make sure all ads are clearly labeled. For real.</li>
<li>Create a reader-appreciation week and have no pop-ups or animated ads all week.</li>
<li>Offer readers an ad-free version of your site for an extra cost</li>
<li>Give local politicians or newsmakers or experts Weblogs on your site.</li>
<li>Link datelines on all stories to pages with maps and information about the location (perhaps on a partner encyclopedia site)</li>
<li>Create a site-wide disaster coverage plan</li>
<li>Cut the number of links on your home page in half. See if your traffic and page views change at all.</li>
<li>Offer readers a way to save articles they like on your site for later reading and create a personal page for them with all of those stories</li>
<li>Let readers vote on their favorite stories and photos and post those lists online</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=162&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/07/22/how-many-does-your-news-site-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://sarfarazhanfi.files.wordpress.com/2010/07/feature-f1.jpg?w=150" />
		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/07/feature-f1.jpg?w=150" medium="image">
			<media:title type="html">How many does your news site do?</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>
	</item>
		<item>
		<title>@font-face tutorial and user guide by Milton Bayer</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/06/28/font-face-tutorial-and-user-guide-by-milton-bayer/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/06/28/font-face-tutorial-and-user-guide-by-milton-bayer/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 10:30:13 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=153</guid>
		<description><![CDATA[@font-face tutorial and user guide by Milton Bayer. @font-face file types We need the following file types in order to have the full 92+% support. (as per: http://www.evotech.net/blog/2010/01/font-face-browser-support-tutorial/ ) Internet Explorer (all versions): EOT Safari (3.2+): TTF / OTF iPhone (3.1) SVG Chrome (all versions): SVG (TTF/OTF added 25th Jan 2010) Firefox (3.5+): TTF/OTF (.WOFF [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=153&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.miltonbayer.com/font-face/">@font-face tutorial and user guide by Milton Bayer</a>.</p>
<h2>@font-face file types</h2>
<p>We need the following file types in order to have the full 92+%  support. (as per: <a href="http://www.evotech.net/blog/2010/01/font-face-browser-support-tutorial/">http://www.evotech.net/blog/2010/01/font-face-browser-support-tutorial/</a> )</p>
<ul>
<li>Internet Explorer (all versions): <strong>EOT</strong></li>
<li>Safari (3.2+): <strong>TTF</strong> / <strong>OTF</strong></li>
<li>iPhone (3.1) <strong>SVG</strong></li>
<li>Chrome (all versions): <strong>SVG</strong> (<strong>TTF</strong>/<strong>OTF</strong> added 25th Jan 2010)</li>
<li>Firefox (3.5+): <strong>TTF</strong>/<strong>OTF</strong> (.<strong>WOFF</strong> added 3.6)</li>
<li>Opera (10+) <strong>TTF</strong>/<strong>OTF</strong></li>
</ul>
<p><strong>So, .eot + .ttf /.otf + svg + woff = best support possible.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=153&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/06/28/font-face-tutorial-and-user-guide-by-milton-bayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>
	</item>
		<item>
		<title>Best Use CSS Font-Family Samples</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/06/21/best-use-css-font-family-samples/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/06/21/best-use-css-font-family-samples/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:09:51 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=147</guid>
		<description><![CDATA[I often have to scramble to try and find just the right font-family for a site I am working on, so I created this little cheat sheet for myself. I decided it might be useful for others as well, so I’m sharing it here. Included are the various font-families that are typically used, along with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=147&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I often have to scramble to try and find just the right font-family for a site I am working on, so I created this little cheat sheet for myself.  I decided it might be useful for others as well, so I’m sharing it here.  Included are the various font-families that are typically used, along with a representation of what they look like.  Keep in mind that not every computer has every font, so any fonts you don’t have will display the default generic font family instead (sans-serif, serif, or monospace).  I just cut and paste the code in gray when I want to use one of these in my CSS.</p>
<h2>Sans Serif</h2>
<p><i>Sans serif is generally best for most text on screen.</i></p>
<h3>Common Version:</h3>
<blockquote><p>font-family: Arial, Helvetica, sans-serif;</p>
</blockquote>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Arial,sans-serif;">Arial &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Helvetica,sans-serif;">Helvetica &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>More Choices:</h3>
<blockquote><p>font-family: Verdana, Arial, Helvetica, “Trebuchet MS”, Tahoma, Geneva, “Lucida Sans Unicode”, “Lucida Grande”, “MS Sans Serif”, sans-serif;</p>
</blockquote>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Trebuchet MS',sans-serif;">Trebuchet MS &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Verdana,sans-serif;">Verdana &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Tahoma,sans-serif;">Tahoma &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Geneva,sans-serif;">Geneva &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Lucida Sans Unicode',sans-serif;">Lucida Sans Unicode &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Lucida Grande',sans-serif;">Lucida Grande &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'MS Sans Serif',sans-serif;">MS Sans Serif &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>My Favorite:</h3>
<blockquote><p>font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;</p>
</blockquote>
<hr />
<h2>Serif</h2>
<p><i>Serif is generally best for text designed to be printed.</i></p>
<h3>Common Version:</h3>
<blockquote><p>font-family: Times, “Times New Roman”, Georgia, serif;</p>
</blockquote>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Times,serif;">Times &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Times New Roman',serif;">Times New Roman &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Georgia,serif;">Georgia &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>More Choices:</h3>
<blockquote><p>font-family: Times, “Times New Roman”, Georgia, Garamond, “Palatino Linotype”, Palatino, “Book Antiqua”, “New York”, serif;</p>
</blockquote>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Garamond,serif;">Garamond &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Palatino Linotype',serif;">Palatino Linotype &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Palatino,serif;">Palatino &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Book Antiqua',serif;">Book Antiqua &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'New York',serif;">New York &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>My Favorite:</h3>
<blockquote><p>font-family: Garamond, Georgia, Times, “Times New Roman”, serif;</p>
</blockquote>
<hr />
<h2>Monospace</h2>
<p><i>Monospace is generally best when representing code or typewritten text.</i></p>
<h3>Common version:</h3>
<blockquote><p>font-family: Courier, monospace;</p>
</blockquote>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Courier,monospace;">Courier &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>More Choices:</h3>
<blockquote><p>font-family: “Lucida Console”, Monaco, Courier, “Courier New”, monospace;</p>
</blockquote>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Lucida Console',monospace;">Lucida Console &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:Monaco,monospace;">Monaco &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;»&nbsp;&nbsp;<span style="font-family:'Courier New',monospace;">Courier New &ndash; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>My Favorite:</h3>
<blockquote><p>font-family: Courier, “Courier New”, monospace;</p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=147&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/06/21/best-use-css-font-family-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://sarfarazhanfi.files.wordpress.com/2010/06/new-1.jpg?w=150" />
		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/06/new-1.jpg?w=150" medium="image">
			<media:title type="html">new-1</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>
	</item>
		<item>
		<title>PNG Solutions for Web</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/06/14/92/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/06/14/92/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 14:33:33 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=92</guid>
		<description><![CDATA[PNG-24 is what most web developer’s use for transparency on the web. It tends to have large file sizes but provides excellent transparency. Using PNG-8 or GIF for transparency doesn’t work near as well… at least normally! There is actually a way to use PNG-8 transparency that is better than PNG-24. Some benefits are that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=92&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PNG-24 is what most web developer’s use for transparency on the web.   It tends to have large file sizes but provides excellent transparency.   Using PNG-8 or GIF for transparency doesn’t work near as well… at least  normally!  There is actually a way to use PNG-8 transparency that is  better than PNG-24.</p>
<p>Some benefits are that most of the time it  results in smaller file sizes.  PNG-24’s are huge culprits of being  massive and being a real pain for visitors with a slow internet  connection.  As well as this, PNG-8 Alpha Transparency actually renders  decent in IE6, so no need for those css/javascript hacks to get it to  look right.</p>
<p>The trick involved here is that you cannot simply use  Photoshop.  You have to use Fireworks to create the effect needed.  View  the screencast above to get shown exactly how to do this!</p>
<p>Now, if you are new to Fireworks (like me), the workflow is a bit  different than Photoshop. Let’s start by opening up our PNG-24 image  saved out of Photoshop, and switching to the export <strong>Preview</strong> view.</p>
<p><img src="http://sarfarazhanfi.files.wordpress.com/2010/06/start.jpg?w=519" alt="" /></p>
<p>The <em>Export Preview</em> is essentially the same thing as Photoshop’s <em>Save  for Web</em> tool. Look over to the right in the above graphic at the <em>Optimize  and Align</em> panel – those are the settings it’s using. Let’s update  that to <strong>PNG-8</strong>, and the <strong>Alpha Transparency</strong> option.</p>
<p><img src="http://sarfarazhanfi.files.wordpress.com/2010/06/startbt.jpg?w=519" alt="" /></p>
<p>Fire­works to the rescue:</p>
<ul>
<li>Open your big Photoshop-exported PNG-24  with nice alpha trans­parency in Fireworks.</li>
<li>Change the file for­mat to PNG-8.</li>
<li>Change the trans­parency option to &#8220;alpha transparency&#8221;</li>
<li>Rebuild and export your PNG-8</li>
<li>Revel in the MUCH smaller file size</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=92&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/06/14/92/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://sarfarazhanfi.files.wordpress.com/2010/06/featured_0-1.jpg?w=150" />
		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/06/featured_0-1.jpg?w=150" medium="image">
			<media:title type="html">PNG Solutions for Web</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>

		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/06/start.jpg" medium="image" />

		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/06/startbt.jpg" medium="image" />
	</item>
		<item>
		<title>BluprintCSS Framework</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/03/16/bluprintcss-framework/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/03/16/bluprintcss-framework/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 00:15:32 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=54</guid>
		<description><![CDATA[The newest version and newest tools make this CSS framework very useful for many page layouts.</em></em></p>
<p>If you are involved in web site development in any capacity then you probably know that table-based design layouts have been, for the most part, completely abandoned in favor of CSS controlled layouts. Not only are CSS-based layouts just tons more capable, they also have more of a separation between the code that provides content and structure of a page layout and the code that defines how the page looks. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=54&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><em>The newest version and newest tools make this CSS framework very useful for many page layouts.</em></em></p>
<p>If you are involved in web site development in any capacity then you probably know that table-based design layouts have been, for the most part, completely abandoned in favor of CSS controlled layouts. Not only are CSS-based layouts just tons more capable, they also have more of a separation between the code that provides content and structure of a page layout and the code that defines how the page looks. It is SO nice these days to not have to look at page source that is crowded by a bunch of font tags that only define the size and color of text on the page. Server bandwidth has definitely benefited from this switch and CSS-based pages download faster. It has been so long since I have coded with tables and font tags that when I have to do layouts with tables and fonts (this is still the safest way for HTML emails) I find myself checking references to remind me of some of the attributes for these HTML tags.</p>
<p><strong><strong>The Controversy</strong></strong></p>
<p>When BlueprintCSS was presented to the public it was both embraced and criticized. Reading the comments in the tutorial section of the Wiki gives you a hint of the controversy over a CSS framework. The main criticism is that in order to use the layout grid system of  BlueprintCSS (really the best part) you have to put class names within the HTML that defines display attributes. To some developers, this completely &#8220;breaks the rules&#8221; or goes against some of the goals of CSS. This could prevent the layout from being changed by just changing the CSS that is styling it &#8211; which is the big argument for keeping display or non-semantic code out of the HTML. This ability allows developers to easily  switch layouts based on what device is viewing the page, whether it be a web browser on a PDA, phone, or computer. This is a strong and valid argument against a system like BlueprintCSS, and I think just like any other programming technology a developer needs to weigh the site&#8217;s requirements against the advantages and disadvantages of that given technology. Also to completely discount a new technology you need to investigate it and use it. With some of the new tools out there for BlueprintCSS, especially the Blueprint Grid Generator, I am not so sure that doing a layout switch based on a viewing device is completely impossible.</p>
<p>The other argument against BlueprintCSS is that it doesn&#8217;t take into consideration the source order of content, thus reducing the Search Engine optimization by not keeping the &#8220;real&#8221; content of the page up high in the source code. Some developers have posted CSS solutions to this. I am not an SEO expert and cannot verify whether this is really a valid concern. Do Search Engines like Google really stop at 50 or 100 lines of source code when they are indexing a page? I would really like to know the answer to that question. Looking at the source code of many e-commerce sites that consistently rank high, I have my doubts about this argument.</p>
<p>Some  developers also don&#8217;t like CSS frameworks because they are worried about new developers using them as a crutch and relying on the framework to do all the work. They worry that new developers won&#8217;t take the time to really learn such an important language like CSS. Perhaps, those inclined to take shortcuts always will. In my experience with Blueprint I have found that it doesn&#8217;t do everything for you. Using it still requires a good knowledge of coding CSS and a thorough understanding of CSS concepts like the box model, inheritance, and the difference between id&#8217;s and classnames.</p>
<p><strong>The Coolness</strong></p>
<p>Still with these semantic issues aside, I don&#8217;t think anyone can deny that it is a clever collection of stylesheets. The first time I tried it when was i had used Framework for ExpressNews Sites, and second one is our Group Company&#8217;s Site. <a href="http://www.lakson.com.pk">www.lakson.com.pk</a></p>
<p><a href="http://sarfarazhanfi.files.wordpress.com/2010/03/untitled-21.jpg"><img class="alignleft size-full wp-image-59" title="Lakson Group of Company" src="http://sarfarazhanfi.files.wordpress.com/2010/03/untitled-21.jpg?w=519" alt=""   /></a></p>
<p>I was able to code the base structure for a custom 3-column layout with header and footer in about 15-20 minutes &#8211; and it had support for printing and IE 6. To me, this is a really, really cool thing! Excited, I then used it for a custom WordPress blog theme and I was quickly able to move from creating the HTML templates to styling every little element within the blog to match this new theme. I can say it cut the time to do this by at least a third. Hooray for Blueprint!</p>
<p><strong>Nothing&#8217;s perfect</strong><br />
It definitely speeds up coding HTML templates with BlueprintCSS if the designs were done on the same grid that the CSS framework is built on. Designs not on the grid do take a bit of extra code and tweaking. Steven here at Moto has done a couple of web page designs based on the standard BlueprintCSS grid and he said that he really didn&#8217;t find it all that restrictive. A really unusual site design may completely negate the advantage of using Blueprint. Nothing works perfectly for everything. On the other hand, with new tools like the <a href="http://bgg.kematzy.com/">Blueprint Grid Generator</a> the grid dimensions might be very easily changed to fit the design.</p>
<p>The other small &#8220;gotcha&#8221; with Blueprint is that if you have the need to really stray away from the base typography style sheet &#8211; especially the spacing &#8211; you need to be sure and thoroughly override the style selectors for common HTML elements like headings, paragraphs, list elements, etc. Override? Yes, I leave all the files of BlueprintCSS alone and add a link tag or import statement for a separate CSS file that holds all the styles for the design that I am creating templates for. I call it something like &#8220;theme&#8221; or &#8220;layout&#8221; and I +make sure that the reference to this style sheet is after the references to the Blueprint CSS files. Using this method allows the Blueprint files to be updated and overwritten without affecting the customized styles. I think this is the intended use and I think the way most developers are using the framework &#8211; if they choose to use it.</p>
<p><strong>If you haven&#8217;t noticed, I like this new tool</strong><br />
The BlueprintCSS framework is a very clever and useful tool for web developers, but it is not a magic-do-everything tool in the toolbox. There are probably going to be cases in my job where using BlueprintCSS doesn&#8217;t make good sense. For many of the designs that I code templates for it is going to come in very handy and cut down on coding hours. I can see it being especially useful for web applications like web administration tools or content management systems. The new Blueprint Grid Generator especially made the framework more useful. I look forward to new versions of BlueprintCSS. Hopefully it will continue to grow and mature.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=54&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/03/16/bluprintcss-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://sarfarazhanfi.files.wordpress.com/2010/03/featured_1.jpg?w=150" />
		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/03/featured_1.jpg?w=150" medium="image">
			<media:title type="html">featured_1</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>

		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/03/untitled-21.jpg" medium="image">
			<media:title type="html">Lakson Group of Company</media:title>
		</media:content>
	</item>
		<item>
		<title>15 graphic design interview tips</title>
		<link>http://sarfarazhanfi.wordpress.com/2010/01/08/15-graphic-design-interview-tips/</link>
		<comments>http://sarfarazhanfi.wordpress.com/2010/01/08/15-graphic-design-interview-tips/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:18:52 +0000</pubDate>
		<dc:creator>sarfarazhanfi</dc:creator>
				<category><![CDATA[Designing]]></category>
		<category><![CDATA[First Impression]]></category>
		<category><![CDATA[Interview Ideas]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://sarfarazhanfi.wordpress.com/?p=43</guid>
		<description><![CDATA[When you arrive in the interview give us your business card. It should be well designed, memorable, simple and hopefully have a great idea. It should be unique and you should be branded. Have 8–12 pieces of work in your folio. Put the best pieces at the front and back. Have at least six questions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=43&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>When you arrive in the interview give us your business card. It should be well designed, memorable, simple and hopefully have a great idea. It should be unique and you should be branded.</li>
<li>Have 8–12 pieces of work in your folio. Put the best pieces at the front and back.</li>
<li>Have at least six questions ready to ask (if you have less, you’ll find they will be answered in the course of the interview).</li>
<li>Take a pad and pen, take it out at the beginning of the interview. You don’t have to take notes, but it looks as if you are organized.</li>
<li>Talk about your work <em>before</em> you show it, but don’t talk too much. This should be one short sentence to engage the interviewer with <em>you</em>. We will be looking at <em>you</em> as you speak. <em>Then</em> show us your work.</li>
<li>Have samples and mock ups.</li>
<li>Bring sketches. We are as interested in how you got to the final solution as the solution itself. You can show other concepts.</li>
<li>Have a copy of your CV (resumé) at the back of the portfolio. Offer it even if we already have it.</li>
<li>On your CV don’t tell people about exam results or part-time jobs that have nothing to do with your chosen career. It pisses us off.</li>
<li>Don’t talk about holiday or money in a first interview.</li>
<li>Give a firm handshake.</li>
<li>Tell us you really want the job (believe it or not, hardly anyone does this).</li>
<li>Ask for our business card(s).</li>
<li>When you get back home, send an email thanking us for the interview.</li>
<li>Make sure your branding is consistent on your business card, CV and email signature.</li>
<li><em>One for luck</em>: Remember, 80% of design students are crap. We see lots of CVs (95% of which are crap). If you can get into the top 20% <strong>you will get a job</strong>.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sarfarazhanfi.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sarfarazhanfi.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sarfarazhanfi.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sarfarazhanfi.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sarfarazhanfi.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sarfarazhanfi.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sarfarazhanfi.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sarfarazhanfi.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sarfarazhanfi.wordpress.com&amp;blog=9461247&amp;post=43&amp;subd=sarfarazhanfi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sarfarazhanfi.wordpress.com/2010/01/08/15-graphic-design-interview-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://sarfarazhanfi.files.wordpress.com/2010/01/featured_0-1-1.jpg?w=150" />
		<media:content url="http://sarfarazhanfi.files.wordpress.com/2010/01/featured_0-1-1.jpg?w=150" medium="image">
			<media:title type="html">featured_0-1-1</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/2935aeee8da7a7ec2cfd6dc31bbb0d19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarfarazhanfi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
