<?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"
	>

<channel>
	<title>Upgrade the web</title>
	<atom:link href="http://www.upgradetheweb.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upgradetheweb.com</link>
	<description>Tutorials and tips for improving your website</description>
	<pubDate>Thu, 26 Jun 2008 15:02:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to encrypt user info with php</title>
		<link>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/</link>
		<comments>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 12:22:41 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[PHP]]></category>
<category>encryption</category><category>php</category><category>security</category>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/</guid>
		<description><![CDATA[If you run a serious webpage where you save login information for your members to a database it is generally a very good idea to perform some kind of encryption on these password to prevent the information to be shared in case your datebase would be hacked.
Encryption is very easy to do with PHP in [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2008/06/16/how-to-encrypt-user-info-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building your own Myspace.com with PHP part VI: Finishing touches</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-finishing-touches/</link>
		<comments>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-finishing-touches/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 19:40:41 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-finishing-touches/</guid>
		<description><![CDATA[We have learned by now how to register a user and login, how to display and edit a presentation, how to add friends and search for new friends. In this last part of the tutorial we are going to finish it up with a guestbook where the visitor to a presentation can leave a message [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-finishing-touches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building your own Myspace.com with PHP part V: Friends and guestbook</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-friends-and-guestbook/</link>
		<comments>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-friends-and-guestbook/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 19:00:26 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>
<category>mysql</category><category>php</category><category>tutorials</category>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-friends-and-guestbook/</guid>
		<description><![CDATA[What is a community without friends? Not much really&#8230; So thats why this tutorial will cover how to add friends to the users presentation as bookmarks. We will also go over how to search the database for new friends to add to your list.

The code we write in this tutorial all goes in the same [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-v-friends-and-guestbook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building your own Myspace.com with PHP part IV: Presentation</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iv-presentation/</link>
		<comments>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iv-presentation/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:59:23 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>
<category>mysql</category><category>php</category><category>tutorials</category>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iv-presentation/</guid>
		<description><![CDATA[In the previous tutorial we learned how to register a new user and how to create a login system with php sessions. With this done we can now move on to the users personal presentation page. So in this tutorial we will first go over how to display a presentation and then how to let [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iv-presentation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building your own Myspace.com with PHP Part III: Register and log in with sessions</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/</link>
		<comments>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:58:33 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>
<category>php</category><category>tutorials</category>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/</guid>
		<description><![CDATA[In this third part of the tutorial we are going to create an important part of the application. We will learn how to register a new user and save this user to the database, when a user is created it should of course be possible for him to log in. We will accomplish the login [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-php-part-iii-register-and-log-in-with-sessions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building your own myspace.com with PHP Part II: Designing the database</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-ii-designing-the-database/</link>
		<comments>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-ii-designing-the-database/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:57:13 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>
<category>mysql</category><category>php</category><category>tutorials</category>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-ii-designing-the-database/</guid>
		<description><![CDATA[In this part of the tutorial we are going to create the back end database that will hold all the information that we need to save for our script. We will create the table structure to prepare the database for the information we want it to hold. We will also create a wrapper class for [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-ii-designing-the-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building your own Myspace.com with PHP Part I: Introduction</title>
		<link>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/</link>
		<comments>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:56:56 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>
<category>php</category><category>tutorials</category>
		<guid isPermaLink="false">http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/</guid>
		<description><![CDATA[In this series of tutorials we are going to go through the development of a complete (yet very basic) community system. The final community will allow visitors to sign up and get a personal presentation page, guestbook and a friends list. I have tried to keep the programming as simple as possible and will explain [...]]]></description>
		<wfw:commentRss>http://www.upgradetheweb.com/2007/07/31/building-your-own-myspacecom-with-phppart-i-introduction/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
