<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Stephen Philbin - Web Design and Development</title>
		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
		<link rel="alternate" href="http://www.stephenphilbin.com/blog/2007-08-28/New Features Added, Old Features Broken?media=xhtml" />
		<link rel="alternate" href="http://www.stephenphilbin.com/blog/2007-08-28/New Features Added, Old Features Broken?media=text-xml" />
		<link rel="alternate" href="http://www.stephenphilbin.com/blog/2007-08-28/New Features Added, Old Features Broken?media=html" />
		<link rel="alternate" href="http://www.stephenphilbin.com/blog/2007-08-28/New Features Added, Old Features Broken?media=text-plain" />
		<style type="text/css" media="all">@import url(/themes/stephenphilbincom/default/css/readable_all.css);</style>
		<style type="text/css" media="screen">@import url(/themes/stephenphilbincom/default/css/readable_screen.css);</style>
		<style type="text/css" media="handheld">@import url(/themes/stephenphilbincom/default/css/readable_handheld.css);</style>
		<style type="text/css" media="print">@import url(/themes/stephenphilbincom/default/css/readable_print.css);</style>
	</head>
	<body>
		<div id="alternate_media_division">
			<dl>
				<dt>Alternative document/media types:</dt>
				<dd><a href="?media=xhtml" title="View this document in a application/xhtml+xml format.">xhtml</a></dd>
				<dd><a href="?media=text-xml" title="View this document in a text/xml format.">text-xml</a></dd>
				<dd><a href="?media=html" title="View this document in a text/html format.">html</a></dd>
				<dd><a href="?media=text-plain" title="View this document in a text/plain format.">text-plain</a></dd></dl></div>
		<div id="container">
			<div id="page_head">
				<h1>Web Design And Development By Stephen Philbin</h1>
				<p id="logreg"><a href="/login/">Log in</a> / <a href="/register/">Register</a></p>
				<ul id="navigation">
					<li>
						<a href="" title="Go back to the main page.">Home</a>
					</li>
					<li>
						<a href="/articles/" title="View web design related articles authored by myself. (Some time in the not too distant future.)"><del>Articles</del></a>
					</li>
					<li>
						<a href="/personal/" title="A bit less tech and more general.">Personal</a>
					</li>
				</ul>
			</div>
			<div id="content">
			<div id="entry_division"><h2>New Features Added, Old Features Broken</h2><p class="summary">It's been a while since my last post, but I've been a busy bunny: adding new features and repairing the old ones I'd broken whilst adding the new stuff.</p><p>As none of you will remember from <a href="/blog/2007-07-24/RSS%202.0%20Feeds%20Added">my post about implementing my RSS 2.0 feed generator</a>, I was having a bit of trouble deciding on what part of my site I should build next. I would have liked to have added an Atom Feed feature (and still very much want to), but I decided it'll have to wait. Instead, I decided to go for adding the mechanism for allowing people to <a href="/register" rel="nofollow">register as a new user</a>. It works, but you still need to fish out your confirmation e-mail from your spam/trash folder because I've yet to properly figure out how to configure my mail server.</p>

<p>Just being able to register isn't much fun, though, so I then set about adding the functionality for users that are logged in to add comments. I guess at the moment the odds of anyone even finding this place, let alone bothering to register and <em>then</em> bothering to leave a comment, are phenomenally low, but at least the option's there for anyone that wants to share the love.</p>

<p>I was pleased to see the comments feature working after struggling to get the time to do it. I always love seeing my creations come to life, but the fun was unfortunately short-lived. I had forgotten that whilst adding the comments system I had made a few changes to my database structure and the PHP that interacts with it. The outcome being that whenever I tried to log in to add another post my user account got locked and that, even if I could log in, the blog entry admin panel was broken. So I had to spend a while fixing everything before I could add any new entries.</p>

<p>Oh well. Onwards and upwards...</p>

<div class="update">
<p>Well the registrations process <strong>was</strong> working, but not any more. It looks like it's going to be broken for a few days whilst I fix something. I asked my hosting provider if they'd give me a hand with configuring the program that sends the registration confirmation email. So they uninstalled it, installed something that I don't want in its place and left me the instruction manual to the program they uninstalled. I get the feeling we might have had a bit of a translation problem there.</p>

<p>Well whatever the case, I'm now trying to put everything back the way it was and then set up the program I wanted in the first place. As you might imagine, I'm just gonna' try to do this by myself this time. So as a consequence, it might be a few days before anyone can register as a new user (Not that there's much of a demand to register).</p>

<p>Wish me luck folks.</p>
</div><p class="author_info">Authored by <span class="author_name">Stephen Philbin</span>. Published on <span class="natural_publish_date">Tuesday the 28th of August 2007 at 14:57:30 BST</span></p><div class="alternate_publish_date_formats"><span class="rfc3339_publish_date">2007-08-28T14:57:30+01:00</span><span class="rfc2822_publish_date">Tue, 28 Aug 2007 14:57:30 +0100</span></div></div><dl id="related_category_list"><dt>Related Categories:</dt><dd>Web Development</dd><dd>PHP</dd><dd>MySQL</dd><dd>Open Source</dd></dl><div id="comments_division"><h3>0 comments for this entry.</h3></div></div>
			<div id="footer">
				|| © 2007 - 2008 All content and design copyright stephenphilbin.com and indicated contributors/authors.
				|| <a id="contributor_access" href="https://www.stephenphilbin.com/login">Contributor login</a>
			</div>
		</div>
	</body>
</html>
