Slashdot Mirror


State of Colorado Calls Firefox Insecure, IE6 Safe

linuxkrn writes "The State of Colorado's Office of Technology (OIT) has set up a work skills website. The problem is that the site says 'DO NOT use FIREFOX or other Browsers besides IE. It has been decided that Mozilla based, non-IE browsers pose a security risk.' (Original emphasis from site.) If the leading IT agency for the State is making these uneducated claims, should the people worry about their other decisions?"

530 comments

  1. Attention all personnel by Anonymous Coward · · Score: 2, Funny

    The Education Property has been increased to 128 characters due to popular demand.

    That is all.

    1. Re:Attention all personnel by PIBM · · Score: 5, Funny

      I tried to leave a comment :

      Server Error in '/SKILLS' Application.
      Object reference not set to an instance of an object.
      Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

      Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

      Source Error:

      An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

      Stack Trace:

      [NullReferenceException: Object reference not set to an instance of an object.]
            Skills.Suggestion.doTheSend() in C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\Skills\Skills\Suggestion.aspx.vb:137
            Skills.Suggestion.sendEmailLink_Click(Object sender, EventArgs e) in C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\Skills\Skills\Suggestion.aspx.vb:127
            System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +90
            System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +76
            System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
            System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
            System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177
            System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746

      Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

      LOL ?!?

    2. Re:Attention all personnel by Jogar+the+Barbarian · · Score: 5, Funny

      EDUCATION:
      I got a B.S. in computer science at Crazy Go Nuts University, and learned about security, including browsers. And let me tell y

      --
      3. Profit!
      2. ???
      1. On Soviet Slashdot, a Beowulf cluster of alien Natalie Portman overlords welcomes YOU!
    3. Re:Attention all personnel by amclay · · Score: 3, Interesting

      I just tried in all sections. I ended up leaving a message with the Gov. Perhaps the webmaster didn't know anything about web programming?

      --
      It's all fun and games till someone divides by 0. Then it's hilarious.
    4. Re:Attention all personnel by Anonymous Coward · · Score: 3, Insightful

      He at least knew enough to be dangerous and change the default of hiding stack trace information when an unhandled exception occurs.

    5. Re:Attention all personnel by Anonymous Coward · · Score: 0

      I will see your "Crazy Go Nuts University," and raise you a "No But I Stayed At a Holiday Inn Last Night!"

    6. Re:Attention all personnel by Shatrat · · Score: 5, Funny

      Skills.Suggestion.doTheSend()

      Priceless. 'send()' would have been a boring name for that function.

      First Hosea wins Top Chef instead of an actual chef, and now this.
      I hate Colorado now.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    7. Re:Attention all personnel by Anonymous Coward · · Score: 1, Funny

      Fighting
      And sometimes striving
      Wondering
      What the dumple is
      Excellence
      And what is valor?
      And The Cheat
      Will hit stuff with a golf club
      C-G-N-U!

    8. Re:Attention all personnel by cromar · · Score: 2, Insightful

      Whadya wanna bet it's in VB, too. Backwards institutions seem to love VB.NET!

    9. Re:Attention all personnel by PotatoFarmer · · Score: 5, Funny

      Priceless. 'send()' would have been a boring name for that function.

      Look on the bright side, at least it's spelled right. I'd rather have doTheSend() than excetute(), which some kind soul helpfully made an abstract in one of our base classes, and that has since been propagated across a few hundred other classes that I'm not allowed to refactor. A little piece of me dies every time I see it.

      At least I sort of know who did it, thanks to cvs history. And if I ever figure out who the hell ers4634 is, they'll truly know what it means to be excetuted. Bastard.

    10. Re:Attention all personnel by rachit · · Score: 5, Insightful

      Interesting... stack trace displays are turned off by default from remote sites when using ASP.NET for security reasons. They had to explicitly turn them on to display this.

      I doubt they are the best people to tell others about security...

    11. Re:Attention all personnel by bishiraver · · Score: 3, Funny

      Well, seeing as its stack trace says *vb instead of *cs, I'm guessing it's VB.

    12. Re:Attention all personnel by jgarra23 · · Score: 2, Insightful

      Yea, their site is FAIL on so many levels. The least of which is their lack of a custom error page...

    13. Re:Attention all personnel by Zumbs · · Score: 5, Funny

      Skills.Suggestion.doTheSend()

      Priceless. 'send()' would have been a boring name for that function.

      This is because it's already in use. Just like 'doSend()'. And what do you do when you just happen to need a third 'send()' function?

      --
      The truth may be out there, but lies are inside your head
    14. Re:Attention all personnel by jasen666 · · Score: 5, Funny

      .SendThatBitch() /*if only my bosses ever bothered to read my code comments! They wouldn't be able to keep a straight face while firing me*/

    15. Re:Attention all personnel by GooberToo · · Score: 4, Informative

      The Colorado Departent of Labor and Employment regrets that this service is unavailable at this time.
      (We like Firefox too...and safari.....and chrome...)

      Its pretty funny what a good slashdotting will do.

    16. Re:Attention all personnel by dingen · · Score: 1

      I wanted to know more about doing the send, so I tried searching for "doTheSend()", but unfortunately this results in nothing but an "Unspecified error".

      --
      Pretty good is actually pretty bad.
    17. Re:Attention all personnel by yachius · · Score: 2, Informative

      VB.NET and C#.NET produce identical code once compiled. That may not be a good thing in and of itself but I use VB.NET for small modules myself when getting it done fast is more important than clean, compact code (one time use scripts, reports, etc). Whoever did this is clearly an amateur, but not because they use VB.

    18. Re:Attention all personnel by ncgnu08 · · Score: 0

      Amen! Go Stefan!

      --
      Member of American Sarcasm Society - Motto: "Like we need your help!"
    19. Re:Attention all personnel by tlinget · · Score: 1

      I've always hated Colorado since I was singled out while driving south on 25. I had Texas plates and was heading home back to Texas. I was driving 65 WITH the flow of traffic, all of those with Colorado plates. The speed limit was 55. A local cop pulled up alongside me and told me over his PA to slow down. It did not matter that everyone was driving 65 as well. I did not want to be the one to cause a traffic jam because I was the only slow moving vehicle. Fortunately, he did not stop me and write me a ticket.

    20. Re:Attention all personnel by dem0n1 · · Score: 1

      Well that's one way to keep all comments to an absolute minimum.

      --
      Why save your soul when you can sell it for a profit?
    21. Re:Attention all personnel by Anonymous Coward · · Score: 2, Funny

      VB.NET is equally as powerful as C#. You're comment shows your ignorance

    22. Re:Attention all personnel by Anonymous Coward · · Score: 0

      I was cheering for Carla. She's a kook. But she's a good-natured, fun kook.

    23. Re:Attention all personnel by rcw-home · · Score: 1

      And if I ever figure out who the hell ers4634 is, they'll truly know what it means to be excetuted.

      Before they collapse and die, can you get them to fix the HTTP "Referer" field name?

    24. Re:Attention all personnel by norpy · · Score: 1, Troll

      VB.NET is equally as powerful as C#. You're comment shows your ignorance

      YOUR comment shows YOUR ignorance.

    25. Re:Attention all personnel by Bryansix · · Score: 2, Funny

      VB.NET is actually a great programming language. Really for Web Development it's only second to C#.NET.

    26. Re:Attention all personnel by jwhitener · · Score: 5, Funny

      doTheSend()... that is amusing. I think it is even funnier that they left the code in:

      C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\Skills\

      So..I guess they could only afford one copy of Visual Studio, and it is....on the server..../boggle

      And production code running from "My Documents" haha.

       

    27. Re:Attention all personnel by Third+Normal+Form · · Score: 1

      Congradulations! Your application for the State of Colorado CIO position has been accepted now that you have established that you meet the required minimum skills. If Governor Ritter recognizes your name, you will be contacted for a phone interview.

    28. Re:Attention all personnel by Third+Normal+Form · · Score: 1

      Sorry, I blame the spelling on my Colorado high school education.

    29. Re:Attention all personnel by jonaskoelker · · Score: 5, Funny

      they'll truly know what it means to be excetuted. Bastart.

      Broke That For You.

    30. Re:Attention all personnel by roc97007 · · Score: 1

      > I just tried in all sections. I ended up leaving a message with the Gov. Perhaps the webmaster didn't know anything about web programming?

      I was under the impression that a Microsoft webmaster didn't have to know anything about web programming. Just buy some really expensive tools and drag and drop. A secretary could do it.

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    31. Re:Attention all personnel by theshowmecanuck · · Score: 2, Insightful

      No no no YOUR comment shows YOUR ignorance.

      --
      -- I ignore anonymous replies to my comments and postings.
    32. Re:Attention all personnel by mysidia · · Score: 5, Funny

      This is why they told you not to use Mozilla. It poses a security risk for the site... look, you went and disobeyed the directions and broke it!

      All because you were using Mozilla instead of IE!

    33. Re:Attention all personnel by Tycho · · Score: 1

      It happens other places too. I got this back in March 2008.

      Internal Server Error
      The server encountered an internal error or misconfiguration and was unable to complete your request.

      Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

      More information about this error may be available in the server error log.

      (Skipped some dashes, lousy /. filter)

      Apache/2.0.54 (Unix) TongWeb-Director/4 Server at www.npc.gov.cn Port 80

      --
      Impersonating Tycho from Penny Arcade since before there was a PA.
    34. Re:Attention all personnel by Machtyn · · Score: 4, Funny

      No no no MY comment shows MY ignorance.

      Wait... what?

    35. Re:Attention all personnel by Bryan+Ischo · · Score: 0, Offtopic

      Awesome. I'm watching Top Chef in NZ which is just about 1/3 of the way through season 5. And now you've exposed who the winner is. Thanks for spoiling it for me. Thanks alot, jerk.

    36. Re:Attention all personnel by yerfatma · · Score: 1

      Wait, so did he build the whole thing with fully referenced paths on his machine, or is someone building that site live on the box? Either way, awesome work.

    37. Re:Attention all personnel by ers4634 · · Score: 5, Funny

      And if I ever figure out who the hell ers4634 is, they'll truly know what it means to be excetuted.

      Good luck with that. I mean, he could be anyone. ;)

    38. Re:Attention all personnel by trick-knee · · Score: 1

      Skills.Suggestion.doTheSend()

      should have been doTehSend().

    39. Re:Attention all personnel by mooingyak · · Score: 1

      ah.... if only it were doTheSendAsSuch()

      --
      William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
    40. Re:Attention all personnel by ScrewMaster · · Score: 1

      And if I ever figure out who the hell ers4634 is, they'll truly know what it means to be excetuted. Bastard.

      I still can't stop laughing at this one. "Excetuted". +5 Fucking Priceless.

      Damn I'm glad I just finished that Pepsi ... it'd be coming out of my nose right about now.

      --
      The higher the technology, the sharper that two-edged sword.
    41. Re:Attention all personnel by nabsltd · · Score: 1

      Duck season!

    42. Re:Attention all personnel by rtb61 · · Score: 1

      At a guess it was most likely broken on purpose as a quick way of removing an embarrassing bias likely added in by an external contractor who in turn likely picks up 'er' supplier preference points by inserting blatant marketing bits into other peoples web sites.

      --
      Chaos - everything, everywhere, everywhen
    43. Re:Attention all personnel by symbolset · · Score: 5, Funny

      Server Error in '/SKILLS' Application.

      That may be the most astute error message I've ever read.

      --
      Help stamp out iliturcy.
    44. Re:Attention all personnel by Firehed · · Score: 4, Funny

      Nah, go all the way. inUrMethodSendinUrMessage() or bust.

      --
      How are sites slashdotted when nobody reads TFAs?
    45. Re:Attention all personnel by Anonymous Coward · · Score: 0

      EDUCATION:
      I got a B.S. in computer science at Crazy Go Nuts University, and learned about security, including browsers. And let me tell y

      Aha, I see your problem. Your reply got eaten by some Linux. That'll be $50 for the diagnosis.

    46. Re:Attention all personnel by Anonymous Coward · · Score: 0

      It's kinda off topic, but come to think of it.. i really wonder who's come up with a "bachelor of science" degree. It's a bad choice, really. Every time i see that abbreviation, i read it as "bullshit", especially on the internet.

      Can't take that degree seriously.

    47. Re:Attention all personnel by deathy_epl+ccs · · Score: 1

      WABBIT SEASON!

    48. Re:Attention all personnel by cbiltcliffe · · Score: 1

      Your reply got eaten by a grue.

      Fixed that for you.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    49. Re:Attention all personnel by Anonymous Coward · · Score: 0

      I hate Colorado now. Good! We don't need more people messing this place up. Please stay away!

    50. Re:Attention all personnel by Randle_Revar · · Score: 1

      Duck season! Fire!

    51. Re:Attention all personnel by aynoknman · · Score: 1

      they'll truly know what it means to be excetuted. Bastart.

      Broke That For You.

      Broek That For You.

      --
      We need a "+1 -- nice sig" moderation.
    52. Re:Attention all personnel by Keen+Anthony · · Score: 1

      He only yelled at you from his car using a megaphone? That's nothing. At least you weren't driving through the nation's largest speed trap, North Carolina, on out of state plates. They give you tickets with the expectation that being out of state, you won't challenge them in court.

      But yes, Colorado does suck.

    53. Re:Attention all personnel by Keen+Anthony · · Score: 1

      Hopefully... otherwise a Cook County, Illinois sheriff might try to sue Slashdot for creating a public nuisance. Wait, what?

    54. Re:Attention all personnel by ubergeek2009 · · Score: 1

      When I try and view the site from school where we use IE 7 the entire site is messed up and if I try to leave a comment the entire browser freezes. Never happens to me in firefox.

    55. Re:Attention all personnel by diskis · · Score: 1

      BS = Bullshit
      MS = More shit
      PhD = Piled higher and deeper

    56. Re:Attention all personnel by scobiej · · Score: 1

      You made my day with that comment. Still laughing ...

    57. Re:Attention all personnel by Lord+Bitman · · Score: 1

      quite possible that it's naming conventions gone wild. Something like "all methods which modify the object must be prefixed with 'do'" conflicting with "never name a method with two verbs in a row"

      --
      -- 'The' Lord and Master Bitman On High, Master Of All
    58. Re:Attention all personnel by kholburn · · Score: 1

      You're an ASS?

    59. Re:Attention all personnel by Alsee · · Score: 1

      Yeah, but they mispelled 'Severe'.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    60. Re:Attention all personnel by Ilgaz · · Score: 1

      I can see CmdrTaco copying your message to his 'places_we_should_never_visit.txt' file.

    61. Re:Attention all personnel by Ilgaz · · Score: 1

      Isn't there commercial or even free packages which would do the same thing without such 'My Documents' thing and emberassment?

      I think there must be a lot of them.

    62. Re:Attention all personnel by sqldr · · Score: 1

      Good try, but your error didn't provide enough configuration data.

      I got this :-)

      Server Error in '/SKILLS' Application.
      Runtime Error
      Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

      Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

      Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

      --
      I wrote my first program at the age of six, and I still can't work out how this website works.
    63. Re:Attention all personnel by sqldr · · Score: 1

      today I discovered that even when pasting "plain text" in slashdot, HTML tags get stripped :(

      What I meant to say was (brackets stripped)

      Web.Config Configuration File

      configuration
              system.web
                      customErrors mode="Off"
              system.web
      configuration

      Web.Config Configuration File

      configuration
              system.web
                      customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"
              system.web
      configuration

      --
      I wrote my first program at the age of six, and I still can't work out how this website works.
    64. Re:Attention all personnel by jabithew · · Score: 1

      For some reason I have Do The Hustle stuck in my head now.

      Skills.Suggestion.doTheHustle()
      Skills.Suggestion.doDoDoDoDoDoDoetc()

      --
      All intents and purposes. Not intensive purposes.
    65. Re:Attention all personnel by xaositects · · Score: 1

      lolcode?

    66. Re:Attention all personnel by Anonymous Coward · · Score: 0

      aww, since when do grammar nazis get modded troll? If I had points I'd give you and underrated.

      /Anonymous to protect the innocent^W dissenter.

    67. Re:Attention all personnel by Anonymous Coward · · Score: 0

      Heart!

      When your powers combine. I. am.

      Captain MSCE!

    68. Re:Attention all personnel by Rary · · Score: 1

      I use VB.NET for small modules myself when getting it done fast is more important than clean, compact code (one time use scripts, reports, etc)

      ...or making a GUI interface to track an IP address...

      --

      "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

    69. Re:Attention all personnel by FunkSoulBrother · · Score: 1

      Ah yes, failure of your academic education is certainly a pity. I know such a guy who now spends his days coding PIN numbers into ATM Machines so he can collect his paycheck earnings from the money bank.

    70. Re:Attention all personnel by hairyfeet · · Score: 1

      That reminds me of my old Vb class. This 25 year old kid somehow managed to get his hands on a bunch of my code and tried to pass it off as his own. The teacher took one look and called him in front of the class and let everyone know he was getting an F for stealing code. The kid yelled "How do you know he didn't steal it from me?"

      After the teacher quit laughing so hard he said "What is the first computer you wrote code on?" and you could tell the kid was looking for the right answer in his head before replying "Windows 98" and after laughing his ass off again the teacher popped the code in question onto the overhead. He said "See anything a little different about Kevin's code? Notice the line numbers and the use of REALLY old syntax like GOTO? This tells me the writer of this code is old enough that he actually wrote in one of the original BASIC languages instead of VB." and then he got this funny look on his face as he stared at the code and said "Apple or Commodore?" and with a shocked look on my face I said "Commodore VIC20" and he said "Figures. The code is compact and efficient but has all the subtlety of a chainsaw."

      The funny part was I got an email from him a year after taking that class where he "thanked" me for spreading GOTO and line numbers "like the clap" because months after I left kids were turning in code with chunks that had really old syntax and GOTOs in it. Of course he said giving GOTO to a kid was like handing a monkey a sledgehammer and letting them loose in a minefield. He said nearly every time the code would die a horrible death and take the PC running it down. But it always struck me as funny how much he could pick up about the code writer just by their writing style. He always said code was like handwriting and everyone was a little different if you knew what to look for.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    71. Re:Attention all personnel by tritohc · · Score: 2, Informative

      Slashdot is hosted in Cook County.

    72. Re:Attention all personnel by Anonymous Coward · · Score: 0

      The Colorado Departent of Labor and Employment regrets that this service is unavailable at this time.
      (We like Firefox too...and safari.....and chrome...)

      Its pretty funny what a good slashdotting will do.

      The Colorado Department of Labor and Employment regrets that this service is not *avaialble* at this time.

      there are bigger problems than IT

    73. Re:Attention all personnel by EraserMouseMan · · Score: 1

      You must not be a .NET developer. When the code is compiled, the line number references and file name references are based on where it is being compiled. Which is always on a local developer workstation. Not on the server. The precompiled bits are simply copied over to the production server.

      Of course, if you are a PHP guy "compiling" will be unfamiliar to you since PHP is an interpreted language. Thus being slower (all else being equal).

    74. Re:Attention all personnel by broomer · · Score: 1

      The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time.

      when you quote, please quote literal, including errors.

    75. Re:Attention all personnel by sgt+scrub · · Score: 1

      +5 ROFLMAO!!!

      and i happend to be taking a drink when i read that.

      --
      Having to work for a living is the root of all evil.
    76. Re:Attention all personnel by Anonymous Coward · · Score: 0

      Dude, WHY did you fix their typo? The page actually says just this in black text on a white background:
      "The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time."

      Please don't help these people by making them appear to be smarter than they are. Thanks.

    77. Re:Attention all personnel by Anonymous Coward · · Score: 0


      Skills.Suggestion.doTheSend()


      Priceless. 'send()' would have been a boring name for that function.

      On the other hand, I believe that is a valid dialectic form in the sub-continental english.
      I remember my indian colleagues being really keen on this "do the Xxx" phrasing.

    78. Re:Attention all personnel by cromar · · Score: 1

      I'm not saying you're a bad coder. I really don't want to imply that. I haven't met you. I will say though, that whenever I get to read someone's VB code, it's pretty obvious that they are fairly mediocre programmers.

      For me though, it's purely a matter of aesthetics. Why be so verbose!?

      P.S. There are some differences between VB.NET and C#, for instance how events are handled, FWIW.

    79. Re:Attention all personnel by Anonymous Coward · · Score: 0

      Even funnier is that you don't know what you're talking about.

    80. Re:Attention all personnel by LrdDimwit · · Score: 1

      And of course, it might throw an error, so you probably also need WeGetSignal()

    81. Re:Attention all personnel by Anonymous Coward · · Score: 0

      Of course, if you are a PHP guy "compiling" will be unfamiliar to you since PHP is an interpreted language. Thus being slower (all else being equal).

      I hear that lie a lot. PHP is scripted language, but engine simply compiles it in memory - to make it easier on developers. It might be slower for tons of other reasons - but stop repeating the stupid lie you hear from M$ sales that it slow because it is "script" language. Being scripted generally has nothing to do with performance.

    82. Re:Attention all personnel by GooberToo · · Score: 1

      I'm not sure what you mean. What I posted was a direct cut-n-paste.

    83. Re:Attention all personnel by GooberToo · · Score: 1

      I'm not sure what you mean. What I posted was a literal cut-n-paste. I changed nothing. Shortly after I saw the text I posted, I also noticed they changed their text. Likely they typo'd after I had already captured the original text I pasted.

  2. If I were from colorado.. by Hatta · · Score: 2, Informative

    I'd be writing a nasty email right now.

    --
    Give me Classic Slashdot or give me death!
    1. Re:If I were from colorado.. by djh101010 · · Score: 5, Insightful

      A more sensible approach might involve writing a well spoken, coherent, concise email. No reason to come across as a raving nutter - if someone is considering the "angry rant" approach, I'd suggest that perhaps what they are doing, is the opposite of help.

    2. Re:If I were from colorado.. by Anonymous Coward · · Score: 5, Funny

      Obviously the correct approach is to send them a link to a special web page that will infect their computer if using IE. Once you've taken over their computer, you can use it to change their policies to supporting Firefox.

    3. Re:If I were from colorado.. by Thelasko · · Score: 4, Informative

      Contact information is here. Don't try to contact them using the link in the summary, it doesn't work.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    4. Re:If I were from colorado.. by Anonymous Coward · · Score: 0

      I was going to suggest using the Angry Rant approach to send an email agreeing with their decision.

    5. Re:If I were from colorado.. by Anonymous Coward · · Score: 5, Informative

      Secunia states that Firefox3 has less critical issues:
      http://secunia.com/advisories/product/19089/

      While IE6 and IE7 have moderate problems. Making IE less secure:
      http://secunia.com/advisories/product/11/
      http://secunia.com/advisories/product/12366/

      Firefox3 also has only 1 issue unpatched, while IE6 has 22 open issues.

    6. Re:If I were from colorado.. by Tubal-Cain · · Score: 1

      The feedback button doesn't work, anyways.

    7. Re:If I were from colorado.. by ColdWetDog · · Score: 3, Funny

      The feedback button doesn't work, anyways.

      That's just in IE6. Better security that way.

      --
      Faster! Faster! Faster would be better!
    8. Re:If I were from colorado.. by DanWS6 · · Score: 1

      I'm too busy laughing about this with my coworkers.

    9. Re:If I were from colorado.. by Culture20 · · Score: 1

      No reason to come across as a raving nutter

      Except that the website itself seems to have been written by a raving nutter with the POINTLESS CAPITALIZATION and silly assertions.

    10. Re:If I were from colorado.. by Anonymous Coward · · Score: 5, Insightful

      Based on the speed at which things can get fixed by what are normally lumbering juggernauts when they are seen and reacted to by a million people on the Internet, I'd suggest that ten thousand angry rants are often much more effective than hundreds of extremely well spoken, coherent, concise emails.

      In this case, a massive spew of vitriolic bile targetting squarely at the fools behind that miserably borked IIS site seems warranted, and is likely to be more effective than some pansy-assed coherent "Dear Sirs, I am writing to engage in a discussion concerning what appear to be some personal biases toward the fine products that Microsoft Corporation produces and their manifestation in a minor slight against Firefox, another fine product, on your web blah blah blah..."

      Fuck that. Hoist the pitchforks! Ignite the torches! Geek wrath power ON!

    11. Re:If I were from colorado.. by a_nonamiss · · Score: 4, Insightful

      Why are you linking that stuff here? You think anyone from and IT department that lauds the security of IE6 actually reads Slashdot? ;)

      --
      -Arthur
      Cave ne ante ullas catapultas ambules
    12. Re:If I were from colorado.. by dotancohen · · Score: 4, Interesting

      And what should that email say, exactly? More specifically, to what URLs could I point the devs to an _unbiased_source_ that IE is insecure and Firefox is secure?

      I have this problem with Hebrew websites constantly, in fact, about two hours ago I wrote to a local news website about their IE-only policy. Being able to point them to an unbiased, reliable source to back up the "Firefox is safer" claim would help.

      --
      It is dangerous to be right when the government is wrong.
    13. Re:If I were from colorado.. by dotancohen · · Score: 2, Funny

      Try mailing them colorado . nimp . org
      (link broken for reasons you either already know, or don't want to)

      --
      It is dangerous to be right when the government is wrong.
    14. Re:If I were from colorado.. by dfsmith · · Score: 1

      But don't use Thunderbird (it's a security risk). Outlook is much safer.

    15. Re:If I were from colorado.. by morghanphoenix · · Score: 1

      Now if only I could find the warning, don't want to be writing to someone about an incredibly stupid warning unless I've seen it myself. Not that I'm calling the original poster a liar, or have any doubt that something like this is likely to be said, but because before I start sending off messages about something I believe I should see it for myself.

    16. Re:If I were from colorado.. by theshowmecanuck · · Score: 1

      McCaffee says it is a dangerous site and Nortonsays it's safe. Go figure.

      --
      -- I ignore anonymous replies to my comments and postings.
    17. Re:If I were from colorado.. by mysidia · · Score: 1

      Or a message written on physical paper, addressed to their offices, and duplicates addressed to various other offices.

      Sure, they can throw away the message if they choose, but they'll generally open it, and see what it is, first.

      E-mail's a lot easier to ignore.

    18. Re:If I were from colorado.. by ozphx · · Score: 1

      I guess that means that everyone gets pwned.

      Use Opera ;)

      --
      3laws: No freebies, no backsies, GTFO.
    19. Re:If I were from colorado.. by slim · · Score: 2, Interesting

      Secunia states that Firefox3 has less critical issues

      Sometimes I correct people on 'less' vs 'fewer', and I get the response that it's obvious what was meant.

      This is one of those occasions when using the wrong word really does change the meaning. And by golly, I checked the page, and you really did not mean 'fewer' as I had expected.

      What Secunia says about Firefox is that the most severe unpatched Firefox bug they know of, they rate as 'less critical'. Whatever that means.

    20. Re:If I were from colorado.. by Ilgaz · · Score: 1

      Funny is how politicans miss kudos of 20% for not passing a basic law like ''All Government sites should support all web browsers having basic functionality and properly maintained in terms of security''.

      Oh of course, I forgot some company with billions of dollars who actually gets happy when their pyramid scheme is in action like the one mentioned on story.

    21. Re:If I were from colorado.. by dotancohen · · Score: 1

      Norton says that nimp.org is safe! Ha!

      --
      It is dangerous to be right when the government is wrong.
    22. Re:If I were from colorado.. by wljones · · Score: 1

      The State of Colorado has clearly qualified for an In Capus Rectum award. They do not need any help from /.ers. Move on to issues. Stupidity and ignorance are too easy as targets.

    23. Re:If I were from colorado.. by Hordeking · · Score: 1

      Fuck that. Hoist the pitchforks! Ignite the torches! Geek wrath power ON!

      Will this revolution be televised, or just streamed to my computer?

      --
      Disclaimer: The opinions and actions of the US Gov't are in no way representative of those held by this author or its ci
    24. Re:If I were from colorado.. by Anonymous Coward · · Score: 0

      Actually not every reader of Slashdot is a security expert. I had not heard of secunia.com before and I feel better informed knowing where to find specific details about the security of different browsers. Much better than telling the execs "We should use X cause slashdotters like it"

    25. Re:If I were from colorado.. by Anonymous Coward · · Score: 0

      We've heard enough talk. String 'em up!

    26. Re:If I were from colorado.. by Anonymous Coward · · Score: 0

      I'd rather have ten thousand quarters than (25) hundreds of dollars. Does that make quarters more effective than dollars?

    27. Re:If I were from colorado.. by Anonymous Coward · · Score: 0

      You aren't "correcting" anyone, because the "rule" you're trying to enforce is a completely artificial one that was invented very recently and has no basis whatsoever in real English usage.

      Sorry and all that, but good style cannot be distilled into a simplistic set of do's and don'ts. (Ooh, look, an apostrophe in a plural!)

    28. Re:If I were from colorado.. by ofprimes · · Score: 1

      Why are you linking that stuff here? You think anyone from and IT department that lauds the security of IE6 actually reads Slashdot? ;)

      I am from the CO state IT department (not a webdev), and frankly I find this thread hilarious! I only use FF and when this site didn't work the other day (I did not heed the warnings), I used my handy FF add-in, IE Tab.

      --
      He who gets the last laugh, laughs last.
    29. Re:If I were from colorado.. by slim · · Score: 1

      [citation needed].

      I don't like to think of it as a rule, so much a convention - like all language. But it's a convention worth preserving because without it you lose expressiveness.

      'Less' and 'fewer' have different meanings, although the difference is eroding as people increasingly substitute 'less' for 'fewer' (never the other way around. You don't hear 'give it fewer power'.)

      If you're telling me that until 'very recently', the two words conventionally had the same meaning, and that a difference was 'invented', I need you to provide me with a reference.

      Do you also contend that the difference between 'many' and 'much' is 'invented recently'?

  3. The site looks like... by Anonymous Coward · · Score: 2, Interesting

    something i made back in middle school with Frontpage. Credible sources spouting uneducated banter about things they SHOULD know about and having a website look like THAT? they should be ashamed

    1. Re:The site looks like... by Anonymous Coward · · Score: 1, Insightful

      something i made back in middle school with Frontpage.

      Go to http://www.coworkforce.com/ and check the page source...

    2. Re:The site looks like... by Camann · · Score: 5, Informative

      Relevant text in case of site slashdotted:
      <head>
      <meta http-equiv="Content-Language" content="en-us">
      <meta name="GENERATOR" content="Microsoft FrontPage 6.0" >
      <meta name="ProgId" content="FrontPage.Editor.Document" >
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" >
      <title>Welcome to The Colorado Department of Labor and Employment</title>
      <link rel=stylesheet href="/commoncomponents/contentstyles.css" type="text/css">
      </head>

      --
      I can't believe you don't know what a Hasemalphaginnojinglanaporphomism is.
    3. Re:The site looks like... by smchris · · Score: 1

      What are the odds it was clumped together by one of the office workers who was told, "We need a website for this program. Who knows some html?"

    4. Re:The site looks like... by Adriax · · Score: 4, Insightful

      Very poor odds. Working for a similar state government agency I can tell you the process probably involved atleast 10 weekly or monthly meetings to outline the basic content, a 2 month review process on the outline documentation for the page layout, a 6 month bidding process from prospective contractors to create the webpage, another couple months for a cost/benefit analysis, with the final decision that a frontpage license and either a new permanent position or an expansion of duties amendment (with associated raise) to one of their high up IT people would be the answer. Total time to create that webpage, probably a year and a half to two years.

      --
      I don't suffer from insanity, I enjoy every minute of it!
    5. Re:The site looks like... by a_nonamiss · · Score: 4, Interesting

      I'm laughing my ass off. I've worked with enough government (specifically state) agencies to know that this is not hyperbole. This is probably what actually happened.

      --
      -Arthur
      Cave ne ante ullas catapultas ambules
    6. Re:The site looks like... by NateTech · · Score: 1

      And one Slashdotting to get my State government to take down retarded information in less than 24 hours! Yay.

      --
      +++OK ATH
    7. Re:The site looks like... by Anonymous Coward · · Score: 0

      Nods in agreement

    8. Re:The site looks like... by quacking+duck · · Score: 3, Insightful

      Lest people think only government wastes monumental time and effort towards something relatively trivial, Microsoft spent a full year working on a feature one of its developers claims could've been done in a week.

      It's a paradox of project management--too many stakeholders or dependencies, and you're going to bog down in red tape. Too few means that no one cares what your project is and won't waste their time helping you, and it'll never see the light of day. Finding a balance is difficult at best in any large organization.

    9. Re:The site looks like... by cojoco · · Score: 1

      Yes, but websites are all about the *content*, not the HTML!

      Who cares how long the HTML took to write?

    10. Re:The site looks like... by chthon · · Score: 1

      I remember in 1990, on my first job, I had to install a harddrive in a PC XT system. When I arrived, I installed it and the people using it where perplexed. Turned out they wanted 128kB extra memory in their 512 kB system, but the people who had to actually confirm the decision and create the order thought that they needed an extra harddrive. This was in a home for the elderly, ran by a mutuality (?).

      The people using the computer where very knowledgeable, but they were not given purchase decision, or even the possibility to check the orders.

    11. Re:The site looks like... by Theoboley · · Score: 1

      So they planned meetings to plan meetings about planning meetings about setting up a webpage that looks like horse manure?

      Our Tax Dollars hard at work :D

      --
      Stupidity only gets you so far, then you've gotta try
  4. That's just bad by AKAImBatman · · Score: 5, Interesting

    Well, I'm impressed. I tried to send them a message telling them that they're morons. (Though in a more polite manner.) They got right back to me with this message:

    Server Error in '/SKILLS' Application.

    Object reference not set to an instance of an object.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
          Skills.Suggestion.doTheSend() in C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\Skills\Skills\Suggestion.aspx.vb:137
          Skills.Suggestion.sendEmailLink_Click(Object sender, EventArgs e) in C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\Skills\Skills\Suggestion.aspx.vb:127
          System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +90
          System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +76
          System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
          System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
          System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177
          System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746

    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

    I love how the site is:

    A) Being run off of someone's desktop. Out of their My Documents folder, no less.
    B) Gives up the username of the machine without so much as a "how do you do"
    C) Shows the world that our amazing admin can't even hack it at C#

    I should check the IIS version. I have a sneaky suspicion that it's not up to date. Or maybe take a cue from Bobby Tables and throw some SQL injection attacks at the site. :-/

    1. Re:That's just bad by interkin3tic · · Score: 4, Funny

      Maybe they're not morons, maybe it's just that the entire state is on the cutting edge of the latest trolling fads? Like, it's so good at trolling that I can't think of how the joke is on everyone, so...

      My head hurts, colorado wins again...

    2. Re:That's just bad by CannonballHead · · Score: 3, Funny

      I wonder if the website was hacked already and its a fake ;) :)

    3. Re:That's just bad by neowolf · · Score: 1

      I just did the same thing... What a f*cking joke.

    4. Re:That's just bad by hansamurai · · Score: 1

      For being hosted off of someone's machine, they're doing quite well for being posted on Slashdot.

    5. Re:That's just bad by castorvx · · Score: 5, Funny

      On the plus side, his workstation is about to get an HTTP benchmark.

    6. Re:That's just bad by xrayspx · · Score: 4, Funny

      Were you using IE to send your comment?

    7. Re:That's just bad by Anonymous Coward · · Score: 1, Informative

      The Skills IT developer is staying more true to form and using VB.

      See: Suggestion.aspx.vb

    8. Re:That's just bad by Gwala · · Score: 5, Informative

      It's not being run off someones desktop - the developer in question forgot to turn debug symbols off. Debug symbols in .NET include sourcecode filenames and line numbers on Windows.

      --
      #!/bin/csh cat $0
    9. Re:That's just bad by Anonymous Coward · · Score: 0

      I've reported your hack attempt to the department of homeland security.

    10. Re:That's just bad by Anonymous Coward · · Score: 3, Funny

      This is from the site headers:

      HTTP/1.1 200 OK
      Date: Thu, 05 Mar 2009 22:06:53 GMT
      Server: Microsoft-IIS/6.0
      MicrosoftOfficeWebServer: 5.0_Pub
      X-Powered-By: ASP.NET
      X-AspNet-Version: 2.0.50727
      Cache-Control: private
      Content-Type: text/html; charset=utf-8
      Content-Length: 7454

      I love how they have the office web server extensions enabled. Ouch.

    11. Re:That's just bad by Fulcrum+of+Evil · · Score: 1

      Maybe qeuc34 is an app user account. Probably not, but maybe.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    12. Re:That's just bad by Excaliburszone · · Score: 2, Funny

      The error message says it all: "Server Error in '/SKILLS' Application." It seems, from the way the site is designed to how functional it is that the error in the '/SKILLS' Application is that they do not have any.

      --
      Enjoy! -Excalibur
    13. Re:That's just bad by Anonymous Coward · · Score: 0

      I bet the name of the dude coding the site is 'Mr. Skillz'

    14. Re:That's just bad by Anonymous Coward · · Score: 0

      um how do you know????

    15. Re:That's just bad by Tubal-Cain · · Score: 1

      I should check the IIS version.

      6.0 on Server 2003

    16. Re:That's just bad by jamie · · Score: 4, Insightful

      I should check the IIS version. I have a sneaky suspicion that it's not up to date. Or maybe take a cue from Bobby Tables and throw some SQL injection attacks at the site.

      No, you really should not do that.

      Sheesh...

    17. Re:That's just bad by MoFoQ · · Score: 1

      that is funny....instead of the ol' "I know you are but what am I?" when called a moron...they go and say "I know we are"

      either way, whoever configured the webserver (IIS...ewww) doesn't know how to disable verbose error reporting to prevent sensitive information from becoming public, let alone (and gawd-forbid) set up custom error pages to give a more "professional" and user-friendly error page.

      this is what you get from colorado.

    18. Re:That's just bad by AKAImBatman · · Score: 1

      No, I shouldn't. The link to "Bobby Tables" was intended to convey the usual XKCD joke, not suggest that anyone try. I'm very concerned that if I tried, I might succeed. Which would not be a good thing. :-/

    19. Re:That's just bad by Anonymous Coward · · Score: 0

      I think .net actually shows the error location from where the assembly was compiled. Not itÂs current location, so no, probably not being run from "my documents" folder.

      As for the whole of the office being idiotic, they probably just have a bad IT staff... no need to kill the whole show.

    20. Re:That's just bad by Anonymous Coward · · Score: 0

      pretty sure it is VB, not C#

    21. Re:That's just bad by Malc · · Score: 2, Informative

      But they do have a production server that's printing detailed error messages on the HTTP response. That's a misconfiguration, and an active choice at some point. Presumably debugging system - maybe they don't have test or staging servers.

    22. Re:That's just bad by Red+Flayer · · Score: 0

      No, I shouldn't. The link to "Bobby Tables" was intended to convey the usual XKCD joke, not suggest that anyone try. I'm very concerned that if I tried, I might succeed. Which would not be a good thing. :-/

      Trying to CYA now?

      Too late. Now when they do get hacked, you're #1 on the list of suspects.

      Have fun when the federales show up (unless you live in CO, then have fun when the State cops show up).

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    23. Re:That's just bad by davester666 · · Score: 4, Funny

      In other, completely unrelated news, Microsoft announced today that they are opening a new software development center in Colorado.

      --
      Sleep your way to a whiter smile...date a dentist!
    24. Re:That's just bad by Bill,+Shooter+of+Bul · · Score: 3, Funny

      Oh yeah, I'd love to see them try and apprehend Batman. I mean come on, the cops never catch him.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    25. Re:That's just bad by Anonymous Coward · · Score: 0

      XKCD isn't funny, that's probably why your attempted use of humor failed. Please stop using those references in the future.

    26. Re:That's just bad by Anonymous Coward · · Score: 0

      A) Being run off of someone's desktop. Out of their My Documents folder, no less.

      That path you see it the compile path of the source as it existed before it was packaged up as a binary and uploaded to the server. It is NOT the document root. FYI ;-)

    27. Re:That's just bad by Anonymous Coward · · Score: 0

      Yes, that's what he was saying. The developer couldn't hack C#, hence the VB.NET.

    28. Re:That's just bad by Anonymous Coward · · Score: 0

      NO! It's a honeypot!!!

    29. Re:That's just bad by rbrausse · · Score: 1

      > Sheesh...

      nah, the sh-thingy is somewhere else

    30. Re:That's just bad by a_nonamiss · · Score: 3, Funny

      "Please come with us Mr. West."
      "But I don't even have a computer.

      --
      -Arthur
      Cave ne ante ullas catapultas ambules
    31. Re:That's just bad by pembo13 · · Score: 2

      That doesn't mean for sure it isn't on his desktop.

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    32. Re:That's just bad by changa · · Score: 1

      More than likely it is not running off of a desktop.

      Visual Studio tends to embed the project information and that is the information of the developer.

      Still rather bad they had that let the debug information hit the web user.

    33. Re:That's just bad by Simetrical · · Score: 3, Informative

      It's not being run off someones desktop - the developer in question forgot to turn debug symbols off. Debug symbols in .NET include sourcecode filenames and line numbers on Windows.

      I assume that the grandparent thought it was someone's desktop because of the "C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\" path. It looks like a developer is keeping the project in their own documents and running it straight from the source code there.

      --
      MediaWiki developer, Total War Center sysadmin
    34. Re:That's just bad by Anonymous Coward · · Score: 0

      xkcd sure is.

    35. Re:That's just bad by Bill,+Shooter+of+Bul · · Score: 1

      I'd agree its usually less funny than it thinks it is, sometimes more poetically clever than you think, and often more profane than necessary.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    36. Re:That's just bad by Sentry21 · · Score: 1

      I suspect someone did something naughty, because now the entire site is down. I guess whoever designed it doesn't know that much about security after all.

    37. Re:That's just bad by Anonymous Coward · · Score: 0

      It's actually VB.Net

      Skills.Suggestion.doTheSend() in C:\Documents and Settings\qeuc34\My Documents\Visual Studio 2005\Projects\Skills\Skills\Suggestion.aspx.vb:137

    38. Re:That's just bad by pyrrhonist · · Score: 1

      No, you really should not do that.

      ...because serious business of this nature is a job for 4chan!

      --
      Show me on the doll where his noodly appendage touched you.
    39. Re:That's just bad by Anonymous Coward · · Score: 0

      Looks like it our admin is actually one notch lower than not being able to hack it at C#. Those are Visual Basic source files.

    40. Re:That's just bad by nametaken · · Score: 1

      It's not C#, it's VB. Notice that the codebehind files have the extension .vb?

      Suggestion.aspx.vb

    41. Re:That's just bad by nametaken · · Score: 1

      Also, the nasty part is that the exception + stacktrace was even visible. You shouldn't have seen that, and you'll notice that the site is now showing the CustomErrors notice instead, as specified by the web.config. It should really have SOME error handling that takes the message and stacktrace and puts it somewhere for them to read (the system's logs) and notifies someone that something went wrong. Then you should see a "Sorry, something b0rked" message instead.

    42. Re:That's just bad by Raenex · · Score: 1

      It's too damn preachy. Dilbert manages to make a point and actually be funny in a cute and charming way (plus no stick figures).

    43. Re:That's just bad by nametaken · · Score: 1

      Also worth noting that the bulk of the site is done in classic asp, not asp.net with VB.NET behind it.

    44. Re:That's just bad by Bill,+Shooter+of+Bul · · Score: 1

      Preachy? really? Haven't seen that side. What is he preaching for? Nerdosity? Sexuality? Malevolent behavior? Maybe Idiocy.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    45. Re:That's just bad by Anonymous Coward · · Score: 0
    46. Re:That's just bad by Anonymous Coward · · Score: 0

      You can call this BUGS OF COLORADO

    47. Re:That's just bad by Slashcrap · · Score: 2, Funny

      No, you really should not do that.

      Sheesh...

      No, we only condone DoS attacks here at Slashdot.

    48. Re:That's just bad by Anonymous Coward · · Score: 0

      Not quite. Those are the paths and file names of the source code, NOT the compiled binaries. The paths and file names are from the developer's machine, and you would not expect to find them on the server at all.

      The stack trace is for debugging purposes, to help the developer pinpoint the exact location of the error in the source code.

      (Although by default, IIS is set up to only show the stack trace and other useful information when browsed from localhost).

    49. Re:That's just bad by Killjoy_NL · · Score: 1

      Fantastic, in my mind I even heard that in his wonderful voice :D

      --
      This is the sig that says NI (again)
    50. Re:That's just bad by cheekyboy · · Score: 1

      You think the russians or chineese care ?

      They will be there in 2 seconds.

      What can the state do? Launch ICBMs?

      --
      Liberty freedom are no1, not dicks in suits.
    51. Re:That's just bad by glennpratt · · Score: 1

      No, this is just where they compiled it.

      aspx.vb must be compiled, and where it was compiled is not a problem. The problem was leaving debugging messages enabled in the .NET application which revealed all that info to the world.

    52. Re:That's just bad by Anonymous Coward · · Score: 0

      Well the site is down do to a piss poor implementation of the web.config file! EPIC FAIL.

    53. Re:That's just bad by Raenex · · Score: 1

      What is he preaching for?

      His opinion on life.

    54. Re:That's just bad by Anonymous Coward · · Score: 0

      Nope, .NET just likes taking the original source code path - i.e. where the file was located when it was created, before it was copied up to the publishing server.

      Doesn't mean its definitely not on his desktop - but we get errors like this that claim to be on computers for people that have long ago left, and hence had their hard drives wiped... but they do happen to be the original authors of the code file.

    55. Re:That's just bad by Zantetsuken · · Score: 1

      no, that's still evil... we condone much worse - socially engineered DDoS attacks, now with angry mob potency!

    56. Re:That's just bad by Anonymous Coward · · Score: 0

      A) Not necessarily, this is just where his local development directory is.
      B) Custom errors needs to be turned on.
      C) The codebehinds are clearly Visual Basic not C#

    57. Re:That's just bad by quonsar · · Score: 1

      "The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time."

    58. Re:That's just bad by Bill,+Shooter+of+Bul · · Score: 1

      Well, that's clear as mud. Thank you for taking the time our of your busy schedule to clear that up.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    59. Re:That's just bad by Raenex · · Score: 1

      Have you ever heard the expression "preaching to the choir" when somebody is advocating their opinion? It's looking at some facet of life, saying "this is stupid", or "this is the way it should be", or whatever. I already mentioned Dilbert. It manages to make a point in a way I consider cute, charming, and interestingly drawn. With xkcd I can just imagine the nerd behind it and I get tired of "listening" to him.

    60. Re:That's just bad by Bill,+Shooter+of+Bul · · Score: 1

      Ok. I understand. I wouldn't consider that Preaching. But I could see how you could. Although, I'd say he's doing more than just preaching to the choir. In some respect, he's defining himself or his characters to be the gold standard as opposed to pointing to something outside of himself (as a good preacher preaching to the choir should). I suddenly like it a lot less now. Still not a Dilbert fan. I think I'll have to stick to Garfield minus Garfield.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    61. Re:That's just bad by Anonymous Coward · · Score: 0

      Maybe they're not morons

      I live in Colorado.

      They are morons.

    62. Re:That's just bad by Anonymous Coward · · Score: 0

      FYI. The stack trace DOES NOT indicate that the site is being run from the location indicated; that is merely the compile-time location of the source code. It will continue to report the same path no matter where it is being run from.

      Colorado are obviously just technically challenged & don't know the first thing about browser history or security.

  5. Colorado by neowolf · · Score: 1

    I'm from Colorado. Most of the time I feel the State Government here is on crack. If I write them an email using Thunderbird, I wonder if it would be rejected because it didn't come via Outlook?

    1. Re:Colorado by morghanphoenix · · Score: 1

      I did live in Colorado in the early 90s, really liked it then, but stopping back by last year I had to wonder if the whole state had gone utterly mad. I'd been planning on moving back there, but after a few weks of visiting I think I'd rather not.

  6. It's easy mmmkay by Anonymous Coward · · Score: 0

    They would say that, the site is written in ASP.NET.

  7. What do you expect... by dark404 · · Score: 5, Funny

    What do you expect from a state who uses 128 characters to describe a perspective hire's education.
    The Education Property has been increased to 128 characters due to popular demand. Thanks for your patience.

    1. Re:What do you expect... by Gat0r30y · · Score: 4, Funny

      Teachers here in CO often have bumper stickers proclaiming: Welcome to Colorado, 49th in funding for schools. Perhaps there is a correlation, then again, I was educated exclusively in this state so maybe I'm just an idiot.

      --
      Prediction: The real iPhone killer is going to be sex robots from Japan. Think about it.
    2. Re:What do you expect... by Anonymous Coward · · Score: 0

      What do you expect from a state who uses 128 characters to describe a perspective hire's education.

      When commenting on another person's stupidity, make sure that you don't make a mistake of your own.

    3. Re:What do you expect... by Bob+Uhl · · Score: 2, Informative

      Teachers here in CO often have bumper stickers proclaiming: Welcome to Colorado, 49th in funding for schools.

      I've lived here for over a decade and have never seen one of those. Moreover, the numbers show that's clearly not the case.

    4. Re:What do you expect... by Gat0r30y · · Score: 1

      Where are you at around here? Ever been to Boulder? It was ~ 10 years ago I'd say that one of my HS teachers handed them out to our class in an attempt to recruit us to get our parents to put them on their cars.

      --
      Prediction: The real iPhone killer is going to be sex robots from Japan. Think about it.
    5. Re:What do you expect... by dontmakemethink · · Score: 1

      Teachers here in CO often have bumper stickers proclaiming: Welcome to Colorado, 49th in funding for schools.

      I thought it read "51st in fundign for skools"

      --

      War as we knew it was obsolete
      Nothing could beat complete denial
      - Emily Haines
    6. Re:What do you expect... by WraithCube · · Score: 1

      Well today thanks to popular initiatives the the Colorado legislature is not allowed to raise spending by more than the inflation rate + 1%, but required to raise spending on k-12 education by the inflation rate + 6% iirc(might be 3%). So they just decide cut university funding. Some of the k-12 districts actually have some of the highest salaries for teachers though.
      Been in Colorado for 8 years and in Boulder for 2 and I faintly remember seeing one of those, but not in years.

    7. Re:What do you expect... by a_nonamiss · · Score: 1

      The PDF you linked looks like stimulus dollars from DOE given to states. I know nothing specifically about school funding in CO, but I'm guessing that Federal funding is a relatively small part of the big picture. They could still easily be 49th in per-student funding. Maybe that's why they got so much stimulus money.

      ... 1 hour later ...

      I did a little research on the Internets, and turns out per-pupil spending is hotly contested. In my search, no less than 12 states proudly claimed to be in the bottom 3 in per-pupil spending based on whatever data they could find to support their case to get more money. Interestingly, Colorado didn't seem to be one of those. Utah, however, was consistently last so apparently they must hate education there. Either that, or they've figured out a way to do it cheaper. East coast schools are highest, probably because a box of chalk and a ream of paper cost $426.39 in Manhattan. I'd be interested to find a ranking of funding adjusted for cost of living. At any rate, according to this set of rankings from 2001-2002, Colorado is number 34.

      --
      -Arthur
      Cave ne ante ullas catapultas ambules
    8. Re:What do you expect... by zigmeister · · Score: 1

      Welcome to Colorado, 49th in funding for schools.

      Way to rub it in #50's face. Completely insensitive.

      --
      Failure formatting five FAQs of financial facts.
    9. Re:What do you expect... by Brandybuck · · Score: 3, Informative

      Funding has very little correlation with the quality of education. California is bankrupting itself funding education, yet is quite lackluster in its educational quality.

      --
      Don't blame me, I didn't vote for either of them!
    10. Re:What do you expect... by Alsee · · Score: 1

      The Education Property has been increased to 128 characters due to popular demand.

      I hear they increased the chocolate ration too.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    11. Re:What do you expect... by Anonymous Coward · · Score: 0

      "perspective hire's education."

      Education, heh.

    12. Re:What do you expect... by n3tcat · · Score: 1

      Welcome to Colorado, 49th in funding for schools.

      Moreover, the numbers show that's clearly not the case.

      Um, Bob from CO, it's 6th from the top because the list is in alphabetical order. ;)

    13. Re:What do you expect... by Anonymous Coward · · Score: 0

      Welcome to Colorado, 49th in funding for schools. Perhaps there is a correlation, then again, I was educated exclusively in this state so maybe I'm just an idiot.

      Must be a huge bumper sticker

    14. Re:What do you expect... by Anonymous Coward · · Score: 0

      wow, is that a typo? Why the hell does Puerto Rico receive 500 million in title 1 grants (that ranks them in the top 10 in terms of funding)

    15. Re:What do you expect... by Just+Some+Guy · · Score: 1

      Welcome to Colorado, 49th in funding for schools. Perhaps there is a correlation, then again, I was educated exclusively in this state so maybe I'm just an idiot.

      Bumpers in Colorado must be longer than the ones we have here.

      --
      Dewey, what part of this looks like authorities should be involved?
    16. Re:What do you expect... by Anonymous Coward · · Score: 0

      I'm so moving.

      Actually, no. Boulder chronic and Summit County skiing are worth dealing with a few G-Men crazies.

    17. Re:What do you expect... by ujoronen · · Score: 1

      I know a teacher that was going to put that on their car, but decided not to. What's the point if the majority of the graduating class can't read it within the time it takes for a light to turn green?

    18. Re:What do you expect... by ujoronen · · Score: 1

      Quite true. Most teachers here spend about 10% of their day teaching. the other 90% is state and federally mandated paperwork, most of it relating to "no child left behind".

      Nice idea, but if the teachers spend more time documenting than doing, there will be predictable results.

      ...besides, what if Johnny is a real moron? The classmates must trudge along, being bored and unchallenged. Admittedly, this is an oversimplification, but the results are clear.

    19. Re:What do you expect... by Brandybuck · · Score: 1

      Need funds to fix up the school buildings? Fire the bureaucracy. If you want a standard uniform education (no-child-left-unsheepled policy) then create one. But beyond that the only thing bureaucrats can manage to do is shovel your dollars into a furnace.

      --
      Don't blame me, I didn't vote for either of them!
  8. .Net error when submitting feedback by volfreak · · Score: 1

    It seems that the OIT can't even get a .Net application to properly handle feedback. Upon submitting, I get "Server Error in '/SKILLS' Application. Object reference not set to an instance of an object." That really instills confidence in their 'decision'!

  9. But does the site still WORK with Firefox? by dfm3 · · Score: 1

    If not, then I'd be a little annoyed if I had to use the site. If it does, then what's the problem? Just ignore the notice and go about your business.

    Seriously, is this the kind of "news" that passes as a slashdot article now?

    1. Re:But does the site still WORK with Firefox? by Aelyew · · Score: 5, Informative

      Actually the site doesn't work whether you're using Internet Explorer or Firefox. It looks worse with Firefox because they are using some of the non-standard display tags that cause components to overlap if using a standards compliant browser. Regardless of the browser used, the result is the same: failure.

    2. Re:But does the site still WORK with Firefox? by Chabo · · Score: 1

      Can I use Firefox or another Browser?

      No! For security reasons, and some significant processing issues as well, the only supported Browser is Internet Explorer Release 6 or later.

      --
      Convert FLACs to a portable format with FlacSquisher
    3. Re:But does the site still WORK with Firefox? by snl2587 · · Score: 1

      No! For security reasons, and some significant processing issues as well, the only supported Browser is Internet Explorer Release 6 or later.

      So I'm to assume they don't know the difference between client-side and server-side scripting?

    4. Re:But does the site still WORK with Firefox? by AKAImBatman · · Score: 1

      So I'm to assume they don't know the difference between client-side and server-side scripting?

      They wrote their .NET code in Visual Basic. What did you expect?

    5. Re:But does the site still WORK with Firefox? by Chabo · · Score: 2, Insightful

      To be fair, writing .NET code in VB is exactly the same as writing it in C# -- compile them both and you get CIL code. Although I agree that these guys are likely incompetent, it's not fair to say "anyone who writes in VB is incompetent at programming".

      --
      Convert FLACs to a portable format with FlacSquisher
    6. Re:But does the site still WORK with Firefox? by Xtifr · · Score: 1

      it's not fair to say "anyone who writes in VB is incompetent at programming".

      It may not be fair, but statistically speaking, it seems to be accurate within epsilon. A few (very few) outlying data points don't invalidate the general conclusion. :)

    7. Re:But does the site still WORK with Firefox? by Anonymous Coward · · Score: 0

      "fair" and "true" are two different things in this situation I guess, then.
      It's about like around Phoenix, Arizona where for the last 8 years I've been able to just say that someone is Mexican just by using their car/truck horn to tell someone to come out of their apartment. (most times, for minutes) Everyone I know who I said that to called me racist, but I just shrug and point in the proper direction for them to look... every time, I've silenced that.

      Statistics are a bitch :)

      So I guess in a nutshell, VB programmers are statistically as prone to failure as a car horn being Mexican.

    8. Re:But does the site still WORK with Firefox? by Anonymous Coward · · Score: 0

      I would like to take this opportunity to let you know that you are an idiot...

      if it was one individual claiming that FF was not safe that is one thing, but a state sponsored website is something different.

    9. Re:But does the site still WORK with Firefox? by ozphx · · Score: 1

      Yeah thats a fair point. VB.Net is an equally capable CLR language. The median developer ability however...

      --
      3laws: No freebies, no backsies, GTFO.
    10. Re:But does the site still WORK with Firefox? by DaVince21 · · Score: 1

      It's actually good that this is on Slashdot, because now people are continuously making fun of their site and hoping they'll educate themselves a bit. Slashdot is not ALL news, I expect some humor and outrageousness too.

      --
      I am not devoid of humor.
  10. Nice quote by SnarfQuest · · Score: 1

    It has been decided

    I wonder who decided that? Does their name start with 'Micro' and end with 'Soft'?

    --
    Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
    1. Re:Nice quote by inthedump · · Score: 2, Funny

      Maybe their size is "Micro" and its always "Soft".

      --
      nobody remains virgin, life fscks everyone...
    2. Re:Nice quote by CannonballHead · · Score: 1

      Uh, very doubtful. More likely, it was the same person that can't even program a feedback thing correctly, and is running their webserver from My Documents ...

      This really doesn't have a whole lot to do with Microsoft or IE. This is an "ignorant person" story. Unless you have some link of where MS said Firefox was unsafe, as well as all non-IE browsers?

    3. Re:Nice quote by fuzzyfuzzyfungus · · Score: 1

      A correlation has been observed between situations in which the passive voice has been utilized, and utter asshattery.

    4. Re:Nice quote by Midnight+Thunder · · Score: 1

      I wonder who decided that? Does their name start with 'Micro' and end with 'Soft'?

      Chance it is simply a Microsoft Fanboy, who derides anything else. Then again, the site look like it was written in 10 minutes flat, cutting the most corners possible.

      --
      Jumpstart the tartan drive.
    5. Re:Nice quote by Mr.+Slippery · · Score: 1

      A correlation has been observed between situations in which the passive voice has been utilized, and utter asshattery.

      Indeed. Politicians who say "mistakes were made" have been cited as evidence.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    6. Re:Nice quote by turbidostato · · Score: 1

      "This really doesn't have a whole lot to do with Microsoft or IE. This is an "ignorant person" story."

      It has a lot to do with Microsoft then. Do you relly thing there would be a lot of "ignorant persons" serving web pages out of their own personal VMS or AIX? Microsoft's best bussiness choice was developing tools that seemed so easy that even "ignorant persons" could achieve difficult tasks. Now you have "ignorant persons" atempting difficult tasks and miserably failing at it.

    7. Re:Nice quote by DaVince21 · · Score: 1

      No, but I'm sure I have some kind of link where Microsoft acknowledges how unsafe IE6 is, and that's the main reason why they unlocked IE7 for everyone to download...

      --
      I am not devoid of humor.
  11. Their FAQ page... by gardyloo · · Score: 1

    ... has an answer to "Why is the sky blue?". It's mostly right, without being informative at all. Of course, I saw that with Firefox, so maybe it'd have been a lot better of an answer if I'd used IE 6+.

    1. Re:Their FAQ page... by memorycardfull · · Score: 4, Funny

      http://www.sciencemadesimple.com/sky_blue.html The answer to "Why is the sky blue?" is reproduced from copyrighted material at sciencemadesimple.com

    2. Re:Their FAQ page... by residieu · · Score: 1

      Because it isn't green?

    3. Re:Their FAQ page... by egcagrac0 · · Score: 1

      Just shut up and eat your vegetables. Worry about philosophy when you're older.

  12. Who's on first? by esocid · · Score: 4, Funny

    Must use IE. Windows is unsafe. FF is not.

    Head asplodes.

    --
    Absolute power corrupts absolutely. indymedia
    1. Re:Who's on first? by Tubal-Cain · · Score: 3, Insightful

      Use Safari, Chrome, or Opera!

    2. Re:Who's on first? by Zumbs · · Score: 2, Insightful

      No, no, no! Use Lynx!

      --
      The truth may be out there, but lies are inside your head
    3. Re:Who's on first? by spartacus_prime · · Score: 1

      What, no love for Nexus?

      --
      If you can read this, it means that I bothered to log in.
    4. Re:Who's on first? by Anonymous Coward · · Score: 0

      grow some balls: wget and less

    5. Re:Who's on first? by Anonymous Coward · · Score: 0

      Screw less, use cat.

    6. Re:Who's on first? by mcgrew · · Score: 1

      What's on second?

  13. Windows only? by Leibel · · Score: 1

    And while you're there, don't use OS X, Linux, iPhone or anything other than windows to access this site, because they're all unsafe because they don't use IE6.

    1. Re:Windows only? by khellendros1984 · · Score: 1

      Unless you run that Wine script that lets you install the newer IEs on Linux, of course. Then you're still screwed, because EVERYONE knows that ONLY IE6 and Windows together will protect you.

      --
      It is pitch black. You are likely to be eaten by a grue.
  14. Why the assumption that the claims are uneducated? by Blakey+Rat · · Score: 0, Redundant

    For all we know, there's been a piece of malware in a Firefox add-in or something and their concern is valid. Benefit of the doubt.

  15. The Decider by janeuner · · Score: 2, Funny

    He decided.

  16. Another reason by citricshooter · · Score: 3, Insightful

    From their FAQ: "Can I use Firefox or another Browser? No! For security reasons, and some significant processing issues as well, the only supported Browser is Internet Explorer Release 6 or later." I suspect the processing issues are the real reasons and they are trying to scare people into not using Firefox so they don't get the phone calls about their site not working.

    1. Re:Another reason by shutdown+-p+now · · Score: 1

      If their HTML/CSS is so sloppy that it doesn't render properly in browsers other than IE, I'm eagerly looking forward to it breaking in IE8 as well, when it gets released. I wonder what other moronic explanation they will come up with when that happens, since "for security reasons" would hardly fly anymore.

    2. Re:Another reason by Tubal-Cain · · Score: 1

      I like paying taxes. With them I buy civilization.

      Beyond the Sword?

    3. Re:Another reason by shutdown+-p+now · · Score: 1

      Sorry, I didn't get the reference. What do you mean?

    4. Re:Another reason by jabithew · · Score: 1

      It's the latest expansion of Civ4. Or if it isn't then I'll see you all in the winter.

      --
      All intents and purposes. Not intensive purposes.
  17. Here's How to contact them by Anonymous Coward · · Score: 5, Informative

    Email:

    oit@state.co.us

    Phone:

    303-866-6060

    Fax:

    303-866-6454

    US Mail:

    Governor's Office of Information Technology

    1580 Logan St., Suite 200

    Denver,CO 80203

    1. Re:Here's How to contact them by Anonymous Coward · · Score: 0

      Don't forget to post the contact info about the false clams that Firefox is faster then IE.

    2. Re:Here's How to contact them by Paul+server+guy · · Score: 1

      Phone:

      303-866-6060

      And, get this, We /.ed the phone as well!

      "Please leave a brief message and your call will be returned in 48 hours"

      What a riot!

      I've worked with those people in the past... Morons.

      --
      Your Moon, Your Mission, Get involved! http://www.openluna.org
  18. PEBKAC by Devil's+BSD · · Score: 3, Informative

    Well, they're mostly wrong, but partially right. All things considered, the biggest security risk isn't the web browser used, it's the incompetent organic mass between the keyboard and the chair.

    It still amazes me how many people really think they're the 1,000,000th visitor to a site, and that they've actually won something because of it.

    --
    I'm the Devil the Windows users warned you about.
    1. Re:PEBKAC by residieu · · Score: 5, Funny

      Yeah, you're not really a winner until you successfully punch the monkey.

    2. Re:PEBKAC by Anonymous Coward · · Score: 0

      Cmdr Taco told me to tell you, that you are the 1,000,000 slashdot poster!

      Click this link to claim your prize: http://www.goatse.fr

    3. Re:PEBKAC by Anonymous Coward · · Score: 0

      lulmods who modded parent informative

    4. Re:PEBKAC by sincewhen · · Score: 1

      I thought the expression was "Spank the monkey."

      --
      -- Braden's law of data: All data spends some of its lifetime in an excel spreadsheet.
    5. Re:PEBKAC by ScrewMaster · · Score: 1

      it's the incompetent organic mass between the keyboard and the chair.

      Or as Arthur C. Clarke once put it, "radiation-sensitive bundles of unstable carbon compounds."

      --
      The higher the technology, the sharper that two-edged sword.
    6. Re:PEBKAC by Anonymous Coward · · Score: 0

      Yeah, you're not really a winner until you successfully punch the monkey.

      I, my friend, still have one of those monkeys. I was surprised they ever actually mailed them.. hehe

    7. Re:PEBKAC by ozphx · · Score: 1

      Sweet! Hang on...
      .
      .
      .
      . ... alright wheres the prize?

      --
      3laws: No freebies, no backsies, GTFO.
    8. Re:PEBKAC by jaggeh · · Score: 1

      it's the incompetent organic mass between the keyboard and the chair.

      Or as Arthur C. Clarke once put it, "radiation-sensitive bundles of unstable carbon compounds."

      or as star trek TNG put it in S1E17 "ugly bags of mostly water"

      --
      I would give everything i own for a little bit more.
    9. Re:PEBKAC by Anonymous Coward · · Score: 0

      No, no. You have it wrong. You have to spank the monkey: http://www.tekzoned.com/spank/

  19. "It has been decided" by Banichi · · Score: 2, Interesting

    I love seeing statements like this from nominal authority figures.

    'Look on my works, ye Mighty, and despair!'

    1. Re:"It has been decided" by Qzukk · · Score: 2, Funny

      I'm despairing, all right.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    2. Re:"It has been decided" by Anonymous Coward · · Score: 0

      Yes, Microsoft Works has that effect on me.

    3. Re:"It has been decided" by blueZ3 · · Score: 1

      So Colorado's OIT hired Ozymandias?

      --
      Interested in a Flash-based MAME front end? Visit mame.danzbb.com
    4. Re:"It has been decided" by ColdWetDog · · Score: 2, Funny

      So Colorado's OIT hired Ozymandias?

      Quite possibly. The state's IT infrastructure seems to come from that general time frame.

      --
      Faster! Faster! Faster would be better!
    5. Re:"It has been decided" by maugle · · Score: 1

      I love seeing statements like this from nominal authority figures.
      'Look on my works, ye Mighty, and despair!'

      Off-topic, but:
      You know, I always figured that Ozymandias knew what was going to happen to his monuments, and was leaving that as a message to the pompous leaders of the future: "You think you're so great? I was 100 times better than you, and look what still happened to me! You'll be gone and forgotten in the blink of an eye!"

    6. Re:"It has been decided" by idlemachine · · Score: 1

      I worked for a government department where the head of IT Security told me that flat telnet was "more secure" than SSH.

      It took me a while to realise that when he said something was "secure" he really meant "I don't understand the alternatives". This seems to be a similar situation.

    7. Re:"It has been decided" by Slumdog · · Score: 1

      I'm despairing, all right.

      Server Error in '/SKILLS' Application.

  20. Contact info for OIT by XenonOfArcticus · · Score: 4, Informative
    --
    -- There is no truth. There is only Perception. To Percieve is to Exist.
    1. Re:Contact info for OIT by Anonymous Coward · · Score: 1, Informative

      you don't need to go that far ... just click "need help" and see all the pretty email addresses in the drop down boxes - i guess they weren't getting enough spam already ...

    2. Re:Contact info for OIT by Anonymous Coward · · Score: 0

      From the page:

      One goal of the OIT is to create an Enterpise
      Architecture that improves service to citizens while lowering costs.

    3. Re:Contact info for OIT by Anonymous Coward · · Score: 0

      Please fix your sig "I before E EXCEPT after C".

  21. From the site by symes · · Score: 4, Funny
    From the site:

    "Questions and Answers"

    "Can I use Firefox or another Browser?"

    "No! For security reasons, and some significant processing issues as well, the only supported Browser is Internet Explorer Release 6 or later."

    "What if I have a Skill that isn't listed?"

    "The "Suggestion" tool enables you to communicate directly with the Administrators. We will research your proposed Skill with your input and agreement."

    I'd like to learn how to make web pages. Think I might see if I can tap these guys expertise. Anyone else fancy coming along?

    1. Re:From the site by CannonballHead · · Score: 1

      I wouldn't mind learning how to write English so well, especially capitalization. I have a tendency to capitalize Proper Nouns even if they aren't really Proper Nouns at all, but just normal Nouns. Oh Well. I Guess it Fits Well with my 128 character Education History, Too?

    2. Re:From the site by blueZ3 · · Score: 1

      This is a Government Thing, like the noun, descriptor naming conventions

      When I was in the Army, I had a really, really green 2nd Lt. tell me that he wanted a drawing of the company arms room (armory) that showed where everything was located. I tried to talk him out of it, as it was a 15x30 room with open racks that were all visible from anywhere in the room and a single set of locked cabinets. He insisted.

      So I painstakingly drew up a "map" of the room using all the correct terminology: rack, weapons, upright rifle holding, M-16/M203; rack, weapons, upright pistol holding, M-9; desk, field portable

      When the captain came by and asked me what I was working on, I showed him and got my revenge. :-)

      --
      Interested in a Flash-based MAME front end? Visit mame.danzbb.com
    3. Re:From the site by SemiSpook · · Score: 1

      Gee, sounds like my old office. You know, the place that didn't let me access webmail, but could get to /. with no issue. Yeah, they were insistent on using IE6 as well as, and I kid you not, Netscape 7.2. When I arrived there, everyone was bitching about the fact the IT folks had recently REMOVED FF from the standard desktop image for whatever reason.

      It's a freakin' IC component. You would think that they would have enough smarts to customize FF to ensure that nothing got through the browser. Dolts.

  22. Mozilla by zogger · · Score: 5, Interesting

    Mozilla is an actual bona fide business allied with google among others, and as such I hope they sue the living snot out of that agency for making such a public claim. This sort of thing is no freakin joke. If they do, I would be interested to see what comes out in discovery with the actual human bureaucrats involved in setting this policy and posting that.

    1. Re:Mozilla by Simetrical · · Score: 1

      Mozilla is an actual bona fide business allied with google among others, and as such I hope they sue the living snot out of that agency for making such a public claim. This sort of thing is no freakin joke. If they do, I would be interested to see what comes out in discovery with the actual human bureaucrats involved in setting this policy and posting that.

      Do you really think it would be good if corporations started suing people who claimed their browsers were unsafe? If so, I can sure think of one browser vendor who has a heck of a lot of people to file complaints against.

      Besides, it's probably protected free speech.

      --
      MediaWiki developer, Total War Center sysadmin
    2. Re:Mozilla by Darkness404 · · Score: 1

      This is equivalent though to the highway patrol saying NO! You can't drive a Toyota on this road! Because Toyotas are less safe then Ford cars! All the while giving no answer to facts.

      It would be one thing if it was an idiot on a blog, but when the idiot in this case is a state government and the blog is a taxpayer funded website.... Things start to get interesting.

      --
      Taxation is legalized theft, no more, no less.
    3. Re:Mozilla by Anonymous Coward · · Score: 0

      I hope they don't, because then Microsoft is morally allowed to sue over claims that IE is insecure.

    4. Re:Mozilla by Anonymous Coward · · Score: 0

      You can sue for anything you like, that doesn't mean you'll win. I'd like to see Microsoft prove that IE isn't insecure.

      I don't think anyone that tries to argue a case that IE6 is more secure than Firefox has a chance of winning.

  23. It's a trap! by retroStick · · Score: 1

    So IE was the more secure browser all along! Why didn't I see this twist coming?! Everyone stop using Firefox NOW! Mozilla are lulling us into a false sense of security!

    Come back IE, all is forgiven...

  24. Re:Why the assumption that the claims are uneducat by Anonymous Coward · · Score: 0

    For all we know, there's been a piece of malware in a Firefox add-in or something and their concern is valid. Benefit of the doubt.

    Except of course Microsoft would not even try to claim IE6 is more secure than Firefox. Heck for all you know someone has a piece of Malware in an Active-X plugin . (Which is a lot more likely than your scenario)

  25. That's the opposite of what the DHS said by Anonymous Coward · · Score: 4, Interesting

    So now Colorado thinks they're smarter than the feds?

    Not long ago the DHS said to avoid IE and use firefox for security reasons.
    http://www.google.com/search?q=dhs+avoid+ie

    1. Re:That's the opposite of what the DHS said by PianoComp81 · · Score: 1

      It's all about states' rights. States must be smarter than the federal government. Therefore, IE is safer than Firefox and DHS is incorrect.

    2. Re:That's the opposite of what the DHS said by JoCat · · Score: 1

      Not to defend them, but a lot of people think they're smarter than the Feds. A lot of people are right, too.

    3. Re:That's the opposite of what the DHS said by symbolset · · Score: 1

      Your posts has two statements. Each might be correct, but adding the two statements together yields a logical error in that the intersection of sets (A:a lot of people) and (B:a lot of people) is null in the specific case cited.

      --
      Help stamp out iliturcy.
    4. Re:That's the opposite of what the DHS said by Anonymous Coward · · Score: 0

      So now Colorado thinks they're smarter than the feds?

      Not long ago the DHS said to avoid IE and use firefox for security reasons. http://www.google.com/search?q=dhs+avoid+ie

      dead link

      try reposing some of the ones you thought that search used to point to

    5. Re:That's the opposite of what the DHS said by cheekyboy · · Score: 1

      Why cant google put that add on the front page of google.com

      MS would shit their pants

      "Only terrorist supporters use IE, IE gives you aids and pink eye"

      --
      Liberty freedom are no1, not dicks in suits.
    6. Re:That's the opposite of what the DHS said by MBGMorden · · Score: 1

      Those claims are demonstrably false though. However, if Google posted something very similiar to what's on Colorado's page about IE, say:

      "Please do not view this page with Internet Explorer as it poses a security risk."

      Then MS wouldn't have much of a leg to stand on. It's certainly not demonstrably false - and it's not for any browser. EVERY browser has security issues. Safari, Firefox, IE - all of them. How common and severe they are, along with response time, is what matters. You'll not find any falsehood with a statement claiming that a particular one has security issues though.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    7. Re:That's the opposite of what the DHS said by JoCat · · Score: 1

      I don't think it's a logical error. It's ambiguous grammar. For that I apologize.

      Let A be the set of officials in Colorado.
      Let B be the set of officials in the Department of Homeland Security.
      Let C be the set of Americans constituted in the umbrella statement, "they". (As used in "They say," "They'd like you to believe.")

      I do not wish to defend a, where a is a member of the set A.

      There exists a nonempty subset of C, C_1 such that for all c in C_1, and for all b in B, c believes himself/herself to be smarter than b.

    8. Re:That's the opposite of what the DHS said by Bob+the+Super+Hamste · · Score: 1

      It's not hard to be smarter than the DHS. I think the jar of mayonnaise in my fridge is smarter than them. But that still doesn't make the statement false.

      --
      Time to offend someone
    9. Re:That's the opposite of what the DHS said by mattwarden · · Score: 1

      Obviously, CO is incorrect. But I do get annoyed when people assume the federal government is more capable than a state government. That's half the problem with this country anymore...

    10. Re:That's the opposite of what the DHS said by Anonymous Coward · · Score: 0

      Don't take that too seriously. I've sat through several department's security briefings that claimed that FF is insecure.

      Now, the CISO will say FF is not approved software because the patch management system doesn't support it. But everyone else will say "omg insecure!".

    11. Re:That's the opposite of what the DHS said by Anonymous Coward · · Score: 0

      Not long ago the DHS said to avoid IE and use firefox for security reasons.

      Actually, it was *quite* some time ago (though they have repeated it many times).
      They first published it in April 2004 and pointedly repeated it in June 2004 when the IIS/IE double-whammy hit.

      gewg_

  26. April Fool's? by oddball33 · · Score: 1

    Isn't it a little early for an April Fool's joke? If they're serious, then they must have been smoking something really good.

    --
    me like hockey
    I'm not crazy. I prefer the term "alternatively sane".
  27. Re:Why the assumption that the claims are uneducat by h4rr4r · · Score: 1

    So perhaps there is an issue with Firefox vs the known issues with IE6.
    That seems like some crappy logic there slick.

  28. You'll find that government employees aren't tops by Anonymous Coward · · Score: 0

    It's almost inevitable that the private sector is going to get better (read: more qualified, more motivated) employees than public agencies. There are any number of reasons for this, but here are a couple, in no particular order:

    Lack of positive motivation. Government employees are not driven to innovate or excel, in fact quite the opposite. Usually any "boat rocking" is severely frowned upon and "not invented here" syndrome was indeed invented there. When the excellence is recognized and rewarded the same as the mediocrity, eventually everyone sinks to the LCD.

    Lack of negative motivation. Basically, a government employee is on the dole. Because of union protections and government policies, these people cannot be fired, even for cause, without jumping through a series of hoops that only a lawyer could love. (See California's recent budget crisis as an example: even when the State COULD NOT PAY they were not allowed to lay anyone off) When someone can sit around and screw off without worrying about consequences, all too often they will.

    Mindset. People who take government positions tend to value stability over all. This is the type of job where you won't get rich or become well known, but you'll also never get laid off or have to take risks.

    You can almost see the little wheels turning inside a State employee's/sys admin's head: "Nobody ever got a promotion for choosing something new and better--Nobody ever got fired for choosing IE--Firefox is 'risky' "

    Nothing to see here. Move along.

  29. Blue sky! by Anonymous Coward · · Score: 0

    http://www.coworkforce.com/Skills/faq.aspx

    one of the FAQ's is why is the sky blue

    also note the radio buttons for the questions.

  30. Re:Why the assumption that the claims are uneducat by neowolf · · Score: 1

    Based on the look-and-feel of the site, and the great error message (already posted by someone else) if you try to send them feedback- I'd say they are completely uneducated.

    It honestly looks like the site was done using the first version of FrontPage, on a very-poorly configured IIS that appears to be running on someone's desktop.

    The really sad thing this is supposed to be for the Colorado State "Office of Information Technology". I live in Colorado, and this is REALLY embarrassing.

  31. Two words... by Anonymous Coward · · Score: 0

    Altitude sickness.

  32. I AM from colorado.. by WindBourne · · Score: 1

    and will be voting out Ritter as long as the neo-cons are not ran again.

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:I AM from colorado.. by charleste · · Score: 1

      Huzzah from Fort Fun.

    2. Re:I AM from colorado.. by WindBourne · · Score: 1

      Lived there for 15 years (79-95). Did 2 degrees there, opened CBP, and worked a number of the bars such as Wash bar. In fact, is it still there? Also worked at CDC as after switching areas, at HP. Ft. Fun is STILL a good place, though the police leave a LOT to be desired. I still read about the garbage going on there. We had a wicked idiot there by the name of Ernie Telez.

      So, what are you doing there? School?

      --
      I prefer the "u" in honour as it seems to be missing these days.
    3. Re:I AM from colorado.. by charleste · · Score: 1

      School finished long ago for us. Just doing the Birth, School, Work, Death thing. Fort Fun is a nice boring place to live as a grownup. Or, as one of my friends says: The Fun Never Starts! lol

    4. Re:I AM from colorado.. by Verdatum · · Score: 1

      How a comment got through with this subject heading and without "you insensitive clod!" I'll never know.

    5. Re:I AM from colorado.. by Anonymous Coward · · Score: 0

      Because, I am the guy that actually the top CIO of the state and tore into them for doing such trash. This admin has SUCH a mixed review.

  33. Slashdotted? by CannonballHead · · Score: 1

    http://oitplaza.colorado.gov:8080/oitplaza is unresponsive. (link taken from their "Home" link...)

    1. Re:Slashdotted? by greyparrot · · Score: 1

      I think the production guys took it down for a while. The rest of the site works pretty well in FF on the Mac. The source does indicate it was all built in FrontPage 6.0, but probably the IT people fixed it up.

  34. Seems they don't know how to layout it for firefox by roguegramma · · Score: 1

    Seems they don't know how to layout it for firefox ..

    MUST.. not.. RESET.. everyones PASSWORD for.. THEIR.. EID..

    --
    Hey don't blame me, IANAB
  35. Figures by supersloshy · · Score: 1

    This does kinda seem obvious since they have "Why is the Sky Blue" listed as a FAQ question of all things.

    --
    "Our country is not nearly so overrun with the bigoted as it is overrun with the broadminded." -Archbishop Fulton Sheen
  36. Firefox still has a ways to go by imemyself · · Score: 0, Offtopic

    While it doesn't look like this is why Colorado is trying to discourage people form using FF, there are some big reasons why its difficult to securely deploy FF in organizations.

    Namely, the fact that Mozilla *still*, for some amazing reason, refuses to release an official MSI version of Firefox. Even though its one of the most requested features/changes. Yes, I'm aware that there are a few third parties that repackage Firefox as an MSI. But if they ever want Firefox to be adopted by larger organizations they have to make it easy to deploy and administer an official version of Firefox. Without an MSI, there is no easy way to update Firefox on a large number of computers without going from computer to computer and logging in as an administrator. That's an unacceptable solution in most organizations (at least ones that have a clue and don't give all users local admin rights).

    --
    Every time you post an article on Slashdot, I kill a server. Think of the servers!
    1. Re:Firefox still has a ways to go by h4rr4r · · Score: 1

      Build your own, numbnuts.
      If you can't do that you don't deserve even a windows admin job.

    2. Re:Firefox still has a ways to go by lakeland · · Score: 1

      Sure anybody can build their own.

      But the kind of organisations that insist on an MSI also insist that it's the one that came from the vendor.

      If you prefer a Linux analogy then if I install RHEL then improve the kernel I lose any support from the vendor.

      Organizations distinguish code as either officially sanctioned or not, and support only the former. Until Mozilla releases a sanctioned MSI there is no officially supported Mozilla installers.

      It's like Linus and his holy penguin piss. If he called a kernel 2.6.29RC9 then people have different expectations to if he called it 2.6.29.

    3. Re:Firefox still has a ways to go by Anonymous Coward · · Score: 0

      msi files are no longer recommended by Microsoft for pushing out software via Group Policy. they now recomemd you drop 50000 for a copy of MOM.

    4. Re:Firefox still has a ways to go by imemyself · · Score: 1

      msi files are no longer recommended by Microsoft for pushing out software via Group Policy. they now recomemd you drop 50000 for a copy of MOM.

      Nice MS bashing there. Pushing out MSI's via GPO's is still supported and works just fine. Its not as powerful as using some of Microsoft's other products, but a lot of people use it and it works fine for relatively simple/small software. And btw, MOM has absolutely nothing to do with pushing out software. MOM is used for monitoring. Systems Center Configuration Manager (formerly SMS) can push out software (and do some other things too I believe, I've never had a reason to use it though).

      --
      Every time you post an article on Slashdot, I kill a server. Think of the servers!
    5. Re:Firefox still has a ways to go by Hucko · · Score: 1

      Strange, I've found it to be the exact opposite for the past year and a half!

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
  37. Slashdotted before FP! by ecklesweb · · Score: 1

    What's bad is that you managed to single-handledly introduce the amazing admin to the slashdot effect.

  38. Re:firefox and mac by Anonymous Coward · · Score: 0

    Because several million compared to several million isn't 'tested and tried'

  39. Re:firefox and mac by Xerolooper · · Score: 0, Offtopic

    have an aura of being more secure than ie or microsoft, simply because they have been tested less than ie or microsoft, simply because they have less market penetration, and therefore less hackers aim their minds at firefox or mac than at ie or microsoft. in other words, ie and microsoft are more "battlehardened" than firefox or mac

    if you were a general in a war, and you had to choose between two guns, and

    gun #1: backfires and kills the gunman every 1,000 rounds, as proven by solid combat use

    gun #2: backfires and kills the gunman every unknown number of rounds, unproven in combat use

    you tend to choose gun #1. because you are a GENERAL, which is a type of bureaucrat, which is a person who is extremely conservative and careful. you are not the r&d department

    this is the thinking of the bureaucrats in colorado, who, like all government figureheads, are extremely conservative careful and slow on the uptake. as they SHOULD be. it is not the job of government to suggest the less battle tested. that is your job

    just make sure you have enough wisdom that you don't expect a bureaucrat to act like a progressive. sorry, not in the job description. you will nowhere on the face of this earth find a government mandarin who is risk taking and countercultural and daring in their thinking

    therefore, the error is not in the official word of the state of colorado. the error is yours: expecting a government figurehead to be a progressive influence

    Mod Parent up +1 insightful

    --
    "The stupid neither forgive nor forget; the naive forgive and forget; the wise forgive but do not forget." -Thomas Szasz
  40. Yes and no by Pagey123 · · Score: 1

    Part of my day job consists of administering a small Active Directory domain (25 nodes). And of course I can craft all sorts of nifty GPOs to control the behavior of IE on the clients within the domain. So, from that point of view, one might be able to argue that IE is in fact "more secure". Or, more controllable, perhaps.

    Now, I'd personally prefer to have FF on all the clients and have FF controlled via a GPO, but to my knowledge that is not possible. If it is, someone please point me in that direction.

    1. Re:Yes and no by h4rr4r · · Score: 2, Insightful

      Build your own firefox installer with whatever changes you need and then make an msi and distribute that.

      This is so easy even a windows admin can do it.

    2. Re:Yes and no by Pagey123 · · Score: 1

      That's an excellent idea! Though it would be nice if you could use a GPO to make changes "on the fly," so to speak. Our core processor use a certain web based app that simply refuses to work with a couple of GPO settings, and it's nice to be able to turn those on/off without reinstalling any software. But I just don't see MS designing in control for FF.

    3. Re:Yes and no by h4rr4r · · Score: 1

      Very true. GPO is just a very limiting way to do things in general. Lots of flash, very little substance, and nothing that could not be done in another automated way if they just used text config files.
      Such is the MS way.

      Building MSIs and pushing them out via AD, works very well.

    4. Re:Yes and no by Anonymous Coward · · Score: 0

      You sir have sparked my interest. What you're talking about seems to be very possible, but I have no idea where to start.

      Would you care to point me in the right direction?

    5. Re:Yes and no by h4rr4r · · Score: 1

      Certainly.

      http://howto.gumph.org/content/customize-firefox-installer/

      You may also contact me at h4rr4rATgmail(dot)com.

    6. Re:Yes and no by Anonymous Coward · · Score: 0

      well - it must have been too hard for my employer. They have banned anything but IE on company desktops/laptops, "because untrusted plugins can be loaded". I'm not a Windows admin, but it certainly occurred to me that a tied-down version could be made and distributed that way. After all, later this month they are rolling out a new Lotus Notes version in precisely that manner - to nearly 100 000 machines over time. Oh, and this is posted from my personal laptop :-)

  41. Re:firefox and mac by PIBM · · Score: 3, Insightful

    The correct comparison would be this.

    Gun #1: Kills each and every gunman when they don't expect it. You are not even pressing the trigger. But you sure as hell do know they kill the gunman.

    Gun #2: You know that a gunman can be killed once in a while, but when it happens somebody will deliver you with upgraded guns preventing it from happening again in a small amount of time.

    TY, I'll keep FF

  42. What an epic fail by jmorris42 · · Score: 1

    Not only is the site horrible broken, poorly designed, etc. The home link goes somewhere that doesn't exist.

    The feedback form is broken and there isn't a working email address anywhere to be found on the site.

    EPIC FAIL!

    The only hope would be that it hasn't really gone live yet and that looks like the most probable explanation. Strip away the URL to the main server and there isn't an obvious link to /Skills/* to be found.

    --
    Democrat delenda est
  43. Re:firefox and mac by h4rr4r · · Score: 4, Insightful

    Ok, so explain why apache is less exploited than IIS. It is used far more.

    Your little idea is cute and has been proposed by many before, and just like then it is wrong.

    Also you should investigate your keyboard it seems to be broken.

  44. Remember who we're dealing with here ... by Anonymous Coward · · Score: 0

    "Gentlemen, congratulations. You're everything we've come to expect from years of government training. ..." (Zed, "Men in Black")

  45. Re:firefox and mac by Qzukk · · Score: 4, Interesting

    The site does not say "firefox may not be secure" they're saying "firefox poses a security risk". One of them is a statement of fact that they do nothing to back up, the other one is an opinion which may or may not be valid, but is theirs to hold.

    I wonder if what they meant was "our site looks like crap in firefox so please don't use it". Or maybe by "poses a security risk" they mean "the secret fields we spent hours figuring out how to hide behind other stuff refuses to stay hidden in firefox, so using it is a risk to OUR security".

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  46. Why? by Greyfox · · Score: 4, Funny

    I can just drive down there and slap them in person...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Why? by Mozk · · Score: 1

      You can't have a tie at 50th place with only 50 states. You should've just said Texas.

      --
      No existe.
    2. Re:Why? by colinrichardday · · Score: 1

      Is he counting DC?

    3. Re:Why? by WindBourne · · Score: 1

      yes; most reports add DC in and count it as a state.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    4. Re:Why? by WindBourne · · Score: 1

      TO be honest, it really did not matter. I was simply being funny. Mississippi is almost certainly int the bottom 3, while Tx trends in the bottom 5. But since CO and Tx have a running thing between them (ever since we kicked their butt in the civil war), I was simply using them.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    5. Re:Why? by Anonymous Coward · · Score: 0

      I think you meant 'drive up there'...

  47. Re:firefox and mac by Anonymous Coward · · Score: 0

    Dear Microserf,

    Stop smoking the shredded Vista cases and step away from the keyboard.

    Because gun #1 uses non-standard ammo and parts ... so the General would say "F#%K that! I'm giving my soldiers a standardized weapon that is unproven in combat but has had great field trials and responses from combat troops in live fire exercises."

  48. Another IE fan who does not know... by dysmey · · Score: 1
    how easy it is to add the User Agent Switcher to Firefox and set Firefox up to pretend it is IE6.

    But then, anyone who does know would not entrust any kind of data to someone's unguarded desktop workstation (as opposed to, say, a firewalled server). It doesn't speak well, not just to the IE fan but also to the State of Colorado for being so cheap as to hire him in the first place and make him use his workstation as a OIT server.

  49. The Firefox warning has been removed by cnock · · Score: 1

    Looks like they just took the Firefox derision off the page. Way to go Slashdot!

  50. Re:firefox and mac by Fulcrum+of+Evil · · Score: 1

    you tend to choose gun #1.

    No, you requisition some guns, get manufacturers to submit bids and test their samples. Then you screw it up anyhow by not shipping cleaning kits with the version 1 of whatever you choose.

    ie and microsoft are more "battlehardened" than firefox or mac

    Yeah right. IE is swiss cheese and I won't use it period. FF leaks memory, but it doesn't have any serious exploits that I've run into, despite being at a probable 10-20% marketshare.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  51. Stupid is as stupid does. by geekmux · · Score: 1

    No, no, no, you guys are getting it all wrong. Firefox does not pose a security risk, Firefox IS the security risk, you see? This setup is so screwed that a Firefox 2 browser with a handful of plugins could probably bring it down.

    THAT is what they fear and warn against.

    In the meantime, please feel free to use the rather benign (and broken) IE6 to your hearts content. After all, Windows products can't hack Windows servers, right?

    Uh, right?

  52. In other news... by Daswolfen · · Score: 1

    ... the entire State of Colorado's network shutdown today when every machine became infected with Trojan.BHO. When asked what was the source of the rampant spread of the trojan, the network administrator was at a loss because the state only allows Internet Explorer.

    In related news, Colorado has begun issuing IOUs for state income tax refunds because the entire treasure was transferred to Nigeria in what the Office of Technology has determined is a sound investment.

    --
    Don't rush me, Sonny. You rush a miracle man, you get rotten miracles.
  53. Group Policy Settings by spinkham · · Score: 1

    Honestly, IE 7 is not much less safe then Firefox, and can be locked down via Windows group policy. I can understand how Firefox can be considered a security risk, as this sort of group settings changing is more difficult.

    IE 6 is another story, and should be put out to pasture as soon as possible.

    I'm no lover of Microsoft or IE in particular, but I can understand this decision. But please, really, let IE 6 die...

    --
    Blessed are the pessimists, for they have made backups.
    1. Re:Group Policy Settings by h4rr4r · · Score: 1

      Build your own firefox installer, then make an msi and deploy via AD.

      So simple even a windows admin could do it.

    2. Re:Group Policy Settings by Ilgaz · · Score: 1

      Well Windows admins don't do it so Firefox should give up this childish behaviour and ship native MSI packages. They _are_ shipping a product for Windows, that is the truth. It doesn't matter if they even use PERL for installation, it is really Windows.

      MSI is documented and even have open source packagers coming from MS employees themselves.

      Soon or later, OS X may need a .pkg (OS X native method) too, depends on the corporate acceptance. You will see the same story will happen again, they will insist people drag and drop from disk images while it is not viable in networks or even large home networks.

    3. Re:Group Policy Settings by Dynedain · · Score: 1

      Firefox already has a drag-n-drop installer for OSX, so they are already doing it the OSX way. And they do it the Linux way by making it available in the package libraries. The *.exe installer is already a Windows-only way, so just take the plunge and do it as an .msi already.

      --
      I'm out of my mind right now, but feel free to leave a message.....
  54. Re:firefox and mac by DramaGeek · · Score: 1
    In your proposed situation, remember that the troops get to choose which gun they want. You just make the battle plan. Only 2/3 of the troops are using Gun #1(according to Wikipedia, YMMV.)

    The real choice is, do you adjust your battle plans to include all of your troops, or cut your force by one third?

  55. What did you expect? by Roadkills-R-Us · · Score: 1

    Given what I've heard about this state from people who live there, thus isn't nearly as insane as a lot of what the CO government does. Which is one reason I hope never to live there.

  56. Message from the State Chief Information Officer by terminalhype · · Score: 3, Informative

    Message from the State Chief Information Officer
    Michael Locatis, State CIO
    "As the Chief Information Officer for the State of Colorado, my role is to provide the momentum and strategy for wide-ranging activities from promoting high end research and development of cutting edge technologies to creating strategies for service delivery supporting the day to day operations for the State of Colorado - thereby making a difference in the lives of the people of Colorado and delivering Governor Ritter's 'Colorado Promise'."

    http://www.govtech.com/pcio/articles/386146
    Colorado Gov. Bill Ritter and CIO Mike Locatis Launch IT Consolidation
    Aug 21, 2008
    Before his Cabinet appointment in Colorado, he was CIO of Denver, where he showed his centralization skills (and caught Ritter's attention) by consolidating 20 separate municipal and county departments into a single, citywide IT agency. It's also where Locatis learned how fragmented the state's IT systems were.

    "It was while I was working in local government that the issues surrounding state IT were immediately apparent because they impacted how services were delivered at the local level," he said.

    Before becoming a public-sector CIO, Locatis was the senior director of enterprise technology strategy for Time Warner Cable Inc., part of Time Warner Inc., a Fortune 50 company and the country's largest entertainment firm. Locatis honed his skills at aligning customer-service delivery systems, standardizing desktop capabilities and managing tech and support teams for huge enterprise resource planning applications.

    Despite Locatis' knowledge of the state's IT systems' problems, he wasn't expecting the mammoth job he faced. "It was significantly siloed and fragmented IT delivery, which was a root cause of a lot of the issues - including inefficiencies, a lack of leveraging an enterprise approach and just about every [IT] department in the state doing its own thing," he said.

  57. the sad truth of the matter by Joe+Snipe · · Score: 3, Interesting

    The state of colorado made attempts to be "ahead" of the curve when it came to an online presence (see also denvergov.com and the atrocity that is netfile; we were one of the first states to have online tax filing). Unfortunately they hired people who knew ass all about javascript (or proper DB handling) and no one knew enough to stop it in it's infancy. Now it has snowballed into something too costly to replace and too borked to simply repair.
    I imagine someone told some user that ff was a security risk, rather than go into the technical details of why the site falls to crap on browser it was never tested for. Eventually, through what I like to call "the wiki effect" that same information got passed back as fact to the current web coders who promptly put up a notice to inform their end users.

    Even still, fail.

    --
    Sometimes, life itself is sarcasm...
  58. Other things that I could snoop from Google by sundarvenkata · · Score: 1
    1. Re:Other things that I could snoop from Google by KingAlanI · · Score: 1

      All of those links give me 404 errors.

      --
      I listen to both RIAA and non-RIAA stuff if I like the music, tangential business/politics nonwithstanding.
    2. Re:Other things that I could snoop from Google by symbolset · · Score: 1

      You gotta be quick. They're reading this page and fixing stuff while we make fun of them. That keyboard must be humming about now.

      Which is kind of a strange way to do website security, if you think about it. All of that information is probably still available in the Google cache, or at least on the wayback machine.

      --
      Help stamp out iliturcy.
  59. HTML compliance by Tubal-Cain · · Score: 2, Interesting

    That site looks horrible. Ironically, according to the W3C's "Markup Validation Service" it has 21 errors with it's HTML. Less than Google's homepage.

    1. Re:HTML compliance by Anonymous Coward · · Score: 0

      wow! that's really pathetic. google should be ashamed

    2. Re:HTML compliance by Anonymous Coward · · Score: 0

      It beats slashdot too! http://validator.w3.org/check?uri=http%3A%2F%2Fwww.slashdot.org&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.606

    3. Re:HTML compliance by KingMotley · · Score: 1

      Yeah, ironically, this slashdot page has 208 errors with it's HTML.

    4. Re:HTML compliance by Anonymous Coward · · Score: 0

      Google serves hundreds of millions of pages a day. Every character they can shave off their template saves them tons of bandwidth.

    5. Re:HTML compliance by Anonymous Coward · · Score: 0

      That site looks horrible. Ironically, according to the W3C's "Markup Validation Service" it has 21 errors with it's HTML. Less than Google's homepage.

      ...Which has less than slashdot

  60. Re:firefox and mac by rochberg · · Score: 1

    First, to suggest that Firefox is "unproven" is a bit disingenuous. According to http://marketshare.hitslink.com/firefox-market-share.aspx?qprid=0&sample=28, Firefox's market share is now over 20% (compared with IE's 67%). That's far from a trivial number of users, and I'm sure there are plenty of bad guys out there taking aim at Firefox. But that's all flame war garbage and irrelevant to the current discussion.

    The problem is that you have a governmental organization making a vague, unqualified statement that is completely unnecessary. The site's policy should state, "At this time, we only support IE version 6 and above." There is absolutely no justification for stating that, "Mozilla based, non-IE browsers pose a security risk." (What about non-Mozilla-based non-IE browsers?) The fact of the matter is that any piece of software that interfaces with untrusted servers (that includes ALL web browsers) is bound to pose a security risk. To suggest that IE does not propose a security risk (which is implied by the FAQ statement) is intentionally misleading. And THAT is the cause for the uproar.

  61. Re:firefox and mac by iNaya · · Score: 1

    If I were that general, I would make sure that gun #2 was tested. Anyhow, Firefox is very well tested, and even better than IE, it is possible to see a list of every bug ever reported, which are fixed, and which are not. If I were a general, I would also know how to capitalise my sentences properly.

    --
    The Unicode standard is over 20 years old. Why does Slashdot not support it?
  62. Re:firefox and mac by rochberg · · Score: 1

    I meant, "To suggest that IE does not POSE a security risk is intentionally misleading." Dang typos...

  63. Where does it say FIrefox is insecure? by whoever57 · · Score: 3, Informative

    I just looked at the site and I see nothing indicating that FF is insecure. In the FAQ, it does say the IE6 and later are the only supported browsers ("for proper operation"), but "unsupported" is not the smae as "insecure".

    --
    The real "Libtards" are the Libertarians!
    1. Re:Where does it say FIrefox is insecure? by DanWS6 · · Score: 4, Informative
      They edited the faq and removed that text.

      It used to say:

      Can I use Firefox or another Browser?

      No! For security reasons, and some significant processing issues as well, the only supported Browser is Internet Explorer Release 6 or later.

    2. Re:Where does it say FIrefox is insecure? by AKAImBatman · · Score: 5, Informative

      It looks like they removed the message about Firefox being insecure. Google doesn't have a cache of the page, but you can see it in the summary:

      http://www.google.com/search?hl=en&q=http://www.coworkforce.com/Skills/myskills.aspx+Firefox+security&btnG=Search

      You can clearly see the text: "DO NOT use FIREFOX or other Browsers besides IE. It has been decided that Mozilla based, non-IE browsers pose a security risk."

    3. Re:Where does it say FIrefox is insecure? by Anonymous Coward · · Score: 1, Informative
    4. Re:Where does it say FIrefox is insecure? by _bug_ · · Score: 1

      No! For security reasons, and some significant processing issues as well, the only supported Browser is Internet Explorer Release 6 or later.

      "security reasons" can be a catch-all for anything, really. i know that firefox likes to start downloading content even before you've picked a place to save it, while IE will not start downloading until you've picked a location to save the file. so let's say you have a system where you're afforded a limited number of downloads. You click to download something but then hit the cancel button. Well if the file downloaded before you clicked that "cancel" button in Firefox the server won't know that and think you've downloaded the file, while that behavior doesn't happen in IE. So whenever I create a system that has a limited number of downloads feature I always alert the user to stick with IE.

      A similar situation could exist in an application on the State of Colorado's web site. Thus leading to the more generic, user-friendly warning that they need to stick to IE for "security reasons". Because nobody wants to hear about the arcane minutea of a web browser's inner workings, "security reasons" is an easy way to get users to comply.

    5. Re:Where does it say FIrefox is insecure? by totally+bogus+dude · · Score: 3, Informative

      Well IE still requests the file (it has to, otherwise it doesn't know what the filename or content-type is). Any naive script that flags the downloaded as having commenced when it first starts serving the data will treat an IE click-and-cancel the same as a Firefox click-and-cancel. Even scripts that wait until it's finished sending the data are likely to be allowed to complete by the web server, since aborting scripts in the middle of execution can be problematic. Most servers take the "safe" approach by default: let the script finish running and just throw its output away if the client disappears.

      It looks like IE doesn't acknowledge receiving the data at the TCP/IP layer, and instead plays funny games with the TCP window size (setting it to 0) in order to stall the connection until the user decides what to do. It also seems to send 30+ duplicate ACKs for some reason. However all this is transparent to the web application; at best it'd just seem like a lossy TCP connection.

      Interesting to see that IE7 still has the "unbelievable transfer speed" bug in that if you click on a link for a file download and take a while to decide where to put it, the initial transfer speed it shows is ridiculously high because it's already downloaded a few hundred kilobytes of the file before it starts the download speed timer.

    6. Re:Where does it say FIrefox is insecure? by 5of0 · · Score: 1
      --
      You all have Oo.o and Firefox, so get World Wind.
    7. Re:Where does it say FIrefox is insecure? by sg7jimr · · Score: 1

      "security reasons" can be a catch-all for anything, really.

      Yup. In this case job security. The people running the site are not comfortable with that scary open source stuff and are afraid if it catches on then someone else who knows how it works will be hired to do their jobs.

      Of course that's just my opinion, I could be wrong. Have run into that attitude in government however.

  64. basis for claims by Cyko_01 · · Score: 1

    What are they basing these claims on? The number of bugs FOUND or the number of bugs FIXED? If it is the former then I can see how they may have been misled

  65. Typical in government by Anonymous Coward · · Score: 0

    I work in state government and this is pretty typical. Most machines are locked down to IE only. Firefox or any other browser is not allowed, and websites are designed ONLY for IE. Add in the fact that most of the people involved with IT in this state are overpaid idiots, many pages (and all web apps) won't even render in a functional way in other browsers.

  66. Re:firefox and mac by pseudonomous · · Score: 1

    Adding the parent, Firefox has something like 21% market-share in the browsing world, at least according to Wikipedia, security through obscurity might be a factor when you've got *really* low market-share, but once you get above the 10% level, if Firefox really *were* less secure, you would see more exploits directed at it. By the GP's logic, you might as well stick to using Windows 95, since most of the security flaws that exist have already been well documented, while people continue to discover new security flaws in Vista.

  67. Gengis Khan or the Spartans? by MoFoQ · · Score: 1

    from the looks of it, it appears as though the State of Colorado's IT department is run by Gengis Khan....no...I don't mean the descendants of Gengis Khan....I mean Gengis Khan himself...in the flesh....or what's left of his flesh

    either that or the Spartans.

    The cavemen were smart enough to leave the state and do GEICO commercials.

  68. I wonder who is paying the person off? by Neanderthal+Ninny · · Score: 1

    This is same argument I made about the MS Internet Explorer issue with the European Union. Some person at State of Colorado must be paid off my MS or has a nice cushy job at MS after his or her stint in the State of Colorado.
    That person wrote the website for MS IIS so that you must use Internet Explorer and this person is spewing the "virtues" of Microsoft.
    As I said before, all public websites should be written so that ALL browsers should work with it so that ALL people can participate in the digital age.
    This is just another form digital discrimination.

  69. Re:firefox and mac by walterbyrd · · Score: 1

    >>simply because they have been tested less than ie or microsof

    Wrong, ActiveX is an abomination when it comes to security.

  70. It doesn't even layout properly in IE by thetoadwarrior · · Score: 1

    I've sent a polite email stating what was wrong with the site. Hopefully it'll be looked at.

    The home link is broke among many other serious problems.

    It would appear the messages about firefox being more insecure have been modified though so I guess they're either reading people's emails or they've seen this.

  71. Re:firefox and mac by Tubal-Cain · · Score: 3, Interesting

    One of them is a statement of fact that they do nothing to back up, the other one is an opinion...

    ...stated as fact.

  72. Add ins by Philip+K+Dickhead · · Score: 4, Informative

    These can be insecure. In fact, some were designed as trojans. See the Vladuz saga, who cracked eBay site admin accounts - in part through a Firefox plugin designed to this purpose, and hosted on the firefox plugin site!

    When any goof startup can create social-network connectors or picture-browsing extensions, Firefox abdicates a good part of its inherent security advantages. Use these at your own risk. We won't touch FF privacy concerns with the Google relationship, and how hard it is to keep FF from reporting to GOOG as a default. IE is as bad with their parent.

    I do think the warning about FF IS misplaced. Our biggest current risk is simply the Adobe PDF file-format. You don't even need to OPEN the file to execute code! Whee!

    --
    "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
    1. Re:Add ins by zanybrainy941 · · Score: 4, Interesting

      When any goof startup can create social-network connectors or picture-browsing extensions, Firefox abdicates a good part of its inherent security advantages. Use these at your own risk.

      Any goof can create them, but *not* any goof can *publish* them on the Mozilla site. Mozilla has over the last couple years instituted a number of strict review guidelines and tests that an add-on must pass before it's published by Mozilla. Every add-on and add-on update is code-inspected line-by-line by a human editor. Mozilla has staffed up specifically in support of the add-ons site, and the number of code reviewers has grown dramatically in recent months. Reviewers keep a sharp eye out for remote code execution, violations of user expectations of privacy, and anything that detracts from user experience. Additionally, automated red-flag detection tools are now in the works.

      Bottom line: do not install plugins and extensions in Firefox from sites other than addons.mozilla.org. With AMO, every single extension and extension update is inspected and reviewed before being published on the site. It's the only way to be sure.

    2. Re:Add ins by Vexorian · · Score: 1

      We won't touch FF privacy concerns with the Google relationship, and how hard it is to keep FF from reporting to GOOG as a default

      Holy shit! Who modded this moron up?

      --

      Copyright infringement is "piracy" in the same way DRM is "consumer rape"
    3. Re:Add ins by Anonymous Coward · · Score: 0

      FTP Server password for them: http://www.coworkforce.com/uit/ftp/ftp.asp

      Its right there, in plain text on the web page. Show them what "real" security is, and be sure to change your FF User-agent to something humorous via an addon, and route yourself via Tor before doing this. Enjoy. Also posted to 4chan.

    4. Re:Add ins by Eunuchswear · · Score: 1

      You don't think the feds won't go through the entire chain of Tor proxies if the hack costs them serious money, especially after the recent stimulus bill being passed and our national debt?

      Feds? This is a Colorado state website.

      --
      Watch this Heartland Institute video
    5. Re:Add ins by Ilgaz · · Score: 1

      If my site was featured on Slashdot (and God knows how many more) sites in this manner, I would reach to Desktop, Start Menu and click Shutdown. If it lagged shutting down, I would unplug the ethernet or mains.

      Not kidding. This is a site which people still tries to care about others no matter if they are a pathetic developer or not. Imagine other new fashion sites without any kind of real moderation.

    6. Re:Add ins by andy.ruddock · · Score: 2, Informative

      With the appropriate permissions set on the server there's no reason why ftp can't be used as a valid method of sending information and uploading files.
      A username/password pair on the screen helps a little to prevent automated abuse of the system, although it's still essentially anonymous ftp upload.

      --
      God: An invisible friend for grown-ups.
    7. Re:Add ins by hairyfeet · · Score: 1

      Which is why I have been saying that Mozilla should go to signing their extensions. They could simply have a checkbox under security that says "Allow Firefox to use unsigned extensions" if anyone wanted to opt out. But with the quality of phishing sites getting better every day and companies like MSFT and Sun installing extensions without permission it would be nice if Mozilla would simply make signed extensions the default on a future build.

      This would allow them to enforce some ground rules with regards to extensions, such as asking permission before install and having to have a functional uninstaller. And as you pointed out it really is best if you only get Mozilla Firefox extensions from the Mozilla site anyway. And since they used to host an Abe Vigoda plugin I doubt they are telling developers what they can and can't do, except with regards to malware. So IMHO it simply makes sense and would make FF that much more secure to go with signed extensions as the default.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    8. Re:Add ins by zanybrainy941 · · Score: 1
      For the record, I said:

      do not install plugins and extensions in Firefox from sites other than addons.mozilla.org

      but I should have said:

      do not install extensions in Firefox from sites other than addons.mozilla.org

      Plug-ins are different from extensions. Plug-ins come from a variety of sources, such as Adobe (Flash), Sun (Java) and so on. Sorry for any cornfusion.

  73. Re:firefox and mac by __aagmrb7289 · · Score: 1

    There is a possible explanation that, while stupid, makes sense here, people. If they are using Windows Authentication, which isn't supported by anything other than I.E., then using anything but I.E. poses a security risk. Why, you might ask? Because you can use Windows Authentication on I.E. and have the username/password sent over to the webserver without having to have an SSL certificate to encrypt the transmission. In Firefox, it asks for the username and password, and sends in clear text. There, problem solved. Still not smart, but at least accurate.

  74. Failure to IE6 spell check by kallisti5 · · Score: 0

    hahaha: http://www.colorado.gov/cs/Satellite?c=Page&cid=1165692953912&pagename=OIT-New%2FOITXLayout "One goal of the OIT is to create an Enterpise Architecture that improves service to citizens while lowering costs." If they were running firefox they would of seen "Enterpise" is not how you spell Enterprise ;)

    1. Re:Failure to IE6 spell check by donatzsky · · Score: 1

      You know, when berating others for their spelling you should really pay some attention to your own:
      "would of seen" should be "should have seen".

    2. Re:Failure to IE6 spell check by Anonymous Coward · · Score: 0

      would have seen, perhaps.

    3. Re:Failure to IE6 spell check by Anonymous Coward · · Score: 0

      Who said he was spelling? It looks to me like he's just phonetically typing. ;)

  75. Re:I learnt something today - Time Line by Niris · · Score: 1

    protip: Linux

  76. We like Firefox too...and safari.....and chrome... by Culture20 · · Score: 1

    The Colorado Departent of Labor and Employment regrets that this service is unavailable at this time.
    (We like Firefox too...and safari.....and chrome...)

    http://www.coworkforce.com/Skills/

  77. New site update by Anemophilous+Coward · · Score: 1

    Well now it seems the whole site is down. If you go up one directory level you get this message:

    "The Colorado Departent of Labor and Employment regrets that this service is unavailable at this time.
    (We like Firefox too...and safari.....and chrome...) "

  78. IE may be safer... by Anonymous Coward · · Score: 0

    If you're in a corporate environment where intelligent administrators are pushing security policy and are able to manage IE updates easier than Firefox (think WSUS), and you are running something like McAfee's VirusScan which offers buffer overflow protection for IE...it is certain better than someone running Firefox 1.5 and never thinking to upgrade it.

  79. From their FAQ ... by vic-traill · · Score: 1

    Questions and Answers
    Why isn't my scrolling location saved?

    This is a known issue related to a facility called AJAX within Microsoft .NET 2.0. Scrolling position is easily maintained, but it either causes page failures or decreases response time by 300%. A solution is being explored. In the meantine, the Skills widget enables you to be highly selective in list formation for Skills pinning. We recommend that you use this facility.

    Oh, that pesky AJAX facility! There's a lot of info on performance issues using the ASP.NET AJAX. A quick read of the forums on asp.net suggests that this is only an issue if you don't actually think about the use and placement of controls while designing your page(s). In short, like anything else, if you use the wrong tool, and then use it excessively, load will be an issue in production. Too much to ask, I guess.

    http://forums.asp.net/p/1296488/2518160.aspx#2518160

    Shouldn't this be on idle.slashdot.org?

    --
    [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
  80. MOD PARENT UP by IL-CSIXTY4 · · Score: 1

    The Dept. has updated their page. The page linked to in the summary now gives a 404, and going to /Skills gives you the text in this post's parent. I must say that's an awesome response, and it looks like there might be some real change ahead.

    1. Re:MOD PARENT UP by Tubal-Cain · · Score: 1

      Ten hours after the story went live, the /Skills page now shows a 404 and the main page shows a Runtime Error.

  81. Down for the Count by Anonymous Coward · · Score: 0

    Now the site is down and says:

    "The Colorado Departent of Labor and Employment regrets that this service is unavailable at this time.
    (We like Firefox too...and safari.....and chrome...) "

    http://www.coworkforce.com/Skills/

  82. User Agent by Brett+Buck · · Score: 1

    I can't do it right now, but someone with Safari or Firefox, etc. ought to change their user agent to IE6 and see how broken it really is. Aside from how broken it is with IE6, of course.

            Brett

  83. Re:We like Firefox too...and safari.....and chrome by Culture20 · · Score: 1

    Now they removed "(We like Firefox too...and safari.....and chrome...)"
    Microsoft must have wanted their money back.

  84. Site looks o.k in chrome by Anonymous Coward · · Score: 0

    The site looks o.k in chrome, but the link does not work any more. I guess it got slashdotted.

  85. Slashdotted? by johnncyber · · Score: 1

    Either the site got Slashdotted, or they discovered the error of their ways:

    Server Error in '/SKILLS' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /Skills/myskills.aspx

  86. Boilerplate refutation by rysiek · · Score: 1

    This might come in handy for those of you that would like to do something about those id10ts:

    "I have come across a statement on Your website, stating:

    "DO NOT use FIREFOX or other Browsers besides IE. It has been decided that Mozilla based, non-IE browsers pose a security risk."

    Here's the thing:
    Development of Internet Explorer has been absolutely stagnant for a decade, to a point where it actually became a synonym for "insecure". But don't take my word for it, let's have a look at Secunia (a great website, tracking bugs in popular software).

    Internet Explorer 6:
        unpatched : 16% (22 of 135 advisories);
        highest rated : moderately critical;
        http://secunia.com/advisories/product/11/

    Internet Explorer 7:
        unpatched : 26% (9 of 34 advisories);
        highest rated : moderately critical;
        http://secunia.com/advisories/product/12366/

    Mozilla Firefox 2.0.x:
        unpatched : 10% (3 of 29 advisories);
        highest rated : less critical;
        http://secunia.com/advisories/product/12434/

    Mozilla Firefox 3.x:
        unpatched : 9% (1 of 11 advisories);
        highest rated : less critical;
        http://secunia.com/advisories/product/19089/

    So:

    1. every single version of Firefox has less unpatched advisories than
          every single version of IE;
    2. every single version of Firefox has less overall advisories than every
          single version of IE;
    3. every single version of Firefox has less (percent-wise) unpatched
          advisories than every single version of IE;
    4. every single version of Firefox has a less critical rating than every
          single version of IE;

    Hence - how exactly have you come to the conclusion that Firefox is less secure? It's IE that poses security risks, and its worse than Firefox by leaps and bounds!

    I must consider dispersing such information about browsers as you do as utterly irresponsible."

  87. It's purely a cultural thing by n9hmg · · Score: 1

    Until a couple of years ago, this was a "red state". Unfortunately, enough sheeple moved here for the jobs our intelligent government attracted, so now we're a blue state, so that type of government is gone.

  88. That's simple? Here's _simple_! by Xtifr · · Score: 4, Funny

    Oh yay, another great example of providing a technically correct, but thoroughly misleading answer. "To answer these questions, we must learn about light, and the Earth's atmosphere." No, you mustn't. Ok, you need to learn one thing: "the sky is blue because air is blue" (from Recurring Science Misconceptions in K-6 Textbooks). All that crap about Rayleigh scattering and frequencies of light is...well, it's true but it's generally beside the point.

    Q. Why is my shirt red?
    A1. (bad) To answer these questions, we must learn about light, and how photons are absorbed or reflected by different materials, and how the cones of the eye convert photons into neural impulses....
    A2. (good) because it was dyed red.

    Granted, all that other stuff can be interesting too, but to claim that you're providing the simple explanation is just ridiculous.

    (At least it's not as bad as the standard explanation of an airfoil, which is simply wrong.)

  89. Re:firefox and mac by GrumblyStuff · · Score: 1

    Uh, why? I mean, it's not a car analogy or even A GOOD one.

    The website is saying Mozilla is a risk to your computer. Why do they care? IE can be a risk to your computer. Computer illiterates are a risk to computers.

    But there they say (specifically, according TFS), "...Mozilla based, non-IE browsers pose a security risk." No ifs, ands, or buts about it.

    This seems more like an excuse to use whatever easily implemented MS tricks they can without worrying about compatability.

  90. They removed.... by Anonymous Coward · · Score: 0

    Server Error in '/SKILLS' Application.

    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /Skills/myskills.aspx

    So... do they admit not having any Skills ????

  91. Very smart indeed by Krneki · · Score: 2, Funny

    1. Make a web site.
    2. Claim Firefox is insecure while IE is.
    3. Get yourself noticed on Slashdot.
    4 ...
    5. Profit?

    --
    Love many, trust a few, do harm to none.
    1. Re:Very smart indeed by symbolset · · Score: 1

      You know, that gives me an idea. Microsoft could claim that Server 2008 is more secure than BSD in order to attract people to more thoroughly and publicly test their security in order to aid in debugging. That's a wonderful idea! Matt Asay should write a column about this.

      --
      Help stamp out iliturcy.
    2. Re:Very smart indeed by Tubal-Cain · · Score: 1

      Steps 2 and 3 would force Step 4 to be "Replace fried servers". I don't see the Profit in that.

    3. Re:Very smart indeed by Krneki · · Score: 1

      First rule for a secure network.

      Do not get public attention. :)

      --
      Love many, trust a few, do harm to none.
  92. Re:firefox and mac by Anonymous Coward · · Score: 0

    You are a cell of the cancer that's killing the internet.

  93. CO is not the only one! by Anonymous Coward · · Score: 0

    They're not the only ones... I was working for the Treasury Board of Canada last June when we got a similar message:

    "Public Safety Canada has informed departments of vulnerabilities with Mozilla Firefox software. Recent security scans revealed Mozilla Firefox may currently be installed on your workstation...
    To mitigate the risks, on Monday, June 30th, access to Mozilla Firefox will be blocked by the Desktop Firewall."

    The weirdest thing is that the security publications on the Public Safety website has never listed FireFox, but does list IE a couple times!

  94. Re:firefox and mac by Anonymous Coward · · Score: 0

    They are used and exploited about the same amount actually. If you ask me for a source, I will demand to see yours.

  95. You mean MS? by zogger · · Score: 2, Interesting

    Let them try! I don't think it would be hard at all to find at least *one million people* who have had their machines compromised over really insecure IE code, and maybe even lost money and had to go through and repair their credit when their logins or CC details were compromised.

    Besides, that isn't the issue here, this is a set of state flunkies who are labeling a corporation's products as insecure, so bad that they dont allow access for official purposes from tax paying citizens of that state, and saying this other corporations products are secure, or secure enough to use, and their choice of what is or isn't "secure enough" is freaking LAUGHABLE. I mean, WTF?? It is bogus on so many levels it ain't funny.

  96. Re:firefox and mac by prandal · · Score: 2, Informative

    about:config

    network.automatic-ntlm-auth.trusted-uris

    Yup, firefox supports NTLM authentication, and has for a long time, and it works for me.

  97. Not the real problem... by jlarocco · · Score: 1

    The real problem is that we have an Office of Information Technology at all. The entire department shouldn't exist. Complaining that they've done something stupid on their website is missing the forest for the trees.

  98. Come Again???? by Aklarr · · Score: 1

    I literally laughed out loud at this!!! This is very very ignorant and stupid to say the least when we all know the reverse is true!

  99. Completely down now by JoeF · · Score: 1

    Server Error in '/SKILLS' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /Skills/myskills.aspx

  100. Oh this is rich. by Anonymous Coward · · Score: 0

    $ nikto --host http://www.coworkforce.com/

    - Nikto 2.02/2.03 - cirt.net
    + Target IP: 165.127.91.10
    + Target Hostname: www.coworkforce.com
    + Target Port: 80
    + Start Time: 2009-03-06 19:37:46

    + Server: Microsoft-IIS/6.0
    - Allowed HTTP Methods: OPTIONS, TRACE, GET, HEAD, POST
    + OSVDB-877: HTTP method ('Allow' Header): 'TRACE' is typically only used for debugging and should be disabled. This message does not mean it is vulnerable to XST.
    - Public HTTP Methods: OPTIONS, TRACE, GET, HEAD, POST
    + OSVDB-877: HTTP method ('Public' Header): 'TRACE' is typically only used for debugging and should be disabled. This message does not mean it is vulnerable to XST.
    + OSVDB-0: Retrieved X-Powered-By header: ASP.NET
    + OSVDB-630: IIS may reveal its internal IP in the Location header via a request to the /images directory. The value is "http://10.25.30.30/images/".
    - /robots.txt - contains 3 'disallow' entries which should be manually viewed. (GET)
    + OSVDB-396: GET //_vti_bin/shtml.exe : Attackers may be able to crash FrontPage by requesting a DOS device, like shtml.exe/aux.htm -- a DoS was not attempted.
    + OSVDB-0: GET //?Open : This displays a list of all databases on the server. Disable this capability via server options.
    + OSVDB-3233: GET //postinfo.html : Microsoft FrontPage default file found.
    + OSVDB-3233: GET //_vti_inf.html : FrontPage is installed and reveals its version number (check HTML source for more information).
    + OSVDB-3500: GET //_vti_bin/fpcount.exe : Frontpage counter CGI has been found. FP Server version 97 allows remote users to execute arbitrary system commands, though a vulnerability in this version could not be confirmed. CAN-1999-1376. BID-2252.

    It's still running, but I've been at work long enough for one day. Someone else can finish this.

  101. You know this makes twisted sense by WindBourne · · Score: 1

    We had a working computer system, and then owens brought in his friends to do a 6 year makeover of it. When he left is STILL had major issues, and the dems brought in THEIR ppl. The problem is that the head of OIT is as inept as Ritter is. From some of my friends at TWI, they tell me that he was a total idiot, but a politician. WHile Colorado had a great infrastructure in place at one time, between Owens and now ritter it is being gutted fast. TOO FAST.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  102. Why? by WindBourne · · Score: 1

    Neither Texas nor Mississippi care. Nobody can read the reports that indicate that they are tied at 50th.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  103. Re:That's simple? Here's _simple_! by genericpoweruser · · Score: 1

    Fascinating! I always wanted a down-to-Earth explanation of air foils. I never really bought that low pressure air sucks the plane up. Mod up!

    --
    A fool and his lamb are worth two in the bush.
  104. Well by WindBourne · · Score: 1

    I have lived here since 79, and I HAVE seen those stickers. And it was a big issue around 2002-3. Owens was trying to cut the education spending.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  105. Let me fix that by ohxten · · Score: 2, Interesting

    DO NOT use FIREFOX or other Browsers besides IE. It has been decided that Mozilla based, non-IE browsers do not properly work with our website, and we don't feel like modifying our code to support other browsers.

    Fixed!

    --
    Need an automatic screenshot taker? Try here.
    1. Re:Let me fix that by sirgoran · · Score: 1

      More like:

      "The kid from down the block that coded our website in the first place moved and we're too stupid to know how to rework our site to work with any other browser."

      --
      Carpe Scrotum - The only way to deal with your competition.
  106. OK ... by Skapare · · Score: 1

    ... wh0z t3h n3w 0wn3r of d31r w36 5173? 5um 1 h3r3z?

    --
    now we need to go OSS in diesel cars
  107. Re:Message from the State Chief Information Office by Anonymous Coward · · Score: 1, Funny

    Whew, that's a relief! I was afraid that Jerry Taylor moved from Tuttle and got a job in Denver.

  108. Users confused by Anonymous Coward · · Score: 0

    I think this proclamation was more about keeping dumb Users from clogging the Help Desk, veiled behind some bogus security claim (large # of pop-ups alone should prove IE6 to be less secure!).

    Remember: IE6 got changed so much (after being ubiquitous for a good long time and mastered by the droves of id10t users out ther) going to IE7, and Firefox is also very different looking, especially to average to below average people. The added User confusion and calls to the Help Desk created by making a browser change might influence some, especially for very large offices, to force IE6 being kept.

    I bet the guy that wrote it is an id10t though.

  109. He is doing it for the economy! by C_Kode · · Score: 1

    The more people that use IE, the more work there is for the support tech industry. This is Colorado's contribution to the American stimulus package. :)

  110. Not necessarily running form desktop by Anonymous Coward · · Score: 0

    The stack trace doesn't prove it's running from a desktop. The path and line numbers indicate that the debug symbols were created in that path. Even if you move the debug symbols to a different machine, those values will persist.

    Still, I can add to your list:

    D) The person either pushed debug symbols out OR they put raw source on the machine and left debug=true
    E) It's written in VB. If you're going to use .NET, at least use C#.
    F) Originally left custom errors mode set to Off
    G) Changed custom errors mode but still has unformatted error pages
    H) Doesn't have error handlers (even a global one to catch all unhandled errors)

  111. The Feds are worse (as bad) by Anonymous Coward · · Score: 0

    Currently (as I have not heard of a new procedure), the CDC [Center for Disease Control] employs a "quaint" little system for the distribution of SSL certificates for their secure websites. They are deployed via an active-x control. Now here's the rub. The AX control does not isntall/run correctly under IE7. The solution is to use IE6. Oh and it takes an administrator to install this control. So the users who have been given permission, (but of course not windows admin priv, thats *bad* for security), need assistance of a computer admin to install it.

    Thats right, in order to use their secure network, you have to install their cert into a known insecure browser.

    So if you keep your facility up to date with all of MS' updates you have (had?) no supported method for accessing a secure network.

    Once installed you are free to export it out to a file and import it into the browser of your choice.

  112. By Neruos by Anonymous Coward · · Score: 0

    ANY browser that allows unprotected javascript access, ActiveX access, COM access, JAVA access is a security risk. Browsers are not the problem. Firefox, Internet Explorer, Chrome, Safari, Opera, etc, that allow anything other then HTML run on the local machine is a ruse for problems. Because WEBx.0 wants all this external functionality, people blame the browser, when the browser itself has no control over what 3rd party plugin DOES.

    Google Firefox hacks, IE hacks, etc etc, you will find many ways to break thru a unsecure system.

  113. It gets worse by ahziem · · Score: 2, Insightful
    The home page has double HTML tags (and is in designed in FrontPage 6.0). Years ago, I reported the double HTML tags to the web master, but he said it wasn't feasible to fix.

    Who takes advice from these people? :)

  114. Re:That's simple? Here's _simple_! by arkane1234 · · Score: 1

    I know what you said is correct, but I want to point out to anyone that reads your post that you in NO way mean that they are right in air being blue. The link you provided is a must-read for anyone who seriously doesn't understand the science, instead of just skimming and saying "oh, okay air is blue, thats why." through your message :) (those people don't read quotes right, and such)

    No offense to you, xtifr. You did a good job with your post and you are correct.

    --
    -- This space for lease, low setup fee, inquire within!
  115. Mozilla Foundation Must Sue! by BrendaEM · · Score: 1

    If any corporation made unsubstantiated claims such as that, they would be sued.

    If open source is to survive, it must protect itself.

    BrendaEM

    --
    https://www.youtube.com/c/BrendaEM
    1. Re:Mozilla Foundation Must Sue! by Tubal-Cain · · Score: 1

      Look at the state of their servers now. The best defense is a good offense...

  116. It's a big state by colinrichardday · · Score: 1

    That would depend on where you are in Colorado. I don't believe that too many would drive from Durango (SW part of the state) just to slap people.

  117. Gub'ment mentality by Brandybuck · · Score: 1

    They're gub'ment workers, whadya expect? They've been trained since kindergarten to never question authority. But unlike the rest of us who went on to productive pursuits after graduating from the indoctrination centers they call public schools, they stayed in the system. Many of them have never learned to think for themselves. Their job is not to help people, but to punch in daily until they can retire on public pension.

    All it takes is one supervisor reading an astroturfed rant on the web, and the entire department will take up the faith that Firefox is unsafe.

    --
    Don't blame me, I didn't vote for either of them!
  118. Re:Message from the State Chief Information Office by Anonymous Coward · · Score: 1, Funny

    Before becoming a public-sector CIO, Locatis was the senior director of enterprise technology strategy for Time Warner Cable Inc., part of Time Warner Inc., a Fortune 50 company and the country's largest entertainment firm. Locatis honed his skills at aligning customer-service delivery systems...

    Speaking as someone with first hand experience with Time Warner Cable's "customer-service delivery systems", this whole story does not surprise me in the least.

  119. Pray, how shall we construe? by Anonymous Coward · · Score: 0

    Strictly speaking, "non-IE browsers pose a security risk" does not purport to claim IE does NOT pose a security risk, even a much bigger risk! We just happily elect not to open up THAT subject :D

    The doctrine of "pregnant negative" would be quite an uncharitable way of construing.

     

    Rocky Mountain Hiiiigh... Colorado.

  120. Wait... by MacWiz · · Score: 1

    In related news, Colorado reports epic crop of hallucinogenic mushrooms.

  121. I think both of you are correct... by Grog6 · · Score: 2, Interesting

    It took two years of meetings, executive staff luncheons, and similar BS; someone got a nice raise...

    Then one of the the IT guys was told "have a web page up by monday." (for nothing extra.) So he hacks it out in 10 minutes with frontpage; We are talking MS types, after all.

    THAT's how it usually goes.

    Wonder who gets reamed after the slashdotting fried their server? (It's currently choking on any browser I use)

    --
    Truth isn't Truth - Guliani
  122. You'ld have to be crazy to call them on their Bad. by Anonymous Coward · · Score: 0

    That's asking for a "harassment" lawsuit of a kind like I've been prosecuted over. Just helping them will get you into court. Leave those motherfuckers alone and hope they catch on fire the same month you didn't pay the water bill. Better yet, disconnect from all public utilities so you have no reason to even talk to those bastards. Let the fine men of Shanghai deal with their network problems; Ping Pong and Sum Slung Dung can do no wrong to "government" in the depths of their Shemite minds. waaah

  123. Remember, this is a government network... by Synja · · Score: 1

    The environment that this was targeted at is a Windows domain(s), subject to group policy and other restrictions. This extends well past software issues. IE is the ONLY browser I would use in such an environment. Other browsers may beat IE in certain categories, but with the size and complexity of this network, why would you add variables? IE is easily controlled via group policy. You can force and control updates in the same manner that Windows is updated. There are numerous advantages. The thing is, this is a GOVERNMENT network. Ok... so you allow FireFox... Suddenly, users want Opera... ok... Now they want Chrome... Where do you draw the line? The Slashdot community is giving the users WAY too much credit. I work in a federal government IT department. I have watched highly educated (doctors and nurses) destroy ToughBooks. I have sat back and watched them not be able to load paper in a printer, one of them even asked me to change their printer setting so that faxes come out of their scanner. It never ends. I have tried educating them, it does not work.

  124. massive spew of vitriolic bile by trick-knee · · Score: 1

    sir, I like your style.

  125. Yea, and Obama is a citizen of the USA by Anonymous Coward · · Score: 0

    what ever.

  126. Canadian House of Commons has the same policy by Anonymous Coward · · Score: 0

    Last I heard, the House of Commons IT services had the same policy. IE6 is secure, Firefox is not. Everyone just runs Firefox from a thumbdrive because they'd die without tabs.

  127. Programmer does not equal Web Programmer by microcars · · Score: 1

    "Perhaps the webmaster didn't know anything about web programming?"

    But just enough to get the job and show a demo.

    There is a guy I know who "wrote software" for a living "for the government".
    He put up a personal website to sell some stuff and like this site, it had the same warnings about only using IE.
    When I could not access his site, I called him and asked him what the problem was and he bemoaned about how he wishes there was only One Browser to write for and how he is used to making "secure" sites for places like 4H or something because "kids" are involved. (gotta keep 'em safe!)
    I think it basically boiled down to he just took what he knew from programming something for a closed environment and thought it would work on the web. It doesn't.

    His PERSONAL SITE also has INSTRUCTIONS on the main page of HOW TO USE THE WEBSITE.
    How to use the xxxxxxx Web Site...
    1) Press the F11 key (top row of keyboard) to view site full screen.
    2) Do NOT use you browser 'Back' button - always use the various navigation buttons or links on the screen (Return, etc).
    3) Always wait for any images to completely resolve or fill before taking the your next step.
    4) Exit the site via the 'Goodbye' link, NOT the browser 'X' button.
    5) All of these procedures will speed and improve your access to the xxxxxx xxxxx site.

    I would post the URL to his site but I hate to see his server get trashed, I'm sure it is out of his home. If you don't make it onto the site, you get this error screen that asks you if you want to Restart The Application.

    And he wonders why no one is buying stuff from him.

    --
    I like microcars
    1. Re:Programmer does not equal Web Programmer by ncc74656 · · Score: 1

      I would post the URL to his site but I hate to see his server get trashed

      With stupidity like what you described earlier in your post, don't you think he deserves whatever happens? Perhaps learning that he's running an unstable pile of shite would serve as motivation to figure out what he's doing wrong and get it squared away.

      --
      20 January 2017: the End of an Error.
  128. Re:firefox and mac by ScrewMaster · · Score: 1

    Also you should investigate your keyboard it seems to be broken.

    Nah ... it's a mouse driver problem.

    --
    The higher the technology, the sharper that two-edged sword.
  129. Re:Why the assumption that the claims are uneducat by Anonymous Coward · · Score: 0

    The really sad thing this is supposed to be for the Colorado State "Office of Information Technology". I live in Colorado, and this is REALLY embarrassing.

    I work for the State, and sadly this is typical for the morons at OIT.

    Unfortunately, all of the individual Departments' IT programs are being consolidated under OIT, so things will only get worse.

  130. IE good, FF bad by JohnGaltt · · Score: 1

    ...now you know where all the 'D' students went.

  131. Re:firefox and mac by Em+Adespoton · · Score: 1

    The site does not say "firefox may not be secure" they're saying "firefox poses a security risk". One of them is a statement of fact that they do nothing to back up, the other one is an opinion which may or may not be valid, but is theirs to hold.

    I wonder if what they meant was "our site looks like crap in firefox so please don't use it". Or maybe by "poses a security risk" they mean "the secret fields we spent hours figuring out how to hide behind other stuff refuses to stay hidden in firefox, so using it is a risk to OUR security".

    ...and I just automatically assumed they meant JOB security.

  132. It's hilarious by symbolset · · Score: 1

    While we laugh at him some poor dumb web admin in Colorado is working through the night to fix this. The pages are changing while we comment on them.

    At this point I actually think he's using this page for tips on how to fix this.

    It's sad and funny on so... many levels.

    --
    Help stamp out iliturcy.
  133. Slashdot can't even get it's display right... by Anonymous Coward · · Score: 0

    I love how everyone is slamming the web-related expertise of these guys on a site run by geeks and "experts" that constantly has display issues. Every thread has at least one thing overlapping the text of someone's comments and has for a long time. How long should that take to fix?

  134. Re:firefox and mac by symbolset · · Score: 1

    Maybe the mouse has a button shortage. It's not politically correct to make fun of the button deficient.

    --
    Help stamp out iliturcy.
  135. they are right: ff IS insecure by faargenwelsh · · Score: 1

    right now (gmt 06:15) their site is down it was obviously hacked by some ff user that makes their statement quite true :)

  136. Funny by Anonymous Coward · · Score: 0

    Holy crap, you guys are hilarious. I love what a good slashdotting does to sites.

  137. Re:firefox and mac by Hucko · · Score: 1

    Heh. Now see here, watch carefully. IE does have more general users. However if something goes wrong, the average user restarts the entire machine again. If it happens again, the average user says something like ... the internet is broken *Again*. They go do something else.

    Now you may consider that testing, but I don't. If there is a similar crash in Firefox or OSS in general, then the same users whinge, loud long and to everyone.

    --
    Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
  138. Re:firefox and mac by Hucko · · Score: 1

    Gah, Boss came through! Must have press submit absentmindedly.

    While neither is testing per se, the latter makes it easier (well to some degree) for debuggers know where to test.

    I'd hazard that there are more casual developers & debuggers working on Mozilla stuff than on IE, ergo more likely to be tested properly. Not just the "works for me" kind.

    --
    Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
  139. Yeah right. by jotaeleemeese · · Score: 4, Insightful

    People like these bozos can insult our intelligence and we all are supposed to act politely and rationally.

    I say that a few hundreds or thousands rabid replies from aggravated individuals would do wonders.

    Sometimes politeness is seriously overrated...

    --
    IANAL but write like a drunk one.
  140. Well, gee..... by jotaeleemeese · · Score: 1

    Nice to know that it does not matter to know where the source code is....

    --
    IANAL but write like a drunk one.
  141. You distorted the context. by jotaeleemeese · · Score: 1

    The words "SQL injection attacks" are a link to a humorous depiction of such a situation.

    Th GP clearly meant that in jest.

    --
    IANAL but write like a drunk one.
  142. Cow-Orkers have ALWAYS used IE6! by Anonymous Coward · · Score: 0

        'nuf said...

  143. Re:That's simple? Here's _simple_! by Tubal-Cain · · Score: 1

    Why is my shirt red?

    May I have the password to your /. account? I am pretty sure you aren't going to be needing it much longer.

  144. Translation. by jotaeleemeese · · Score: 1

    Dear Colorado People,

    Now you are MS's bitches.

    Yours

    Colorado's CIO

    --
    IANAL but write like a drunk one.
  145. this guy got stuck in time by anton_kg · · Score: 1

    If someone would say so 5 years ago some could believe him. It's too late today. Is that guy got stuck in time or just stupid?

  146. moderate vs moderate by SgtChaireBourne · · Score: 1, Flamebait

    Secunia states that Firefox3 has less critical issues:
    http://secunia.com/advisories/product/19089/

    While IE6 and IE7 have moderate problems. Making IE less secure:
    http://secunia.com/advisories/product/11/
    http://secunia.com/advisories/product/12366/

    ...

    Bzzt. Thanks for playing

    On your way out go re-read those "moderate" problems on MSIE and compare them to "severe" bugs on other products. Yeah, the MSIE bugs are frequently downplayed in severity.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  147. the facts are "biased" by SgtChaireBourne · · Score: 1

    Being able to point them to an unbiased, reliable source to back up the "Firefox is safer" claim would help.

    Unfortunately the facts are "biased" against MS products. It doesn't matter anyway, since if they're running Windows, then they're not likely to be influenced (or not allowed to be influenced) by troublesome things like empirical studies.

    The problem is getting enough mainstream recognition that maybe something might actually be done about it. For now, though, we have the junk science, post-modern business, everything-is-an-opinion legacy to contend with.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  148. Now that's strange... by flameproof · · Score: 1

    Y'know, I looked ALL OVER the M$ website and couldn't find one copy of IE that worked with linux! Whatever am I to do now???

    --
    ~Just as a thing fails if it lacks a kernel, so too it fails if it lacks a skin. ~ Rumi, Discourses
  149. Context by MrZaius · · Score: 2, Insightful

    Given that their site is down at the moment, rendering their explanation unavailable, I'd like to point out that there is a rational argument to be made for the notion that using preinstalled and patched IE installs instead of a third party browser can increase security. I disagree with it (based on a number of factors expressed elsewhere in this thread), but it's a good argument:

    You increase the number of potential security holes on a workstation by increasing the number of installed applications. Your sysadmin is responsible for both maintaining and securing IE and Firefox, and is unable to uninstall the former. This, thank God, goes away in Windows 7. In the meantime, however, you can still disable and cripple IE in a way that limits its exposure - It's just more work than most Windows-heavy, Microsoft-ceritified admins are willing to do as doing so often strips them of their preferred choice, and the tools that they've been heavily trained in locking down and adapting to their local networks. If understaffed and underfunded, forcing IE usage may actually be the right call for some agencies and offices.

    Still no excuse for any IE6 or earlier builds being used in the wild.

  150. It's also bloody useless by Anonymous Coward · · Score: 0

    Shine a green light on your red shirt.

    Why isn't it red any more?

    And as to the original point, if "because the air is blue" is your answer, why is the evening and morning red?

    Better simple answer to the shirt: it's red because it is absorbing all light that isn't red. And answers the "shine a green light on it" query.

  151. IE6 is the most secure software on the planet... by master_p · · Score: 0, Offtopic

    ...made you look, didn't you?

    Not even Ballmer would have said that...

  152. FF insecure, or just differenet? by Anonymous Coward · · Score: 0

    I've heard the same sorts of things said in my organization. I don't think it comes from a true belief that IE is the more secure browser (as the network manager has indicated it isn't) but a lack of willingness to install Firefox on a few hundred machines, and learn how to use it.

  153. It must be True! by Marauder2 · · Score: 1

    Searching Securityfocus for "Firefox patches" returns only four pages. Searching for "'Internet Explorer' patches" returns 31 pages. More patches for IE means it must be more secure, right?!

  154. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  155. How Sad... by mangusman · · Score: 1

    As someone that works and lives in Colorado, I find this truly embarassing.

  156. because its outsourced to india by cheekyboy · · Score: 1

    The indian programmers have to be able to see their nonstop errors they create on a live system, with no shadow dev inhouse system.

    --
    Liberty freedom are no1, not dicks in suits.
  157. Ha ha ha... by Keith_Beef · · Score: 1

    Server Error in '/SKILLS' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine

  158. Better the devil you know... by DCheesi · · Score: 1

    I would guess that it's not so much the relative security of the two browsers, as it is the IT group's ability/willingness to vet another browser for security purposes.

    They don't understand FF, and they don't want to take the time to learn all its ins & outs. So they declare it a "security risk" simply because they don't *know* what security holes might lurk there. In that sense it *is* a security risk for them, since it has not been tested for secure interaction with their site.

    They undoubtedly know that IE has security holes, but they know what most of them are and feel comfortable with the countermeasures they've taken for those specific flaws. Whether their confidence is justified is another matter, of course...

  159. body of subject by Anonymous Coward · · Score: 0

    Everbody know Redmon is in Colorado :)))

  160. Re:Colorado Californicated by DuBois · · Score: 1

    Colorado has finally become californicated. Too many people from L.A. moved here and imposed their whacked-out thinking and lifestyle on the laid-back Western ethos that Colorado used to be famous for.

    I'm not sure it's possible to recover from being californicated, but, as a citizen of Colorado, I do hope so.

    --
    The IPCC has purposely engineered a massive scientific fraud.
  161. So, the incompetence continues to ramp up. by Anonymous Coward · · Score: 0

    The programmer's running production code in a globally accessible server with DEBUG turned on?

    I know a 12 year old who is more competent than that. Really, I'm not kidding here.

    Do you think they are paying this guy, or it's just some student intern?

  162. Re:That's simple? Here's _simple_! by mcgrew · · Score: 1

    The sky is blue because nitrogen is blue, and its air is mostly nitrogen. If its air was mostly chlorene the sky would be green.

  163. This is opportunity calling... who wants to answer by MidKnight · · Score: 1

    I love all the critique of what is obviously a pitiful attempt to produce one of them fancy web application things. I unfortunately can't add to the list here... being a late-comer to the discussion, the site is already offline.

    But a lot of folks are missing the obvious opportunity here: government jobs are, frankly, the best thing going right now given the current state of the economy. How many Slashdotters have sent their resume to the Colorado DOL? They clearly need the help!

  164. Re:firefox and mac by Anonymous Coward · · Score: 0

    That makes a lot of sense. For a group that clearly doesn't understand security, they use obscurity! : )

  165. Re:We like Firefox too...and safari.....and chrome by cnock · · Score: 1

    Actually, now it says: "The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time. " Note the spelling error... I guess that's forgivable.

  166. Anonymous Coward by Anonymous Coward · · Score: 0

    I am currently a student and my "tech" online classes pull this same crap. I have since found my workaround, the IEtab. It has all of the benefits of FF, while allowing me to view shabbily designed IE only sites. I recently found a web designers site that wasn't compatible with FF. I sent him a nice e-mail stating that his site doesn't render properly if FF, Safari for win, Opera, etc. I could only read half the text as the other half was off the page (on the left no less) and couldn't be scrolled to. He sent me a reply saying to get fucked and learn the "standards" of web design.
    Does Bill G design sites? Maybe he has an illegitimate son that does.

  167. Re:firefox and mac by Anonymous Coward · · Score: 0

    Or maybe by "poses a security risk" they mean "the secret fields we spent hours figuring out how to hide behind other stuff refuses to stay hidden in firefox, so using it is a risk to OUR security".

    <input type="hidden"...

    Wow, that was hard...

  168. Re:firefox and mac by Bert64 · · Score: 1

    Windows authentication (ie NTLM) is a server option...
    Firefox does support it, but doesn't send it automatically like IE does (IE will send your credentials automatically to a remote box that requests them which can be abused)..

    NTLM is little better than sending basic auth over plain text, it does a challenge handshake but is weaker than md5 digest auth and can be cracked... basic auth over SSL is actually stronger than ntlm over http... and if using http md5 digest is still stronger.

    also ntlm auth breaks the way http works since it requires you to send, receive, respond, receive in a single http connection when http is supposed to be request/receive, this makes it very difficult to use with a proxy.

    all in all, ntlm over http is a horrible hack and is typical ms arrogance - create something new, proprietary and inferior, instead of using the existing standard digest auth.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  169. understating the problems with MSIE by SgtChaireBourne · · Score: 1

    Secunia states that Firefox3 has less critical issues: http://secunia.com/advisories/product/19089/

    While IE6 and IE7 have moderate problems. Making IE less secure: http://secunia.com/advisories/product/11/ http://secunia.com/advisories/product/12366/

    Firefox3 also has only 1 issue unpatched, while IE6 has 22 open issues.

    Good. I hit a nerve. Don't fall for Secunia's misleading descriptions and understate the risk significantly. Qo re-read those "moderate" problems on MSIE and compare them to "severe" bugs on other products. Yeah, the MSIE bugs are frequently downplayed in severity.

    The advisories are also hidden away for some products and lifted to the start page for others. Just try to find the MSIE advisories in the by product listing. Can't easily do it. Also notice that in the scope notes, most of the MSIE vulnerabilities expand out to include all applications which can inadvertently call MSIE through hard-coded options, such as WMP. That works out to a very large base of vulnerable applications.

    Secunia's not the only one obfuscating the unsuitability of MS products. Even the US NVD is affected. None of them mention avoiding the defective product (Windows) or problem tool (MSIE). It wasn't too many years ago that mainstream magazines were talking about banning MS Outlook for the sake of security. Now even "security" specialists are changing the subject or mumbling when asked if the emperor is really wearing any clothes.

    There's just not a business case to stay on the autoflagellation combination, Windows+MSIE

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  170. Server Headers by scum-o · · Score: 1

    % wget -S -O /dev/null http://www.coworkforce.com/
    --10:24:49-- http://www.coworkforce.com/
    Resolving www.coworkforce.com... 165.127.91.10
    Connecting to www.coworkforce.com|165.127.91.10|:80... connected.
    HTTP request sent, awaiting response...
        HTTP/1.1 200 OK
        Connection: keep-alive
        Date: Fri, 06 Mar 2009 17:24:49 GMT
        Server: Microsoft-IIS/6.0
        MicrosoftOfficeWebServer: 5.0_Pub
        X-Powered-By: ASP.NET
        Content-Length: 26447
        Content-Type: text/html
        Set-Cookie: ASPSESSIONIDASBTDDQQ=NIFBMIKAFMPHFLDLIKBAMPBD; path=/
        Cache-control: private

  171. PART-TIME-JOBS-AVAIALBLE by nsaspook · · Score: 1
    --
    In GOD we trust, all others we monitor.
  172. A doocing! A doocing! by Anonymous Coward · · Score: 0

    Seems to me that slashdotting an internal link is a fine way of letting your employer know that keeping you on is a far bigger security risk than either firefox or evil internet.

  173. Good Enough For Government Work by naubol · · Score: 1
    The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time.

    --

    emphasis added

    --
    Reality is a slackware box running on a 386 tucked away in god's sock drawer.
  174. From someone in Colorado by ujoronen · · Score: 1

    Here's scary: CO Workforce has an IT dept of less than 5 techs for the entire state.

    They have open wireless routers half the time because the end user gets a Netgear or Linksys from Walmart rather than wait for their overworked IT folks to get around to it.

    They often share hardware with other agencies without locking them down or performing an inspection prior to returning them to a State network.

    Training and keeping up with advances? With this much of an overworked and underappreciated IT dept, the last training they got was when they were in school.

    My point? It's not the IT weenie's fault. If you want to yell at someone, make sure it gives the IT department more funding for more positions. Consider:

    If work remains constant, more bodies = problems solved quicker.
    Problem solved quicker = more time.
    More time = more time for training and learning.
    More time for training and learning = less inaccurate statements and stupid decisions.

  175. Konqueror at the site. by Anonymous Coward · · Score: 0

    Used Konqueror and got:

    The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time.

    Spell check is good to use on a public site.

  176. We should worry by Anonymous Coward · · Score: 0

    "If the leading IT agency for the State is making these uneducated claims, should the people worry about their other decisions?"

    I'm in Colorado, and I assure you, we should worry about every decision made by anyone in the State Government. These people are idiots. (In my opinion of course, since I don't want to be targeted as a slanderous, libelous, insulting anonymous coward.)

  177. I thought it was the oxygen by Xtifr · · Score: 1

    I thought it was the oxygen. I had heard that the sky was not-so-blue before life started releasing free oxygen into the atmosphere. But I don't have a definitive reference either way, so I suppose you could be right. Got a cite?

    (Posted w/o karma bonus since this is starting to drift off-topic.)

  178. Hi from a sleepy little southern Colorado town! by ujoronen · · Score: 1

    Considering we have 35MPH sustained winds, gusting to 50, I thought your username somewhat ironic.

  179. Politically unwise as well as wrong . . . by Anonymous Coward · · Score: 0

    . . . given both IBM and Sun Microsystems have a different view of IE vs. Mozilla and they employ a lot more people and pay a lot more taxes in the state of Colorado than M$FT.

  180. Re:firefox and mac by __aagmrb7289 · · Score: 1

    Agreed.

  181. Re:firefox and mac by AntiSol · · Score: 1

    I wonder if what they meant was "our site looks like crap in firefox so please don't use it". Or maybe by "poses a security risk" they mean "the secret fields we spent hours figuring out how to hide behind other stuff refuses to stay hidden in firefox, so using it is a risk to OUR security".

    This all goes in much the same vein as a failure notice email I got from ebay the other day, telling me that my PGP-signed email had been blocked for 'security reasons', in order to prevent identity theft. As far as I can see this is complete crap, and what they really mean to say is "we can't read emails which aren't sent in cleartext, thus PGP is bad". Basically what it comes down to is relying on the average user's general ignorance, and the terror associated with the repeatedly-drummed-in phrase "security risk"...

  182. Now they can't even spell correctly. by Anonymous Coward · · Score: 0

    The Colorado Department of Labor and Employment regrets that this service is not avaialble at this time.

    ^^^^ Sounds like while they are running around like a chicken with it's head cutoff they couldn't stop to spell available correctly.

  183. Re:That's simple? Here's _simple_! by garnetlion · · Score: 1

    A3: Because you're about to go on an away mission with a bunch of main cast members and get killed.

  184. You should know by Anonymous Coward · · Score: 0

    Or maybe by "poses a security risk" they mean "the secret fields we spent hours figuring out how to hide behind other stuff refuses to stay hidden in firefox, so using it is a risk to OUR security".

    It is too late for this to get modded up, but you should know that this concern would never arise. Input tags have to have a type set. There are ten types that are both part of the standard and supported by every single browser. Every web developer on the planet knows two of them: text and hidden.

    So, if you want to keep an input hidden, you just slap a type="hidden" on it. Alternatively, you could also give it a style="display:none". But what you describe would never happen.

    1. Re:You should know by Qzukk · · Score: 1

      this concern would never arise

      If you actually knew HTML, and didn't just play with frontpage until the secret input with the server password disappeared behind the logo.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
  185. Re:firefox and mac by ScrewMaster · · Score: 1

    Maybe the mouse has a button shortage. It's not politically correct to make fun of the button deficient.

    Actually, I was poking fun at the individual driving the mouse.

    --
    The higher the technology, the sharper that two-edged sword.
  186. That's government for you by Anonymous Coward · · Score: 0

    If this isn't an argument for Libertarianism, I don't know what is.

  187. Truth by mahadiga · · Score: 1


    To
    State of Colorado:

    Please DO NOT buy software from Closed source software vendors.
    Because you don't OWN a product unless you can MODIFY it.

    --
    I'd like to buy homeland for our 10 million people. http://twitter.com/mahadiga
  188. OIT used to be good how sad by Anonymous Coward · · Score: 0

    Colorado's OIT used to be the technology leaders of the state. When it was first started it was a great really smart team.
      Lately it seems like they are just power grabbers and wannabe geeks. This is just plain embarrassing.
    While agreeing with the earlier post it probably took at least several reviews to just publish that.
    The skills and knowledge needed to run the State OIT computer systems are greatly lacking. Although they seem to deserve the criticism here.
    Please do not cross the line by intentionally hurting the computer systems. the poor little computers are already experiencing loss of good leadership and planning and it seems security knowledge. Besides most of us we have ethics even if they dont.
      OIT in the last year has decided to be the lead agency for all state computer systems. See the following plan.
    http://www.colorado.gov/cs/Satellite?c=Page&cid=1165692953863&pagename=OIT-New%2FOITXLayout
                                            CAN YOU SAY SINGLE POINT OF FAILURE ?

    Below you will find all the state OIT officers. If you do browser searches on them it should turn up some amazing
    info. Enjoy!

    Governor's Office of Information Technology
    1580 Logan St., Suite 200
    Denver, CO, 80203
    URL: www.colorado.gov/oit
    Michael Locatis(303) 866-6060 Chief Information Officer
    Dara Hessee (303) 866-6060 Senior Business Analyst
    Gene McGahey (303) 866-6060 Statewide Interoperabiliity Coordinator
    Heather Perdue (303) 866-6060 Human Resources Director
    John D. Conley (303) 866-6060 Deputy Chief Information Officer
    Kent Smiley (303) 866-6060 COOP COG Director
    Micheline Casey (303) 866-6060 Director Of IdentityManagement
    Ron Huston (303) 866-6060 Statewide Enterprise Architect
    Todd Olson (303) 866-6060 Chief Operating Officer

  189. Processing issues? Pfah. by DaVince21 · · Score: 1

    "Processing issues" = "Our site is not standards compliant and will show incorrectly on all standard-compliant browsers"

    --
    I am not devoid of humor.