Links for 2009-1-05
Posted by mattc at Jan 6, 09 05:05 AM
- Watir - Installation
Ruby functional UI test automator
Posted by mattc at Jan 6, 09 05:05 AM
Ruby functional UI test automator
Posted by mattc at Jan 5, 09 05:05 AM
Interesting, especially colour mixing. What other simple Photoshop-like features could be modelled by a more dynamic CSS language?
Posted by mattc at Jan 4, 09 05:05 AM
A Python html/xml parser.
Spontaneous order
Playing with Google App Engine this afternoon. It's got a one-click install local development environment, one-click deployment (!), Python is fun to use, the documentation actually reflects how the thing works, and it's currently got a small but beautifully formed set of service API's (user, datastore, memcache). For small weekend projects this beats any DIY hosting arrangements. The only downer is that code.google.com keeps routing me to the Japanese documentation rather than UK.
Posted by mattc at Dec 31, 08 05:05 AM
VW thing #2. The way the driverless car pops over the hill and winds it's way towards me, then sits there all attentive and in need of an owner, like a puppy at the dogs home. Clever piece of interactive design.
I'm buying a new car. The VW site wins the award for the most persuasive site, I love how the colour selection on their pimp-a-car section is performed by the same machines from the adverts. I think we'll end up getting a 3-series though :)
Archive of file title sequences. The Michael Riley ones are so engaging in the way the web/interactivity almost never is. How can we create artistic, meaningful but functional interfaces.
Posted by mattc at Dec 24, 08 05:05 AM
Bonza. I was just reading the XQuery 1.0 specification thinking, 'what's the point of a language like SQL without the ability to INSERT and UPDATE?'. Saxon support this apparently.
Posted by mattc at Dec 22, 08 05:05 AM
Google Maps Selenium test suites. We've been writing them in testng, junit rather than html tables so we can log results in a format compatible with our CI system.
Posted by mattc at Dec 19, 08 05:05 AM
Copyright quite relevant to what I'm doing at the moment, or at least making people understand that copyright is painful.
Posted by mattc at Dec 17, 08 05:05 AM
Building an operating system.
Building an operating system.
Posted by mattc at Dec 7, 08 07:11 PM ... Comments (0)
I noticed Opera have just shipped an alpha version of their next release that includes support for CSS3 web fonts, which amongst other things adds the ability to distribute fonts with your pages, TTF, OTF etc.
Most people use fonts to express the alphabet, punctuation etc. but typographers also ship some very pretty symbol typefaces known as dingbats.
Here's a demo of using an embedded dingbat typeface to add some bullet makers to a list via css3.
After setting up the font description,
@font-face {
font-family: "Sarus";
src: url("http://commuterjoy.co.uk/resources/ttf/sarus.ttf") format("truetype");
}
I can attach a letter to any node using the :before selector,
li:before {
font-family: Sarus;
font-size: 2em;
content: "A";
}
Then toggle the color & style of it using the :hover selector.
li:hover::before {
color:red;
content: "B";
}
The best thing about native web fonts (unlike, say, image icons) is that they scale well and respond to standard CSS properties like 'color', 'font-weight', try upping the font size of the example.
Posted by mattc at Dec 5, 08 05:05 AM
Authormater UI testing for Flex applications.
Posted by mattc at Dec 3, 08 05:05 AM
Posted by mattc at Dec 1, 08 05:05 AM
Another one for lunch time trip.
Want to eat here.
Posted by mattc at Nov 28, 08 05:05 AM
Ruby thing for scripting screencasts.
Posted by mattc at Nov 27, 08 05:05 AM
Odd that RPM can't do this as it's useful to be able to just look at the files you have packaged up when diagnosing problems - rpm2cpio foo.rpm | cpio -idmv
Some useful guides. Probably. I haven't read them yet.
random bookmark
link summary
month
January 2009 (3)
December 2008 (9)
November 2008 (16)
October 2008 (18)
September 2008 (11)
August 2008 (12)
July 2008 (20)
June 2008 (15)
May 2008 (27)
April 2008 (9)
March 2008 (10)
February 2008 (8)
January 2008 (8)
December 2007 (12)
November 2007 (10)
October 2007 (10)
September 2007 (6)
August 2007 (13)
July 2007 (8)
June 2007 (10)
May 2007 (12)
April 2007 (5)
March 2007 (12)
February 2007 (13)
January 2007 (22)
December 2006 (21)
November 2006 (28)
August 2006 (1)
category
code (13)
food (4)
notes (3)
photo (18)
project (2)
quote (12)
sketch (13)
soup (10)
travel (2)
matt chadburn . wiki . 2006