Coldfusion Poll Results

So the winner is.... General Web Development! Here is a breakdown of the results.

  1. General web development 71.91% (64 votes)
  2. Intranet web development 13.48% (12 votes)
  3. Other 11.24% (10 votes)
  4. RIA Backend 3.37% (3 votes)

I'd also like to point out that the write in candidate "enterprise level application development for sites needing high availability and scalability" received quite a few votes *grin*.

The results have caused more questions than answers for me. Below are some that I will be addressing in the future.

  • Do you spend most of your time on server or client side code?
    • Why?
  • What areas (in web dev) do people feel they need the most improvement in?
  • Do you have a base set of browsers that you must support?

Thank you everyone for voting.

This entry was posted in Code and tagged , . Bookmark the permalink.

One Response to Coldfusion Poll Results

  1. Bradley Moore says:

    - I spend more of my time on server side code. Mostly because I use frameworks for client side code and prefer to write my own on the server side.

    - I would like to improve everything. I would most like to improve my understanding of usability. Code can be quick, elegant and graceful, but it is secondary to users feeling good about using your product/site.

    - Base set of browsers to me means coding for standards( xhtml/css ). I then add in hacks for IE 6 and 7 ( /sigh@8 ). I tend to only use IE when I create layouts and for a final site test. I do final site tests in Chrome( webkit ), FF, and IE.