Scaling PHP

This two year old post about Rasmus Lerdorf’s PHP scaling tips (slides) is interesting in the context of what we’ve learned since then. APC now seems common, and it’s supposedly built-in to PHP6. Still, I’d be interested in seeing an update. Are MySQL prepared statements still slow?
And that’s where Rasmus’ latest presentation comes in. We [...]

Browser-Based JSON Editors

JSONLint, a JSON validator, was the tool I needed a while ago to be able to play with JSON as format for exchanging data in some APIs I was working on a while ago. And now I like JSON well enough that I’m thinking of using it as an internal data format in one of [...]

Designing the Obvious

Robert Hoekman, Jr is speaking now on Designing the Obvious, his book and philosophy:
These principles include building only what’s necessary, getting users up to speed quickly, preventing and handling errors, and designing for the activity.
I just added the book to my must read list, but what I’m hearing here sounds like instructions to [...]

The Rules, 2007

Web 2.0 has matured to the point where even those who endorse the moniker are beginning to cringe at its use. Still, it gave me pause the other day when Cliff (a sysop) began a sentence with “Web 2.0 standards require….â€
Web 2.0 is now coherent enough to have standards? We used to joke about rounded [...]

Speedy PHP: Intermediate Code Caching

I’ve been working on MySQL optimization for a while, and though there’s still more to done on that front, I’ve gotten to the point where the the cumulative query times make up less than half of the page generation time.
So I’m optimizing code when the solution is obvious (and I hope to rope Zach into [...]

Flickr Goes Gamma

Just when we started wondering how much longer flickr would be beta, they announced gamma.
The new design had me scratching my head for a bit, but I’m coming to like the changes. The menu/toolbar in the header has direct links to a lot more stuff, while the stuff in the footer has many fewer links. [...]

Native To Web & The Future Of Web Apps

Yahoo’s Tom Coats was of seven star speakers at Carson WorkshopsFuture of Web Apps Summit last month. As usual, Ryan Eby was pretty quick to point out his slides to me, mostly by way of pointing out Jeremy Zawodny’s translation of them.

Ryan Eby’s Pursuit of Live-Search

Ryan Eby gets excited over LiveSearch. And who can blame him? I mention the preceding because it explains the following: two links leading to some good examples of livesearch in the wild.
Inquisitor is a livesearch plugin for OS X’s Safari web browser. It gives the top few hits, spelling suggestions where appropriate, and links to [...]

New social web apps

Ross Mayfield’s new social software list discusses Ning, Flock, Wink, Memeorandum, Sphere, and Rollyo.
social software, web applications

Dan Grossman’s List of Top Ten Ajax Apps

Top 10 Ajax Applications at A Venture Forth.
ajax, top ten, web applications