Category Archives: JavaScript
3D Graphics in JavaScript
A recent post on the Google Code Blog alerted me to something cool. Khronos, a software company focused heavily on graphics, has released a statement saying that they plan on developing open-source 3D graphics libraries for JavaScript. This is awesome… … Continue reading
JavaScript Documentation Tools
JavaScript documentation is a pain in the ass. I’ve complained about this on my blog before, but I’ve spent the past week or so trying to test the handful of JavaScript documentation tools that are available and I’m actually starting … Continue reading
ExtJS and Script#
Over the past few weeks, I’ve come to the realization that trying to organize more than 10,000 lines of JavaScript code is just a silly idea… and by “silly” I mean really ridiculously painful. I’ve been building a highly complicated … Continue reading
Playing with AJAX in Safari 4 Beta
If you’ve been following my blog over the past several months, you’ve probably learned a few things about me. I do a lot of JavaScript and AJAX development I’m a complete snob about using Firebug I’m definitely not a fan … Continue reading
Webkit – CSS Animations
Today I got an email from my boss who is a big fan of all things Apple. Apparently, the WebKit community is working on a number of things for open-source browsers… I’ll be honest and say I don’t know much … Continue reading
ExtJS vs. YUI
I’ve been doing a lot of AJAX development over the past 6 months, and the vast majority of it has been using ExtJS. That being said, I have set out to give both jQuery and YUI a shot as viable … Continue reading
I Hate Safari, part 2
I posted yesterday about my frustrations with the Safari JS debugger. As it turns out… that isn’t the only problem I have with JavaScript in Safari. Some background: I’m currently working with 2 .NET developers on a project, and we’re … Continue reading
It’s Official: I hate Safari
I’ve mentioned before that I do a ton of JavaScript and AJAX development. I’ve also mentioned that debugging JS code is simple in Firefox (using Firebug), and a bit of a pain-in-the-ass when viewing in IE. As I near the … Continue reading
Website Critiques
Over the past few weeks, I’ve been working on a redesign of my website to showcase my software development skills. The overall idea was to create an AJAX-driven experience for my visitors which demonstrated a custom web application. Yesterday, I … Continue reading
Web Development Tools
I’ve been working on a number of projects recently, and a thought occurred to me: How in the world could I do my job without Firebug? Now, I’ve known for years now that Firebug is like the single best web … Continue reading
