<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Green</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/" />
   <link rel="self" type="application/atom+xml" href="http://green.carisenda.com/atom.xml" />
   <id>tag:green.carisenda.com,2007://6</id>
   <updated>2007-09-19T17:51:01Z</updated>
   <subtitle>A simple home site.</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.34</generator>

<entry>
   <title>Don&apos;t do this</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/09/dont_do_this.html" />
   <id>tag:green.carisenda.com,2007://6.2344</id>
   
   <published>2007-09-19T17:36:23Z</published>
   <updated>2007-09-19T17:51:01Z</updated>
   
   <summary>You&amp;#8217;re running a web studio, something changes and you decide the website must be updated, you look at the website...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      You&apos;re running a web studio, something changes and you decide the website must be updated, you look at the website and decide it is so horribly out of date and it must go too, you put up a holding page with some cool message about impending &quot;newness&quot;. Your spine shivers as you imagine the Internet buzzing with anticipation about your new site.

In the real world those of us searching for web studio services come to your site and find nothing of interest, no portfolio, no winning argument to use you, and quickly move on.

&quot;Frank&quot;:http://www.frankbelfast.com/ will apparently have a new site someday, but not today.
      
   </content>
</entry>
<entry>
   <title>Watching 404s Daily</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/08/watching_404s_d.html" />
   <id>tag:green.carisenda.com,2007://6.2292</id>
   
   <published>2007-08-15T11:13:11Z</published>
   <updated>2007-08-15T12:11:27Z</updated>
   
   <summary>So I&amp;#8217;m looking after a couple of medium/small sized corporate internet sites now and it&amp;#8217;s time to start monitoring. The...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[So I'm looking after a couple of medium/small sized corporate internet sites now and it's time to start monitoring. The first thing I want to do is to watch the Apache logs of our sites for 404s, so this goes into /etc/cron.daily:

<pre>#! /bin/sh
#
# cron script to report
# top 50 errors in apache log
#
# Written by Stephen Stewart <email@address.com>

if [ -f /var/log/apache2/access.log ]; then
  awk -F\" '/ 404 /{ print $2 }' \
  /var/log/apache2/access.log | \
  awk '{ print $2 }' | \
  sort | uniq -c | sort -nr | head -50 | \ 
  mailx -s "[my.site.com] 404s" email@address.com
fi
</pre>

As time goes by I'll start doing things like watching for "validation errors":http://green.carisenda.com/archive/2007/01/eternal_vigilen.html and "spelling mistakes":http://green.carisenda.com/archive/2006/04/sgmlspellchecke.html, but right now things are so messy that's a little ambitious. :)

*Update:* Awk can grep too, thanks petemc.]]>
      
   </content>
</entry>
<entry>
   <title>Poems on the Move</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/08/poems_on_the_mo_1.html" />
   <id>tag:green.carisenda.com,2007://6.2291</id>
   
   <published>2007-08-14T11:30:24Z</published>
   <updated>2007-08-14T11:43:34Z</updated>
   
   <summary> QR code for my Poems on the Move site, a wee site for your mobile that&amp;#8217;ll give you a...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[<img src="http://green.carisenda.com/images/qrcode.png" width="216" height="216" alt="http://1.61803.mobi/" />

"QR code":http://qrcode.kaywa.com/ for my "Poems on the Move":http://1.61803.mobi/ site, a wee site for your mobile that'll give you a random poem to read on the train/bus/loo.]]>
      
   </content>
</entry>
<entry>
   <title>One&apos;s too many an&apos; a hundred&apos;s not enough</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/08/ones_too_many_a.html" />
   <id>tag:green.carisenda.com,2007://6.2289</id>
   
   <published>2007-08-04T12:57:39Z</published>
   <updated>2007-08-08T12:12:35Z</updated>
   
   <summary>I&amp;#8217;m 34 now, it happened yesterday in Dublin. Much less painful than the first 4 of these 3-somethings this one...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      I&apos;m 34 now, it happened yesterday in Dublin. Much less painful than the first 4 of these 3-somethings this one was actually enjoyable. Thirty-something is shaping up to be a good something to be.

I pity the twenty-somethings, all new shoes and haircuts.
      
   </content>
</entry>
<entry>
   <title>And the sky was made black with unescaped entities</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/07/and_the_sky_was.html" />
   <id>tag:green.carisenda.com,2007://6.2288</id>
   
   <published>2007-07-20T14:08:39Z</published>
   <updated>2007-07-20T14:09:13Z</updated>
   
   <summary>The decision to serve your web site pages as application/xhtml+xml should be taken while wearing a Bruce Willis&amp;#8217; vest and...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[The decision to serve your web site pages as <tt>application/xhtml+xml</tt> should be taken while wearing a Bruce Willis' vest and Guns n' Roses playing in the background. You want a Jerry Bruckheimer sunset, heat haze and all, the whole scene tinted Michael Mann blue, an offshore breeze, the sound of Kilgore's 'choppers in the air.

A hawt chick sobbing as she cries your name will also help set the mood.

Milk it for all you are worth because you are not coming back alive.]]>
      
   </content>
</entry>
<entry>
   <title>Mother is it just a waste of time?</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/07/mother_is_it_ju.html" />
   <id>tag:green.carisenda.com,2007://6.2287</id>
   
   <published>2007-07-18T13:01:15Z</published>
   <updated>2007-07-18T13:01:51Z</updated>
   
   <summary>I don&amp;#8217;t want to work anymore. I just want to find a beach on an island in the pacific and...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[I don't want to work anymore.

I just want to find a beach on an island in the pacific and waste away,
grow a beard,
eat a fish or two.

<i>Ooo babe, of course Momma's gonna help build the wall...</i>]]>
      
   </content>
</entry>
<entry>
   <title>Things.</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/07/things.html" />
   <id>tag:green.carisenda.com,2007://6.2286</id>
   
   <published>2007-07-02T23:42:20Z</published>
   <updated>2007-07-02T23:42:58Z</updated>
   
   <summary>I&amp;#8217;ve been commuting to Dublin these last two weeks, it&amp;#8217;s not been nice I can tell you. More than 3...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      I&apos;ve been commuting to Dublin these last two weeks, it&apos;s not been nice I can tell you. More than 3 hours one way each day, I&apos;ve been like a zombie in work. Zomb.ie.

I&apos;ve met an Australian and we&apos;re shacking up together, she&apos;s a rugby playing kick boxer. Good times.

The entire world seems to have descended on &quot;Facebook&quot;:http://www.facebook.com/profile.php?id=667260087, at first I was apprehensive but now I embrace.

My taxi driver tonight used to travel down to Dublin every day too. For the greyhounds.

I love Wii Tennis and Wii Bowling.
      
   </content>
</entry>
<entry>
   <title>Rant</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/07/rant.html" />
   <id>tag:green.carisenda.com,2007://6.2284</id>
   
   <published>2007-07-01T00:25:40Z</published>
   <updated>2007-07-02T22:52:32Z</updated>
   
   <summary>All hail the great God Science, our Lord and Master, in whom we will believe without questioning, without understanding and...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      All hail the great God Science, our Lord and Master, in whom we will believe without questioning, without understanding and as reported to us by journalists.

      
   </content>
</entry>
<entry>
   <title>Shift Happens</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/06/shift_happens.html" />
   <id>tag:green.carisenda.com,2007://6.2283</id>
   
   <published>2007-06-24T02:54:03Z</published>
   <updated>2007-06-24T02:54:46Z</updated>
   
   <summary></summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/pMcfrLYDm2U"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/pMcfrLYDm2U" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>]]>
      
   </content>
</entry>
<entry>
   <title>Au Revoir Thierry</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/06/au_revoir_thier.html" />
   <id>tag:green.carisenda.com,2007://6.2282</id>
   
   <published>2007-06-23T11:35:11Z</published>
   <updated>2007-06-23T11:35:55Z</updated>
   
   <summary>Thierry Henry has left Arsenal, the most beautiful and eloquent exponent of the game of football has left London for...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      Thierry Henry has left Arsenal, the most beautiful and eloquent exponent of the game of football has left London for Barcelona and I&apos;m quite sad about that.
      
   </content>
</entry>
<entry>
   <title>The Times They Are A-Changin&apos;</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/06/the_times_they.html" />
   <id>tag:green.carisenda.com,2007://6.2281</id>
   
   <published>2007-06-11T20:56:45Z</published>
   <updated>2007-06-11T20:58:49Z</updated>
   
   <summary><![CDATA[&quot;GET / HTTP/1.1&quot; 200 8397 &quot;-&quot; &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3&quot;...]]></summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[<pre>"GET / HTTP/1.1" 200 8397 "-"
  "Mozilla/5.0 (Windows; U; Windows NT 5.1; en)
  AppleWebKit/522.11.3 (KHTML, like Gecko)
  Version/3.0 Safari/522.11.3"</pre>]]>
      
   </content>
</entry>
<entry>
   <title>We had a quarrel, a lovers spat</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/06/we_had_a_quarre.html" />
   <id>tag:green.carisenda.com,2007://6.2280</id>
   
   <published>2007-06-09T19:01:19Z</published>
   <updated>2007-06-09T19:03:55Z</updated>
   
   <summary>Status: 5.0.0 Diagnostic-Code: X-Postfix; host said: 550 sorry, no mailbox here by that name (#5.1.1) (in reply to RCPT TO...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[<pre>Status: 5.0.0
Diagnostic-Code: X-Postfix; host said: 550
    sorry, no mailbox here by that name (#5.1.1)
    (in reply to RCPT TO command)</pre>
]]>
      
   </content>
</entry>
<entry>
   <title>Hey, I have a new job</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/06/hey_i_have_a_ne.html" />
   <id>tag:green.carisenda.com,2007://6.2279</id>
   
   <published>2007-06-09T12:25:18Z</published>
   <updated>2007-06-09T12:26:18Z</updated>
   
   <summary>I have a new job starting on Monday! It&amp;#8217;s pretty exciting actually, interesting work, new faces, all that. I&amp;#8217;ll be...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      I have a new job starting on Monday! It&apos;s pretty exciting actually, interesting work, new faces, all that. I&apos;ll be moving to Dublin as soon as I can sell a kidney to pay for somewhere to stay. :)

A few notes on my job hunt:

* I went to over 20 interviews.
* Only 3 interviews were for companies in Belfast.
* The 3 Belfast companies ask me questions about what &quot;Front&quot;:http://www.designbyfront.com/ do, not what I do.
* &quot;Front&quot;:http://www.designbyfront.com/ is far and away the best web application design company in Belfast.
* I found my job through &quot;Monster.ie&quot;:http://www.monster.ie.
* &quot;CWjobs.co.uk&quot;:http://www.cwjobs.co.uk was also very productive.
* Hiring a professional company to write your CV is a good idea unless you&apos;re a CV writing expert.
* Recruiters generally don&apos;t have a good understanding of the field of web design, finding one that does is a great help.
* Recruiters in Belfast are generally rubbish, they&apos;re only interested in the small set of skills for the small group of companies that serve Belfast&apos;s IT sector.
* Don&apos;t expect big companies to have good interview processes.
* Find out as much about the job as you can in the interview, you&apos;re interviewing them as much as they are you.
* A good salary does not equal a good job.





      
   </content>
</entry>
<entry>
   <title>Vote Belfast onto the New Monopoly Board</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/05/vote_belfast_on.html" />
   <id>tag:green.carisenda.com,2007://6.2265</id>
   
   <published>2007-05-19T14:34:02Z</published>
   <updated>2007-05-19T14:34:41Z</updated>
   
   <summary><![CDATA[Add your vote to get Belfast on the Monopoly Here &amp; Now UK Edition. Since our property market feels like...]]></summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA["Add your vote to get Belfast on the Monopoly Here &amp; Now UK Edition":http://www.monopoly.co.uk/vote.aspx. Since our property market feels like people are playing with Monopoly money I think it's only fair we're on the new Monopoly board.]]>
      
   </content>
</entry>
<entry>
   <title>HTML5: HTML WG Pleb Report</title>
   <link rel="alternate" type="text/html" href="http://green.carisenda.com/archive/2007/05/html5_html_wg_p.html" />
   <id>tag:green.carisenda.com,2007://6.2264</id>
   
   <published>2007-05-18T16:23:36Z</published>
   <updated>2007-05-18T16:36:13Z</updated>
   
   <summary>So the HTML WG have voted to adopt the WHAT WG HTML5 as the basis for further discussion and what...</summary>
   <author>
      <name>Beowulf</name>
      <uri>http://www.carisenda.com/</uri>
   </author>
         <category term="main" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://green.carisenda.com/">
      <![CDATA[So the HTML WG have voted to adopt the WHAT WG HTML5 as the basis for further discussion and what not. That's about all I can tell you, for the rest I'm out of my depth, but I'll do my best to explain. It's early days though, expect change.

I understand that Apple, Mozilla, Opera (and IE?) want a single "here's how to render the web" document, and in doing so will <i>sensuo stricto</i> standardise what some consider bad behaviour in HTML authoring, however it'll not mean it's OK to go out and overlap &lt;i> and &lt;b> tags, just that somewhere in the spec there's a section on how a browser should deal with it when that happens. So in a sense you have two documents, 'How the Web Should be Rendered' and 'How the Web Should be Written'.

Then you have the HTML language itself, is it purely structural? Personally I'm of the opinion HTML would be the worse off if it was shorn altogether of it's presentational abilities. I want my mum to be able to put up a simple HTML page with bold face, italics, paragraphs and what have you with no need to look at CSS or think about the semantics of italics for latin, ship names or speech <em>emphasis</em> -- my mum will just want to put those in italics and let the reader make their mind up. Simple documents, with the basics of document presentation, should be possible in HTML only in my opinion. Lot's of people don't agree though.

Semantics is also being discussed, giving the language more meaning, presumably for some yet to be invented machine to come and gobble up the data (if you build it they will come). Microformats, using predefined classes, new tags, new attributes. I'm going to leave this one alone for a bit 'til it settles down, I feel there's a lack of a real goal here and it's all a bit idealistic. But what do I know?

Accessibility concerns have been raised by "Roger Johansson":http://www.456bereastreet.com/archive/200705/another_look_at_html_5/ but so far other than asking to keep what we already have I don't think anything new has been proposed. I may be wrong though, there was a period the mailing list was over 100 messages per day and I'll be honest I missed quite a few.

I think possibly there's some regret at letting plebs like me join the working group, there's even been some discussion of having an "invited pleb" category instead of "invited expert". I'll happily sign up, I haven't the slightest clue what some people are talking about. ]]>
      
   </content>
</entry>

</feed>
