MaisonBisson

a bunch of stuff I would have emailed you about

Web Design Frameworks?

I’m a fan of the Sandbox WordPress theme because it does so much to separate application logic from design, and a few small changes to the CSS can make huge changes to the look of the site. I think that’s the idea behind Yahoo! Developer Network’s Grids CSS library. That is, well structured HTML allows very sophisticated styling. All you have to do is plug in your content. To wit:

The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations.

That got Alister Cameron excited; he’s building a Sandbox-inspired, Yahoo! CSS-based WordPress theme he’s codenamed Vanilla.

Give Up Your Civil Rights (and your laptop and hard drives) At The Border

Can the Feds take your laptop? Yep. Be prepared to give up your civil rights and your laptop at the border, says a recent article in the Washington Post. This came to the attention of music fans earlier, when MTV news reported that a hard drive seized at the border contained studio recordings for Chris Walla’s (guitarist for Death Cab For Cutie) latest album. There was some suggestion that it was all a publicity stunt, but the Post story suggests that it’s a real and not uncommon problem.

Moscow Subway’s Underground Palaces

Photographer farflungphotos describes: All the stations in Moscow’s metro are completely different from one another. Some of them are so opulent, with grand marble halls and chandeliers, all hidden away underground. People seemed to be using them as places just to hang out and meet up with friends. The trains were really frequent too, practically […] » about 100 words

Changes To WordPress Object Caching In 2.5

Jacob Santos‘ FuncDoc notes: The WordPress Object Cache changed in WordPress 2.5 and removed a lot of file support from the code. This means that the Object Cache in WordPress 2.5 is completely dependent on memory and will not be saved to disk for retrieval later. The constant WP_CACHE also changed its meaning. I’ve just […] » about 200 words

MySQL On Multi-Core Machines

The DevShed technical tour explains that MySQL can spawn new threads, each of which can execute on a different processor/core. What it doesn’t say is that a single thread can only execute on a single core, and if that thread locks a table, then no other threads that need that table can execute until the locking thread/query is complete. Short answer: MySQL works well on multi-core machines until you lock a table.

Looking ahead from 2008: top tech trends

I’m excited and honored to be joining Meredith Farkas and David J. Fiander in a roundtable discussion of Top Tech Trends, an OLITA program at Superconference. We’ve made a pact not to share our trends with each other in advance, so it’ll be interesting to see how much overlap… » about 1100 words

OLA Superconference Presentation: Scriblio

I’m honored to be invited to the Ontario Library Association Superconference to present my work on Scriblio today (session #1329). A PDF of my slides is online. Scriblio has had about a year of use in production at each of three sites, and the lessons suggest that Web 2.0 technologies really do work for libraries. […] » about 200 words

Forget Time Capsule, I want a Space Ship

Apple’s Time Capsule is great. Seriously. When has backup been easier? But I need more. The MacBook Air‘s small storage highlights a problem I’ve been suffering for some time: there’s never enough storage. The slower processor and limited RAM expansion are sufferable, but storage isn’t. The 120GB drive in my MacBook Pro now is stuffed […] » about 500 words

LCSH News: “Mountain Biking” Replaces “All Terrain Cycling”

Even though mountain bike sales and participation are down (as a percentage of market share, biking has been declining for ten years), the Library of Congress has just issued a directive to change the subject heading from “All Terrain Cycling” to “Mountain Biking.” The term was apparently first coined by Charlie Kelly and Gary Fisher in 1979.

Stephen King Doesn’t Hate Kindle

Stephen King writes at Entertainment Weekly.com that he doesn’t hate the Kindle:

Will Kindles replace books? No. And not just because books furnish a room, either. There’s a permanence to books that underlines the importance of the ideas and the stories we find inside them; books solidify an otherwise fragile medium.

But can a Kindle enrich any reader’s life? My own experience — so far limited to 1.5 books, I’ll admit — suggests that it can. For a while I was very aware that I was looking at a screen and bopping a button instead of turning pages. Then the story simply swallowed me, as the good ones always do. I wasn’t thinking about my Kindle anymore; I was rooting for someone to stop the evil Lady Powerstock. It became about the message instead of the medium, and that’s the way it’s supposed to be.

Dangerous Grains Call For Drastic Measures

“The Office of Emergency Management, the New York City Fire Department, Department of Buildings, NYPD, Health Department, and Department of Agriculture” all apparently showed up to evict 200 tenants from a building called the “kibbutz” in the Williamsburg section of Brooklyn. Why? “Dangerous grains,” and a matzoh bakery. It’s been labeled Matzo-Gate, and speculation is rampant that the eviction was spurred by developers eyeing the now fashionable neighborhood. Gothamist has a picture.

Apache, MySQL, and PHP on MacOS X

p0ps Harlow tweeted something about trying to get an AMP environment running on his Mac. Conversation followed, and eventually I sent along an email that look sorta like this: If you’re running 10.4 (I doubt it, but it’s worth mentioning because I’m most familiar with it), here’s how I’ve setup dozens of machines for web […] » about 300 words