twipping the rift

“I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living, it’s a way of looking at life through the wrong end of a telescope. Which is what I do, and that enables you to laugh at life’s realities.” - Dr. Seuss

Tab To Drop-Down / Select Controls in Webbrowser on Mac

It’s kind of annoyed me for a while, but the default behavior of tabbing through controls on a web form in a browser (let’s say FireFox) on a Mac will completely skip drop-down boxes. The drop-down or select boxes are an integral part of every form I’ve ever made on the web, so the fact that you can’t use the keyboard to navigate to them was very troubling to me. I have since found a setting that will change that behavior. The problem was not with FireFox, but with a setting on the Mac. Just open System Preferences and change your setting to the following:

Colophon

A technologist, runner, photographer, iPhone junkie.

Syndicate

April 21st 2008
Tags: tech

One Comment

Django Debugging Helper

I found this to be extremely helpful inside my django source to aid in debugging Ajax and other server 500 errors. At the bottom of this function add the following lines: def technical_500_response(request, exc_type, exc_value, tb): """ Create a technical server error response. The ...
April 12th 2008
Tags: tech

No Comments

Music Lovers Rejoice

Couple of words here... I'm a musician and ... I don't know what the hell to say to this: http://www.sharperimage.com/us/en/catalog/product/sku__BZ100 Here's a couple of thoughts: The phrase "Play the light" is apparently trademarked I was always wondering how I could be my own one man band... do ...
April 9th 2008
Tags: tech

One Comment

Show All Files in Finder

It's simple to show hidden files in Finder: defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
April 9th 2008
Tags: tech

No Comments

Javascript Debugger for Safari

Really for "webkit' but it's called Dosera. Here's how to run it.... Run the following in the command line: defaults write com.apple.Safari IncludeDebugMenu 1 defaults write com.apple.Safari WebKitScriptDebuggerEnabled -bool true Restart Safari Download a nightly build of webkit and run Dosera: http://trac.webkit.org/projects/webkit/wiki/Nightly%20Builds It should attach to Safari no problemo.. .You'll see the scripts ...
April 3rd 2008
Tags: tech

No Comments

MySQL on Leopard

Now that there is a dmg for Leopard, you shouldn't have to download and compile the source for MySQL anymore: http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg if you intend to use it with Python at all do not install the 64 bit version unless you have the 64 bit version of Python. The default install of ...

Search

The archives run deep. Feel free to search older content using topic keywords.

Browse by Category