(Updated: 2006.08.15 02:34:55 PM)
| |
So, how can I get started with Internet Programming?
General Internet Programming issues:
So you think this internet thing is going to catch on?
A few things you must understand and have to keep in mind
- Whenever you do Internet Programming you are at a minimum working in a Client Server (2-Tier) environment
- The Internet is stateless. If you are used to network programming, where you have the
luxury illusion of a permanent connection to the server, this is the hardest and possibly the most important concept you must understand.
- Internet applications must be scalable. You are not dealing now with a few controlled users in a LAN but potentially thousands or more. Keep that in mind.
- Unless you are programming for an Intranet and therefore have a captive audience, you do not know what type of equipment, and most importantly, browser, your clients will use. Plan your layouts accordingly. Not everyone has your bandwith, memory and speed.
If you use Visual FoxPro...
I use DNS2Go and host it on my own server in my home. This give me complete control. DNS2Go handles my dyanmic broadband IP so that it operates as if it is static. It can be as inexpensive as $19.00 per year.
http://www.deerfield.com to take a peek. --
Grady McCue
A bunch of answers and information about using Active FoxPro Pages is available at the AFP FAQ.
To mimic the look and feel of Windows XP stylish web pages there are Voodoo Web Controls of EPS Software.
If you use Visual Basic...
but as VB and ASP are deprecated and obsolete you should move to VB.NET (or C#) and ASP.NET
Check online guides, tutorials and help sites, like:
WebsitePatterns (a Wiki Wiki web link)
Ht Ml Reference
MSDN online resources
Contributors: Steven Black Alex Feldstein
Category Web Development