Re: Need to write my first web application - scratching head
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sat, 26 Apr 2008 14:42:03 -0400
Mike Silva wrote:
Hello all,
I'm a longtime programmer (embedded with a smattering of desktop stuff
as well) who knows very little about web programming. Right now I am
developing the prototype of a multi-user application in MSVC++, but I
think it would make more sense to redo the app as a web application
(which I know almost nothing about, remember). From poking around I
see that PHP is a fairly mainstream candidate for me to consider.
Now, I will continue to poke around in this group and on the web to
gather the fundamentals as to how I need to proceed, but in the
meantime I'm hoping for a few words of wisdom.
So, regarding developing a web application w/ a small database, what
are the key things I need to know? What are the key things I need to
avoid? How can I maximize my chances of success and minimize my
chances of throwing my computer off the balcony?
One requirement of this application is to be able to print from the
client computers, so I presume some code will need to be located there
as well as on the server. What is the typical way to do this?
Thanks for any and all tips.
Mike
Mike,
I think your project is better suited to MSVC++.
If you write this as a web app, you'll need a web server. If the web app needs to run standalone, you'll need to install a web server on the standalone machine.
Additionally, from PHP you have only partial control over how the page is displayed or printed. Validated HTML code will give you a recommendation, but the user's browser always has the final word (i.e. what happens if the browser is using larger than normal fonts?).
The same goes for printing. You have no way to tell from the PHP end what the characteristics of the printer are, so you have no way to format the page to make maximum use of the printer.
There are a lot of uses for PHP and a web app, but I don't think this is a good one.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Need to write my first web application - scratching head
- From: C. (http://symcbean.blogspot.com/)
- Re: Need to write my first web application - scratching head
- From: Mike Silva
- Re: Need to write my first web application - scratching head
- References:
- Need to write my first web application - scratching head
- From: Mike Silva
- Need to write my first web application - scratching head
- Prev by Date: Re: a little help with preg_match
- Next by Date: Re: Bug ? Lock a php file until it is processed ?
- Previous by thread: Re: Need to write my first web application - scratching head
- Next by thread: Re: Need to write my first web application - scratching head
- Index(es):
Relevant Pages
|