Posts tagged “coding”
-
I missed it
Apparently I missed the release of Web Design in a Nutshell, 3rd Edition. It hit bookshelves February 23rd.
-
PNG color oddities in IE
While working on a new site, I started playing around a little more with 8-bit PNG files, comparing them to GIFs.
-
More on IE7 Beta 2
Eric has a very enlightened post for those of you out to document bugs in IE7 Beta 2. He also echoed my feelings that this is a beta people!
-
Now that’s what I love to hear
I got an email the other day from Steven Mading, a developer at the BioMagnetic Resonance Bank at the University of Wisconsin. In it, he shared his experience using jsTrace and, with his permission, I’m sharing it with all of you.
-
Repetition and Replacement
While working on a new site for a client, I stumbled upon an application of the Leahy/Langridge method of image replacement… to images.
-
Karova redesigns
That beautiful bastion of standards-based e-commerce, Karova, has gotten a face lift. Mr. Malarkey deserves many kudos for yet another rich, engaging and playful design.
-
Savvy Marketers Take Note
One of the web's preeminent marketing websites, MarketingSherpa, has just published an article which may start a web standards stampede. The focus is Firefox, but the underlying message is standards, standards and more standards.
-
More developments in jsTrace
As I mentioned to Ian earlier today, Dave and I were discussing having the jsTrace window keep pace with whatever the most current line is spit out to it. A few hours later, here it is: jsTrace 1.3.
-
jsTrace two days on
The reception for our latest script release,
jsTrace
, has been fantastic. From the write-up on the DOM Scripting Task Force blog to all of the emails and comments, it’s been great. -
Debugging JavaScript just got a little bit easier
Like many of you, I'm sure, I hate debugging JavaScript. Really, it's not the debugging, per se, as much as it's using
alert()
to echo stuff out to the screen. It's stupid and distracting and takes for ever if you're debugging a lot of stuff.