Tag Archives: programming

Firefox 3.0 and FireBug 1.2 – An Addict’s Confession

Hello.  My name is David, and I’m a FireBug addict.

Hi, David!

It all started innocently enough.  I was introduced to FireBug about a year and a half ago.  “Hey, try this Firefox plugin.  It’ll make your web development experience incredible!  And the download is free!”  Being a modern-day developer, I was willing to try new things.  I can always uninstall it later; I’m in control.  Or so  I thought. Continue reading

An Urgent Energy Crisis

I’m diverting from my usual web development topics to day to write about what I consider to be a very serious development in our nation’s energy crisis.  No, I’m not talking about the price of gasoline which is hovering near $4/gallon.  I’m talking about caffeine.  I was in Trader Joe’s this morning to buy myself a supply of Trader Joe’s Energy Drinks.  I’ve been having trouble finding them lately.  The Orange Passion flavor, my personal favorite, is completely out at every location that I’ve visited (about 6 stores total at this point), and many locations are out of the Wild Berry flavor as well.  As I was checking out at the Culver City, CA store, I asked the clerk when they were expecting the Orange Passion flavor in.  He said that they weren’t!!!  The manager then spoke up and said that they were discontinuing the product due to poor sales chain-wide, although he confessed that it was actually a pretty big seller locally.  (I was walking out with 16 cans this morning.) Continue reading

dotString 1.0 for jQuery released

I love modern JavaScript libraries.  You get a lot of bang for your buck, keep your code clean, and make my life as a JavaScript developer easier in general.  I regularly use both jQuery and Prototype in my projects.  jQuery is a fantastic javascript library with excellent CSS selector capabilities and DOM manipulation. It’s light-weight and really fast. Prototype is an excellent all-purpose library with many great utility features, including string manipulation, enumerable arrays and hashes. I love using jQuery for its speed and simplicity, but I miss Prototype’s utilities. Luckily, jQuery is very extensible with its versatile plugin system.  dotString is a jQuery plugin that aims to bring Prototype’s string manipulation functions to jQuery. Continue reading