Software As She’s Developed

Mahemoff’s Podcast/Blog - Web, Programming, Usability from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Firefox 3: The Changes…Firefox 4: The Wishlist

June 18th, 2008 · 3 Comments

Firefox 3.0 ticker tape parade Today is Firefox 3.0 landing day. Maybe tomorrow as the servers have been down for many hours now. Funny how Twitter is up, but Mozilla is down…it feels like today is the Juneth of 18. Anyway, this is great news as you could wile away a few lazy hours tweeting and […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

What browsers do developers use?

June 16th, 2006 · No Comments

Jeff Attwood points out that on w3schools, a huge majority of developers are still using IE. About 60% IE and 25% Firefox. Amazingly 2.3% are still using Mozilla (why?). Unfortunate that 60% of developers aren’t using IE … but the reality is many don’t have much choice…they’ll be working in corporate-standard windows environments, where IE already […]

[Read more →]

Tags: SoftwareDev

Who Needs These Browser Warnings?

March 23rd, 2006 · No Comments

Setting up a new Windows PC today and not loving the browser warnings. The messages, as I recall them: “You are about to submit the form. It’s dangerous.”, “You’re going to leave the page. It’s dangerous.”, “This page is encrypted. It’s dangerous.”, “This page is not encrypted. It’s dangerous.”, “This is H20. It’s dangerous.” So my question […]

[Read more →]

Tags: HumansAndTech

Flock: A Tribute to Unusability of Firefox Extensions?

October 9th, 2005 · 4 Comments

You’ve probably noticed the buzz around Flock, a browser built on Firefox. Information’s limited, but it seems to pick up on the “social” buzzword - tagging, annotations, RSS etc. Thing is, all of these things are possible in Firefox too via extensions. But extensions haven’t really taken off, and the reason is, quite frankly, poor […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

Greasing Greasemonkey Scripts

August 21st, 2005 · 2 Comments

Tweaking a Greasemonkey script is easy. It’s just a single file, so you download the file locally, edit it, and install it the same way you’d install any other script. I did this because I needed a quick fix for the super-helpful XMLHttpRequest Debugging script. Sometimes the console has a little trouble with positioning - using […]

[Read more →]

Tags: Links · SoftwareDev