Results 1 to 2 of 2

Thread: Hello fellow newbies..

  1. #1
    Join Date
    Aug 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Hello fellow newbies..

    I have been out of the programming arena for about 12 years and decided to start playing in the sand box again.... QT looks like it's going to be fun!

    First and foremost I'm just looking to learn... so I'll spend a lot of time reading and trying tutorials.... maybe even buy a book from chapters....

    I would eventually like to write a small application that's web enabled to be used for scheduling appointments for oil changes with a database that will hold the customer information. Then who know's what I'll do after that!

    I look forward to learning from all of your posts!

    Thanks!
    JC

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Hello fellow newbies..

    For the database, I'd research something like sqlite (http://www.sqlite.org/) rather than rolling your own. Once you have a database, then I'd start designing the GUI to access that database, but this would be an application rather than web-based.

    If it's web based your after, Qt isn't really the right thing to use (although it is of course possible). I'd use PHP with a MySQL backend. Other people use ASP or PERL, or one of the many other languages for web development.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.