Entries tagged “user interface”

Getting used to Windows

... is hard after years with a Mac.

Bluetooth cable unplugged

I’m using Windows as a way to detox, as a way to get away from dependence on the computer’s storage as data hub and move towards the cloud. I’m tired of lugging a laptop around everywhere and don’t see a solution in a lighter device. My digital life will have to be distributed across multiple special purpose devices with overlapping functions, with my data accessible across them.

Using Windows makes this migration so much easier.

jQuery

jQuery is a new type of Javascript library that looks like it’ll have me doing some real Javascript programming within this lifetime. Under 20kB compressed, your choice of MIT or GPL license. What does the code look like? From their site:

$("p.surprise").addClass("ohmy").show("slow");

Sweet!