Recent content by Ansur

  1. Ansur

    The DOD:S hud

    The info part in the lower-left corner looks pretty neat.
  2. Ansur

    Day of Defeat: Source Pre-loading Now

    I'll just wait a few days before preloading ;) Anyhow, I'm VERY glad I got a Silver Account!
  3. Ansur

    Weekly Steam News (17/06/05)

    First thought that came to my mind was: "thank you Valve!". I'd happily wait some few more months for quality maps & gameplay.
  4. Ansur

    Web Design

    Good example, but XHTML requires every tag to be lowercase. I normally wouldn't remark something like that but it is one of the core essences of xhtml :)
  5. Ansur

    New idea for hl2 engine

    Lads leave the kid be, I bet in a day or two he'll see for himself.
  6. Ansur

    Web Design

    That indeed is a nice and clean example indeed, though it would be better if you'd use html template pages. This way you don't have to hard-code your html ànd you could re-use the News class for other/new deisgns.
  7. Ansur

    Web Design

    That REALLY depends on the type of site you make. A JSP/Servlets enhanced site, sites with CGI,... can be as hard as Java, C++,...
  8. Ansur

    Web Design

    Assistance as in code completion, markup colouring, cvs integration, deployment on server,... but not code generation. Ofcourse pages can be generated using dramweaver but the generated html code is never as good as the one an experienced coder creates.
  9. Ansur

    So who knows C++?

    My thought exactely. Its like starting learning OO programming as soon as possible. The learning curve may be higher but it'll benefit you more.
  10. Ansur

    Steam

    True, but because Valve provides their games through steam they get much more profit from a purchase. This way, prices could be lower than an average retail sale with them still getting more money.
  11. Ansur

    Half-Life 2: Aftermath

    Linux is the solution ;) Anyhow, I haven't seen Steam unstable for quite a while. Just love the technology!
  12. Ansur

    So who knows C++?

    Just read through the SDK documentation :)
  13. Ansur

    Java File Writing

    Its not that bad :) For reading (text)files you can also use the Scanner class (since 1.5), which only takes 1 line to start reading.
  14. Ansur

    Java File Writing

    Not entirely correct, the optional 'true' passed to the constructor is to append date to the file, or to start from the beginning.
  15. Ansur

    Java File Writing

    What you should do is to instead of letting main throw the IOException is to add a try ... catch. In the catch, place System.out.println(e); or something like that, this information will probably give you the error there is. A good (safe) way of writing to a file, using your code, is as...
Back
Top