Open Flash Chart – alternative to Google Chart API

Open Flash Chart is a free (GPL) flash charting tool that serves as yet another alternative to the Google Chart API. There is an intrinsic advantage here because you are not relying on an external service for your functionality.

The graph examples look really cool, so this is definitely something I will consider for a future project.

Velocity conference: great content, weird format

I just came back from O’Reilly’s Velocity conference that just ended a few days ago. It was a lot of fun, with some good original content. Steve Souders, one of the organizers of this conference, asked for feedback multiple times, so here’s my opinion on it.

The good:

  • Very cool demonstrations of HTTPWatch, Fiddler and AOL Pagetest. I played with two of these tools before, and having the author’s there showing you a couple of the features was really helpful. AOL Pagetest seems like a pretty cool tool too.
  • The announcement of Jiffy (and the Jiffy Firebug extension) brought in a whole new perspective into measurement of performance data, and that is a huge deal.
  • Awesome content on Bill Scott’s session about the performance work that his team did at Netflix. Good advice in there on large XHTML pages and event handlers for sprite images.
  • Session from Eric Schurman (no blog?) at Microsoft about their performance work on improving the interaction of Live Search, all the way from a lot of AJAXy features, to a more simple approach. I asked him about the tool that generated some of his nice performance graphs, and he said that they are thinking about possibly open-sourcing it.
  • Good content on image optimization from Stoyan Stefanov, something most people often forget. We have a build system that does this automatically, but we should also have something in there to make sure we use PNG8s instead of GIFs whenever possible. Added to my TODO list.

The bad:

  • 15 minute sessions? Are you kidding me? It was such a rush to get these sessions finished in time, that in the end there was no space left to even ask a question. All of the good performance sessions were either 15 minutes in length, or just 10 minutes (for the demonstrations of HTTPWatch, Fiddler, etc). I’m sure there must be a reason for this, but it seems completely wrong.
  • The actual space in the second room was very small for the number of people in the sessions. It seemed like most of the performance talks happened in the small room, and it was packed to the brim. Also, not much ventilation in that room.
  • Seems a bit expensive to be paying ~$1400 for a two day conference, when the MySQL Conference was the same price for 4 days worth of sessions.
  • Why was there a 45 minute break in the second day, right after starting the day? The second day started at 9:15am, and by 10:30am there was already a break. Let’s get some sessions going.
  • Can we go without the spammy keynotes in the future? I have no desire to go through 30 minutes of a Sun executive telling me about this server with 1TB of SSD memory that will be available “pretty soon” for commodity prices. “Great as a memcached server.” Excuse me? This is a joke about the memcached server, right?
  • Even further, can we do fewer keynotes in the future? The first day had 7 keynotes, and while some of them might be interesting, it’s not interesting to everyone. Let’s change some of those into regular sessions, so the people that are interested can go to them, and whoever is not can skip them. For instance, Eucalyptus seems like a cool project, but giving it 30 minutes (as a keynote no less!) while the session on Varnish only had 15 minutes was completely wrong.
  • Where are all of the talks on memcached, gearman, TheSchwartz, nginx? I want to know more about these tools, and not just the basics that I could read from the documentation. I want war stories and tutorials on how to get started, and some reliable advice from big deployments. Where’s Brad Fitzpatrick?
  • Enough with the “clouds”. Please. Think of the children.

The conference was still very good, but the biggest issue was the amount of time reserved for the performance sessions that I was looking forward to.

I will try to get approval to go again next year!

Opera Dragonfly – alternative to Firebug for Opera?

Opera Dragonfly seems interesting, in a weird nobody-cares-but-the-perfectionist-web-developer way. I don’t know anyone that still uses Opera (I never did), and I don’t usually get complaints from Opera users on sites that I manage, so I’m not sure how useful this could be.

Still, seems kind of cool and provides some of the features that exist in Firebug for Opera users.

Cuzillion – easy page structure performance testing

This is kind of old by now, but Cuzillion is still an interesting little tool that can help developers trying to figure out critical paths in their XHTML code. This tool allows you to see if including an external script after a CSS file results in extra time to render a web page, for instance.

Steve’s demonstration of this tool at this year’s Velocity conference was very cool.

Using Selenium RC with multiple users

Zachary Fox (from Alert Logic too) wrote a very good tutorial on how to run Selenium RC to execute unit tests in a team environment.

If you have multiple users running unit tests concurrently against the same Selenium RC server, some nasty things may happen. Zach explains how to properly setup multiple Selenium RC servers, so everyone can work on their own server.

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »