<?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>Paul Randall &#187; coding</title>
	<atom:link href="http://prandall.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://prandall.com</link>
	<description>The personal website of Paul Randall</description>
	<lastBuildDate>Sun, 25 Jul 2010 13:45:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Language Agnostic Programming</title>
		<link>http://prandall.com/2010/06/15/language-agnostic-programming/</link>
		<comments>http://prandall.com/2010/06/15/language-agnostic-programming/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 11:42:42 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=360</guid>
		<description><![CDATA[Having coded in many languages, and recently when using MooTools instead of jQuery, i&#8217;ve come to realise that most actual programming is pretty language agnostic. What I mean is that most languages do the same thing, just very differently, but it is how you contruct your code that makes you a good programmer
Chances are, if [...]]]></description>
			<content:encoded><![CDATA[<p>Having coded in many languages, and recently when using MooTools instead of jQuery, i&#8217;ve come to realise that most <strong>actual</strong> programming is pretty language agnostic. What I mean is that most languages do the same thing, just very differently, but it is how you contruct your code that makes you a good programmer</p>
<p>Chances are, if you are good at jQuery you will be pretty good at MooTools (after learning the new declarations etc). The same goes for in a larger extent SQL/MySQL/Oracle or ASP/PHP/Ruby etc.</p>
<p><span id="more-360"></span></p>
<p>This stems from when I was at college and we would write psuedo-code, programming without any actually code. Something like this:</p>
<p><code><br />
if number is greater than or equal to 10 then<br />
write "congratulations, you are a winner!"<br />
</code></p>
<p>Now this very basic bit of programming isn&#8217;t very complex, but when building up larger bits of code, the skill comes in how you construct your code, not what language you write it in.</p>
<p><em>note: I am still a huge fan of jQuery, but MooTools does look pretty awesome as well. Perhaps I&#8217;ll write my own little comparison once I&#8217;ve used it a bit more.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/06/15/language-agnostic-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kitchen Sink of HTML</title>
		<link>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/</link>
		<comments>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:10:13 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=207</guid>
		<description><![CDATA[Whenever I start a new project, I seem to be repeating myself when it comes to adding, and styling basic content: Headers, Lists and Tables etc.
So I decided to create a &#8216;Kitchen Sink&#8217; of markup and basic styling, using some content from the great HTML-Ipsum.com plus a few extra bits.

If you don&#8217;t currently use something [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I start a new project, I seem to be repeating myself when it comes to adding, and styling basic content: Headers, Lists and Tables etc.</p>
<p>So I decided to create a &#8216;Kitchen Sink&#8217; of markup and basic styling, using some content from the great <a href="http://html-ipsum.com/">HTML-Ipsum.com</a> plus a few extra bits.</p>
<p><span id="more-207"></span></p>
<p>If you don&#8217;t currently use something like this already, I do urge to add it to your next new website, because even if you don&#8217;t include a table, or list at the moment, you (or your client via WYSIWYG) may do in the future.</p>
<p>The document is actually HTML5 and UTF-8, but you can copy and paste the HTML/CSS however you like. I also tend to add a reset style inside a global stylesheet to save downloading two documents. I&#8217;d love hear how you layout or comment your CSS and whether you split them into different files such as layout and typography too.</p>
<h2>Open <a href="http://prandall.com/downloads/kitchensink.htm">kitchensink.htm</a></h2>
<p><em>Note: If you have any additional code or CSS which you think should go into the document, add a comment below. Thanks.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2009/10/16/the-kitchen-sink-of-html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
