Slashdot Mirror


User: darkvad0r

darkvad0r's activity in the archive.

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

Comments · 33

  1. Re:I don't understand on DivX 7 Adds Support For Blu-ray Rips (H.264/MKV) · · Score: 2, Informative

    From TFA: "The new DivX Plus HD format, which enables the creation and playback of H.264 video in an .mkv file container with high-quality AAC audio" So I'm guessing it's their implementation of H.264 but my guess is as good as yours ...

  2. Re:How many iPhone killers is that? on Palm Announces Killer New Phone · · Score: 1

    I read in one of the many reviews for this phone (I don't know which one though, I already read so many...) that the SDK will let you access the main functionality through JavaScript but all the rendering is done by WebKit so that means that OpenGL ES 2 is off the table for the moment. That said, they may be readying another more advanced SDK for game and graphic intensive applications, nothing sure ATM.

  3. Re:Movie? on Rocketman Crosses Colorado Gorge · · Score: 1

    Have you tried the second link in the summary ? http://news.cnet.com/8301-11386_3-10107675-76.html

  4. Re:GWT FTW on jQuery in Action · · Score: 1

    I think most of the power of GWT comes from the fact that you can use a Java IDE to write and refactor your code. Not to mention the fact that having all of your code base in one language (in this case Java) is a big acceptance factor in an enterprise environment.
    Maybe cappuccino and sproutcore allow you to do some neat stuff pretty quickly, but when it comes to refactoring and debugging, nothing will help you more than the right tools (like eclipse). Do you know if you can use a good IDE to code sproutcore or cappuccino ?

  5. Re:GWT FTW on jQuery in Action · · Score: 1

    Well, you can add GWT functionality to existing pages but I consider that as an advanced GWT technique as you have to really know how all of it works and comes together to do it correctly.
    In the end I think that GWT is more suited to build something from scratch... but then again, it all depends on your needs...

  6. GWT FTW on jQuery in Action · · Score: 4, Informative

    as a result of cross-browser incompatibilities and other problems, it has probably also resulted in an unprecedented number of headaches for Web developers. JavaScript libraries attempt to mitigate much of these difficulties.

    IMHO GWT is the closest one to that goal. If you're a Java developer give it a go, if you're not, then GWT is the perfect reason to become one :)

  7. Re:Have you tried writing javascript? on Is Anyone Using the Google Web Toolkit? · · Score: 2

    If GWT Java => JS compiler can take care of that automatically, it will save TONS of effort. --Coder

    It can, plus it can handle internationalization, history support (back and forwards navigation) and a ton of other useful stuff. But ultimately the killer feature is the ability to debug GWT code in your java IDE of choice.

  8. Re:Why are you expecting this? on Is Anyone Using the Google Web Toolkit? · · Score: 3, Interesting

    Well, I work for a large TV company in France and the fact that Java code is easily maintainable and that it is our language of choice for server-side stuff makes GWT the ideal choice for GUIs. We have deployed 5 large web applications built with GWT and the users are really pleased with the experience. That said, we do control the deployment environment up to a certain point (everybody has JS enabled on its workstation and the workstations are fairly recent) and we don't mind about spiders not being able to crawl the sites.