<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Rafik Massoud</title>
	
	<link>http://rafikmassoud.com</link>
	<description>A Creative Portfolio Of Rafik Massoud</description>
	<lastBuildDate>Fri, 26 Mar 2010 19:25:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rafikmassoud" /><feedburner:info uri="rafikmassoud" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Apple Product Browser – Part 3</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/U6lMr86EcoY/</link>
		<comments>http://rafikmassoud.com/apple-product-browser-part-3/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 19:25:41 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1984</guid>
		<description><![CDATA[A few week ago, Harold commented on an earlier post asking how the apple product browser might be incorporated into a wordpress theme. Without wasting anymore time, here is a quick tutorial on how to make the product browser part of your wordpress theme.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A few weeks ago, <a href="http://www.iskanorfalsterbo.se/" target="_blank">Harold</a> commented on an <a href="http://rafikmassoud.com/apple-product-browser">earlier post</a> asking how the apple product browser might be incorporated into a wordpress theme. Without wasting anymore time, here is a quick tutorial on how to make the product browser part of your wordpress&nbsp;theme.</p>
<p style="text-align: left;">To make things easy, I’m going to be basing everything off the <a href="http://rafikmassoud.com/downloads/apple-product-browser.zip">original file</a> I put together. All the images and basic structure will be based of these files. If you want to learn more about how it all works, I highly recommend you read my <a href="http://rafikmassoud.com/apple-product-browser">original posting</a> on the&nbsp;subject.</p>
<p style="text-align: left;">Now, let&#8217;s get&nbsp;started.</p>
<h3>Step 1 - Download the&nbsp;files</h3>
<p style="text-align: left;">Get the files. You can download them <a href="http://rafikmassoud.com/downloads/apple-product-browser.zip">here</a>. Make sure to extract the zip&nbsp;file.</p>
<h3>Step 2 - Prep&nbsp;WordPress</h3>
<p class="right pullout"><img class="alignnone size-full wp-image-1884" title="pb-002" src="http://rafikmassoud.com/wp-content/uploads/pb-002.jpg" alt="" width="145" height="207" /></p>
<p style="text-align: left;">In order for the rest of this to work, you’ll want to do a bit of house keeping first. You need to make sure wordpress stores all your images in one folder. To do that, go to “miscellaneous” under the settings potion in the wordpress admin&nbsp;menu.</p>
<p style="text-align: left;">Make sure the option for storing uploads by  month- and year-based folders is not&nbsp;checked.</p>
<p style="text-align: left;">The reason you want wordpress to store images in one folder is simply because it makes things easier. We’re going to be calling an image using meta-data. If images are organized by wordpress, you might not call the correct image. Also, it’s a lot more work than it’s really&nbsp;worth.</p>
<h3>Step 3 - Put everything in its&nbsp;place</h3>
<p class="right pullout"><img title="pb-001" src="http://rafikmassoud.com/wp-content/uploads/pb-001.jpg" alt="" width="145" height="105" /></p>
<p style="text-align: left;">In order for wordpress to access the original files (CSS, js &amp;  images), you need to put them in your theme’s folder. I find having a “style” folder to put all the common files used by the site, such as CSS , javascripts and site images, to be much easier in terms of organization. However you choose to organize your files, make sure to relink the CSS image links to work with you organization structure. This next part is based on my organization structure, but it can easily be modified to work with&nbsp;any.</p>
<p style="text-align: left;">Consolidate the css, js and scrollbar_images into a new folder called&nbsp;“style.”</p>
<h3>Step 4 -&nbsp;header.php</h3>
<p style="text-align: left;">Link the new CSS files in the header. To do this copy and past the following code into your &#8220;header.php&#8221;&nbsp;file.</p>
<p style="text-align: left;"><code> &lt;link href="&lt;?php bloginfo('template_directory'); ?&gt;/style/css/product_browser.css" rel="stylesheet" type="text/css"&nbsp;/&gt;</code></p>
<p style="text-align: left;"><code> &lt;!-- Main fleXcroll styles for modern browsers--&gt;<br />
<span style="white-space: pre;"> </span>&lt;link href="&lt;?php bloginfo('template_directory'); ?&gt;/style/css/flexcroll.css" rel="stylesheet" type="text/css"&nbsp;/&gt;</code></p>
<p style="text-align: left;"><code> <span style="white-space: pre;"> </span>&lt;script type='text/javascript' src="&lt;?php bloginfo('template_directory');&nbsp;?&gt;/style/js/flexcrollscript.js"&gt;&lt;/script&gt;</code></p>
<p style="text-align: left;"><code> &lt;!--[if !IE]&gt;--&gt;<br />
<span style="white-space: pre;"> </span>&lt;link type="text/css" rel="stylesheet" media="only screen and (max-device-width: 480px)" href="&lt;?php bloginfo('template_directory'); ?&gt;/style/css/iphone.css"&gt;<br />
&lt;!--&lt;![endif]--&gt;<br />
</code></p>
<h3>Step 5 -&nbsp;index.php</h3>
<p style="text-align: left;">“index.php” is responsible for creating the main page of your blog. It aggregates your post title, its content and any other linked information associated with it. I’m assuming you would want to put the product browser on the main page, but in reality, you can put the product browser anywhere in your&nbsp;template.</p>
<p style="text-align: left;">Open up your theme’s “index.php” The first thing you’ll need to do is set up your&nbsp;loop.</p>
<p style="text-align: left;"><code> &lt;?php query_posts('post_type=post&amp;meta_key=post_image&amp;posts_per_page=24');<br />
if ( have_posts() ) : while ( have_posts() ) : the_post();?&gt;<span style="white-space: pre;"> </span></code></p>
<p style="text-align: left;"><span style="font-family: monospace;">&lt;!&thinsp;&#8212;&thinsp;loop content&thinsp;&#8212;&thinsp;&gt;</span></p>
<p style="text-align: left;"><code> &lt;?php endwhile; endif;<br />
wp_reset_query(); //Reset Query ?&gt;<br />
</code><br />
What this does is query 24 of your most recent posts that have a meta-key name &#8220;post_image&#8221;. I’ll talk about this&nbsp;soon.</p>
<p style="text-align: left;">Any code you want wordpress to have on each post should go between “&#8230;the_post();?&gt;” and&nbsp;“</p>
<p style="text-align: left;">The final part of the code ends the query and resets it. This is incredibly important. If you forget about this you theme will probably stop working. Don’t forget&nbsp;it.</p>
<h3>Step 6-&nbsp;Structure</h3>
<p>Now we need to integrate the original product browser file within wordpress. First we’ll want to put everything that isn’t going to repeat, mainly the containing divs and the unordered list . Your new code should look like&nbsp;this:</p>
<p><code> &lt;div&nbsp;id='product_browser_wrapper'&gt;</code></p>
<p><code> &lt;div id='productbrowser'&nbsp;class='flexcroll'&gt;</code></p>
<p><code> &lt;div&nbsp;id="absolute_container"&gt;</code></p>
<p><code> &lt;ul class='fixedwidth'&gt;<span style="white-space: pre;"> </span></code></p>
<p><code> &lt;?php query_posts('post_type=post&amp;meta_key=post_image&amp;posts_per_page=24');<br />
if ( have_posts() ) : while ( have_posts() ) : the_post();?&gt;<span style="white-space: pre;"> </span></code></p>
<p><code><span style="white-space: pre;"> </span>&lt;!-- loop content&nbsp;--&gt;</code></p>
<p><code> &lt;?php endwhile; endif;<br />
wp_reset_query(); //Reset Query&nbsp;?&gt;</code></p>
<p><code>&nbsp;&lt;/ul&gt;</code></p>
<p><code>&nbsp;&lt;/div&gt;</code></p>
<p><code>&lt;/div&gt;</code></p>
<p><code> &lt;/div&gt;<br />
</code></p>
<h3>Step 7 - The&nbsp;repetitive</h3>
<p>There’s no point in having a product browser with nothing in it, so we need to get wordpress to put stuff in&nbsp;it.</p>
<p>Replace &#8220;&lt;!&thinsp;&#8212;&thinsp;loop content&thinsp;&#8212;&thinsp;&gt;&#8221; with the following&nbsp;code:</p>
<p><code> &lt;li class="product_image" id="airport_express" style="background: transparent url(&lt;?php bloginfo('url'); ?&gt;/wp-content/uploads/&lt;?php $key="post_image"; echo get_post_meta($post-&gt;ID, $key, true); ?&gt;.jpg) no-repeat bottom&nbsp;center;"&gt;</code></p>
<p><code> &lt;div class="product_label"&gt;<br />
</code></p>
<p><code>&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_title();?&gt;&lt;/a&gt;<br />
</code></p>
<p><code>&lt;/div&gt;<br />
</code></p>
<p><code>&lt;/li&gt;<br />
</code><br />
This part is going to create a list item for each post. Each list item is going to have a background image (defined by the meta-key “post_image”). Within Each list item, a div containing the title of the post as well as the link to the post is created. Then everything is&nbsp;closed.</p>
<p>Your final code should look like&nbsp;this:</p>
<p><code> &lt;div id='product_browser_wrapper'&gt;<br />
</code></p>
<p><code>&lt;div id='productbrowser' class='flexcroll'&gt;<br />
</code></p>
<p><code>&lt;div id="absolute_container"&gt;<br />
</code></p>
<p><code>&lt;ul class='fixedwidth'&gt;<span style="white-space: pre;"> </span><br />
</code></p>
<p><code>&lt;?php query_posts('post_type=post&amp;meta_key=post_image&amp;posts_per_page=24');<br />
<span style="white-space: pre;"> </span>if ( have_posts() ) : while ( have_posts() ) : the_post();?&gt;<br />
</code></p>
<p><code>&lt;li class="product_image" id="airport_express" style="background: transparent url(&lt;?php bloginfo('url'); ?&gt;/wp-content/uploads/&lt;?php $key="post_image"; echo get_post_meta($post-&gt;ID, $key, true); ?&gt;.jpg) no-repeat bottom center;"&gt;<br />
</code></p>
<p><code>&lt;div class="product_label"&gt;<br />
</code></p>
<p><code>&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_title();?&gt;&lt;/a&gt;<br />
</code></p>
<p><code>&lt;/div&gt;<br />
</code></p>
<p><code>&lt;/li&gt;<br />
</code></p>
<p><span style="font-family: monospace;">&lt;?php endwhile; endif;<br />
wp_reset_query(); //Reset Query&nbsp;?&gt;</span></p>
<p><code>&lt;/ul&gt;<br />
</code></p>
<p><code>&lt;/div&gt;<br />
</code></p>
<p><code>&lt;/div&gt;<br />
</code></p>
<p><code>&lt;/div&gt;</code></p>
<p style="text-align: left;">
<h3>Step 8 - Making&nbsp;posts</h3>
<p style="text-align: left;">You’re essentially home free at this point. All you need to do is add a meta-tag called “post-image.” In the meta-tag, you need to define the name of the image you want to use.  I decided to you make all my post images jpegs, so I don’t need to to define it as part of the name every time. If you decide not to have your backgrounds as jpegs, you’ll need to remove “.jpg” from the&nbsp;loop</p>
<p><img class="alignnone size-full wp-image-1882" title="pb-004" src="http://rafikmassoud.com/wp-content/uploads/pb-004.jpg" alt="" width="746" height="94" /></p>
<p style="text-align: left;">Again, you can see the final product <a href="http://rafikmassoud.com/projects/apple-product-browser/" target="_blank">here</a> &amp; download it&nbsp;<a href="http://rafikmassoud.com/downloads/apple-product-browser.zip">here</a>.</p>
<h3>Legal Mumbo&nbsp;Jumbo</h3>
<p style="text-align: left;">I take no credit for the images used in this example as they were created and are copyrighted by Apple, Inc. I also do not take credit for the scripts that helped make the product browser possible. The script developed by <a href="http://www.hesido.com/web.php?page=customscrollbar"><span>hesid.com</span></a> is free for personal use (there is a commercial license fee). This download is delivered as is. I will however, be happy to answer any questions you may&nbsp;have.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=U6lMr86EcoY:M6A35ZKMmug:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=U6lMr86EcoY:M6A35ZKMmug:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=U6lMr86EcoY:M6A35ZKMmug:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=U6lMr86EcoY:M6A35ZKMmug:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=U6lMr86EcoY:M6A35ZKMmug:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=U6lMr86EcoY:M6A35ZKMmug:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/U6lMr86EcoY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/apple-product-browser-part-3//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/apple-product-browser-part-3/</feedburner:origLink></item>
		<item>
		<title>Boxes by Bernie Burns</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/zoq2vZF0-vA/</link>
		<comments>http://rafikmassoud.com/boxes-by-bernie-burns/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 23:04:34 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Random Find]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1972</guid>
		<description><![CDATA[Cardboard boxes are everywhere. They're boring and dull in almost every way. They don't look good and they have little function. This is probably why Bernie Burns took it upon himself to give these boxes some personality. Take a look. You'll never look at cardboard boxes the same.]]></description>
			<content:encoded><![CDATA[<p>Cardboard boxes are everywhere. They&#8217;re boring and dull in almost every way. They don&#8217;t look good and they have little function. This is probably why <a href="http://www.flickr.com/people/senor_b/" target="_blank">Bernie Burns</a> took it upon himself to give these boxes some personality. Take a look. You&#8217;ll never look at cardboard boxes the&nbsp;same.</p>
<p><img class="alignnone size-full wp-image-1839" title="boxes_by_bernie_01" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_01.jpg" alt="" width="535" height="290" /></p>
<p><img class="alignnone size-full wp-image-1840" title="boxes_by_bernie_02" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_02.jpg" alt="" width="535" height="500" /></p>
<p><img class="alignnone size-full wp-image-1841" title="boxes_by_bernie_03" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_03.jpg" alt="" width="535" height="500" /></p>
<p><img class="alignnone size-full wp-image-1842" title="boxes_by_bernie_04" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_04.jpg" alt="" width="535" height="500" /></p>
<p><img class="alignnone size-full wp-image-1843" title="boxes_by_bernie_05" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_05.jpg" alt="" width="535" height="500" /></p>
<p><img class="alignnone size-full wp-image-1844" title="boxes_by_bernie_06" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_06.jpg" alt="" width="535" height="500" /></p>
<p><img class="alignnone size-full wp-image-1845" title="boxes_by_bernie_07" src="http://rafikmassoud.com/wp-content/uploads/boxes_by_bernie_07.jpg" alt="" width="535" height="500" /></p>
<p>Be sure to check out Bernie&#8217;s Flickr <a href="http://www.flickr.com/photos/senor_b/sets/271116/" target="_blank">photostream</a> to see more of his cardboard creations. Some of them are really out there, but still really amazing. They&#8217;re definitely worth looking&nbsp;at.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=zoq2vZF0-vA:F6JEF74YZ5A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=zoq2vZF0-vA:F6JEF74YZ5A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=zoq2vZF0-vA:F6JEF74YZ5A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=zoq2vZF0-vA:F6JEF74YZ5A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=zoq2vZF0-vA:F6JEF74YZ5A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=zoq2vZF0-vA:F6JEF74YZ5A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/zoq2vZF0-vA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/boxes-by-bernie-burns//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/boxes-by-bernie-burns/</feedburner:origLink></item>
		<item>
		<title>Get Your Type Naked</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/8BmXi0bu_u0/</link>
		<comments>http://rafikmassoud.com/get-your-type-naked/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:59:14 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Quick Post]]></category>
		<category><![CDATA[Random Find]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1947</guid>
		<description><![CDATA[The other day I came across these beautiful posters by Juan Carlos Pagan. Everything in them is outstanding. The colors, the illustration and most importantly — the typography. Take a look.]]></description>
			<content:encoded><![CDATA[<p>Alright, I know it&#8217;s been a long time since I last blog, but things have been a little chaotic on my end and for that I apologize. Now back to the regular blog&nbsp;goodness.</p>
<p>The other day I came across these beautiful posters by <a href="http://www.behance.net/JuanCarlosPagan" target="_blank">Juan Carlos Pagan</a>. Everything in them is outstanding. The colors, the illustration and most importantly — the typography. Take a&nbsp;look.</p>
<p><img class="alignnone size-full wp-image-1833" title="naked_type_08" src="http://rafikmassoud.com/wp-content/uploads/naked_type_08.jpg" alt="" width="535" height="713" /></p>
<p><img class="alignnone size-full wp-image-1826" title="naked_type_01" src="http://rafikmassoud.com/wp-content/uploads/naked_type_01.jpg" alt="" width="535" height="356" /></p>
<p><img class="alignnone size-full wp-image-1827" title="naked_type_02" src="http://rafikmassoud.com/wp-content/uploads/naked_type_02.jpg" alt="" width="535" height="383" /></p>
<p><a href="http://rafikmassoud.com/wp-content/uploads/naked_type_03.jpg" rel="shadowbox[post-1947];player=img;"><img class="alignnone size-full wp-image-1828" title="naked_type_03" src="http://rafikmassoud.com/wp-content/uploads/naked_type_03.jpg" alt="" width="535" height="350" /></a></p>
<p><img class="alignnone size-full wp-image-1830" title="naked_type_05" src="http://rafikmassoud.com/wp-content/uploads/naked_type_05.jpg" alt="" width="535" height="736" /></p>
<p><img class="alignnone size-full wp-image-1829" title="naked_type_04" src="http://rafikmassoud.com/wp-content/uploads/naked_type_04.jpg" alt="" width="535" height="804" /></p>
<p><img class="alignnone size-full wp-image-1832" title="naked_type_07" src="http://rafikmassoud.com/wp-content/uploads/naked_type_07.jpg" alt="" width="535" height="734" /></p>
<p><img class="alignnone size-full wp-image-1831" title="naked_type_06" src="http://rafikmassoud.com/wp-content/uploads/naked_type_06.jpg" alt="" width="535" height="356" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=8BmXi0bu_u0:grmVH8Xe0YE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=8BmXi0bu_u0:grmVH8Xe0YE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=8BmXi0bu_u0:grmVH8Xe0YE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=8BmXi0bu_u0:grmVH8Xe0YE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=8BmXi0bu_u0:grmVH8Xe0YE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=8BmXi0bu_u0:grmVH8Xe0YE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/8BmXi0bu_u0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/get-your-type-naked//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/get-your-type-naked/</feedburner:origLink></item>
		<item>
		<title>These Cups Make Me Smile</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/xX-y9o2xYtE/</link>
		<comments>http://rafikmassoud.com/these-cups-make-me-smile/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:11:26 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Quick Post]]></category>
		<category><![CDATA[Random Find]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1942</guid>
		<description><![CDATA[Who says cups can't have personality? These cups by Psyho Studio are proof that cups can be fun too.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Who says cups can&#8217;t have personality? These cups by <a href="http://www.psyho.ua/eng" target="_blank">Psyho Studio</a> are proof that cups can be fun too. My favorite part is that each cup in the set portrays it&#8217;s own personality. Take a&nbsp;look.</p>
<p style="text-align: left;"><img class="size-full wp-image-1870  alignnone" title="smile-cups-01" src="http://rafikmassoud.com/wp-content/uploads/smile-cups-01.jpg" alt="" width="535" height="410" /></p>
<p style="text-align: left;"><img class="size-full wp-image-1871  alignnone" title="smile-cups-02" src="http://rafikmassoud.com/wp-content/uploads/smile-cups-02.jpg" alt="" width="535" height="410" /></p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-1872" title="smile-cups-03" src="http://rafikmassoud.com/wp-content/uploads/smile-cups-03.jpg" alt="" width="535" height="410" /></p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-1873" title="smile-cups-04" src="http://rafikmassoud.com/wp-content/uploads/smile-cups-04.jpg" alt="" width="535" height="410" /></p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-1874" title="smile-cups-05" src="http://rafikmassoud.com/wp-content/uploads/smile-cups-05.jpg" alt="" width="535" height="410" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=xX-y9o2xYtE:8VTJCVzC720:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=xX-y9o2xYtE:8VTJCVzC720:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=xX-y9o2xYtE:8VTJCVzC720:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=xX-y9o2xYtE:8VTJCVzC720:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=xX-y9o2xYtE:8VTJCVzC720:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=xX-y9o2xYtE:8VTJCVzC720:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/xX-y9o2xYtE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/these-cups-make-me-smile//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/these-cups-make-me-smile/</feedburner:origLink></item>
		<item>
		<title>Screw Your Lamp</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/rX9Y5vchl60/</link>
		<comments>http://rafikmassoud.com/screw-your-lamp/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:05:42 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Random Find]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1929</guid>
		<description><![CDATA[Lamps have been around for thousands of years, so it's hard to imagine there could be any more innovating left to be done. Nonetheless, designer Jonathan Rowell found away to leave is his mark on this form of lighting and it's brilliant if I do say so myself.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Lamps have been around for thousands of years, so it&#8217;s hard to imagine there could be any more innovating left to be done. Nonetheless, designer <a href="http://jonathanrowell.com/" target="_blank">Jonathan Rowell</a> found away to leave is his mark on this form of lighting and it&#8217;s brilliant if I do say so&nbsp;myself.</p>
<p style="text-align: left;">I don&#8217;t know about you, but the my least favorite part is having to adjust and readjust lamps depending on the situation. They never seem to work well. All the various hinges just break the ascetics. Not a problem here. That&#8217;s because the entire lamp is a giant screw. It&#8217;s just brilliant. Take a&nbsp;look</p>
<p style="text-align: left;"><img class="size-full wp-image-1861  alignnone" title="screw-me-lamp-01" src="http://rafikmassoud.com/wp-content/uploads/screw-me-lamp-01.jpg" alt="" width="535" height="535" /></p>
<p style="text-align: left;"><img class="size-full wp-image-1862  alignnone" title="screw-me-lamp-02" src="http://rafikmassoud.com/wp-content/uploads/screw-me-lamp-02.jpg" alt="" width="535" height="378" /></p>
<p style="text-align: left;"><img class="size-full wp-image-1863  alignnone" title="screw-me-lamp-03" src="http://rafikmassoud.com/wp-content/uploads/screw-me-lamp-03.jpg" alt="" width="535" height="378" /></p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-1864" title="screw-me-lamp-04" src="http://rafikmassoud.com/wp-content/uploads/screw-me-lamp-04.jpg" alt="" width="535" height="378" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=rX9Y5vchl60:T8JwnATMOgc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=rX9Y5vchl60:T8JwnATMOgc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=rX9Y5vchl60:T8JwnATMOgc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=rX9Y5vchl60:T8JwnATMOgc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=rX9Y5vchl60:T8JwnATMOgc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=rX9Y5vchl60:T8JwnATMOgc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/rX9Y5vchl60" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/screw-your-lamp//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/screw-your-lamp/</feedburner:origLink></item>
		<item>
		<title>The Cocktail Gallery</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/pVqOsFELQYQ/</link>
		<comments>http://rafikmassoud.com/the-cocktail-gallery/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:49:13 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Quick Post]]></category>
		<category><![CDATA[Random Find]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1922</guid>
		<description><![CDATA[If you like cocktails and even if you don't, you'll like these posters by  the Cocktail Gallery.  Their clever wit and great illustrations make them stand out. If you're looking to have a little laugh or if you're looking for posters to buy, you should definitely check them out.]]></description>
			<content:encoded><![CDATA[<p>If you like cocktails and even if you don&#8217;t, you&#8217;ll like these posters by  <a href="http://www.thecocktailgallery.com" target="_blank">the Cocktail Gallery</a>.  Their clever wit and great illustrations make them stand out. If you&#8217;re looking to have a little laugh or if you&#8217;re looking for posters to buy, you should definitely check them&nbsp;out.</p>
<p><a href="http://www.thecocktailgallery.com" target="_blank"><img class="alignnone size-full wp-image-1852" title="cocktail_galleries_01" src="http://rafikmassoud.com/wp-content/uploads/cocktail_galleries_01.jpg" alt="" width="735" height="800" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=pVqOsFELQYQ:Un8P2_WxsSE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=pVqOsFELQYQ:Un8P2_WxsSE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=pVqOsFELQYQ:Un8P2_WxsSE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=pVqOsFELQYQ:Un8P2_WxsSE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=pVqOsFELQYQ:Un8P2_WxsSE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=pVqOsFELQYQ:Un8P2_WxsSE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/pVqOsFELQYQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/the-cocktail-gallery//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/the-cocktail-gallery/</feedburner:origLink></item>
		<item>
		<title>Vancouver 2010</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/4Ty5r7718rE/</link>
		<comments>http://rafikmassoud.com/vancouver-2010/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 06:01:47 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1913</guid>
		<description><![CDATA[2010 brings a long with it many important events. One of those events is the Winter Olympics held in Vancouver. Although I'm not big on winter sports, one thing that caught my eye with this year's Winter Olympics is how great the brand looks. ]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">2010 brings a long with it many important events. One of those events is the Winter Olympics held in Vancouver. Although I&#8217;m not big on winter sports, one thing that caught my eye with this year&#8217;s Winter Olympics is how great the brand looks. Everything from the posters to the icons looks&nbsp;awesome.</p>
<p style="text-align: left;"><img class="size-full wp-image-1838  alignnone" title="vancouver_2010_image_1" src="http://rafikmassoud.com/wp-content/uploads/vancouver_2010_image_1.jpg" alt="" width="735" height="400" /></p>
<p><img class="size-full wp-image-1839  alignnone" title="vancouver_2010_image_2" src="http://rafikmassoud.com/wp-content/uploads/vancouver_2010_image_2.jpg" alt="" width="735" height="400" /></p>
<p><img class="alignnone size-full wp-image-1840" title="vancouver_2010_image_3" src="http://rafikmassoud.com/wp-content/uploads/vancouver_2010_image_3.jpg" alt="" width="735" height="400" /></p>
<p><img class="size-full wp-image-1841  alignnone" title="vancouver_2010_image_4" src="http://rafikmassoud.com/wp-content/uploads/vancouver_2010_image_4.jpg" alt="" width="735" height="400" /></p>
<p><img class="size-full wp-image-1842  alignnone" title="vancouver_2010_image_5" src="http://rafikmassoud.com/wp-content/uploads/vancouver_2010_image_5.gif" alt="" width="735" height="385" /></p>
<p style="text-align: left;">If you want to learn more about the 2010 Olympics, you should definitely head over to their <a href="http://www.vancouver2010.com/" target="_blank">site</a>. You&#8217;ll find a lot of great stuff there as well as find out how you can get involved with the Olympics. If that doesn&#8217;t really interest you, don&#8217;t worry. You&#8217;ll also find some awesome&nbsp;downloads.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=4Ty5r7718rE:KYdx1JcHf-U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=4Ty5r7718rE:KYdx1JcHf-U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=4Ty5r7718rE:KYdx1JcHf-U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=4Ty5r7718rE:KYdx1JcHf-U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=4Ty5r7718rE:KYdx1JcHf-U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=4Ty5r7718rE:KYdx1JcHf-U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/4Ty5r7718rE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/vancouver-2010//feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/vancouver-2010/</feedburner:origLink></item>
		<item>
		<title>What’s Under Your Masks</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/ctYd34kLw74/</link>
		<comments>http://rafikmassoud.com/whats-under-your-masks/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 07:05:58 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Quick Post]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1896</guid>
		<description><![CDATA[German Illustrator Adrian Pavic does a beautiful job creating these prints. I love how he manages to capture the essence of each of these masks within a simple flat image. The prints are absolutely stunning. ]]></description>
			<content:encoded><![CDATA[<p class="right pullout"><img class="alignright size-full wp-image-1819" title="whats_under_your_mask_thin" src="http://rafikmassoud.com/wp-content/uploads/whats_under_your_mask_thin.jpg" alt="" width="135" height="435" /></p>
<p>German Illustrator Adrian Pavic does a beautiful job creating these prints. I love how he manages to capture the essence of each of these masks within a simple flat image. The prints are absolutely&nbsp;stunning.</p>
<p><img class="size-full wp-image-1822  alignnone" title="whats_under_your_mask_02" src="http://rafikmassoud.com/wp-content/uploads/whats_under_your_mask_02.jpg" alt="" width="535" height="388" /></p>
<p><img class="size-full wp-image-1821    alignnone" title="whats_under_your_mask_03" src="http://rafikmassoud.com/wp-content/uploads/whats_under_your_mask_03.jpg" alt="" width="535" height="388" /></p>
<p><img class="alignnone size-full wp-image-1823" title="whats_under_your_mask_01" src="http://rafikmassoud.com/wp-content/uploads/whats_under_your_mask_01.jpg" alt="" width="535" height="757" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=ctYd34kLw74:6D7BcY0-wog:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=ctYd34kLw74:6D7BcY0-wog:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=ctYd34kLw74:6D7BcY0-wog:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=ctYd34kLw74:6D7BcY0-wog:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=ctYd34kLw74:6D7BcY0-wog:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=ctYd34kLw74:6D7BcY0-wog:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/ctYd34kLw74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/whats-under-your-masks//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/whats-under-your-masks/</feedburner:origLink></item>
		<item>
		<title>Make Goals More Achievable</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/gulc9f1WfpI/</link>
		<comments>http://rafikmassoud.com/make-goals-more-achievable/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 04:27:17 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Formal Post]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Tutorials & How-to's]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/?p=1892</guid>
		<description><![CDATA[We all make and set goals for the New Year, but how many of those goals do we really keep? The problem isn’t necessarily that we’re being overly ambitious. The problem is we don’t set our goals properly.]]></description>
			<content:encoded><![CDATA[<p>We all make and set goals for the New Year, but how many of those goals do we really keep? The problem isn’t necessarily that we’re being overly ambitious. The problem is we don’t set our goals properly. Over the years, I’ve tried many ways of achieving my goals and have come with some key elements to setting goals and achieving&nbsp;them.</p>
<h3>Make Them&nbsp;Measurable</h3>
<p>Know where you started. It’s always hard to stay on track when you don’t know how far you’ve really gone. Keep track of success and failure rates. If something stopped you from achieving your goal, figure out why. Did you just get lazy or was it something that was out of your&nbsp;control?</p>
<h3>Quantify</h3>
<p>Don’t just say you want more clients; say how many more you want. This will help you know how much further till you reach you goal. If you’re planning on doing something multiple times, say how many times you want to repeat it. Don’t be general. State when you want to achieve your goal&nbsp;by.</p>
<h3>Be&nbsp;Accountable</h3>
<p>This goes without saying. If you’re not honest about achieving your goals, you won’t get very far. I find that being accountable to someone is always a great motivator to keep&nbsp;going.</p>
<h3>Don’t Stretch Too&nbsp;Far</h3>
<p>Remember you only have a limited time to achieve your goals, if you’re over ambitious, you’ll get worn out or just loose focus. You’ll stretch yourself too thin and risk not achieving any of your goals. Life always throws unexpected events into our lives, so make sure there is room in your schedule for those&nbsp;times.</p>
<h3>Break Them&nbsp;Down</h3>
<p>If you’re goal is to build an entire brand identity including website and all, you might be at it for months or even years before you get it just right. That’s not very encouraging if you ask me, but if you begin to break things down into more achievable bite-sized tasks, things get a bit more motivating. Breaking things down might give you a long list of things to do, but when each of those things only takes a few minutes, it becomes more encourage and really hard to stop working. Trust me, it’s fun crossing things off of your to-do&nbsp;list.</p>
<h3>Keep It On Your&nbsp;Mind</h3>
<p>A lot of people make goals, but they forget about them or they get distracted by other things. Write your goals down and put the list on your desk. Put it somewhere you can always see it. Put it on your phone, on your calendar, on your computer wallpaper, whatever you have to do to stay&nbsp;focused.</p>
<h3>Be&nbsp;Motivated</h3>
<p>Make a plan to treat yourself when you achieve your goal. Maybe a nice dinner, vacation, a new computer or phone, whatever it is you feel will really motivate you. Just make sure you follow through with it. Nobody likes being cheated, so why do it to&nbsp;yourself?</p>
<p>It isn’t hard to achieve goals when you set them properly. This list of things isn’t just for New Year’s resolutions. You can apply it to anything, so go at it. Make that list of things you want to accomplish and start crossing them&nbsp;off.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=gulc9f1WfpI:RXe0fMD7gZc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=gulc9f1WfpI:RXe0fMD7gZc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=gulc9f1WfpI:RXe0fMD7gZc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=gulc9f1WfpI:RXe0fMD7gZc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=gulc9f1WfpI:RXe0fMD7gZc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=gulc9f1WfpI:RXe0fMD7gZc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/gulc9f1WfpI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/make-goals-more-achievable//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/make-goals-more-achievable/</feedburner:origLink></item>
		<item>
		<title>Pri Ha’gefen Wine Concept</title>
		<link>http://feedproxy.google.com/~r/rafikmassoud/~3/UoHOru9mg3I/</link>
		<comments>http://rafikmassoud.com/pri-ha-gefen-wine-concept/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:08:52 +0000</pubDate>
		<dc:creator>Rafik Massoud</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Packaging]]></category>

		<guid isPermaLink="false">http://rafikmassoud.com/1465/</guid>
		<description><![CDATA[There are so many wine labels out there, sometimes, they end up looking the same.Every once in a while however, there's label that jumps out.]]></description>
			<content:encoded><![CDATA[<p>There are so many wine labels out there, sometimes, they end up looking the same. Every once in a while however, there&#8217;s label that jumps out. This project by <a href="http://fay.carbonmade.com/" target="_blank">Fay K.Pal</a> jumped out at me and for good reason. It&#8217;s&nbsp;beautiful.</p>
<p><img class="size-full wp-image-1463 alignnone" title="pri-ha-gefen-01" src="http://rafikmassoud.com/wp-content/uploads/pri-ha-gefen-01.jpg" alt="pri-ha-gefen-01" width="535" height="491" /></p>
<p><img class="size-full wp-image-1462 alignnone" title="pri-ha-gefen-02" src="http://rafikmassoud.com/wp-content/uploads/pri-ha-gefen-02.jpg" alt="pri-ha-gefen-02" width="535" height="401" /></p>
<p>My favorite part about this label, is the seamless union of a traditional Jewish type and the modern design used on the&nbsp;label.</p>
<p><img class="size-full wp-image-1461 alignnone" title="pri-ha-gefen-03" src="http://rafikmassoud.com/wp-content/uploads/pri-ha-gefen-03.jpg" alt="pri-ha-gefen-03" width="535" height="283" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=UoHOru9mg3I:SM5sPyMEw0Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=UoHOru9mg3I:SM5sPyMEw0Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=UoHOru9mg3I:SM5sPyMEw0Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=UoHOru9mg3I:SM5sPyMEw0Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?i=UoHOru9mg3I:SM5sPyMEw0Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rafikmassoud?a=UoHOru9mg3I:SM5sPyMEw0Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rafikmassoud?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rafikmassoud/~4/UoHOru9mg3I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rafikmassoud.com/pri-ha-gefen-wine-concept//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rafikmassoud.com/pri-ha-gefen-wine-concept/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.409 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-29 13:01:12 -->
