Check/Uncheck groups of check boxes w/ the same name

I ran into an issue where I needed to check and uncheck groups of check boxes all with the same name attribute. Now JS's DOM allows you to call an object by it's name while CSS allows you to tap into its ID and class. I can check all of them no problem. So how the fark am I going to some of them if they all have the same name?

I could loop through them a write a script to call groups of them by their position in the form like so

document.myform.myboxes[0]= checked
document.myform.myboxes[1]= checked

But that would suck.

Or I could Google it.

http://www.frequency-decoder.com/demo/checkbox/

This script rocks.Very ingenious.

CFEclipse / Eclipse Resources

Eclipse Modeling Framework (EMF)

http://www.yoxos.com/featuredb/3.1M5a/win32/org.eclipse.emf/

Installing the DBEdit Eclipse Plug-in For Use With MS SQL 2000

http://blog.pengoworks.com/blogger/index.cfm?action=blog:446

DBEdit Plugin for Eclipse
http://sourceforge.net/projects/dbedit

The Dopefly Tech Blog - tons of hints, tips and resources for Eclipse and CFEclipse
http://www.dopefly.com/techblog/?bycategory=5

The Dopefly CFEclipse Resource Page
http://www.dopefly.com/projects/cfeclipse.cfm


The Aptana JS/CSS/HTML plugin for Eclipse:
Download
http://www.aptana.com/download_all.php

Aptana review from linux.sys-con.com
http://linux.sys-con.com/read/317564.htm

 

Are we in the early stages of a Renaissance?

It is almost as if the web has been just incubating for the last ten or twelve years and then all the sudden it seems to be just bounding with innovation (or I was just too far into my depression and/or too busy building the business this last year to notice). It is like it is in the early stages of a renaissance. Sure some cool things came out like .NET, SOA, PHP and MySQL 5, XHTML and Web Services over the last several years. But for the most part it was business as usual. It was mostly back end stuff; new features to old stand bys or different ways of doing the same old stuff. Nothing really exciting was coming out. The basic mechanics of web development has not really changed all that much since the the late 90's. If you really look at it, there was a markup language (html or xhtml), CSS, graphics, flash, JS on the front end and a scripting language and a database on the back end. The only really major turning point was when Netscape died and pretty much enabled cross browser CSS and JS (Well, sort of).

But now it seams like a FLURRY of developments and innovations are all happening all at once: AJAX, FLEX, Apollo, Flash 9, a bazillion Frameworks, ZK, Ruby on Rails, Eclipse, more web development plug-ins for firefox than you can shake a stick at, and so on and so forth....

These are some really exciting times and I am totally pumped about being a web developer. I am so overwhelmed and excited about it I just don't know where to start with all the new toys I have to play with. I have a hard time getting to sleep knowing about all these new toys... It is like everyday is Christmas Eve and I am 7 yrs old all over again....

I am a luck man because I wake up each and every day looking forward to the wonders that the new day will bring.

Firebug: The best Firefox extension ever created. EVAR!!!

Firebug http://www.getfirebug.com/ is one of the coolest web development tools I have seen since Web Developer Extension for Mozilla.

From their site (they are too modest):

"Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. "

So far I have only used it for debugging JS so that is all I am going to comment on.

If you have ever debugged Java Script you know how much of a pain it can be, especially if you're JS is generated on the fly. Debug with IE? Forgidabodit !!!

  • You can walk through a JavaScript and set break points and watches just like in Visual Studio.
  • Quickly find JS errors.
  • You can search for variables and strings right from your browser.
  • You can view attached CSS and JS files, http headers, the referrer page, cookies
...and a slew of other debugging info. Check out the debugging tools!

There is way, way, WAY too much to list here so just do yourself a favor and install it. You will thank me for it.

Calendar

NAVIGATION

Recent Comments

RSS

Search

Subscribe

Tags