473,395 Members | 1,688 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,395 software developers and data experts.

anyone use Dreamweaver?

I've been doing ASP by hand-coding in either Homesite or Interdev for years.
I have been using Dreamwever for static sites that I make on the side.

I recently was asked to make a form which will store info in an Access
database, and thought it would be a good chance to learn how to use
Dreamweaver MX's ASP capabilities. Haven't tried it yet, but reading up on
it, it seems that it forces you to use Session variables. I'm not a big fan
of session variables, and want to avoid them.

Anyone here use DW MX for ASP? Got any thoughts or experiences you want to
share?
Jul 19 '05 #1
5 2192
hi there

i use DW MX. i'm not sure where you gained the impression that it uses
Session variables.
yes it does perhapse for building Login pages, but apart from that, i can't
think of any examples.
what was your information source, what are you trying to accompish, and why
do you dislike session variables? (they have their place)

jason

"middletree" <mi********@htomail.com> wrote in message
news:OE**************@TK2MSFTNGP09.phx.gbl...
I've been doing ASP by hand-coding in either Homesite or Interdev for years. I have been using Dreamwever for static sites that I make on the side.

I recently was asked to make a form which will store info in an Access
database, and thought it would be a good chance to learn how to use
Dreamweaver MX's ASP capabilities. Haven't tried it yet, but reading up on
it, it seems that it forces you to use Session variables. I'm not a big fan of session variables, and want to avoid them.

Anyone here use DW MX for ASP? Got any thoughts or experiences you want to share?

Jul 19 '05 #2
My info source was a book I was reading, but the name escapes me now.

What I am trying to accomplish is a simple form page to store stuff into an
Access database.

As for my dislike of session variables, I'm not going to go there. I forsee
a long thread of people taking sides, and I'm just not up for that.

"jason kennedy" <ja***@pinhut.com> wrote in message
news:el*************@TK2MSFTNGP09.phx.gbl...
hi there

i use DW MX. i'm not sure where you gained the impression that it uses
Session variables.
yes it does perhapse for building Login pages, but apart from that, i can't think of any examples.
what was your information source, what are you trying to accompish, and why do you dislike session variables? (they have their place)

jason

"middletree" <mi********@htomail.com> wrote in message
news:OE**************@TK2MSFTNGP09.phx.gbl...
I've been doing ASP by hand-coding in either Homesite or Interdev for

years.
I have been using Dreamwever for static sites that I make on the side.

I recently was asked to make a form which will store info in an Access
database, and thought it would be a good chance to learn how to use
Dreamweaver MX's ASP capabilities. Haven't tried it yet, but reading up on it, it seems that it forces you to use Session variables. I'm not a big

fan
of session variables, and want to avoid them.

Anyone here use DW MX for ASP? Got any thoughts or experiences you want

to
share?


Jul 19 '05 #3
a simple form to store stuff in an access database won't require session
variables, and dreamweaver won't create any.
at the most, if it is a form spread over multiple pages, you can use hidden
fields to pass data between pages.

i don't think criticising session variables will start a for and against
(this isn't the macromedia.dreamweaver forum!), there are obvious reasons to
limit their use. but session variables In Themselves are neither good nor
evil, it's how they're used. :)

jason

"middletree" <mi********@htomail.com> wrote in message
news:eX**************@TK2MSFTNGP09.phx.gbl...
My info source was a book I was reading, but the name escapes me now.

What I am trying to accomplish is a simple form page to store stuff into an Access database.

As for my dislike of session variables, I'm not going to go there. I forsee a long thread of people taking sides, and I'm just not up for that.

"jason kennedy" <ja***@pinhut.com> wrote in message
news:el*************@TK2MSFTNGP09.phx.gbl...
hi there

i use DW MX. i'm not sure where you gained the impression that it uses
Session variables.
yes it does perhapse for building Login pages, but apart from that, i can't
think of any examples.
what was your information source, what are you trying to accompish, and

why
do you dislike session variables? (they have their place)

jason

"middletree" <mi********@htomail.com> wrote in message
news:OE**************@TK2MSFTNGP09.phx.gbl...
I've been doing ASP by hand-coding in either Homesite or Interdev for

years.
I have been using Dreamwever for static sites that I make on the side.

I recently was asked to make a form which will store info in an Access
database, and thought it would be a good chance to learn how to use
Dreamweaver MX's ASP capabilities. Haven't tried it yet, but reading
up on it, it seems that it forces you to use Session variables. I'm not a
big fan
of session variables, and want to avoid them.

Anyone here use DW MX for ASP? Got any thoughts or experiences you
want to
share?



Jul 19 '05 #4
I use dreamweaver as a code editor and site managment tool. That's it
though. I never recommend the use of the tool for actually developing
an entire website through the GUI. Dreamweaver does very bad code and
doesn't clean it up well.

hth,
Andrew J Durstewitz

* * * Sent via DevBuilder http://www.devbuilder.org * * *
Developer Resources for High End Developers.
Jul 19 '05 #5
The form in question is long, so I might divide it up. If so, I was planning
on using hidden fields.
You have answered me that I have nothing to be afraid of by using DW for
this, so I will see what happens when I work on it tonight.

thanks,

James W

"jason kennedy" <ja***@pinhut.com> wrote in message
news:eq**************@TK2MSFTNGP11.phx.gbl...
a simple form to store stuff in an access database won't require session
variables, and dreamweaver won't create any.
at the most, if it is a form spread over multiple pages, you can use hidden fields to pass data between pages.

i don't think criticising session variables will start a for and against
(this isn't the macromedia.dreamweaver forum!), there are obvious reasons to limit their use. but session variables In Themselves are neither good nor
evil, it's how they're used. :)

jason

"middletree" <mi********@htomail.com> wrote in message
news:eX**************@TK2MSFTNGP09.phx.gbl...
My info source was a book I was reading, but the name escapes me now.

What I am trying to accomplish is a simple form page to store stuff into

an
Access database.

As for my dislike of session variables, I'm not going to go there. I

forsee
a long thread of people taking sides, and I'm just not up for that.

"jason kennedy" <ja***@pinhut.com> wrote in message
news:el*************@TK2MSFTNGP09.phx.gbl...
hi there

i use DW MX. i'm not sure where you gained the impression that it uses
Session variables.
yes it does perhapse for building Login pages, but apart from that, i

can't
think of any examples.
what was your information source, what are you trying to accompish, and
why
do you dislike session variables? (they have their place)

jason

"middletree" <mi********@htomail.com> wrote in message
news:OE**************@TK2MSFTNGP09.phx.gbl...
> I've been doing ASP by hand-coding in either Homesite or Interdev
for years.
> I have been using Dreamwever for static sites that I make on the side. >
> I recently was asked to make a form which will store info in an Access > database, and thought it would be a good chance to learn how to use
> Dreamweaver MX's ASP capabilities. Haven't tried it yet, but reading

up
on
> it, it seems that it forces you to use Session variables. I'm not a

big fan
> of session variables, and want to avoid them.
>
> Anyone here use DW MX for ASP? Got any thoughts or experiences you want to
> share?
>
>



Jul 19 '05 #6

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

Similar topics

11
by: jm | last post by:
Somebody on here recommended Dreamweaver with PHP. I am coming from (still using really) ASP and ASP.NET. PHP is more like ASP and not a whole lot like .net, but I wanted to know how Dreamweaver...
0
by: Gregory | last post by:
I am using OS X and Dreamweaver MX. I am trying to make a connection to the MySQL Server from within Dreamweaver using the Applications panel and clicking on the "+". A window opens asking for:...
3
by: Richard Lawson | last post by:
I am working on a site which is written in Dreamweaver. Is it possible to write pages in ASP inside of a Dreamweaver site? Rich
1
by: Tony Mascolo | last post by:
I am just wondering if dreamweaver still has a timeline or animations section. I was able to quickly do this with dreamweaver 2 or 3, not sure, and it was a bit like the flash timeline. Is there...
102
by: RFox | last post by:
I date back to the early days of the web when HTML was limited but very managable, and have always maintained that hand-coding HTML gives you far better control and cleaner HTML markup than any...
0
by: Zorba.GR | last post by:
Macromedia Dreamweaver MX 2004 v7.0.1 Incl Keymaker, and Addons, other Workhouseboys Design The Transmitter Buttons v1.0 for Dreamweaver MX WebAssist WA eCommerce Suite v2.01 RETAIL for...
0
by: Ian | last post by:
Hi there, I have my default editor i.e. Open With set to dreamweaver... If I try and add a standard webform.... it goes ahead a creates it and then opens it in dreamweaver but just before that...
171
by: tshad | last post by:
I am just trying to decide whether to split my code and uses code behind. I did it with one of my pages and found it was quite a bit of trouble. I know that most people (and books and articles)...
20
by: ridergroov | last post by:
I had this message previously in another group and I was told to try here. Hopefully someone can help out. Site was created in Dreamwaver MX 04 and I cna't figure out why there are so many errors...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
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...

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.