Slashdot Mirror


User: majorbugger

majorbugger's activity in the archive.

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

Comments · 3

  1. Donald Tusk... on Dell Closes Ireland Plant; 2nd Largest Employer · · Score: 1

    During the electoral campaign, our current prime minister promised to make Poland the second Ireland as far as the economy is concerned. I did not, however, expect him to be that literal :)

  2. Re:Java Concurrency in Practice on Good Books On Programming With Threads? · · Score: 1

    Ditto, highly recommended

  3. Re:The more I learn about JavaScript... on GWT in Action · · Score: 1

    First, Javascript is a horrendous language. It is full of unexpected quirks, and compared to other dynamic languages such as Python or Ruby it is hell to work with. That's why frameworks like Prototype or jQuery emerged. The power of GWT and similar frameworks is that they provide ready to use components which render similarly across all browsers, making it feasible to prepare a fully functional and nicely lookung web UI in a matter of minutes.