Just a quick note for myself (and also for those of you who might be looking for a solution to a frustrating problem): If you are developing with the Cassini web server on Windows 7 and notice *major performance problems when using Firefox to load the local site, try out this fix. It worked for me!

http://joshclose.net/?tag=cassini

{ 0 comments }

As is well-documented on this site, I am a sucker for web development tools and am always on the lookout for new tools to make my job easier. You can probably understand, then, how excited I was to hear about a new AJAX performance tracing tool that makes debugging performance issues in the bane of my existence, Internet Explorer, easier.

Anyone who has done any web development at all knows that Internet Explorer is, by far, the most difficult browser to support. It simply doesn’t do well with complex web applications. In fact, I would say that around 30% of my development time on NPMap goes into trying to work out performance issues/bugs that are specific to Internet Explorer. And as web applications continue to increase in complexity, this task is only going to be become more and more difficult and time-consuming.

Luckily, Dynatrace recently released a tool called dynaTrace Ajax (free download) that should make debugging Internet Explorer performance much easier. It allows you to analyze your AJAX-driven web application in depth, including all network activity, JavaScript parsing and execution, etc. I’m not going to dive in deep here, because more intelligent people have already done the hard work (see below for links to detailed write-ups on dynaTrace Ajax), but I will say that if you are building complex, AJAX-driven web applications, I highly recommend this tool.

{ 0 comments }

Improve Virtual Machine Performance in VMWare Fusion

December 29, 2009

In early 2008, while working on a time-sensitive development project, the power supply and motherboard in my four year old homemade workstation failed and I was forced to make a decision: build another machine myself or give in and buy a machine with a good support contract. I decided to go with the latter, so [...]

Read the full article →

Google Chrome Developer Builds Available

June 5, 2009

If you’ve been holding your breath waiting for Google to release Chrome for Mac (or Linux), you can take a breath. It has been a long time coming, but Google finally announced today that they are releasing “developer” builds for Mac and Linux.
Because of its startup speed (dramatically better than any of the other browsers [...]

Read the full article →

Ext Releases Ext Core

April 5, 2009

If the upcoming 3.0 release of the full ExtJS library wasn’t enough to get you excited, yesterday’s announcement of the release of a new lightweight core library, Ext Core, should be enough to get your pulse up. Ext Core looks to fill the void that exists between a full Ext application (basically a desktop class [...]

Read the full article →

Managing My Social Networks

April 4, 2009

I like the idea of social networking (heck, I’m building a spatially-enabled social networking app), but am still struggling with the idea of managing multiple social networks at the same time. I mean who uses only Facebook? And the complexity grows even more when you start to consider all of the other web apps that [...]

Read the full article →

Cappuccino Atlas

February 24, 2009

I just read on Ajaxian that the Cappuccino team announced Atlas, a new “visual layout editor and development environment”, today at the Future of Web Apps conference in Miami. I heard Atlas mentioned (not by name) by a member of the Cappuccino team, Ross Boucher while attending a Cappuccino bootcamp session at Web Directions North [...]

Read the full article →

Foxmarks Now for Internet Explorer and Safari

February 5, 2009

I just read on Lifehacker that Foxmarks has released versions of its bookmark synchronization utility for Internet Explorer and Safari (for Mac, not yet Windows). This is exciting news, as now I can truly consider using Safari while working on my Mac. On top of this, I can now get my bookmarks onto (and off [...]

Read the full article →

Planning for Internet Explorer 8

February 4, 2009

Look out web developers, a new version of Internet Explorer is about to be released into the wild. Fun fun. There’s no use complaining. You know you’re going to have to support it, so, the only thing left to do is work hard to make sure that your site works in the new browser. How [...]

Read the full article →

Great JavaScript Debugging Article

February 3, 2009

When I first started digging deep into writing complex applications with JavaScript, one of the biggest hurdles that I had to overcome was figuring out how to debug my code. At the time, the tools available were (to say the least) lacking. Since then, the tools have improved dramatically.
With the pre-release versions of Internet Explorer [...]

Read the full article →