<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Horse&apos;s Mouth</title>
<link>http://www.wellho.net/horse/</link>
<description>Musing, events and thoughts from Graham Ellis</description>
<language>en-us</language>
<copyright>Copyright 2010</copyright>
<lastBuildDate>Mon, 08 Feb 2010 17:24:53 +0000</lastBuildDate>
<pubDate>Mon, 08 Feb 2010 17:32:10 +0000</pubDate>
<generator>http://www.movabletype.org/?v=3.01D</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>An example of an injection attack using Javascript</title>
<description>Delegates sometimes ask me what an &quot;injection attack&quot; is, and for examples. I came across a really good example this morning on (oops!) one of our own pages - it&apos;s now fixed, but I&apos;m documenting here and showing you what...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002628</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002628</guid>
<category></category>
<pubDate>Mon, 08 Feb 2010 17:24:53 +0000</pubDate>
</item>
<item>
<title>Saturdays out from Melksham - to Oxford, to Didcot or to Swindon</title>
<description> Fancy a day out with the family from Melksham to Oxford, to Swindon or to Didcot? We took a train trip on Saturday to Oxford from Melksham Station ... three adults and one dog - total return fare to...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002627</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002627</guid>
<category></category>
<pubDate>Sun, 07 Feb 2010 07:59:37 +0000</pubDate>
</item>
<item>
<title>On Malachite Green</title>
<description>&quot;Malachite&quot; - Copper Carbonate. But know to me as a rather rich, bright, exotic green colour that&apos;s so bright and rich it&apos;s rarely seen. I moved to the south east of London in 1959, at a very young age -...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002626</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002626</guid>
<category></category>
<pubDate>Sat, 06 Feb 2010 20:41:40 +0000</pubDate>
</item>
<item>
<title>Both feet on the same pavement</title>
<description>Wednesday Morning 08:30, February, Moorgate, London. I&apos;m fascinated by some people who feel that the rules don&apos;t apply to them. The guy I just had to walk past, bathed in a cloud of smoke of the almost-enclosed lobby with its...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002625</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002625</guid>
<category></category>
<pubDate>Fri, 05 Feb 2010 06:32:03 +0000</pubDate>
</item>
<item>
<title>Skyline and looking up in London</title>
<description>For those readers who feel I have a one track (Ruby) mind this week - here are a couple of pictures. This first taken out of the bedroom of the hotel I was in Sunday through Tuesday evenings (I&apos;ve move...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002624</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002624</guid>
<category></category>
<pubDate>Thu, 04 Feb 2010 08:59:17 +0000</pubDate>
</item>
<item>
<title>Object Oriented Ruby - new examples</title>
<description>We had an &quot;object oriented Ruby&quot; morning on today&apos;s course. &quot;But everything&apos;s an object in Ruby&quot; you&apos;ll tell me and you&apos;re sort of right (we could argue about what symbols and code blocks are), but there are certain elements of...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002623</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002623</guid>
<category></category>
<pubDate>Wed, 03 Feb 2010 23:01:43 +0000</pubDate>
</item>
<item>
<title>Handling unusual and error conditions - exceptions</title>
<description>&quot;I can&apos;t answer that question in the way you expect&quot; ... that&apos;s something that may be said to you occasionally - you ask someone what suit a playing card is that they&apos;re holding and they cannot tell you because it...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002622</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002622</guid>
<category></category>
<pubDate>Wed, 03 Feb 2010 22:47:41 +0000</pubDate>
</item>
<item>
<title>Ruby collections and strings - some new examples</title>
<description>From yesterday&apos;s Ruby course - a whole set of new examples on Ruby collections - arrays (which are ordered lists) and hashes (which are unordered). In other words, you look somethng up in an array by its position number, whereas...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002621</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002621</guid>
<category></category>
<pubDate>Wed, 03 Feb 2010 07:28:50 +0000</pubDate>
</item>
<item>
<title>Direct access to object variable (attributes) in Ruby</title>
<description>Rather than writing getters and setters, in many Object Oriented languages you can access the variables within an object directly. That can be dangerous for code flexibility for the future, as it means that you&apos;re removing the possibility of interspersing...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002620</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002620</guid>
<category></category>
<pubDate>Tue, 02 Feb 2010 07:45:04 +0000</pubDate>
</item>
<item>
<title>Passing code to procedures and yield in Ruby</title>
<description><![CDATA[If you want to pass a block of code into a Ruby procedure, you can do so by passing in the code to a variable who's name you start with an &amp; in the procedure definition; you can then run...]]></description>
<link>http://www.wellho.net/archives/2010/02/index.html#002619</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002619</guid>
<category></category>
<pubDate>Tue, 02 Feb 2010 07:42:53 +0000</pubDate>
</item>
<item>
<title>What are Ruby Symbols?</title>
<description>Ruby Symbols are names that follow a : character. They&apos;re a quick way of getting at data, where (for example) you have a fixed key or name in a hash, and you&apos;ll find them commonly used in many definitions such...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002618</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002618</guid>
<category></category>
<pubDate>Tue, 02 Feb 2010 07:33:24 +0000</pubDate>
</item>
<item>
<title>Comparing floating point numbers - a word of caution and a solution</title>
<description>&quot;Think of a number between 5 and 15. Double it. Add fourteen. Halve it. Take away the number you first thought of. Is the result 7?&quot; We all played games like that as children, thinking of the number 0 ourselves...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002617</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002617</guid>
<category></category>
<pubDate>Mon, 01 Feb 2010 22:56:38 +0000</pubDate>
</item>
<item>
<title>Defining a static method - Java, Python and Ruby</title>
<description>Most methods in classes that your write will be run on / applied to individual objects within that class - you&apos;ll be asking for the colour of a marker pen, or setting the price of a hotel room. You will...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002616</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002616</guid>
<category></category>
<pubDate>Mon, 01 Feb 2010 22:31:24 +0000</pubDate>
</item>
<item>
<title>String to number conversion with error trapping in Ruby</title>
<description>You&apos;ve read in a string of text in Ruby - perhaps the user&apos;s input, or perhaps from a file. You know that string shoould contain a number - so you use the to_i method to do the conversion. But there&apos;s...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002615</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002615</guid>
<category></category>
<pubDate>Mon, 01 Feb 2010 22:28:56 +0000</pubDate>
</item>
<item>
<title>Neatly formatting results into a table</title>
<description>Would you like to produce a neat table of results, with the columns just wide enough to take the data? That sounds straightforward, but you can&apos;t output anything until you&apos;ve looked through all the lines to see how long each...</description>
<link>http://www.wellho.net/archives/2010/02/index.html#002614</link>
<guid>http://www.wellho.net/archives/2010/02/index.html#002614</guid>
<category></category>
<pubDate>Mon, 01 Feb 2010 22:09:28 +0000</pubDate>
</item>


</channel>
</rss>