<?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>Jorge Pedret</title>
	
	<link>http://jorgepedret.com</link>
	<description>Freelance Web Developer + Front End Designer</description>
	<lastBuildDate>Wed, 22 Feb 2012 00:24:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JorgePedret" /><feedburner:info uri="jorgepedret" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>JorgePedret</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Pears: Common patterns of markup &amp; style</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/tabjDYo46yI/</link>
		<comments>http://jorgepedret.com/wordpress/pears-common-patterns-of-markup-style/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 12:08:00 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[pears]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/uncategorized/pears-common-patterns-of-markup-style/</guid>
		<description><![CDATA[Great WordPress theme for creating a pattern library]]></description>
			<content:encoded><![CDATA[<p>Great WordPress theme for creating a pattern library</p>

<p><a href="http://feedads.g.doubleclick.net/~a/gCaQGAYNvKj2PQ0gRTDzHK3nqKQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/gCaQGAYNvKj2PQ0gRTDzHK3nqKQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gCaQGAYNvKj2PQ0gRTDzHK3nqKQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/gCaQGAYNvKj2PQ0gRTDzHK3nqKQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/tabjDYo46yI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/wordpress/pears-common-patterns-of-markup-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/wordpress/pears-common-patterns-of-markup-style/</feedburner:origLink></item>
		<item>
		<title>How to translate WordPress’ admin to a different language?</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/O8SrNJh-G2A/</link>
		<comments>http://jorgepedret.com/wordpress/how-to-translate-wordpress-admin-to-a-different-language/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 15:40:52 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[español]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[translate]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=647</guid>
		<description><![CDATA[While traveling in Venezuela, I was helping a friend setup his first WordPress site. He loved every single part of it, except that it was all in English and he wanted to see it in Spanish. Que problem-o.

Using a different language for WordPress' admin, was something I've always wanted to learn, so I started looking around and I couldn't believe how easy it was...]]></description>
			<content:encoded><![CDATA[<p>While traveling in Venezuela, I was helping a friend setup his first WordPress site. He loved every single part of it, except that it was all in English and he wanted to see it in Spanish. Que problem-o.</p>
<p>Using a different language for WordPress&#8217; admin, was something I&#8217;ve always wanted to learn, so I started looking around and I couldn&#8217;t believe how easy it was&#8230;</p>
<h2>1. Download the language files</h2>
<p>Go to this url <a href="http://codex.wordpress.org/WordPress_in_Your_Language">http://codex.wordpress.org/WordPress_in_Your_Language</a> and search for the language that you&#8217;re looking for:</p>
<ol>
<li>Find the language that you&#8217;re looking for (i.e.: es_ES)</li>
<li>Download the whole WordPress package for that language</li>
<li>Uncompress the downloaded .zip file</li>
<li>All the language files will be under the <code>/wp-content/languages/</code> directory</li>
</ol>
<h2>2.Move the languages files to your current WordPress installation</h2>
<p>Copy the language files from the previously uncompressed package (from <code>/wp-content/languages/</code>) and move them to <code>/wp-content/languages/</code> in your current WordPress installation.</p>
<h2>3. Change the wp-config.php file</h2>
<p>Go to the <code>/wp-config.php</code> file in your current WordPress installation and change the <code>WPLANG</code> constant to your language.</p>
<p>This is what mine looks like:</p>
<pre class="brush: php; title: ; notranslate">
define('WPLANG', 'es_ES');
</pre>
<h2>That&#8217;s it!</h2>
<p>Reload your admin panel and it should now be translated to your own language (or your clients&#8217;).</p>
<p>While researching this stuff, I also found an amazing plugin to manually translate WordPress templates that use the __() and _e() l10n&#8217;s functions. If you don&#8217;t know what I&#8217;m talking about check this out <a href="http://codex.wordpress.org/I18n_for_WordPress_Developers">http://codex.wordpress.org/I18n_for_WordPress_Developers</a>. I&#8217;ll be writing a post about that soon, so stay close if this is something you&#8217;re interested in!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/SrRziOD-u6dDCXSqwLB1ttFuhw0/0/da"><img src="http://feedads.g.doubleclick.net/~a/SrRziOD-u6dDCXSqwLB1ttFuhw0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SrRziOD-u6dDCXSqwLB1ttFuhw0/1/da"><img src="http://feedads.g.doubleclick.net/~a/SrRziOD-u6dDCXSqwLB1ttFuhw0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/O8SrNJh-G2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/wordpress/how-to-translate-wordpress-admin-to-a-different-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/wordpress/how-to-translate-wordpress-admin-to-a-different-language/</feedburner:origLink></item>
		<item>
		<title>SEO for non-dicks</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/I_VnWL1TWI4/</link>
		<comments>http://jorgepedret.com/seo/seo-for-non-dicks/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 08:42:15 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=639</guid>
		<description><![CDATA[The key thing to understand is that the rules of SEO aren’t magic or arbitrary. They’re based on the goals of a search engine, which is to find relevant results. Relevance implies genuineness, and genuineness implies trust. So, shockingly, you should try to make your site’s content trustworthy, genuine and relevant. All of the rules [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The key thing to understand is that the rules of SEO aren’t magic or arbitrary. They’re based on the goals of a search engine, which is to find relevant results. Relevance implies genuineness, and genuineness implies trust. So, shockingly, you should try to make your site’s content trustworthy, genuine and relevant. All of the rules have come about due to their utility in detecting those three positive metrics. Good SEO is a by-product of not being a dick on the internet.</p>
<p>Matt Legend Gemmell ~ <a href="http://mattgemmell.com/2011/09/20/seo-for-non-dicks/">SEO for Non-dicks</a></p></blockquote>
<p>I couldn&#8217;t agree more with Matt. I&#8217;d add that some of the core SEO rules are also based on how usable and accessible the site is.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/M_-wnXju9__on8V23VVJKmyEWO8/0/da"><img src="http://feedads.g.doubleclick.net/~a/M_-wnXju9__on8V23VVJKmyEWO8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M_-wnXju9__on8V23VVJKmyEWO8/1/da"><img src="http://feedads.g.doubleclick.net/~a/M_-wnXju9__on8V23VVJKmyEWO8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/I_VnWL1TWI4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/seo/seo-for-non-dicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/seo/seo-for-non-dicks/</feedburner:origLink></item>
		<item>
		<title>Separating Photoshop Layer Styles Into Their Own Layer — A Method &amp; Craft Video</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/e5bV71_vTqY/</link>
		<comments>http://jorgepedret.com/design-2/separating-photoshop-layer-styles-into-their-own-layer-%e2%80%94-a-method-craft-video/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 15:39:29 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[layers]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=634</guid>
		<description><![CDATA[Check out Luke Holder from Method &#038; Craft on "Layer Style Jailbreaking". He show us how to make Photoshop Layer Styles separate into their own layer and some reasons why we want to do that.]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="https://twitter.com/#!/lukeholder">Luke Holder</a> from <a href="http://methodandcraft.com/">Method &amp; Craft</a> on &#8220;Layer Style Jailbreaking&#8221;. He show us how to make Photoshop Layer Styles separate into their own layer and some reasons why we want to do that.</p>
<p>This is a technique I&#8217;ve never seen before, so if you don&#8217;t know what I&#8217;m talking about, just check out <a href="http://methodandcraft.com/videos/layer-style-jailbreak">the video</a>.</p>
<p>Here&#8217;s a quick step-by-step list:</p>
<ol>
<li>In Photoshop, select a layer with styles assigned to it.</li>
<li>On the main menu, go to Layer &gt; Layer Style &gt; Create Layer (Click OK on the message prompt).</li>
<li>Now all the styles are layers!</li>
</ol>

<p><a href="http://feedads.g.doubleclick.net/~a/VHwM6Job0OWk7-x4Ft1knfwLV9I/0/da"><img src="http://feedads.g.doubleclick.net/~a/VHwM6Job0OWk7-x4Ft1knfwLV9I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VHwM6Job0OWk7-x4Ft1knfwLV9I/1/da"><img src="http://feedads.g.doubleclick.net/~a/VHwM6Job0OWk7-x4Ft1knfwLV9I/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/e5bV71_vTqY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/separating-photoshop-layer-styles-into-their-own-layer-%e2%80%94-a-method-craft-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/design-2/separating-photoshop-layer-styles-into-their-own-layer-%e2%80%94-a-method-craft-video/</feedburner:origLink></item>
		<item>
		<title>COOQ’s Landing Page</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/1zOffzjr4X8/</link>
		<comments>http://jorgepedret.com/design-2/cooqs-landing-page/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 17:39:27 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[cooq]]></category>
		<category><![CDATA[daily posts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[landing page]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=614</guid>
		<description><![CDATA[After a lot of work and tweaking around things, we've finally made live the landing page for COOQ (<a href="http://cooq.com/">http://cooq.com/</a>). I'd love to hear your feedback!]]></description>
			<content:encoded><![CDATA[<p>After a lot of work and tweaking around things, we&#8217;ve finally made live the landing page for COOQ (<a href="http://cooq.com/">http://cooq.com/</a>). I&#8217;d love to hear your feedback!</p>
<p>This was an amazing project to work on, lots of creative ideas put into it and an amazing client to work with.</p>
<h3>Looking for beta testers!</h3>
<p>If you love food &amp; cooking, we&#8217;re recruiting people like you to use COOQ.com on its private beta stage. So just enter your email on the landing page and you&#8217;ll be hearing from COOQ soon.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/jD7tIKRu0iIHsoGPP89TCd75-7A/0/da"><img src="http://feedads.g.doubleclick.net/~a/jD7tIKRu0iIHsoGPP89TCd75-7A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jD7tIKRu0iIHsoGPP89TCd75-7A/1/da"><img src="http://feedads.g.doubleclick.net/~a/jD7tIKRu0iIHsoGPP89TCd75-7A/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/1zOffzjr4X8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/cooqs-landing-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/design-2/cooqs-landing-page/</feedburner:origLink></item>
		<item>
		<title>Social Media is not Going to Save Your Business</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/F4Ny_dJaskM/</link>
		<comments>http://jorgepedret.com/business/social-media-is-not-going-to-save-your-business/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 19:02:00 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/uncategorized/social-media-is-not-going-to-save-your-business/</guid>
		
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/hDyRP31t5nPG1YV_a_NhjhImFh4/0/da"><img src="http://feedads.g.doubleclick.net/~a/hDyRP31t5nPG1YV_a_NhjhImFh4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hDyRP31t5nPG1YV_a_NhjhImFh4/1/da"><img src="http://feedads.g.doubleclick.net/~a/hDyRP31t5nPG1YV_a_NhjhImFh4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/F4Ny_dJaskM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/business/social-media-is-not-going-to-save-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/business/social-media-is-not-going-to-save-your-business/</feedburner:origLink></item>
		<item>
		<title>Wrapping text around images in Photoshop</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/5Qqk3_N1kTo/</link>
		<comments>http://jorgepedret.com/design-2/flexible-textfields-in-photoshop/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:15:00 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[text wrapping]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/design-2/flexible-textfields-in-photoshop/</guid>
		<description><![CDATA[Learn how to make texts in Photoshop that can be shaped. Wish I knew about this trick earlier, as the author said, is not as obvious as you want it to be. Great video by Adrian Taylor from Method &#38; Craft. They always have the best tricks that you really didn&#8217;t know about. Here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>Learn how to make texts in Photoshop that can be shaped. Wish I knew about this trick earlier, as the author said, is not as obvious as you want it to be.</p>
<p>Great video by <a href="https://twitter.com/#!/designtaylor" title="" target="_blank">Adrian Taylor</a> from <a href="http://methodandcraft.com/videos" title="" target="">Method &amp; Craft</a>. They always have the best tricks that you really didn&#8217;t know about.</p>
<p>Here&#8217;s a quick example on how to recreate the fancy text wrapping in CSS: <a href="http://www.kevinfreitas.net/pro/articles/fancy-text-wrapping/sample01.html" title="" target="">http://www.kevinfreitas.net/pro/articles/fancy-text-wrapping/sample01.html</a>. The html is a bit nasty because of all the extra markup it generates, but it gives you the flexibility to modify your text without having to do anything else.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/BXxccztfHVS24mb30GFR6WNIdo4/0/da"><img src="http://feedads.g.doubleclick.net/~a/BXxccztfHVS24mb30GFR6WNIdo4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BXxccztfHVS24mb30GFR6WNIdo4/1/da"><img src="http://feedads.g.doubleclick.net/~a/BXxccztfHVS24mb30GFR6WNIdo4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/5Qqk3_N1kTo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/flexible-textfields-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/design-2/flexible-textfields-in-photoshop/</feedburner:origLink></item>
		<item>
		<title>Phil Coffman on Creating Tileable Textures in Photoshop</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/u1ij6J0cD68/</link>
		<comments>http://jorgepedret.com/design-2/phil-coffman-on-creating-tileable-textures-in-photoshop/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 09:06:42 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[textures]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=606</guid>
		<description><![CDATA[I've been looking for a while for a tutorial that explains how to do tileable textures in photoshop. Two days ago I stumbled on Phil Coffman's great video tutorial (from Method &#038; Craft) explaining exactly what I wanted. Definitely must check it out!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a while for a tutorial that explains how to do tileable textures in photoshop. Two days ago I stumbled on <a href="http://methodandcraft.com/authors/phil-coffman">Phil Coffman</a>&#8216;s great video tutorial (from <a href="http://methodandcraft.com/">Method &amp; Craft</a>) explaining exactly what I wanted.</p>
<p>Definitely must check it out!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/D65rWVmucEy8Ccf__NMvXMa06NQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/D65rWVmucEy8Ccf__NMvXMa06NQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/D65rWVmucEy8Ccf__NMvXMa06NQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/D65rWVmucEy8Ccf__NMvXMa06NQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/u1ij6J0cD68" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/phil-coffman-on-creating-tileable-textures-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/design-2/phil-coffman-on-creating-tileable-textures-in-photoshop/</feedburner:origLink></item>
		<item>
		<title>Branding style for a construction related website</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/hmdDWrO1Rec/</link>
		<comments>http://jorgepedret.com/design-2/branding-style-for-a-construction-related-website/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:17:19 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[construction]]></category>
		<category><![CDATA[daily posts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=599</guid>
		<description><![CDATA[I created this design really quick to show a client some ideas I had in mind for his construction related iPad app&#8217;s website. This is the original sketch for the character: As always, any comments are appreciated!]]></description>
			<content:encoded><![CDATA[<p>I created this design really quick to show a client some ideas I had in mind for his construction related iPad app&#8217;s website.</p>
<p>This is the original sketch for the character:</p>
<p><img class="alignnone size-full wp-image-601" title="logo-sketch" src="http://jorgepedret.com/wp-content/uploads/2011/07/logo-sketch.png" alt="" width="550" height="413" /></p>
<p>As always, any comments are appreciated!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/gVRmY3VFoD6g46SGz48VaDsUyIo/0/da"><img src="http://feedads.g.doubleclick.net/~a/gVRmY3VFoD6g46SGz48VaDsUyIo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gVRmY3VFoD6g46SGz48VaDsUyIo/1/da"><img src="http://feedads.g.doubleclick.net/~a/gVRmY3VFoD6g46SGz48VaDsUyIo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/hmdDWrO1Rec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/branding-style-for-a-construction-related-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/design-2/branding-style-for-a-construction-related-website/</feedburner:origLink></item>
		<item>
		<title>Post of the day: Characters brainstorming</title>
		<link>http://feedproxy.google.com/~r/JorgePedret/~3/T_lhdrUWRQc/</link>
		<comments>http://jorgepedret.com/design-2/characters-brainstorming/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 09:39:59 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[daily posts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[illustration]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=591</guid>
		<description><![CDATA[I&#8217;m creating a mascot character for a client&#8217;s business, and this is part of the brainstorming process: One of my favorite steps of this job . Here&#8217;s one of the characters that I came up with during the brainstorming session: For generating ideas my favorite thing to do is draw for hours whatever comes into [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m creating a mascot character for a client&#8217;s business, and this is part of the brainstorming process: One of my favorite steps of this job <img src='http://jorgepedret.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Here&#8217;s one of the characters that I came up with during the brainstorming session:</p>
<p><img class="alignnone size-full wp-image-592" title="not-so-smiley" src="http://jorgepedret.com/wp-content/uploads/2011/07/not-so-smiley.png" alt="" width="550" height="413" /></p>
<p>For generating ideas my favorite thing to do is draw for hours whatever comes into my head, even if I think it&#8217;s stupid or it&#8217;s not going to work. One of those drawings will spark a great idea!</p>
<p>The biggest idea blocker is being scared of what other people might say about what you&#8217;re doing. Just let your mind be free and great inspiration will come to you!</p>
<p>As always, comment if you have something to say <img src='http://jorgepedret.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>P.S.: I&#8217;m going to stop calling this posts, &#8220;<strong>post of the day</strong>&#8220;. I&#8217;m seriously having a hardtime finding time to do something everyday, but I still post at least twice a week. You can still find my work in progress posts by its tag here <a href="http://jorgepedret.com/tag/daily-posts/">http://jorgepedret.com/tag/daily-posts/</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/XOKcxyzAcMDbDFditIvr4yfAF9o/0/da"><img src="http://feedads.g.doubleclick.net/~a/XOKcxyzAcMDbDFditIvr4yfAF9o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XOKcxyzAcMDbDFditIvr4yfAF9o/1/da"><img src="http://feedads.g.doubleclick.net/~a/XOKcxyzAcMDbDFditIvr4yfAF9o/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/JorgePedret/~4/T_lhdrUWRQc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/characters-brainstorming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jorgepedret.com/design-2/characters-brainstorming/</feedburner:origLink></item>
	</channel>
</rss>

