[Interest] Program application on website
Atlant Schmidt
aschmidt at dekaresearch.com
Tue Jan 31 18:37:36 CET 2012
Sujan:
> ...and now I want that program to work on a website. Is it possible to do??
I think you need to ask us a "more concrete" question.
In exactly what way do you want your program to "work on
a website"? Are you writing a Qt program that should be able
to access data from a website? Send data to a website? Be
downloaded from a website?
Let me try to give you a general answer to get things rolling:
Basically, a web server is just a system that takes requests in
a certain format (a "GET" message that uses a URI to specify
a resource on the web server) and returns one response as
a result.
The protocol used is HTTP. The request can be for a single
image or an audio file or a video file or what-have-you,
or the request can be for a document (say, an HTML
document) that, once received, then causes your local
program (the client) to "get" other resources (such as
images and audio file and video files).
The resource you request from the web server can also
be a "CGI" document that first needs to be processed by
the web server but eventually, after processing, is delivered
to your client as an ordinary single resource.
Other messages also exist, allowing your client to push
data back up to the web server for storage or for further
processing.
Atlant
From: interest-bounces+aschmidt=dekaresearch.com at qt-project.org [mailto:interest-bounces+aschmidt=dekaresearch.com at qt-project.org] On Behalf Of Sujan Dasmahapatra
Sent: Tuesday, January 31, 2012 11:53
To: interest at qt-project.org
Subject: [Interest] Program application on website
Dear Friends
How can deploy an application on a website. I want to develop an application program using Qt, and now I want that program to work on a website. Is it possible to do?? Please give me some lights on this, I am somewhat ignorant about website application interaction. Thanks for any help. Thanks Sujan
--
Thanks & Regards
Sujan Dasmahapatra
B.E. (Aeronautics)
Bangalore, India
Ph:91-9900839788
mail id : sujan.dasmahapatra at gmail.com<mailto:sujan.dasmahapatra at gmail.com>
yahoo msn : dasmahapatra.aerodynamics at yahoo.co.in<mailto:dasmahapatra.aerodynamics at yahoo.co.in>
icq # 556023244
skype:sujan.dasmahapatra at skyepe.com<mailto:skype%3Asujan.dasmahapatra at skyepe.com>
msn: sujan.dasmahapatra at hotmail.com<mailto:sujan.dasmahapatra at hotmail.com>
public profile : http://in.linkedin.com/pub/sujan-dasmahapatra/17/269/aa6
Click here<https://www.mailcontrol.com/sr/3hRZCwxMG4!TndxI!oX7UjaeDmea67kXpth5f92LqVxXFO1jp6LrxE75dFSaxtUHX98DmNUOWCvC8dmstCo9uQ==> to report this email as spam.
________________________________
This e-mail and the information, including any attachments, it contains are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message.
Thank you.
Please consider the environment before printing this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120131/c001776e/attachment.html>
More information about the Interest
mailing list