• Following no one
  • Nothing Unseen
  • Someone Random
  • Everyone
  • Events
 

Dale Lane   -   Follow Person   Add Another Site   Edit
Flickr photos


LinkedIn
Chair of Board of Trustees at Solent Youth Action
Software Engineer at IBM
Twitter
@suicidal why not impressed? what did you want it to do that it doesnt? 4 hours ago
got the kids to myself because @amylane is in Winchester for her Business Link course. job one - we're off to the library 4 hours ago
another night working late - burning the candle at both ends this week. fun weekend with the kids just what I need to recharge my batteries 12 hours ago
Delicious/dalelane
Customizing HTML-Dojo forms for Business Space powered by WebSphere   2 days ago
IBM sets patent record in ‘08   2 days ago

"IBM earned 4,186 U.S. patents in 2008, becoming the first company ever to earn more than 4,000 U.S. patents in a single year. IBM's 2008 patent total is nearly triple Hewlett-Packard's and exceeds the combined 2008 patents of Microsoft, Hewlett-Packard, Oracle, Apple, EMC, Accenture and Google."

Paul Thurrott's SuperSite for Windows: Quick Take: Palm Treo Pro   4 days ago

nice summary of my fave phone at the moment (at least, until I get my hands on a Pre!) - the Treo Pro.

Delicious/tag/dalelane
Writing a mobile password manager « dale lane   44 days ago
Dale Lane:: SupportPac MH01 for IBM WebSphere MQ Healthcheck   173 days ago
Twitter Usage Stats for TwitToday   110 days ago

who is using my Twitter client?

dale lane
Improvements to TwitToday   23 days ago

I’ve been doing too much Java at work recently, so in the interest of keeping my hand in with some low-level C++, I picked up the code for my mobile twitter client, TwitToday, again.

I originally wrote it at a hackday, but I’ve since come back to tweak it a couple of times to get it to spawn background worker threads, add SIP on-screen keyboard support, and improve support for sending special and accented characters.

After another evening of tweaking, I’ve added a few new minor features:

Transparent text box

When not in use, the text box is now transparent. When it has focus, it is coloured in white as usual.

A few people commented that a bright white text box could dominate a dark Today screen too much, so this is hopefully a nice aesthetic improvement.

I did this by creating a custom windows procedure for the text box.

How to customise the NavigationToolbar2 toolbar in matplotlib   27 days ago

My CurrentCost desktop software is written in Python, and uses the matplotlib library for plotting graphs.

I am a big fan of matplotlib – you can create some very cool graphs with it. It’s not without it’s issues… for example, I’ve still yet to work out how to do realtime graphing with it that isn’t massively inefficient and resource intensive. But that’s for another post

One of the nice things that you get with it is a toolbar that lets the user switch between different modes that the mouse supports – zooming, panning, and so on.

Adding the toolbar is straightforward – I create an object of the class NavigationToolbar2Wx and add it to a sizer which in turn I add to the graph Plot.

self.toolbar = Toolbar(self.canvas) self.toolbar.Realize() sizer = wx.BoxSizer(wx.VERTICAL) sizer.Add(self.canvas, 1, wx.EXPAND) sizer.Add(self.toolbar, 0 , wx.LEFT | wx.EXPAND) self.SetSizer(sizer)

HomeCamp 2   45 days ago

Saturday 25th April saw the return of HomeCamp. HomeCamp started last year as the brainchild of Chris Dalby, aiming to bring together a growing community of people interested in “green” hacking and technologies.

I’ve had this post sat in draft for weeks now, meaning to come back and turn them into proper notes. As it’s been a few weeks now and I still haven’t, I thought I might as well post my rough notes as I took them on the day. Apologies that they’re a little sketchy!

James Governor:

dalelane's Photo Gallery
090523   42 days ago
090515   49 days ago
090504   61 days ago
coComments by dalelane
Twitter for Windows Mobile (learning something new)   Yesterday

Created April 16, 2008

last 1 comments, out of 19

Programmatically getting the CellID from your Windows Mobile phone (learning something new)   9 days ago

Created March 13, 2008

last 1 comments, out of 37

OpenCellId - collecting data for mobile location-based services (learning something new)   11 days ago

Created August 19, 2008

last 1 comments, out of 7


Learn about this site | Contact
API | Source Code
© 2008 Christopher Blizzard