<?xml version="1.0" encoding="UTF-8" ?><rss version="0.91">
<channel>
<title>Magicode.org</title>
	<link>http://www.magicode.org/</link>
	<description>Magicode.org - where experts come together to code</description>
	<language>en-EN</language>
<image>
<title>Magicode.org</title>
	<url>http://www.magicode.org/logo.gif</url>
	<link>http://www.magicode.org/</link>
	<width>86</width>
	<height>35</height>
</image>
<item>
	<title><![CDATA[PHP Variables ]]></title>
	<pubDate>Sun, 19 Jul 2009 01:17:51 +0200</pubDate>
	<link>http://www.magicode.org/content/PHP_Tutorial__Variables_</link>
	<description><![CDATA[A variable is a means of storing a value, such as a text string or a number. In PHP you do not have to declare your variable, as it's automatically declared when you set it. Since you do not need to declare the variable, you do not have to  specify what kind of data it contains either.]]></description>
</item>
<item>
	<title><![CDATA[How to write a RSS feed with PHP]]></title>
	<pubDate>Thu, 09 Jul 2009 03:54:21 +0200</pubDate>
	<link>http://www.magicode.org/content/How_to_write_a_RSS_feed_with_PHP</link>
	<description><![CDATA[If you have a web site or blog, it's important to spread the word, and what's better than a properly designed and updated RSS feed? Here's how to write a PHP script that fetches the last 10 items from your database and writes it to a RSS-file.]]></description>
</item>
<item>
	<title><![CDATA[PHP Syntax]]></title>
	<pubDate>Wed, 08 Jul 2009 03:34:41 +0200</pubDate>
	<link>http://www.magicode.org/content/PHP_Syntax</link>
	<description><![CDATA[PHP Tutorial for novices - The Syntax]]></description>
</item>
<item>
	<title><![CDATA[Getting started with PHP]]></title>
	<pubDate>Mon, 06 Jul 2009 12:12:30 +0200</pubDate>
	<link>http://www.magicode.org/content/Getting_started_with_PHP</link>
	<description><![CDATA[If you want to learn the basics of PHP, then you've come to the right place. The goal of this series is to teach you everything you need to know about PHP so that you can:Create and design your own PHP projectUnderstand and customize PHP scripts found on the netBecome the ultimate PHP guru]]></description>
</item>
<item>
	<title><![CDATA[Encrypt text like Robert Patterson - an explanation and a demonstration of the Patterson cipher]]></title>
	<pubDate>Fri, 03 Jul 2009 11:32:34 +0200</pubDate>
	<link>http://www.magicode.org/content/Encrypt_text_according_to_Robert_Pattersons_letter_to_Thomas_Jefferson</link>
	<description><![CDATA[A cipher which for 200 years was considered to difficult and obscure to crack, was recently done in by Lawren Smithline, a 36-year-old mathematician and professional cryptologist. Now input your own text and have it encrypted the same way that mathematician Robert Patterson did when he sent his letter to President Thomas Jefferson in 1801.]]></description>
</item>
<item>
	<title><![CDATA[Everything you wanted to know about Google Wave]]></title>
	<pubDate>Thu, 02 Jul 2009 08:08:02 +0200</pubDate>
	<link>http://www.magicode.org/content/Everything_you_wanted_to_know_about_Google_Wave</link>
	<description><![CDATA[Is Google Wave the future of the internet?Google is working on a project that promises to revolutionize the internet and change the way we communicate. Here's a look at what they're planning.]]></description>
</item>
<item>
	<title><![CDATA[Simple PHP counter without database access]]></title>
	<pubDate>Tue, 30 Jun 2009 22:50:00 +0200</pubDate>
	<link>http://www.magicode.org/content/Simple_PHP_counter_without_database_access</link>
	<description><![CDATA[Every web site needs a counter. You can implement Google Analytics or some other fully fledged statistics system, but for most sites, that's just overkill. Read on for a simple PHP-based counter that does not rely on database access.]]></description>
</item>
<item>
	<title><![CDATA[Password hashing with sha256]]></title>
	<pubDate>Tue, 23 Jun 2009 00:04:28 +0200</pubDate>
	<link>http://www.magicode.org/content/Password_hash_and_salt_with_sha256</link>
	<description><![CDATA[Securing your users passwords is essential if you run a web site that require users to log in, but this is often neglected, leaving many web sites with user profiles stored with plain text passwords. Here why you should start storing hashes instead of passwords, and how to do it.]]></description>
</item>
<item>
	<title><![CDATA[Scraping the web]]></title>
	<pubDate>Fri, 19 Jun 2009 10:52:42 +0200</pubDate>
	<link>http://www.magicode.org/content/Scraping_the_web</link>
	<description><![CDATA[If you provide any kind of content on the web, you're exposing your intellectual property to theft. This is something we have to accept in trade for the freedom we have to publish anything and have it seen by anybody. But a simple setup in the way you publish your text can make it clear who the text belongs to.]]></description>
</item>
<item>
	<title><![CDATA[(Pre)Announcing SQLiteADM]]></title>
	<pubDate>Thu, 18 Jun 2009 02:08:08 +0200</pubDate>
	<link>http://www.magicode.org/content/Announcing_SQLiteADM</link>
	<description><![CDATA[Soon, Magicode.org will publish its first big open source project, SQLiteADM. It will make it as easy to work with SQLite databases as using phpMyAdmin to adminster MySQL databases is today.]]></description>
</item>
</channel>
</rss>

