Foreshadowing the vampire/zombie craze of the 2010s, the 1990′s blood bar GIF never failed to impress. Well, it never failed to drip, anyway.
{ 0 comments }
Foreshadowing the vampire/zombie craze of the 2010s, the 1990′s blood bar GIF never failed to impress. Well, it never failed to drip, anyway.
{ 0 comments }
I’ve been a web developer for a while (1998.) In the past year I’ve been focusing on web development again, developing apps for physicians who work with a span of 6 years of browser technology (and until recently, 12 years.) It’s challenging work, and sometimes I want to throw Internet Explorer, the user agent, out the window!
But detecting user agent hasn’t been the right way to deal with browser quirks since IE7 (6 years ago), and not really since IE6 (12 years ago.) The user agent isn’t the quirk, the quirk is the quirk, and if you’re going to beat a quirk you have to understand the quirk, not understand user agent strings.
Internet Explorer provides forward guidance and methods to avoid enterprise-deployment compatibility behavior that have nothing to do with user agent string. This is how you reduce quirks of old versions of IE en-masse. Then you focus on the quirks that are left. We’ll have fewer and fewer as the Internet Explorer team gets better and better at adhering to & advancing standards.
I think IE 11′s rumored user agent string should include “like Gecko, now get over it.”
Also: A foxy quote about WebKit, the core of Chrome & Safari, which started the “like Gecko” thing, I believe.
{ 0 comments }
You’ve installed Windows 8 on a MacBook Air using Boot Camp, but the trackpad just doesn’t work like it did in OS X!
There are a number of things I’ve found* that make it better, and they’re all free. I’m quite happy with the trackpad after following these steps:
First: You installed Apple’s drivers for the trackpad, right? Check in Windows’ Device Manager: under “Human Interface Devices” you should see “Apple Multitouch” and “Apple Multitouch Mouse.” If these aren’t there, download the “support files” (drivers) using Boot Camp Assistant (a Mac app designed to make downloading drivers take longer than it should) onto a USB/flash drive, and then run “setup.exe” from the downloaded files under Windows.
Use Apple’s Boot Camp Control Panel:
I like “Tap to Click”; the MacBook Air’s trackpad is too stiff for click-to-click. There seem to be circumstances where the option doesn’t appear to work; I’ve noticed before you login you still have to click-to-click. Earth to Apple: touchscreen MacBooks would not suck.
Reverse the vertical and horizontal scroll directions (for “Naturists” only):
Update: In the comments Glauco mentioned an app that automates the process I describe here. Check it out!
Make scrolling & panning less touchy
Please let me know if any of these helped, or if you run into trouble.
* The MacBook model I tried this with is a 13″ late-2011 MacBook Air running Mountain Lion.
** I tried Trackpad++, an alternative to the Apple driver, a few months ago. Although it provided some additional options, which you may need if the steps above don’t do it for you, it was more downside than upside. Whereas what I do now, the steps above, are all upside.
{ 7 comments }