Frank wasn't referring to digital cameras because they didn't exist then, but the current tendency of camera marketeers to try and outgun each over on number of megapixels brought it back to mind.

Tags:
Hardware:

Time was before the days of "smart" phones when it was standard to be able to sync your contacts between your computer and your phone, and possibly even your SMS messages and calendar. Been doing this since my first digital Nokia in 1994.

It was always a bit flakey and dependent on having the right cable and on the phone manufacturer (usually) providing software to run on the computer (PC or Mac). There were some third party utilities that worked as well and were generally better than the phone makers' offerings which tended to be clunky at best.

Much time spent today grappling with the problem of applying a style to a file upload control on a website. The site application is ASPX pages with code behind in VB. The button controls on the rest of the site (whether asp controls or straight html) are styled with CSS. The new page I was adding as well as various other controls also needed to have the ability for the user client to upload a local file to the server, and then there would be some backend processing happening server-side.

It turns out that there is no simple way to apply a style to the button on an HTML Input type File tag - not surprising since the selection box and button are created client-side by the browser, and in fact different browsers implement it differently. The asp File Upload control is rendered on the client as a standard HTML Input tag with type=file, so even setting the CSSclass attribute doesn't really give you any flexibility. I wanted to be able to independently colour and position both the text box and the button.

Tags:
Vb-net:

Back in the workshop for a day this week doing some 'proper' technical work using screwdrivers and soldering irons.

The task was to take the Emotiv toy EEG headset which uses a wireless link back to the recording software and modify it so that a proper high quality EEG electrode cap could be used wirelessly, thus freeing the participant from being fixed to the chair by the umbilical cord of electrode wires.