<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.lornajane.net/feeds/atom10.xml" rel="self" title="LornaJane" type="application/atom+xml" />
    <link href="http://www.lornajane.net/"                        rel="alternate"    title="LornaJane" type="text/html" />
    <link href="http://www.lornajane.net/rss.php?version=2.0"     rel="alternate"    title="LornaJane" type="application/rss+xml" />
    <title type="html">LornaJane</title>
    <subtitle type="html"></subtitle>
    <icon>http://www.lornajane.net/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.lornajane.net/</id>
    <updated>2008-07-02T21:10:26Z</updated>
    <generator uri="http://www.s9y.org/" version="1.1.3">Serendipity 1.1.3 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.lornajane.net/posts/2008/A-Turtle-and-a-Giant-Baby-Blanket" rel="alternate" title="A Turtle and a Giant Baby Blanket" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-07-02T17:20:37Z</published>
        <updated>2008-07-02T21:10:26Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=345</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=345</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/craft" label="craft" term="craft" />
    
        <id>http://www.lornajane.net/posts/2008/345</id>
        <title type="html">A Turtle and a Giant Baby Blanket</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've just finished another slowpoke, like <a href="http://www.lornajane.net/posts/2007/Crochet-Slowpoke">one I made earlier</a>, and this one is at least as cute!<br />
<br />
<a href="http://www.flickr.com/photos/lornajane/2630022515/" title="slow poke in the sun by LornaJane.net, on Flickr"><img src="http://farm4.static.flickr.com/3012/2630022515_670e89275e_t.jpg" width="100" height="75" alt="slow poke in the sun" /></a>  <a href="http://www.flickr.com/photos/lornajane/2630022519/" title="slow poke by LornaJane.net, on Flickr"><img src="http://farm4.static.flickr.com/3181/2630022519_bc68be4eed_t.jpg" width="100" height="75" alt="slow poke" /></a><br />
<br />
I realised after finishing this one that they original pattern has them with their heads looking sideways, maybe this is why mine always look a bit strange!!  This one also doesn't have a tail ... when I came to assemble him, I hadn't made one and somehow it just never happened.<br />
<br />
My next project is a square (or maybe more than one, who knows?) for the <a href="http://www.oxfam.org.uk/get_involved/campaign/health_and_education/baby_blanket.html">Oxfam Baby Blanket campaign</a>.  The plan is for loads of squares to be knitted and joined together into one large blanket which they display places to campaign on the state of maternal mortality in the world.  Then they'll turn the squares into lots of baby blankets to be sent to places where they will be useful.  I think its a great cause, this is how I'm doing so far:<br />
<br />
<a href="http://www.flickr.com/photos/lornajane/2630022509/" title="charity square start by LornaJane.net, on Flickr"><img src="http://farm3.static.flickr.com/2341/2630022509_cf90f288fa_m.jpg" width="240" height="180" alt="charity square start" /></a><br />
<br />
If anyone else is knitting for this then add a comment!  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Vim-Macro-cleaning-up-line-endings" rel="alternate" title="Vim Macro: cleaning up line endings" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-07-01T06:11:00Z</published>
        <updated>2008-07-02T13:28:29Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=343</wfw:comment>
    
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=343</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/tech" label="tech" term="tech" />
    
        <id>http://www.lornajane.net/posts/2008/343</id>
        <title type="html">Vim Macro: cleaning up line endings</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                When development teams have people working on a variety of platforms, its pretty common to end up with wrong line endings.  In vim these will look like ^M at the end of each line.  To get rid of these line endings you can use the following command (in command mode)<br />
<br />
:% s/<b>^M</b>$//<br />
<br />
To type the correct <b>^M</b> character, you'll need to press Ctrl + V followed by Ctrl + M (the first combination means "take the next combination literally).<br />
<br />
To turn this into a macro you should do the following.  In command mode, press<b>q</b>, followed by any letter.  This will be the shortcut to access the macro.  Then type the command as above.  Finally, press q again to stop recording and its done.  You can use your macro by pressing @ and then the letter you chose.  
            </div>
        </content>
        <dc:subject>linux</dc:subject>
<dc:subject>tech</dc:subject>
<dc:subject>vim</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Serendipity-and-Feed-Problems" rel="alternate" title="Serendipity and Feed Problems" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-29T18:25:00Z</published>
        <updated>2008-06-30T10:08:45Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=344</wfw:comment>
    
        <slash:comments>6</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=344</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/tech" label="tech" term="tech" />
    
        <id>http://www.lornajane.net/posts/2008/344</id>
        <title type="html">Serendipity and Feed Problems</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                This site uses a blogging platform called <a href="http://s9y.org">serendipity</a> which is a nice little tool and I've been mostly happy since moving across from textpattern (I did <a href="http://www.lornajane.net/posts/2007/Textpattern-to-Serendipity-Migration-Scripts">write about the experience</a>).  Recently however, a few things have been going wrong with the feeds.<br />
<br />
I edited an old post, because the image links were broken (I did have a nightmare migrating because I was so inconsistent about the format of the image tags in textpattern, completely my own fault).  I was very careful not to update the published date of the article, however the edited article appeared in the feed, which wasn't what I had in mind!  It turned out that this is by design.  On line 262 of includes/functions_entries.inc.php (I have serendipity 1.1.3), I found this:<br />
<div class="php" style="text-align: left"><br /><span style="color: #0000ff;">$cond</span><span style="color: #66cc66;">&#91;</span><span style="color: #e7016c;">'orderby'</span><span style="color: #66cc66;">&#93;</span> = <span style="color: #e7016c;">'last_modified DESC'</span>;<br />&#160;</div><br />
I've commented out this line, which was in an if($modified_since) clause.  Hopefully this will stop updated entries from appearing in the feed - I have a few other old ones to fix images in so we'll soon see.<br />
<br />
At around the same time, <a href="http://www.jansch.nl/">Ivo</a> mentioned that he was seeing the order of posts change in his reader (google reader) when people commented on my posts.  I suspect that this is part of the same issue and I'm optimistic of it also being fixed by this change.  However when I was looking into the problem I noticed that the URL he was using to access my feed, http://www.lornajane.net/index.rss2, actually returned RSS 0.91.  Not ideal!  The problem is the rewrite rule in serendipity's .htaccess file, which looks like this:<br />
<div class="bash" style="text-align: left"><br />RewriteRule ^<span style="color: #66cc66;">&#40;</span>index|atom<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span>-<span style="color: #cc66cc;">9</span><span style="color: #66cc66;">&#93;</span>*|rss|b2rss|b2rdf<span style="color: #66cc66;">&#41;</span>.<span style="color: #66cc66;">&#40;</span>rss|rdf|rss2|xml<span style="color: #66cc66;">&#41;</span> rss.php?<span style="color: #0000ff;">file=</span>$<span style="color: #cc66cc;">1</span>&amp;<span style="color: #0000ff;">ext=</span>$<span style="color: #cc66cc;">2</span><br />&#160;</div><br />
When you request index.rss2 it should rewrite to rss.php?file=$1&ext=$2 <b>but</b> the "rss" matches first so the user gets redirected to index.rss instead.  As a nasty hack to get around this I removed the rss from the above example and gave it a line of its own:<br />
<div class="bash" style="text-align: left"><br />RewriteRule ^<span style="color: #66cc66;">&#40;</span>index|atom<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span>-<span style="color: #cc66cc;">9</span><span style="color: #66cc66;">&#93;</span>*|rss|b2rss|b2rdf<span style="color: #66cc66;">&#41;</span>.<span style="color: #66cc66;">&#40;</span>rdf|rss2|xml<span style="color: #66cc66;">&#41;</span> rss.php?<span style="color: #0000ff;">file=</span>$<span style="color: #cc66cc;">1</span>&amp;<span style="color: #0000ff;">ext=</span>$<span style="color: #cc66cc;">2</span><br />RewriteRule ^<span style="color: #66cc66;">&#40;</span>index|atom<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span>-<span style="color: #cc66cc;">9</span><span style="color: #66cc66;">&#93;</span>*|rss|b2rss|b2rdf<span style="color: #66cc66;">&#41;</span>.<span style="color: #66cc66;">&#40;</span>rss<span style="color: #66cc66;">&#41;</span> rss.php?<span style="color: #0000ff;">file=</span>$<span style="color: #cc66cc;">1</span>&amp;<span style="color: #0000ff;">ext=</span>rss<br />&#160;</div><br />
<br />
Requests to index.rss2 are now correctly rewritten as rss.php?file=index&ext=rss2 and will get RSS 2.0 format in the response.  I have just noticed however that this is the most requested page on the site so I really hope I didn't break anything!<br />
  
            </div>
        </content>
        <dc:subject>s9y</dc:subject>
<dc:subject>tech</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Zend-Core-Mysql-Error" rel="alternate" title="Zend Core Mysql Error" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-27T16:40:15Z</published>
        <updated>2008-06-29T16:04:37Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=342</wfw:comment>
    
        <slash:comments>6</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=342</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/tech" label="tech" term="tech" />
    
        <id>http://www.lornajane.net/posts/2008/342</id>
        <title type="html">Zend Core Mysql Error</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've had this error more than once.  On a debian virtual machine, with Zend Core installed, and when mysql doesn't restart when the machine reboots.  It looks something like this:<br />
<div class="bash" style="text-align: left"><br />debian:/usr/<span style="color: #000066;">local</span>/Zend/mysql/bin<span style="color: #808080; font-style: italic;"># ./mysqld</span><br /><span style="color: #cc66cc;">080627</span> <span style="color: #cc66cc;">12</span>:<span style="color: #cc66cc;">31</span>:<span style="color: #cc66cc;">16</span> <span style="color: #66cc66;">&#91;</span>ERROR<span style="color: #66cc66;">&#93;</span> Can<span style="color: #ff0000;">'t find messagefile '</span>/usr/<span style="color: #000066;">local</span>/mysql/share/mysql/english/errmsg.sys<span style="color: #ff0000;">'<br />080627 12:31:16 [ERROR] Aborting<br />&#160;</span></div><br />
This is for two reasons.  First: you need to be up one level of directory to be able to run these commands.  Some errors will tell you that but this one doesn't.  Secondly, you need to use the mysqld_safe command.<br />
<div class="bash" style="text-align: left"><br />debian:/usr/<span style="color: #000066;">local</span>/Zend/mysql<span style="color: #808080; font-style: italic;"># bin/mysqld_safe</span><br />Starting mysqld daemon with databases from /usr/<span style="color: #000066;">local</span>/Zend/mysql/data<br />&#160;</div><br />
This works for me - I have no idea if it is the prescribed method but background the process above and you're good to go.  
            </div>
        </content>
        <dc:subject>tech</dc:subject>
<dc:subject>vmware</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/DPC-Interview" rel="alternate" title="DPC Interview" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-24T17:45:50Z</published>
        <updated>2008-06-24T17:45:50Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=340</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=340</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/dutch" label="dutch" term="dutch" />
            <category scheme="http://www.lornajane.net/category/php" label="php" term="php" />
    
        <id>http://www.lornajane.net/posts/2008/340</id>
        <title type="html">DPC Interview</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                So, at the <a href="http://phpconference.nl">Dutch PHP Conference</a>, they were making a video and they interviewed me.  The video is at <a href="http://www.bachelor-ict.nl/dpc">http://www.bachelor-ict.nl/dpc</a> and it is also featured in this <a href="http://devzone.zend.com/article/3624-Lorna-Mitchell-of-PHPWomen-interviewed-at-DPC">article on DevZone</a> which is exciting!  The video is mostly about the <a href="http://phpwomen.org">PHPWomen</a> organisation, rather than my talk but it does have some footage of me speaking and of the conference itself.  
            </div>
        </content>
        <dc:subject>dpc08</dc:subject>
<dc:subject>php</dc:subject>
<dc:subject>phpwomen</dc:subject>
<dc:subject>tech</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/PHPWomen-Article-Competition" rel="alternate" title="PHPWomen Article Competition" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-24T10:10:31Z</published>
        <updated>2008-06-30T20:09:27Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=339</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=339</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/php" label="php" term="php" />
    
        <id>http://www.lornajane.net/posts/2008/339</id>
        <title type="html">PHPWomen Article Competition</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                There's an article competition running over at <a href="http://phpwomen.org">phpwomen.org</a> where thre are two Zend Studio for Eclipse licenses to give away to the best short articles submitted in the Best Practices forum before the end of July.  See <a href="http://www.phpwomen.org/wordpress/2008/06/24/phpwomen-article-competition/">the announcement</a> for more details.  
            </div>
        </content>
        <dc:subject>dutch</dc:subject>
<dc:subject>php</dc:subject>
<dc:subject>phpwomen</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/A-Wedding-Weekend" rel="alternate" title="A Wedding Weekend" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-22T20:26:40Z</published>
        <updated>2008-06-22T20:26:40Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=338</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=338</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/random" label="random" term="random" />
    
        <id>http://www.lornajane.net/posts/2008/338</id>
        <title type="html">A Wedding Weekend</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                We spent the weekend at the wedding of a friend of ours, where Kevin was the best man.  Here's the two boys together before the ceremony itself:<br />
<br />
<a href="http://www.flickr.com/photos/lornajane/2600725117/" title="Groom and Best Man by LornaJane.net, on Flickr"><img src="http://farm4.static.flickr.com/3191/2600725117_a285f8254a_m.jpg" width="240" height="180" alt="Groom and Best Man" /></a><br />
<br />
The weather forecast was rather bad and although we didn't get weather as bad as we might have, it did rain on the post-ceremony photographs which was a shame!  The day was great all round, the happy couple were infectiously happy and everyone else was dressed up and being happy along with them.  There are more <a href="http://flickr.com/photos/lornajane/sets/72157605757114233/">photos on my flickr account</a> - although in a rather wonderful testament to what a good time I had last night, I don't have any photos taken later than the cutting of the cake.  The evening event was a ceilidh and I literally danced the night away, not realising Kevin wasn't taking any photos either, so hopefully someone else did!<br />
<br />
Congratulations to Andrew and Rachel, here's wishing them a long and happy marriage.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Deployment-with-SVN-slides-Dutch-PHP-Conference" rel="alternate" title="Deployment with SVN slides - Dutch PHP Conference" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-18T07:45:50Z</published>
        <updated>2008-06-22T14:10:11Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=337</wfw:comment>
    
        <slash:comments>12</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=337</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/php" label="php" term="php" />
    
        <id>http://www.lornajane.net/posts/2008/337</id>
        <title type="html">Deployment with SVN slides - Dutch PHP Conference</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The slides for my talk "PHP Deployment with Subversion" at the Dutch PHP Conference last weekend are now online, you can find them at <a href="http://www.slideshare.net/lornajane/php-deployment-with-svn/">http://www.slideshare.net/lornajane/php-deployment-with-svn/</a>.  If you have any questions or comments then either drop me a line or add a comment below.<br />
<br />
<b>Edit: </b> I prepared a video of the nabaztag demo I did - you can find it <a href="http://www.flickr.com/photos/lornajane/2592602734/">over here on flickr</a> - enjoy.  
            </div>
        </content>
        <dc:subject>dpc08</dc:subject>
<dc:subject>php</dc:subject>
<dc:subject>speaking</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/DPC-Talk-Review" rel="alternate" title="DPC Talk Review" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-16T09:37:22Z</published>
        <updated>2008-06-19T11:38:49Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=336</wfw:comment>
    
        <slash:comments>6</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=336</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/php" label="php" term="php" />
    
        <id>http://www.lornajane.net/posts/2008/336</id>
        <title type="html">DPC Talk Review</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                A couple of days ago I had the pleasure of speaking at the excellent <a href="http://phpconference.nl">Dutch PHP Conference</a> in Amsterdam.  I haven't done anything like this before and I did a lot of preparation - as you'll know if you read this blog regularly.<br />
<br />
My talk was entitled "PHP Deployment with Subversion" and was a series of suggested tricks for using Subversion, both tools and structure, to help with deployment.  I'm on holiday in Amsterdam for a few days (since I haven't visited the city before) so I'm currently not able to upload my slides but I will post them here in a day or two.  You can get a sneak preview though as there is <a href="http://www.flickr.com/photos/rickmb/2577858191/">flickr evidence</a> of my presentation available.<br />
<br />
I included a demonstration in my talk which showed a <a href="http://www.nabaztag.com">nabaztag</a> (electronic funky rabbit device) notifying of different events, such as tests failing.  What I hadn't really taken into account was that I'd be speaking in such a large room - there was seating for 400 people (about half full I think) and the rabbit is only 8 inches high or so, he was a bit little!  I wasn't following the chatter at the time but I was hugely amused to see <a href="http://twitter.com/Breuls/statuses/834600655">this tweet from Breuls</a> when I checked twitter the next day!!<br />
<br />
Overall my talk was relatively successful in the sense that I said what I wanted to, I didn't talk too much or too little, and my nabaztag demo actually worked.  I do feel however that my nerves got the better of me - I'm rarely intimidated but having never spoken at a conference before I found it very difficult to adapt to speaking in the main hall.  This is the first time I've used a microphone, they clipped it onto me and then I started giving the presentation, that was really strange.  And also having a large stage with my slides projected on a screen the size of a small house ... you can't look at them, or point at them, or anything.  I thought I'd become less nervous with time but I'm afraid it never happened!  On a personal level, to give a talk like that, perfectly competently, is an achievement in itself and I'm trying to forget how hard it really was and just feel proud instead :)  After the talk I only got one question, which was "Where can I get one of those rabbits?", so I wasn't sure if I had put my technical content across well.  However quite a few people came to pick my brain afterwards so I guess I did OK.<br />
<br />
I owe huge thanks to everyone who provided moral support and tried to convince me I'd be fine, and even more thanks to my boyfriend Kevin who did the setup for the nabaztag (Naz the nabaztag needed his own wireless network) and helped me write the code to run the demo.  I'll write more about the rabbit and the demo at a later point, looks like a lot of people will be getting them :)<br />
<br />
Speaking aside, I had a great few days meeting old friends and new ones at the conference, and attending some really interesting sessions.  Speaking was very very stressful although perhaps only because I didn't handle it as well as I might have.  The definite upside though is getting to hang out with the very cool kids at the Speakers Dinner afterwards - thanks guys, I had a wonderful night.  All in all I can't wait for next year!  
            </div>
        </content>
        <dc:subject>dpc08</dc:subject>
<dc:subject>php</dc:subject>
<dc:subject>speaking</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/DPC-Day-1" rel="alternate" title="DPC Day 1" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-13T14:36:03Z</published>
        <updated>2008-06-13T22:22:10Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=335</wfw:comment>
    
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=335</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/dutch" label="dutch" term="dutch" />
            <category scheme="http://www.lornajane.net/category/tech" label="tech" term="tech" />
    
        <id>http://www.lornajane.net/posts/2008/335</id>
        <title type="html">DPC Day 1</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Well, its a misleading title because the day is only half over but the <a href="http://phpconference.nl">Dutch PHP Conference 2008 </a>is well and truly underway!  Today I've been in the Zend Framework tutorial given by Matthew Weir O'Phinney, which is a full-day session.  Its been excellent - with some concepts, some examples, and now a real working application to take a look around and learn from.  I've had to work with ZF a little bit lately and I wish I'd been able to have this tutorial before I did that!<br />
<br />
I've been able to catch up with a lot of people since arriving late last night and making the mistake of not going to bed until late because I wasn't tired (still on UK time) and then having to get up early today!  Tonight we have an Ibuildings employees event which will be great, I'm excited to put faces to names for all my colleagues - the downside of the telecommute is that I mostly know people on Skype or IRC and not in real life.  Later on there is a pre-conference social as well (from 8pm) - which is why my day is only half done :)<br />
<br />
Looking forward to tomorrow, when there will be a <a href="http://phpwomen.org">phpwomen</a> stand upstairs outside the main hall, we'll be giving out shirts (they're white this year) so if you want one then come and get it!  Tomorrow at 2pm I'm giving my talk "PHP Deployment with Subversion" which looks like it will be well attended.  Oh and its <a href="http://www.wwkipday.com/">Worldwide Knit In Public Day</a> as well so I'll be attempting to fit that in as well!<br />
  
            </div>
        </content>
        <dc:subject>conference</dc:subject>
<dc:subject>dpc08</dc:subject>
<dc:subject>php</dc:subject>
<dc:subject>speaking</dc:subject>
<dc:subject>tech</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Dutch-Conference" rel="alternate" title="Dutch Conference" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-12T12:34:15Z</published>
        <updated>2008-06-13T10:59:01Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=334</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=334</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/dutch" label="dutch" term="dutch" />
            <category scheme="http://www.lornajane.net/category/tech" label="tech" term="tech" />
    
        <id>http://www.lornajane.net/posts/2008/334</id>
        <title type="html">Dutch Conference</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Today I leave for Amsterdam, to visit the <a href="http://phpconference.nl">Dutch PHP Conference</a> where I will be getting my first experience as a conference speaker.  It would be fair to say that I'm very nervous - its a high profile event and the other speakers in the lineup are pretty amazing!<br />
<br />
When I was invited (or perhaps that should be "volunteered") to speak at this event, I realised that I would need a lot of preparation in order to be able to deliver something like this.  I arranged to give short technical presentations at local <a href="http://geekup.org">GeekUp</a> events and went to both <a href="http://www.lornajane.net/posts/2008/Geekup-Talk">Leeds</a> and <a href="http://www.lornajane.net/posts/2008/Inaugural-Sheffield-Geekup">Sheffield</a> and spoke there.  When I had assembled the content of the talk for Amsterdam, I circulated the slides around a few technical colleagues and friends, to make sure that it was accurate and covering sensible material.  I was also charmed and excited to have the chance to attend the <a href="http://phplondon.org">PHP London User Group</a> meet <a href="http://www.lornajane.net/posts/2008/Visit-To-PHP-London">last week</a> and to give the actual talk there.  So, at this point, there is little more I can do to prepare other than attempt not to get too drunk at the pre-conference social on Friday night!<br />
<br />
The social side of things is something I'm really looking forward - this conference is organised by my employers, so I'll have the opportunity to meet the developers I work with every day but haven't met yet or don't see often.  This in itself I know will be fabulous, although I will certainly forget everyone's names!  In addition there will be people I know online from #phpc and of course some members of <a href="http://phpwomen.org">phpwomen.org</a> as well - we are running a PHP Women stand at the conference and giving out shirts - so if you want one you had better come along and ask nicely :)  I am also looking forward to meeting new people that I don't yet know I'm going to meet - so here's hoping for a wonderful time and not too many talk nerves!!  To recover I'm staying on in Amsterdam for a few days since I haven't visited the city before, seems like a good opportunity.  
            </div>
        </content>
        <dc:subject>dpc08</dc:subject>
<dc:subject>speaking</dc:subject>
<dc:subject>tech</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/A-year-and-a-day-or-two" rel="alternate" title="A year and a day (or two)" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-09T10:46:00Z</published>
        <updated>2008-06-12T12:27:01Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=332</wfw:comment>
    
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=332</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/house" label="house" term="house" />
    
        <id>http://www.lornajane.net/posts/2008/332</id>
        <title type="html">A year and a day (or two)</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It might not seem like a year since I <a href="http://www.lornajane.net/posts/2007/New-Home">announced a completed house purchase</a>, but it is.  A year and a few days in fact!  Actually buying the house felt like a huge achievement, buying our first home took 9 months, cost a lot in surveyors fees and involved 3 failed sales ... read the contents of the "house" category in chronological order if you missed the story.<br />
<br />
On that day, it felt like we'd come a long way.  And today, it feels like we've come a longer way still!  In the year we've been in the house, we've <ul><br />
<li>Thrown out most of the contents of it (but the garage is still full)</li><br />
<li>Re-acquired our possessions which were in storage for 18 months and (mostly) unpacked them</li><br />
<li>Cleared the garden (still no lawn and some digging still to go but its way better than it was</li><br />
<li>Got all the guttering fixed</li><br />
<li>Added central heating</li><br />
<li>Rewired the house</li><br />
<li>Become an aunt and uncle</li><br />
<li>Completely made over the front garden</li><br />
<li>Acquired a piano</li><br />
<li>We've both changed jobs and/or been promoted</li><br />
<li>Been broken into</li><br />
<li>Redecorated most of the ground floor</li><br />
<li>Paid the mortgage for 12 months</li><br />
</ul><br />
All in all its been a pretty exciting time, and its hard to believe its a whole 12 months since we picked up the keys, and wandered around the house, not quite believing it was real (it was, filth and all!).  Its been quite a ride, cost more than we thought, and been at least as bad as we'd feared :)  We've had lots of help from friends and family and we're very grateful for everything everyone has done to help, advise, or whatever.  I was at my mum's house last weekend, and realised with a jolt I was homesick ... for Leeds.  I've been homesick for her home pretty much since I left it - but this is my home now.<br />
<br />
I know there will be other events in our lives, and harder times probably ahead.  But for now we feel lucky; we're happy, we're healthy, and I hope it lasts!  
            </div>
        </content>
        <dc:subject>house</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Visit-To-PHP-London" rel="alternate" title="Visit To PHP London" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-06T20:44:43Z</published>
        <updated>2008-06-11T18:39:57Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=333</wfw:comment>
    
        <slash:comments>8</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=333</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/php" label="php" term="php" />
    
        <id>http://www.lornajane.net/posts/2008/333</id>
        <title type="html">Visit To PHP London</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Last night I had the opportunity to speak at the <a href="http://phplondon.org">PHP London</a> group, giving a talk entitled "PHP Deployment with Subversion".  This is the talk I will be giving next week at the <a href="http://phpconference.nl">Dutch PHP Conference</a> in Amsterdam, and giving the same talk last night was the last step in a whole series of preparation for next week.  (The slides will be available after the Dutch conference)<br />
<br />
As ever it was great to get to the event and meet the people there, I don't make it to the PHP London meetings very often but I always have a good time when I do.  Although this talk was supposed to be a "test drive" for next week, I was actually very squeaky happy to get the invite to speak!  Anyway the guys there were great as usual, helping me get set up with the projector, providing a pep talk, and buying me a beer afterwards.<br />
<br />
The talk itself went fine, nothing more and nothing less.  It was perfect for time, which is excellent as I had absolutely no idea how long I would talk for.  I was greatly helped by using Powerpoint (yes, I had to boot into windows, scary!) with its Presenter View which has a timer.  This view also shows you your current slide, the notes for this slide, and the upcoming slides which is all good (so long as you can read very tiny writing from standing 4 feet away from your laptop - happily I'm long-sighted!).  The content I think is OK - lots of questions came out after the talk which was really interesting, and I certainly realised there were a few points that I need to mention when I give the talk again.  The slides perhaps leave something to be desired, colours look different projected and there was a particularly horrible shade of yellow which appears on quite a few slides - oops!<br />
<br />
I had a great night and although I wouldn't say I'm feeling confident for next week, I feel like there are fewer unknowns.  I also came to terms with the idea that feeling terrible about a talk is just not something I'm going to get over until I have done the talk - its all part of the preparation I guess.  
            </div>
        </content>
        <dc:subject>php</dc:subject>
<dc:subject>phplondon</dc:subject>
<dc:subject>speaking</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Baby-Courgette-Plants" rel="alternate" title="Baby Courgette Plants" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-06-01T11:24:35Z</published>
        <updated>2008-06-04T12:47:31Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=331</wfw:comment>
    
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=331</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/dutch" label="dutch" term="dutch" />
            <category scheme="http://www.lornajane.net/category/house" label="house" term="house" />
    
        <id>http://www.lornajane.net/posts/2008/331</id>
        <title type="html">Baby Courgette Plants</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Recently my friend <a href="http://www.urbanwide.com">Deb</a>, Leeds Geekup organiser and Ruby developer, gave me two baby courgette plants ... she even went so far to photograph me, slightly tipsy, leaving the pub to get the bus home:<br />
<br />
<img src="http://farm3.static.flickr.com/2224/2512748790_32192391f1_m.jpg" alt="" /><br />
<br />
I did get the plants home intact and planted them out.  I was going to post a whole garden post as I have a few other things also to plant, but I've been elsewhere all week and now its raining rather a lot, so I'm blogging instead.  Here's the courgette plants in their new home:<br />
<br />
<!-- s9ymdb:291 --><img width='200' height='150' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.lornajane.net/uploads/house/courgettes.jpg" alt="" /><br />
<br />
Waiting for my attention are some sweet peas given to me by Great Uncle Sid and some training lobelia I bought yesterday to try to improve the view from my new kitchen window ... more about those another day.  
            </div>
        </content>
        <dc:subject>garden</dc:subject>
<dc:subject>geekup</dc:subject>
<dc:subject>house</dc:subject>
<dc:subject>tech</dc:subject>

    </entry>
    <entry>
        <link href="http://www.lornajane.net/posts/2008/Data-Migration-Article-on-DevZone" rel="alternate" title="Data Migration Article on DevZone" />
        <author>
            <name>LornaJane</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-05-22T08:01:25Z</published>
        <updated>2008-05-23T22:44:06Z</updated>
        <wfw:comment>http://www.lornajane.net/wfwcomment.php?cid=330</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.lornajane.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=330</wfw:commentRss>
    
            <category scheme="http://www.lornajane.net/category/php" label="php" term="php" />
    
        <id>http://www.lornajane.net/posts/2008/330</id>
        <title type="html">Data Migration Article on DevZone</title>
        <content type="xhtml" xml:base="http://www.lornajane.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I'm pleased to announce that <a href="http://devzone.zend.com">DevZone</a> have published an article of mine - the <a href="http://devzone.zend.com/article/3540-Data-Migration-and-Import-Examples">examples article</a> I wrote to accompany my recent <a href="http://devzone.zend.com/article/3530-PHP-Abstract-Podcast-Episode-40-Data-Importing">podcast</a> on the topic of importing and migrating data.  It has some code examples which I think make a good illustration of the points I was trying to make waving my hands around doing a podcast, hope you like it.  
            </div>
        </content>
        
    </entry>

</feed>