Re: Need to write my first web application - scratching head
- From: "Twayne" <nobody@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 27 Apr 2008 17:33:28 GMT
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
I'm going to go astray of the PHP gods for you, but I would seriously
recommend that, since you already have a background, Visual Basic (not
free) and visual Basic .NET (two entirely DIFFERENT animals regardless
of their name), are RAD programs and can do exactly what you want. The
compiler comes with it, and the executables for delivery are very small
compared to most other languages.
I would recommend VB version 6 with SP6 and the MSDN Help system.
VB.NET is OK too but more complex and not necessary for what you want to
accomplish.
I do not mean to say you can not do it in PHP; you definitely can, and
likely for a lot less money. A local server on your system, PHP and
you're ready to write code. I am only pointing out another route - the
one I would follow if it were me.
I should also mention I am not a guru in either language; only
experienced in the areas I am interested in; self taught mostly.
My 2 ¢, FWTW <g>
Twayne
.
- 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: array as boolean
- Next by Date: Re: Fill in the blank
- Previous by thread: Re: Need to write my first web application - scratching head
- Next by thread: Bug ? Lock a php file until it is processed ?
- Index(es):
Relevant Pages
|