Software development stuff.

2005-05-22

Grocery Store Wars

May the farm be with you!

2005-05-19

Multiple dynamic combo-boxes in an HTML page

While answering this question at Experts Exchange I created this javacript that maintains a variable number of combo-boxes connected with each other all on the client-side. I'm sure many people have done this several times, and there are tons of different solutions for this. Mine is a good (IMHO) open solution with the following characteristics:
  • Any number of combos supported (tested with 2 and 3)
  • Per item description supported
  • Javascript function hook for the last combo
  • IE and Firefox compatible (not tested with other browsers)
  • Multiple instances of combo groups on the same page supported

The solution is here.

To use it, just save the source of the file. It's not difficult to understand the logic, look at the BODY part of the file. You need to set the following:

  • the SELECT tags with the extra attributes
  • the javascript array with MCComboItem's
  • the action function for the last combo
  • Invoke MCStart function passing the references to everything and the initial values for the combos.

Rss Reader

For those that are new to the blogosphere I urge you to get an RSS Reader. This is an application that allows you to subscribe to RSS feeds and easily check what's new on them. The RSS feeds can come from blogs, news sites or any other kind of site that provides a feed. I know there are many options, I recomend SharpReader for being simple and efective. But you need to have Microsoft .NET Runtime installed to use it. Once you installed your RSS reader start subscribing the feeds you want to follow. They usually are identified by an orange icon like this: Start using an RSS Reader now! Nobody has the patience to keep opening web pages with browsers anymore!

The title

Thanks to Bruno for helping me with the title of this blog! I'm sure it will be number one hit in no time! Yea right...

A technology blog

Lately I've been learning about this blog thing. I'm a software developer and I google a lot for help in solving everyday problems. More and more I get help from bloggers that decided to post their problems and solutions. I decided to join in and post some of the stuff I find interesting in the technology world, including everything from software development to technology internet news. And so it starts...