<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jorge Pedret</title>
	<atom:link href="http://jorgepedret.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgepedret.com</link>
	<description>Freelance Web Developer + Front End Designer</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:43:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to translate WordPress&#8217; admin to a different language?</title>
		<link>http://jorgepedret.com/wordpress/how-to-translate-wordpress-admin-to-a-different-language/</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>
]]></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>
		</item>
		<item>
		<title>SEO for non-dicks</title>
		<link>http://jorgepedret.com/seo/seo-for-non-dicks/</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>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/seo/seo-for-non-dicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separating Photoshop Layer Styles Into Their Own Layer — A Method &amp; Craft Video</title>
		<link>http://jorgepedret.com/design-2/separating-photoshop-layer-styles-into-their-own-layer-%e2%80%94-a-method-craft-video/</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>
]]></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>
		</item>
		<item>
		<title>COOQ&#8217;s Landing Page</title>
		<link>http://jorgepedret.com/design-2/cooqs-landing-page/</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>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/cooqs-landing-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media is not Going to Save Your Business</title>
		<link>http://jorgepedret.com/business/social-media-is-not-going-to-save-your-business/</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>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></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>
		</item>
		<item>
		<title>Wrapping text around images in Photoshop</title>
		<link>http://jorgepedret.com/design-2/flexible-textfields-in-photoshop/</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>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/flexible-textfields-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phil Coffman on Creating Tileable Textures in Photoshop</title>
		<link>http://jorgepedret.com/design-2/phil-coffman-on-creating-tileable-textures-in-photoshop/</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>
]]></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>
		</item>
		<item>
		<title>Branding style for a construction related website</title>
		<link>http://jorgepedret.com/design-2/branding-style-for-a-construction-related-website/</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>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/branding-style-for-a-construction-related-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post of the day: Characters brainstorming</title>
		<link>http://jorgepedret.com/design-2/characters-brainstorming/</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>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/characters-brainstorming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post of the day: Landing Page Sneak Peek</title>
		<link>http://jorgepedret.com/design-2/post-of-the-day-landing-page-sneak-peek/</link>
		<comments>http://jorgepedret.com/design-2/post-of-the-day-landing-page-sneak-peek/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 08:41: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>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=584</guid>
		<description><![CDATA[Now that I have a couple of characters designed, I started putting together the landing page. Wasn&#8217;t 100% sure about the button, I think it looks nice, but don&#8217;t know if it matches the style that we&#8217;re going for. I&#8217;d love to hear your comments please, anybody! In case you&#8217;re wondering, the purpose of this [...]]]></description>
			<content:encoded><![CDATA[<a href="http://jorgepedret.com/wp-content/uploads/2011/07/lp-full-shot.png" class="woo-sc-button  custom large" style="background:;border-color:"><span class="woo-">Full Size Shot</span></a>
<p>Now that I have a couple of characters designed, I started putting together the landing page.</p>
<p>Wasn&#8217;t 100% sure about the button, I think it looks nice, but don&#8217;t know if it matches the style that we&#8217;re going for. I&#8217;d love to hear your comments please, anybody!</p>
<p>In case you&#8217;re wondering, the purpose of this landing page is to have people signup to be notified when we launch.</p>
<p>Can&#8217;t wait to start coding this page. Chris (my client) had some pretty crazy ideas that I wanna start playing with!</p>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/design-2/post-of-the-day-landing-page-sneak-peek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

