<?xml version="1.0" encoding="utf-8" ?>
<doc title="Development - Future Projects" base="http://devl.roganty.co.uk/">
	<head>
		<title>Future Projects</title>
		<menu title="Main Menu" id="1">
			<link rel="int" url="index.php">Home</link>
			<link rel="int" url="about.php">About</link>
			<link rel="int" url="future.php">Future Projects</link>
		</menu>
		<menu title="Projects" id="2">
			<link rel="int" url="comp_details/">Computer Details</link>
			<link rel="int" url="file_limit/">::File Limit::</link>
			<link rel="int" url="img/"><imgGallery/></link>
			<link rel="int" url="rss_read/">RSSread</link>
			<link rel="int" url="speech/">Speech</link>
			<link rel="int" url="xmlmenu/">XMLmenu</link>
		</menu>
	</head>
	<body>
		<text>
			<p>This page is about programs and updates to the website that I am planning</p>
			<h2>Future Programs</h2>
			<ul>
				<li>
					A major revision on my <link rel="int" url="xmlmenu/index.php">XMLmenu</link>
					<br />This would include a new simplier and easier way for the menus to be held in the XML file
					<br />And a possible template system so that the menu can easily be configured to suite any site's design
				</li>
				<li>
					An <link rel="ext" url="http://messenger.msn.com/" target="_blank">MSN messanger</link> client written in Perl.
					<br />This program would be cross-platform and be able to run on both 
					<link rel="ext" url="http://www.microsoft.com/windows/" target="_blank">Windows</link> and 
					<link rel="ext" url="http://www.linux.org/" target="_blank">Linux</link>
				</li>
			</ul>
			<h2>Updates to Website</h2>
			<ul>
				<li>
					Favourites page. This would be a page of links that are of interest to me that I would like to share
					<br />I already have a database table setup for this page
				</li>
				<li>
					Develop an automated way of adding "Whats New..." entries to the homepage.
					<br />The updates would be stored in an XML file, and the latest four or five would be displayed on the homepage
					<br />I already have the XML file ready, I just need to write the PHP class to include it in the page
				</li>
			</ul>
		</text>
	</body>
	<foot>
		<text>
			<link rel="ext" url="http://www.roganty.co.uk/" target="_blank">Anthony Rogers</link>
		</text>
	</foot>
</doc>