473,396 Members | 1,826 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Beginner asp tutorial required + dreamweaver or FP

Hi

I have reasonable experience with access. I am just about to start a
web based database project for my computer course.

I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.

I have office xp pro and am in the process of buying and installing
win xp pro. Is there anything else I need?

Idealy I would like to download a simple working access / asp database
to 'play' with and find a tutorial which takes me from a simple access
db using it on the web. - any guidance for either of these would be
appreciated.

After my course project I would like to develop more web based
databases. Should I make the effort to use and learn Dreamweaver now
or should I use MS FP for the projest and learn DW later?

Thanks Colin
Jul 21 '05 #1
7 4513
personally, i would stay well clear of frontpage or dreamweaver. especially
while your learning. they both write very messy ineficient code, and are not
gonna do you ANY favours.

as for tutorials, although the web is a great source for such things, i
still believe a good book to get the groundwork done is the way to go. i
would recomend 'beginning ASP 3.0" by wrox press, or better still, if your
just startting, you should really look into learning .NET

"Colin Kingston" wrote:
Hi

I have reasonable experience with access. I am just about to start a
web based database project for my computer course.

I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.

I have office xp pro and am in the process of buying and installing
win xp pro. Is there anything else I need?

Idealy I would like to download a simple working access / asp database
to 'play' with and find a tutorial which takes me from a simple access
db using it on the web. - any guidance for either of these would be
appreciated.

After my course project I would like to develop more web based
databases. Should I make the effort to use and learn Dreamweaver now
or should I use MS FP for the projest and learn DW later?

Thanks Colin

Jul 21 '05 #2
For my part, I am happy using dreamweaver,web matrix or visual studio.

It is particularly important to build good programming practices when you
start out.
Eg, code indentation, coding conventions and commentting ect

WYSIWYG won't give you those skills, so don't get to reliant on this aspect
of the above products.

XP Pro = good idea, you will get IIS which you will need to do server side
scripting.

Access Database: Not the best idea.
If you are serious about Web based database development, I wouldn't really
bother with Access.
Download SQL Server Developer Edition and begin their, it is a considerable
step up. but if your going to spend
the time learning something it might as well be that.

You will definately need to do some reading, and be married to these forums.

Also unless you are required to learn classic ASP, it may be worthwhile
considering ASP.Net.

If you haven't done this stuff before, asp + access is fine for hobby
projects at home to get you acqainted.
The above instructions will mostlikely cause a bit of grief if you pursue
them, when you begin. It is all definately up hill
at the start. As always over time it gets a lot easier.

AJ
Jul 21 '05 #3
Just read the previous post!

To do ASP.NET just go to www.asp.net and dowload the .NET Framework , Web
Matrix & the SDK.
Like i said this isn't the easiest of courses!!!
Jul 21 '05 #4

"Colin Kingston" <ck****@yahoo.co.uk> wrote in message
news:7e**************************@posting.google.c om...
Hi

I have reasonable experience with access. I am just about to start a
web based database project for my computer course.

I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.

I have office xp pro and am in the process of buying and installing
win xp pro. Is there anything else I need?

Idealy I would like to download a simple working access / asp database
to 'play' with and find a tutorial which takes me from a simple access
db using it on the web. - any guidance for either of these would be
appreciated.

After my course project I would like to develop more web based
databases. Should I make the effort to use and learn Dreamweaver now
or should I use MS FP for the projest and learn DW later?

In my opinion, you should start out using neither, but code your HTML by
hand. MS FP is just plain awful (though I have not used it in several
versions). Dreamweaver is a nice layout tool. But its client-side code is
awful to maintain. Both sheild you from understanding the code you are
working with IMO. I sometimes use Dreamweaver to work on layout with tables
and whatnot, but I never ever ever use its automatically generated
client-side script.

If it were me, I would use Interdev or even Visual Studio.NET can be used to
write ASP classic. Or notepad works great too. I would bet others know of
decent cheap or free editors...
Thanks Colin

Jul 21 '05 #5
On 25 Oct 2004 06:29:18 -0700, ck****@yahoo.co.uk (Colin Kingston)
wrote:
I have reasonable experience with access. I am just about to start a
web based database project for my computer course.

I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.

I have office xp pro and am in the process of buying and installing
win xp pro. Is there anything else I need?
Not to start.
Idealy I would like to download a simple working access / asp database
to 'play' with and find a tutorial which takes me from a simple access
db using it on the web. - any guidance for either of these would be
appreciated.
Try aspin.com for tutorial databases, or do a Google on "ASP Database
Tutorial" and you'll find plenty.
After my course project I would like to develop more web based
databases. Should I make the effort to use and learn Dreamweaver now
or should I use MS FP for the projest and learn DW later?


DreamWeaver will be mor ein demand, but is less easy to use for ASP
coding than a coding environment. FP is solid, and good for
non-developers, but likewise not great for ASP development. Might
look at ASP development tools (or ASP.NET) such as PrimalScript,
VisualStudio or simple free text editors.

Jeff
Jul 21 '05 #6

"Jeff Cochran" <je*********@zina.com> wrote in message
news:41****************@msnews.microsoft.com...
On 25 Oct 2004 06:29:18 -0700, ck****@yahoo.co.uk (Colin Kingston)
wrote:
I have reasonable experience with access. I am just about to start a
web based database project for my computer course.

I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.

I have office xp pro and am in the process of buying and installing
win xp pro. Is there anything else I need?


Not to start.
Idealy I would like to download a simple working access / asp database
to 'play' with and find a tutorial which takes me from a simple access
db using it on the web. - any guidance for either of these would be
appreciated.


Try aspin.com for tutorial databases, or do a Google on "ASP Database
Tutorial" and you'll find plenty.
After my course project I would like to develop more web based
databases. Should I make the effort to use and learn Dreamweaver now
or should I use MS FP for the projest and learn DW later?


DreamWeaver will be mor ein demand, but is less easy to use for ASP
coding than a coding environment. FP is solid, and good for
non-developers, but likewise not great for ASP development. Might
look at ASP development tools (or ASP.NET) such as PrimalScript,
VisualStudio or simple free text editors.


As a self-taught ASP coder (2 years part time - probably intermediate to
advanced level now) I started with an existing ASP site + Access database,
and pulled it apart, then rebuilt it. For starting, I'd recommend 1st Page
2000 from Evrsoft (www.evrsoft.com). It's free and will get you into the
discipline of typing all your code properly without relying on auto-complete
features. I also use DreamWeaver. It produces good clean HTML or XHTML.
Jul 21 '05 #7
g
turorial here:
http://giuciao.altervista.org/free_books.html

ck****@yahoo.co.uk (Colin Kingston) wrote in message news:<7e**************************@posting.google. com>...
Hi

I have reasonable experience with access. I am just about to start a
web based database project for my computer course.

I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.

I have office xp pro and am in the process of buying and installing
win xp pro. Is there anything else I need?

Idealy I would like to download a simple working access / asp database
to 'play' with and find a tutorial which takes me from a simple access
db using it on the web. - any guidance for either of these would be
appreciated.

After my course project I would like to develop more web based
databases. Should I make the effort to use and learn Dreamweaver now
or should I use MS FP for the projest and learn DW later?

Thanks Colin

Jul 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: sathya | last post by:
So far I was learning C and C++. I know little bit of java and html programming. Now I want to know about php. I searched for the faq in www.faqs.org I find nothing. Can any body help me to reach...
7
by: Rensjuh | last post by:
Hello, does someone have / know a good C++ tutorial for beginnners? I would prefer Dutch, but English is also fine. Hoi, heeft / kent iemand nog een goede C++ tutorial voor beginners? Het liefste...
0
by: Alf P. Steinbach | last post by:
The seventh part of my attempted Correct C++ tutorial is now available, although for now only in Word format (use free Open Office if no Word), and also, it's not yet been reviewed at all -- ...
15
by: binnyva | last post by:
Hello Everyone, I have just compleated a JavaScript tutorial and publishing the draft(or the beta version, as I like to call it) for review. This is not open to public yet. The Tutorial is...
1
by: Wayne P. | last post by:
Is there a good reference online to good page design in VS.Net? I am used to tools like DreamWeaver and GoLive that make CSS or table bases layouts a breeze. However, it appears that VS.Net lacks...
10
by: See_Red_Run | last post by:
Hi, I am trying to figure out how to get started with PHP/MySQL. Everything I've read so far says to start with PHP first. I was expecting something like Visual Basic Express or some other type...
1
by: Blue_hatter | last post by:
Hey Guys, I'm a newbie to the whole C++ Programming thing as I think I said before in a post. The thing is, I have this idea that might help me to learn at a better pace than I am doing currently....
2
Banfa
by: Banfa | last post by:
Posted by Banfa The previous tutorial discussed what programming is, what we are trying to achieve, the answer being a list of instructions constituting a valid program. Now we will discuss how...
22
by: ddg_linux | last post by:
I have been reading about and doing a lot of php code examples from books but now I find myself wanting to do something practical with some of the skills that I have learned. I am a beginner php...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.