<?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; php</title>
	<atom:link href="http://jorgepedret.com/tag/php/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>My Notes for &#8220;Strangest WordPress Project&#8221;</title>
		<link>http://jorgepedret.com/web-development/my-notes-for-strangest-wordpress-project/</link>
		<comments>http://jorgepedret.com/web-development/my-notes-for-strangest-wordpress-project/#comments</comments>
		<pubDate>Fri, 06 May 2011 04:02:37 +0000</pubDate>
		<dc:creator>Jorge Pedret</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[6q]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[wcdev]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jorgepedret.com/?p=378</guid>
		<description><![CDATA[Mark Reale &#38; John Oswald gave a very creative and funny presentation, describing a very interesting cutting-edge project they worked on. Although, I wasn&#8217;t a big fan of the website, I admire the work and thought that was put into it and its development. It was also an excellent learning experience to see the workflow [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Reale &amp; John Oswald gave a very creative and funny presentation, describing a very interesting cutting-edge project they worked on.</p>
<p>Although, I wasn&#8217;t a big fan of the website, I admire the work and thought that was put into it and its development. It was also an excellent learning experience to see the workflow of the project</p>
<p>Check out their site here: <a href="http://6q.com/">http://6q.com/</a></p>
<h2>Quotes</h2>
<div class="woo-sc-quote"><p>I introduce you to Mark Reale who is going to introduce me — John Oswald</p></div>
<div class="woo-sc-quote"><p>It doesn&#8217;t want to stay up! — John Oswald</p></div>
<div class="woo-sc-quote"><p>It only has to work on the best browser available — Mark Reale</p></div>
<h2>Links</h2>
<p><a href="http://6q.com/">6q</a> — The site that they developed</p>
<p><a href="http://popplet.com/">Popplet</a> — The application with the big diagram that Mark was using the explain the project process</p>
<p><a href="http://wwwwwwwww.jodi.org/">wwwwwwwww.jodi.org/</a> — Just check out that page source code <img src='http://jorgepedret.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><del>I can&#8217;t remember what was the other link that they showed with the funky flash animations. If you remember it, please post it in the comments <img src='http://jorgepedret.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </del></p>
<p><a rel="nofollow" href="http://daxo.de/">http://daxo.de</a> — Creative flash site with funky animations (Thanks to Priscille for sending the URL)</p>
<h2>Contact Mark Reale</h2>
<p><a href="http://twitter.com/markreale">@markreale</a><br />
<a href="http://markreale.net/">http://markreale.net/</a> — Haha, love his website picture</p>
]]></content:encoded>
			<wfw:commentRss>http://jorgepedret.com/web-development/my-notes-for-strangest-wordpress-project/feed/</wfw:commentRss>
		<slash:comments>4</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>

