473,796 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4531
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.c o.uk> wrote in message
news:7e******** *************** ***@posting.goo gle.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?

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*********@zi na.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.go ogle.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
1719
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 a web pointer for php. <OT> I will also be happy if somebody guide me to a group for web page development and all tools used for the same. </OT> Thanks for any help.
7
2945
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 in Nederlands, maar Engels is ook goed. Thnx, Rensjuh
0
1460
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 -- comments welcome! "Create beginner's programs" <url: http://home.no.net/dubjai/win32cpptut/w32cpptut_01_07.zip> This part focuses on basic techniques and approaches to programming, so it could have been titled "Basic methodologies and...
15
4233
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 avaliable at... http://www.geocities.com/binnyva/code/javascript/advanced_tutorial/ If any of you could spare the time, please have a look at my tutorial
1
1166
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 any GUI support for such ease (unless I just can't find it). I've even tried creating an aspx page in Dreamweaver but when I load it in VS.Net, is just doesn't work quite right.... I see many nice sites done in ASP.Net, so I know it can be...
10
2430
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 of free IDE. So I discovered that I needed to download a virtual server, so I downloaded OmniSecure and followed the set up instructions as far as I could figure them out. So here is where I'm stuck. 1) While trying to set up and configure...
1
1805
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. I realise that I learn better if I explain things as I go along. My suggestion is, I start a tutorial as I learn the concepts of the language from the beginning though I'm not exactly a beginner, I've started c++ a couple of months ago and I...
2
19354
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 we set about doing that. Every program starts with a specification, this may be a several hundred page document from your latest client or one small paragraph from your professor and pretty much anything in-between. The specification is very...
22
18154
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 programmer and looking for a starting point in regards to practical projects to work on. What are some projects that beginner programmers usually start with? Please list a few that would be good for a beginner PHP programmer to
0
9673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10168
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9047
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.