<?xml version="1.0" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

    <title>Notes</title>
    <link>www.ronanchilvers.com</link>
    <description></description>
    <language>en-gb</language>
    <copyright>Copyright 2010, RonanChilvers.com</copyright>
    <author>
        <name>Ronan Chilvers</name>
        <email>info@ronanchilvers.com</email>
    </author>

    <entry>
        <link>http://www.ronanchilvers.com/notes/phpsmtpd</link>
        <title>PHPSMTPD</title>
            <updated>2009-09-13T00:00:00+00:00</updated>
            <summary>PHPSMTPD is a simple SMTP server written in PHP5. It understands a reasonable subset of the SMTP language and is capable of receiving mail from scripts or client software.</summary>
    </entry>
    <entry>
        <link>http://www.ronanchilvers.com/notes/hosts-hack</link>
        <title>Hosts hack</title>
            <updated>2009-09-13T00:00:00+00:00</updated>
            <summary>Here's a quick way to fake a DNS entry. The idea is that you (as a developer) want to browse the site you're working on via the domain name for some reason. Maybe you're testing the virtual host settings on your server, or you're demonstrating for a client or whatever. </summary>
    </entry>
    <entry>
        <link>http://www.ronanchilvers.com/notes/apache-ssl</link>
        <title>Apache SSL</title>
            <updated>2009-09-13T00:00:00+00:00</updated>
            <summary>There are a number of ways to set up SSL on a web host. The purpose of this howto is to provide a guide on setting up a local certificate authority (CA) and then using that authority to set up a certificate that can be used with the apache2 webserver, as provided by Debian (backports as of this writing, but should be part of sarge release). </summary>
    </entry>
    <entry>
        <link>http://www.ronanchilvers.com/notes/google-geocoding</link>
        <title>Google Geocoding</title>
            <updated>2000-12-02T01:00:00+00:00</updated>
            <summary>This is a little experiment with the Google Geocoding service. Geocoding is the process of turning human readable addresses into a latitude and longitude. Google provide a free web service to let you do this very easily.</summary>
    </entry>

</feed>
