Posted in Misc, Tech on July 14th, 2007 2 Comments »
Articles that blame poor consumer spending on high gas prices have always been a bit confusing to me, because they seem to ignore basic math. Assuming that an average American drives 12,000 miles per year, and gas costs $2/gallon more than it did a few years ago, and that an average car gets 20 miles […]
Posted in Dojo, JavaScript, Tech on July 9th, 2007 1 Comment »
I noticed tonight that my bank, US Bank, had upgraded their Bill Pay interface to add some nice Ajax interactions. Looking at the source, I found that they are using a custom build of Dojo!
Posted in Dojo, JavaScript, Tech on July 9th, 2007 No Comments »
Steven Levithan has put together by far the most extensive analysis of JavaScript and trim I have seen (thanks for the tip Dean). We’ll certainly make use of this knowledge in Dojo 0.9 and beyond, and I look forward to reading more great regexp and JavaScript analysis from Steven.
Posted in Apple, Tech on July 6th, 2007 No Comments »
The iPhone DevCamp begins Friday night. I won’t be able to attend, though we’ll be sending Jason Cline to the event to represent SitePen. We’ve been blogging quite a bit about the iPhone on the SitePen blog, and running a lot of tests to find out all of the various things that don’t work on […]
After writing a recent post about thinking outside the (browser) box, I started thinking about the rapid rate by which things are changing. A year ago, most web developers had to think about Firefox, Internet Explorer, Safari, Opera, and perhaps WAP for mobile devices and widget development for one of more platforms. Today, we are […]
Posted in Apple, Tech on July 4th, 2007 4 Comments »
Because of the iPhone’s amazingly convenient mechanism for syncing with OS X’s Sync Services, I’m impatiently waiting for the non-Apple apps that I use to adopt sync services. For example, Daylite currently offers sync with the address book service, and the iPhone makes it surprisingly not painful to manage hundreds of contacts. The Verizon UI […]
One of the Leopard development tools that Apple is already talking about openly is dashcode, a really simple way to create your own dashboard widgets. In Tiger, Dashboard’s UI really feels like an afterthought, but the approach they are taking with Leopard (and perhaps with the iPhone, though we don’t know if that is the […]
Posted in Dojo, JavaScript, Tech on July 3rd, 2007 No Comments »
Alex has just announced that 0.9 beta is ready for download. It’s been an amazing effort by the team to get to this point: a much lighter, faster, easier to use Dojo. We look forward to your feedback and suggestions for improvements for the final 0.9 and towards 1.0 later this year.
Posted in Tech on July 3rd, 2007 No Comments »
One of the problems most every software developer struggles with is shipping code. I recently picked up the book Release It! as a potential source of inspiration. Unfortunately, while the author has many good points about finding performance bottlenecks and faults in your application, the insistence of the author to talk about Java everywhere has […]
Posted in Dojo, JavaScript, Tech on July 2nd, 2007 No Comments »
In taking a look at the performance metrics regarding the new jQuery release. it was curious to note that while jQuery is much faster than before, that on average, according to their performance tests, that Dojo 0.9 beta is faster than jQuery. The averages across all browsers listed are as follows: Prototype: 870.5 ms jQuery: […]