Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: What programming language to use?

  1. #21
    Join Date
    Jun 2007
    Location
    California
    Beans
    26

    Re: What programming language to use?

    Ya seems like most enterprise apps nowadays are on the web.

  2. #22
    Join Date
    Jan 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: What programming language to use?

    Quote Originally Posted by Praill View Post
    I agree.
    Ideally running it off a web server and using PHP/CSS is going to be your guaranteed way for absolute cross platform.

    If youre not able to do this java is absolutely the way to go. Dont mess with python and gtk, its just giong to make it hard to install your application on any windows machine. With java you'll just need the JRE (which most stations have) and youre good to go. Java isnt that slow, especially for your standard business application.
    Yes, especially when 1 person uses IE6, secon IE7 and third is Firefox ... good luck with that

  3. #23
    Join Date
    Jan 2007
    Location
    the third world
    Beans
    Hidden!

    Re: What programming language to use?

    Python with PyGTK for the GUI library.

    It's no fun making desktop apps with Java.

    On the other hand, if you don't know any Python at all, I'd say you should start working with whatever you know best.
    Last edited by runningwithscissors; July 3rd, 2007 at 09:56 AM.
    IESVS FELLAT IN INFERNVM

  4. #24
    Join Date
    Feb 2007
    Beans
    164
    Distro
    Ubuntu 6.10 Edgy

    Re: What programming language to use?

    Quote Originally Posted by slavik View Post
    Yes, especially when 1 person uses IE6, secon IE7 and third is Firefox ... good luck with that
    If you want to be a CSS nazi then ya... look out. Using a standard table layout with old school inline CSS is supported browser-wide since the dark ages though. Most business apps will take this approach to simply save time.
    I pronounce You-Buntu however I want.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •