Results 1 to 9 of 9

Thread: Create a Website

  1. #1
    Join Date
    May 2010
    Posts
    21
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Create a Website

    Hi, how do I create a website using Qt?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Create a Website

    Quote Originally Posted by Trader View Post
    Hi, how do I create a website using Qt?
    Good question, I still trying to make good pasta all'arrabiata using Qt...

    No seriously, what do you mean? Use QString to create your HTML and save it to a file. And you have your website.

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

    Default Re: Create a Website

    Qt isn't too good at websites. Have a look at something like Dreamweaver instead. It's far more suited.

  4. #4
    Join Date
    May 2010
    Posts
    21
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Talking Re: Create a Website

    I would replace Java, PHP, ASP.NET, Ruby etc..

    To develop dynamic websites using C++ with Qt.


    Aptana or Dreamweaver for HTML and C++ for engine.

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

    Default Re: Create a Website

    Engine? Do you mean you want to write a web server?

    I don't know anyone who writes websites using Qt, or even plain C++.

    and embedding C++ in HTML is going to be fun, as nobody supports it. Unless of course you embed the HTML in the C++, but that would be just silly.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Create a Website

    Quote Originally Posted by fatjuicymole View Post
    Engine? Do you mean you want to write a web server?

    I don't know anyone who writes websites using Qt, or even plain C++.
    I do

    and embedding C++ in HTML is going to be fun, as nobody supports it. Unless of course you embed the HTML in the C++, but that would be just silly.
    Take a look at "Wt" and similar solutions.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Create a Website

    Quote Originally Posted by Trader View Post
    I would replace Java, PHP, ASP.NET, Ruby etc..

    To develop dynamic websites using C++ with Qt.


    Aptana or Dreamweaver for HTML and C++ for engine.
    Go ahead. You can run any applications you want on the server; it doesn't care what they were written with.

  8. #8
    Join Date
    Dec 2010
    Posts
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: Create a Website

    Good idea!
    Some major web applications of google has been written with Qt.
    You need create a service via Qt and you can use Qt Web Runtime to easy access to Qt API.
    [WIKI]http://developer.qt.nokia.com/forums/viewforum/20/[/WIKI]

  9. #9
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Create a Website

    try this amazing(fast, scalable, native support for multiple language ) web server http://gwan.ch/ you can code in c/c++, this means you can write the entire web app in qt and put it in the server

Similar Threads

  1. get website info with QWebPage
    By timmu in forum Qt Programming
    Replies: 3
    Last Post: 25th August 2009, 09:30
  2. Can QWebPage see changes in a website
    By probine in forum Qt Programming
    Replies: 3
    Last Post: 15th August 2009, 23:23
  3. Replies: 0
    Last Post: 3rd June 2009, 04:26
  4. how does a website such as google gets income
    By babu198649 in forum General Discussion
    Replies: 1
    Last Post: 19th April 2008, 12:06

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.