blog.bitwix.com
bitwix: April 2007
http://blog.bitwix.com/2007_04_01_archive.html
Tangential comments about Software Development. Friday, April 20, 2007. XP Customers : 9 plus 9. Credit where credit is due : these come from the presentation Programmers are from Mars, Customers are from Venus. By Angela Martin, Robert Biddle and James Noble at XPDay 2006. Geek Interpreter : talk to the XP programmers. Technical Liaison : talk to the IT department. Political Adviser : identify key players and rules. Acceptance Tester : is it good enough? UI Designer : does it look OK? Saved by the yello...
claimsuite.com
Claimsuite: providing secure access to real-time claims data via the Internet
http://www.claimsuite.com/c/company.asp
Claimsuite was designed by Datarise Ltd, a wholly owned company of Whitespace Software Ltd. Design, build and support core business systems for some of the largest and leading UK insurers and specialist intermediaries, underwriting agents and brokers. Operating for 30 years, Whitespace. Phone 44 (0)20 7257 6309. Datarise is a wholly owned subsidiary of Whitespace Software Limited. Registered Office: 30 Cowcross Street, London EC1M 6DQ. Registered in England and Wales Number 3507632 VAT Number 711 205492.
claimsuite.co.uk
Claimsuite: providing secure access to real-time claims data via the Internet
http://claimsuite.co.uk/c/company.asp
Claimsuite was designed by Datarise Ltd, a wholly owned company of Whitespace Software Ltd. Design, build and support core business systems for some of the largest and leading UK insurers and specialist intermediaries, underwriting agents and brokers. Operating for 30 years, Whitespace. Phone 44 (0)20 7257 6309. Datarise is a wholly owned subsidiary of Whitespace Software Limited. Registered Office: 30 Cowcross Street, London EC1M 6DQ. Registered in England and Wales Number 3507632 VAT Number 711 205492.
blog.bitwix.com
bitwix: June 2006
http://blog.bitwix.com/2006_06_01_archive.html
Tangential comments about Software Development. Tuesday, June 27, 2006. Regex, Roman Numerals and TDD. I read a blog. On Roman Numeral Conversion and decided to do the reverse, roman to integer conversion. I wanted to use Regular Expressions as I thought they would allow a neat treatment. And I wanted to use Test Driven Development (TDD) to ensure that I had written what I thought I had written. RomanToInt r2i = new RomanToInt();. Assert.AreEqual(0, r2i.Convert( " ) );. RomanToInt r2i = new RomanToInt();.
bitwix.com
Companies
http://www.bitwix.com/Default.aspx?subject=Companies
I set up Whitespace Software Limited. In 1985. It's a nicely profitable niche player in database systems for insurance and claims handling. I'm now non-executive chairman and work with colleagues on individual projects. I invested in Property Hawk. In 2008. It's a website for landlords of residential properties in the UK. I'm technical director and make sure that the website keeps moving with the users' requirements. Since 2013 I have worked with James Bremner in the Xero.
bitwix.com
Welcome
http://www.bitwix.com/Default.aspx
This is bitwix.com. A website created by Jonathan Clarke. There's some brochureware about what I've done. March 2012 : take Ian Ayres' test. To see if you're over- or under-confident. July 2012 : My favourite Cafes of London. October 2012 : Largest global brands. Created after the Guardian Data Visualisation masterclass. November 2012 : George Eliot at The London Library. PDF) article written for the library's magazine. March 2013 : Where's Sally? February 2014 : Sujiko. On what I learned by writing it.
blog.bitwix.com
bitwix: September 2006
http://blog.bitwix.com/2006_09_01_archive.html
Tangential comments about Software Development. Friday, September 01, 2006. Agile leadership - make it happy. Brian Marick blogged An unhappy trend: leadership. Which I saw supported on Willem van den Ende's post Just enough structure. I took part in Willem's Drawing Carousel session. This is a sign that there is a desire for co-ordination and overseeing - I’m going to call that leadership. And that self-organising teams may well not put someone in this role. Posted by bitwix @ 11:37 AM.
blog.bitwix.com
bitwix: March 2006
http://blog.bitwix.com/2006_03_01_archive.html
Tangential comments about Software Development. Sunday, March 19, 2006. This is just a wee bitch about Microsoft's permanent need to improve our programming lives. In this case, it's about rounding numbers to two decimal places. At school, I was taught to round up if the number ended in 5. And that's what the Excel rounding routines (see above) do. It's also what the SQL Server ROUND function does - see below. It is pretty stink, as they say in New Zealand. Posted by bitwix @ 6:09 PM.