Slashdot Mirror


User: Banacek

Banacek's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Re:interestingly, has always been open source on Backdoor Found In OpenX Ad Platform · · Score: 1
  2. Using Java for web development on Thoughts On the State of Web Development · · Score: 5, Insightful

    Using Java for web development is like using a wrecking ball to hammer in a nail. Use something that fits the job better, like Zend Framework, Django or Ruby on Rails. In web development, time to market is everything. Build your application and hopefully you get a large user base. Then when performance is an issue, you should already be working on a rewrite that can incorporate something like Java on the backend.

  3. Re:Finally... on Memory Usage of Chrome, Firefox 3.5, et al. · · Score: 1

    Yeah, it's 3.0. Maybe it's time to check out the new 3.5 RC.

  4. Re:Finally... on Memory Usage of Chrome, Firefox 3.5, et al. · · Score: 1

    I honestly don't think the issue is with Firefox. I think there is something wrong with Firefox/Flash. Hopefully they will figure it out.

  5. Re:Finally... on Memory Usage of Chrome, Firefox 3.5, et al. · · Score: 3, Interesting
    http://img12.imageshack.us/img12/7330/picture1uo4.png

    Firefox is still my browser of choice, due to the plug-ins I use daily. I have to wonder how Flash intensive the sites loaded were.

  6. Re:Thanks on What Filters Are Right For Kids? · · Score: 1

    Nice. You know it's working if they're complaining about it :)

  7. Thanks on What Filters Are Right For Kids? · · Score: 1

    I'm glad you posted this. I was wondering the same thing. I know there is http://dansguardian.org/ but I haven't talked to anyone who uses it. I know OSX has great built in security features, but XP leaves you out there on your own to buy something.

  8. Re:Oh they'll crash all right on Narcissistic College Graduates In the Workplace? · · Score: 4, Insightful

    Everything that you described sounds horrible. How are you supposed to get any work done when you're constantly teaching the other guy? It would probably be in your best interests to pack up and move to a better job.

  9. Re:Better tools, good process, learning from other on Website Security Without Breaking the Bank? · · Score: 2, Informative

    Agreed with everything you said. You could write your own classes to turn PHP into acting strongly typed, then sanitize your data after it's been type checked, but that might be beyond the scope of this project. Save yourself some hassle and read this too: http://devzone.zend.com/node/view/id/168 It will help validating those inputs.