Friday, March 12, 2010

Buzz by Julian Harris from Buzz

I've started getting a regular trickle of users subscribing to my new blog, http://thingswellmade.com. It's lovely and everything, but I'm not really sure why they are :)



I don't see any spam.

Comment via Buzz

Wednesday, March 10, 2010

Buzz by Julian Harris from Buzz

Really enjoyed the Twitter Developer Nest last night. Ewan McCloud (http://ewan.net/) is a hilarious and exemplary speaker whose vitriol on the mobile industry is entertaining and informative.

Comment via Buzz

Buzz by Julian Harris from Buzz

Really enjoyed the Twitter Developer Nest last night. Ewan McCloud (http://ewan.net/) is a hilarious and exemplary speaker whose vitriol on the mobile industry.

Comment via Buzz

Saturday, March 06, 2010

Buzz by Julian Harris from Buzz

DLL hell on the Mac. OMG what waste of life :(

Comment via Buzz

Friday, March 05, 2010

Buzz by Julian Harris from Buzz

Autotranscription for everyone on YouTube -- finally! wohoo!

http://youtube-global.blogspot.com/2010/03/future-will-be-captioned-improving.html

Well. English speaking anyway. But can translate the resulting text into 50 languages.

Comment via Buzz

Wednesday, February 24, 2010

Sorry. This blog is a bit messed up right now because I accidentally routed my Buzz posts to it and the system that does it has no unsubscribe :(

Friday, February 12, 2010

How to access an arbitrary Document from jQuery.

I've had great difficulty finding this on the web so here it is, and as usual its super simple but that didn't stop me taking hours to find it.

jQuery uses the notation $('div#test') as shorthand to access node 'thing' in the current Document.
If you are processing an XML document you read from an external source and want to just grab a bit of it and use jQuery, then you use this (assuming xhr is the XmlHttpRequest):

var xmlDoc = $(xhr.responseXML); 
var myValue = xmlDoc.find('towel#colour').attr("blue")


So once again, if you want to use selectors on documents other than the current DOM Document, use find().

View find() docs which, ironically, are hard to find on jQuery.com

Friday, January 29, 2010

Knowledge nugget: What is the maximum number of static files that you can upload to an Google AppEngine application?

The maximum number of static files you can upload is 3000 (not code files). Read more

Saturday, January 23, 2010

Sometimes you just need to take a step back.

Check out this FAQ on Streetcar:


Some common mistakes which prevent your [car rental] extension going through:
Wrong: "Extend 1hr"
Right: "Extend 1"
 Wrong: "Extend 30 mins"
Right: "Extend 0.5"
  Wrong: "Extend my booking 1"
Right: "Extend 1"
Can I suggest that if this is a common mistake, how about making some really simple changes to the SMS parser to support common mistakes? Is it really so hard to strip out the bits above? No it isn't. It's amazing how little things like this are so annoying for users, yet technically are so, so easy to implement.

Yours in eager anticipation for this change,


Julian,
Streetcar user.

Update 26 Jan 2010. Twitter rocks:
streetcarhq@julianharris Thanks for the comment, I have the Tech Team looking into it now...


(Wouldn't it be cool if this blog automatically took twitter comments and stuck them here? That's what Salmon is all about it turns out...)

Tuesday, January 19, 2010

Android has a useful GTD (task mgr) app, 'Shuffle'. Can't find a direct link to it but 1.4 is awesome in that it syncs to the cloud via Tracks which is an open source GTD web app. Create an account at http://my.gtdify.com and link it to your phone. Very nice.

Useful things Shuffle does:

  1. As for all GTD apps, it has a context for a task so when you shift contexts you can filter tasks based on that. For instance I have a context 'at home before work' which I check before I leap out the door. 
  2. Also has Google calendar sync -- it can create appts in your calendar. Although current version doesn't allow you to select the account. 
  3. Its all free and open source (Shuffle | Tracks)

Thursday, August 20, 2009

I can't believe it's been nearly NINE years since I first created this blog back in Nov 2000. I remember the time -- I was living in Barcelona and had a job with a view of the beach from my desk on the 28th floor of Torre Mapfre.

Now trying out Blogger's cool gadgets features -- makes it easier to add richness. Hopefully some of it useful.

Wednesday, November 22, 2000

Well this is my first entry. What does it look like?