PDA

Click to See Complete Forum and Search --> : Web Development!


curlywink
Aug 20th, 2000, 06:35 PM
Hi trying to migrate/learn on Web development. What are the things that I should be aware of and why?


Any help much appreciated.

SteveCRM
Aug 20th, 2000, 09:20 PM
I'm trying this also...
Learn the winsock control (easy once you get the hang of it)
This INet control looks popular but Im not sure how to use it, search on vbworld for inet on the forums, you will get at least 5 posts. (good ones) This hasn't been very helpful but hey, its a start. good luck :D

Deftoners
Aug 21st, 2000, 12:54 AM
Well all good webpages uses many different codes that you wouldn't believe.

Try to learn

CGI - Common Gateway Inferface

&

SSI - Server Slid Inclueds (Not a code, its basically ASP)

On really big sites SSI is a life saver! Learn more at

http://www.htmlgoodies.com - Thee Webmasters Haven

Hope this helps! Check Out My site!

Nias
Aug 21st, 2000, 01:12 PM
But whatever you do...

Make sure you have a solid foundation of HTML first. You might find it difficult to write ASP and CGI if you don't understand the tags beyond drag and drop.

My 2 cents worth.

curlywink
Aug 21st, 2000, 05:50 PM
Thanks.