"jamie" <(E-Mail Removed)> wrote in news:16bd01c4d1c1
$a2688a70$(E-Mail Removed):
>
> I am confused....
> I am trying to start getting into internet programming
> and creating web pages with a "wow" effect beond the
> plain-jane html document, but I dont know where to start.
Do you know HTML yet? If not, learn HTML first.
> I have heard and have been bombarded with dreamweaver,
> but I dont know how all of that ties togeter, if it
> does at all.
Dreamweaver is an HTML editor.
> Is vb.net all I need? Is dreamweaver
> just a faster way of producing web pages independent
> of vb, or......??????
It's easier to do layout with Dreamweaver, but you more or less still
need VS.NET to program - unless of course you wish to use the command
line .NET compiler.
> I am lost.
> Any and all enlightenment on the subject
> would be appriciated.
Here's are some good places to start:
http://aspnet.4guysfromrolla.com/
http://www.w3schools.com
http://www.asp.net
Before you start, you need to get familiar with terminology pertaining
to the internet, browser technology, html, xml, web applications,
programming languages, object oriented programming, programming
constructs, sql, SQL Server, MySQL, .NET, Perl, Flash, Java, JSP, ASP,
CFML, etc. If you don't understand these basics first, I don't think
you're ready to start developing web applications.
So start researching a few of these topics first... get a grasp on those
topics first before diving into and trying to build a web application.
If you don't learn the fundementals first, you'll soon find that the
stuff you're trying to do is way above your head.