<?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>red-library.com</title>
	<atom:link href="http://www.red-library.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-library.com</link>
	<description>Programming &#38; Web Development</description>
	<lastBuildDate>Wed, 31 Mar 2010 16:39:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easter Egg in code</title>
		<link>http://www.red-library.com/easter-egg-in-code-62</link>
		<comments>http://www.red-library.com/easter-egg-in-code-62#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:39:51 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=62</guid>
		<description><![CDATA[When you read code from open source projects you often find easter eggs. WordPress is very famous for that and I have personaly found many during my exploration of the source code. It is always refreshing and funny when you are stuck on something to find a little joke.
I like easter eggs but I have [...]]]></description>
			<content:encoded><![CDATA[<p>When you read code from open source projects you often find easter eggs. WordPress is very famous for that and I have personaly found many during my exploration of the source code. It is always refreshing and funny when you are stuck on something to find a little joke.</p>
<p>I like easter eggs but I have never done any myself. Maybe if I was doing more open source projects I would but for now I do not. The funniest I always remenber is from the Thematic framework and the function get_cats_meow. Hilarious isn&#8217;t it?</p>
<p>I&#8217;ll see what else I can digg out later.<span id="more-62"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/easter-egg-in-code-62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buy books</title>
		<link>http://www.red-library.com/buy-books-60</link>
		<comments>http://www.red-library.com/buy-books-60#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:36:16 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=60</guid>
		<description><![CDATA[While I do think the best way to learn is on the web at the moment, I do think it is important to diversify and get different sources for the same subject. Book are a great way to learn stuff. They are usually written in a better way than most blogs and carry accurate imformation.
Plus [...]]]></description>
			<content:encoded><![CDATA[<p>While I do think the best way to learn is on the web at the moment, I do think it is important to diversify and get different sources for the same subject. Book are a great way to learn stuff. They are usually written in a better way than most blogs and carry accurate imformation.</p>
<p>Plus it takes you out of your screen a bit which is always good. Borden your horizons why different readings and learn from different sources so you can get better.</p>
<p>I&#8217;ll try to give some good book to read about code later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/buy-books-60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coldfusion</title>
		<link>http://www.red-library.com/coldfusion-58</link>
		<comments>http://www.red-library.com/coldfusion-58#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:28:25 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=58</guid>
		<description><![CDATA[Coldfusion is lame. There, I&#8217;ve said it and I am not taking it back. I don&#8217;t like coldfusion. It is an inefficient language that is not good for anything.
I had to update an old app coded in coldfusion today and spent the worst hours of my life trying to figure out what the hell the [...]]]></description>
			<content:encoded><![CDATA[<p>Coldfusion is lame. There, I&#8217;ve said it and I am not taking it back. I don&#8217;t like coldfusion. It is an inefficient language that is not good for anything.</p>
<p>I had to update an old app coded in coldfusion today and spent the worst hours of my life trying to figure out what the hell the script was doing. Seriously if I don&#8217;t get, who could?</p>
<p>I am not saying I am the best coder on earth but I am pretty good at what I do and that, I don&#8217;t get. Even the help in coldfusion is rubbish. Stay away from it that&#8217;s my advice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/coldfusion-58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Languages are all from cousins</title>
		<link>http://www.red-library.com/languages-are-all-from-cousins-56</link>
		<comments>http://www.red-library.com/languages-are-all-from-cousins-56#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:25:27 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=56</guid>
		<description><![CDATA[Believe it or not but all languages used nowadays for anything are all derived of the same way of thinking and coding. Fair enough you have languages faster than others, or object oriented as they say, but at the end of the day they all originate from the same source.
The day when we see a [...]]]></description>
			<content:encoded><![CDATA[<p>Believe it or not but all languages used nowadays for anything are all derived of the same way of thinking and coding. Fair enough you have languages faster than others, or object oriented as they say, but at the end of the day they all originate from the same source.</p>
<p>The day when we see a really new and revolutionary language is not for the next few years if you listen to me, and even it will probably be derived from something that existed before.</p>
<p>I am gonna try to do my own I think, I might be luckier than other people and do something really different&#8230;or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/languages-are-all-from-cousins-56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code is poetry</title>
		<link>http://www.red-library.com/code-is-poetry-54</link>
		<comments>http://www.red-library.com/code-is-poetry-54#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:21:46 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=54</guid>
		<description><![CDATA[That&#8217;s what you read at the bottom of WordPress.org. Code is poetry is something that&#8217;s so true I can&#8217;t stop thinking about it. When you write code there are tons of diferent way of doing it. But like write by hand, there are ways better than others.
The poetry comes when you realise there is a [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s what you read at the bottom of WordPress.org. Code is poetry is something that&#8217;s so true I can&#8217;t stop thinking about it. When you write code there are tons of diferent way of doing it. But like write by hand, there are ways better than others.</p>
<p>The poetry comes when you realise there is a really good way to code something and that by doing it you learn more about code. So when you write an app or a website think about it. Don&#8217;t just through code like that on the page but try to do it in the best way possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/code-is-poetry-54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future</title>
		<link>http://www.red-library.com/the-future-51</link>
		<comments>http://www.red-library.com/the-future-51#comments</comments>
		<pubDate>Sun, 28 Feb 2010 09:00:22 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=51</guid>
		<description><![CDATA[I often think to myself how is the future of programming going to be and will their still be need for us programmers. I would like to think that the programming languages will be with us a long time into the future the only problem we have is that the industry is constantly changing and [...]]]></description>
			<content:encoded><![CDATA[<p>I often think to myself how is the future of programming going to be and will their still be need for us programmers. I would like to think that the programming languages will be with us a long time into the future the only problem we have is that the industry is constantly changing and although certain programming languages such PHP, ASP &amp; Java are popular at the moment in 10 years time I could not say if this would be the same.</p>
<p>My only advice as a programmer would be to follow the industry and common trends if you notice that a particular programming language is being widely used do tutorials and try and learn it may benefit your career and is always good to have learnt other languages in this industry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/the-future-51/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development</title>
		<link>http://www.red-library.com/web-development-48</link>
		<comments>http://www.red-library.com/web-development-48#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:59:27 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=48</guid>
		<description><![CDATA[Web development is split into two sections these include,
Web design, when thinking about creating a web site it is important to think about the design first of all this includes the layout of the pages, navigation, logos and colour schemes. The design is the first point of call for your targeted audience and so is [...]]]></description>
			<content:encoded><![CDATA[<p>Web development is split into two sections these include,</p>
<p>Web design, when thinking about creating a web site it is important to think about the design first of all this includes the layout of the pages, navigation, logos and colour schemes. The design is the first point of call for your targeted audience and so is important to get this right.</p>
<p>Web development, once you have the web design and you are happy with the layout you need to then think about how the site is going to be built for example what platform is it going to be built in if their will be admin areas and user logins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/web-development-48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate Programming</title>
		<link>http://www.red-library.com/i-hate-programming-46</link>
		<comments>http://www.red-library.com/i-hate-programming-46#comments</comments>
		<pubDate>Fri, 26 Feb 2010 15:31:36 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=46</guid>
		<description><![CDATA[This is a very common saying if you’re a computer programmer and to be honest it cannot be helped the majority of the time. It’s true that when you are programming using any language when you have over achieved or got something working all by yourself you feel like a genius and you tend to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very common saying if you’re a computer programmer and to be honest it cannot be helped the majority of the time. It’s true that when you are programming using any language when you have over achieved or got something working all by yourself you feel like a genius and you tend to make people aware of this by showing what you have or giving loud shouts like “Yes”, “I’ve done it” I’ve heard them all.</p>
<p>The problem comes when you become stuck and it takes you hours to figure something out the worse thing is when you create your own script and upon testing it doesn’t work this can be so frustrating and is often when you hear “i hate programming”</p>
<p>The joys of programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/i-hate-programming-46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Dead Programming Languages do you know?</title>
		<link>http://www.red-library.com/what-dead-programming-languages-do-you-know-44</link>
		<comments>http://www.red-library.com/what-dead-programming-languages-do-you-know-44#comments</comments>
		<pubDate>Thu, 25 Feb 2010 11:59:35 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=44</guid>
		<description><![CDATA[When i say dead programming languages i mean language that you may have learned however have no use for them now or are no longer used in modern day coding.
I would have to say first of all C languages as these are becoming less relevant although  C++ and C Sharp are still alive and kicking [...]]]></description>
			<content:encoded><![CDATA[<p>When i say dead programming languages i mean language that you may have learned however have no use for them now or are no longer used in modern day coding.</p>
<p>I would have to say first of all C languages as these are becoming less relevant although  C++ and C Sharp are still alive and kicking try to find a basic C-only programmer today and you will struggle and find that the programmer is struggling for work and learning a new language.</p>
<p>Many say that a programming language does not die it just becomes very expensive to maintain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/what-dead-programming-languages-do-you-know-44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Languages</title>
		<link>http://www.red-library.com/programming-languages-41</link>
		<comments>http://www.red-library.com/programming-languages-41#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:44:02 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=41</guid>
		<description><![CDATA[For many people we learn programming languages from a very early age and the programming we learn in either collage or universities tends to be the one we show most interest in or willing to learn.
I would say the most popular languages for many would be PHP and ASP this is just due to it [...]]]></description>
			<content:encoded><![CDATA[<p>For many people we learn programming languages from a very early age and the programming we learn in either collage or universities tends to be the one we show most interest in or willing to learn.</p>
<p>I would say the most popular languages for many would be PHP and ASP this is just due to it being widely taught and recognised across the world.</p>
<p>If we was to go more into detail we may look into other stuff such as C &amp; C++ these are more complex however will be surprised just how much things uses this type of coding.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/programming-languages-41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
