I prefer Safari for my casual web browsing on the Mac, but for web development, nothing beats Firefox. (Firefox beats IE hands down on Windows.) Firefox’s openness and the Firefox plugin architecture means that there is little that you cannot find out about a web page with a Firefox add-on. I’ve tried [...]
Firefox Extensions for Web Developers
March 8th, 2007Yahoo YUI wins JavaScript Library Wars
February 23rd, 2007There is huge web development news from Yahoo today. Yahoo is offering free hosting for YUI components, both JavaScript and CSS. I’ve been favoring the YUI, but this is a great boon. One big drawback to AJAX is Page loading performance. I’m betting that the Yahoo infrastructure can serve these files [...]
Looking forward to 2007
January 4th, 2007Well, I’m finally back in town after the holidays. Let me tell you, I’m glad to be home. Between multiple holidays and taking my grandma to her cancer treatments in Ann Arbor, I was gone far too much of last month.
My Grandma is doing well. They used an experimental new procedure called [...]
Faster Page Loading
October 31st, 2006Google engineer Aaron Hopkins wrote a good article on page loading times (via Harry). He talks about the impact of AJAX on page load times, focusing on connection limits, latency and the large number of external objects on your typical AJAX page. He offers a variety of tips on improving page [...]
Extreme Simplicity
March 1st, 2006Could this be the manifesto of “Extreme Simplicity?”
10 fundamental rules for the age of user experience technology:
More features isn’t better, it’s worse.
You can’t make things easier by adding to them.
Confusion is the ultimate deal-breaker.
Style matters
Only features that provide a good user experience will be used.
Any feature that requires learning will only be adopted by a [...]
Delicious Outage Link Dump
December 19th, 2005Del.icio.us has been down for a while. I use it for my public bookmarks, which are listed on the side of this blog. Here is a post with some recent random things that I would bookmark if I could.
The departure of the hyper-enthusiasts – “The Java hyper-enthusiasts have left the building” (along [...]
Harry Fuecks, PHP Patterns and Dynamically Typed
November 4th, 2005I was reading this post over at Dynamically Typed and I was thinking to myself, this looks like something that Harry Fuecks would write. A glance at the top of the page confirmed my suspicions. Harry has been writing a few new blog posts over there. That and the resurrection of the [...]
Mouse problems with Safari 1.3 after using Expose
April 19th, 2005I’ve been impressed by the new JavaScript speed of Safari 1.3, but since upgrading to 10.3.9, I’ve started having a problem with using Safari and Expose. After I use Expose to select a Safari window, Mouse events appear to get screwed up:
The cursor does not change to a hand when moving the mouse over [...]
The Usability of Input Filtering
March 31st, 2005There seems to be much interest lately in input filtering in PHP, especially in cross site scripting prevention. I’ve always preferred input validation to input filtering, but I am giving filtering a new examination. My problem with filtering is with usability. The comments to this post are a good example. There [...]