<?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 &#187; Wordpress</title>
	<atom:link href="http://jorgepedret.com/topics/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgepedret.com</link>
	<description>Freelance Web Developer + Front End Designer</description>
	<lastBuildDate>Wed, 16 May 2012 21:32:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Pears: Common patterns of markup &amp; style</title>
		<link>http://jorgepedret.com/wordpress/pears-common-patterns-of-markup-style/</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>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/wordpress/pears-common-patterns-of-markup-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>1</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Post Type Free Icon Collection</title>
		<link>http://jorgepedret.com/wordpress/wordpress-custom-post-type-free-icon-collection/</link>
		<comments>http://jorgepedret.com/wordpress/wordpress-custom-post-type-free-icon-collection/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 21:48:21 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=294</guid>
		<description><![CDATA[Randy Jensen's icon collection for Wordpress Custom Post Types, it really helps your backend look a lot more professional. Click on the link to download them and see how it works. Thanks <a href="http://twitter.com/thoronas" target="_blank">@thoronas</a> &#38; <a href="http://twitter.com/mor10" target="_blank">@mor10</a> for the link!]]></description>
			<content:encoded><![CDATA[<p>Randy Jensen&#8217;s icon collection for WordPress Custom Post Types, it really helps your backend look a lot more professional. Click on the link to download them and see how it works.</p>
<p>Thanks <a href="http://twitter.com/thoronas" target="_blank">@thoronas</a> &amp; <a href="http://twitter.com/mor10" target="_blank">@mor10</a> for the link!</p>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/wordpress/wordpress-custom-post-type-free-icon-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Code Highlight</title>
		<link>http://jorgepedret.com/web-development/wordpress-code-highlight/</link>
		<comments>http://jorgepedret.com/web-development/wordpress-code-highlight/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 04:22:28 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.jorgepedret.com/blog/?p=19</guid>
		<description><![CDATA[While I was writing the last post, I was trying to find a nice code highlighter with this requirements: Keep Indentation: I want to code to look nice, but if it&#8217;s not indented correctly as I submit it, then it&#8217;s garbage Support Different Languages: I&#8217;m going to be writing post about Javascript, PHP, XHTML and [...]]]></description>
			<content:encoded><![CDATA[<p>While I was writing the last post, I was trying to find a nice code highlighter with this requirements:</p>
<ol>
<li><strong>Keep Indentation:</strong> I want to code to look nice, but if it&#8217;s not indented correctly as I submit it, then it&#8217;s garbage</li>
<li><strong>Support Different Languages</strong>: I&#8217;m going to be writing post about Javascript, PHP, XHTML and I need all these languages/markups to be highlighted</li>
<li><strong>Line number/Plain code view:</strong> You should be able to switch between plain code view and line number. I couldn&#8217;t find specifically what I was looking for but this one had a different approach to solve this problem.</li>
<li><strong>W3C Compliant:</strong> The code produced has to be W3C Compliant.</li>
</ol>
<p>After like 1 hour of research and testing, I found <strong>SyntaxHighlighter Evolved! </strong>here is the plugin&#8217;s website: <a href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/" target="_blank">http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/</a>.</p>
<p>To install it you can go to your WordPress Admin panel and look for SyntaxHighlighter Evolved and install it.</p>
<p>To use it:[language]&#8230;code&#8230;[/language]<br />
Example:</p>
<pre class="brush: plain; title: ; notranslate">
1
</pre>
<p>It&#8217;s pretty straight forward, for better details on how to use it, I went to my WordPress Admin Back-end &gt; Plugins &gt; Installed, then I looked for SyntaxHighlighter Evolved and clicked on Settings, at the bottom of this page you&#8217;ll see the details of what parameters you can pass to change the functionality.</p>
<p>Do you know another code highlighter that works better than this one?</p>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/web-development/wordpress-code-highlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

