Forum Moderators: open

Message Too Old, No Replies

Is Dreamweaver really all it's cracked up to be?

Tried switching from FP but DW is awful

         

Macro

4:36 pm on Dec 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've been using FP for years and have found some of the tips in this forum very useful (thanks pageoneresults). For various reasons I thought I'd also get familiar with DW and I've got the free Dreamweaver MX trial. It's only day one and I'm already regretting it.

1. SSI. The help index does not seem to have ever heard of SSIs. But, browsing through the various drop down menus I've found that it does exist. (Is this the typical quality of the program's help?)

2. It doesn't see hyperlinks properly. Maybe it's me but if I open a W3C page (not done in FP) and have both code and design views open I can click on the linked text in design view and nothing happens! (In FP it selects the whole text and when you click on the hyperlink button it tells you where the link goes to). If I select the whole link text and click on the button it doesn't recognise that there is already a href and offers me a browse button. If I browse and choose a file it creates another href tag. If I select the whole line in code view (including the href tags etc) and then click the button it still doesn't work properly!

3. Oh, one other thing.... using it on a Windows 98 machine I can use Alt + Tab to switch to another open window but can't use Alt + Tab to get back into DW. I have to shut down all other Windows to get back to DW.
(To be fair this only happens when I have a page open in DW but why do I have to close pages I'm editing just so I can check my email?)

Aaarrgghhhh! Is it me or is this the start of a lot more problems? Do I ditch it now?

DerekH

5:08 pm on Dec 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm hardly best placed to reply as I don't use frontpage.

What I *would* say though, was that I found Dreamweaver rather oppressive at first - nothing seemed all that obvious.
In time, I developed "my way" of doing things, and I found the tool much more intuitive and flexible once I'd become familiar with bits of it.

All I'd say is that it takes a while to become proficient in it, but now I can do what I want without a second thought, it seems very comfortable to use.

I still remember day one, wondering what on earth it was all for! <grin>

DerekH

Hanu

5:26 pm on Dec 13, 2004 (gmt 0)

10+ Year Member



First of all, what's your Workspace Setup? Coder or Designer? Check under Edit - Preferences - General - Workspace Setup. I recommend Designer and the rest of my post applies to the Designer setup only.

>1. ... The help index does not seem to have ever heard of SSIs ...
There is some help for SSI. Hit F1, click Index tab, type "server-side includes". There is more info about ColdFusion as it's MM's approach to dynamic content.

>2. It doesn't see hyperlinks properly.
Below the Code/Split/Design view there's the Properties dock. It may be in collapsed state on your machine. Expand it by clicking it. Click any link. You do not need to select the whole anchor text. The Properties dock shows the href and you can change it for the whole link.

>3. Oh, one other thing
Strange ...

Jon_King

1:23 am on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Man I've built a ton of sites with DW, I really like it now. It took a bit to learn and it sounds as if it doesn't come close to the development process of FP by the trouble you are having. I know you are experienced and it seems not to be an intuitive switch. It has done everything I've ever needed really well.

To answer one of your questions, the design view does not function as a browser. You can't click a link. Hit F12 and the page will open in your default browser. (you can hotkey all your browsers for testng if you like)

Macro

10:56 am on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks guys.

Hanu,

1. I've found it now but it's weird that the search feature in the help doesn't find either "SSI" or "server side includes". Maybe the search in help just doesn't work properly.

2. That has helped. It's true it's not intuitive and it does require more clicks that the MS way ... but it does the job.

3. Still can't figure this one out.

And I have a couple of new problems. I'll keep plugging at it but can't afford to spend more than a few more hours. If I can't do all that I need to reasonably quickly in DW then I'll have to drop it altogether.

As long as I don't use certain FP specific features I won't need the FP extensions on the server. And that's what I may have to resort to in the end. But, yes, I can see some nice features in DW. It's a pain they didn't make things easier. Even their online "getting started" is a flash. I wanted to read it last night but at 2.00 in the morning didn't fancy turning on my 6.1 speaker set when a nice illustrated html manual would have been more than sufficient!

topr8

11:53 am on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



imho,

the layout and ease of use of dw has gone downhill since version 3

... however the added functionality for ddynamic sites since ultradev is fantastic.

good luck with it, dw is a very powerful tool, but it took me quite a while to get used to it.

>>Aaarrgghhhh! Is it me or is this the start of a lot more problems? Do I ditch it now?

if you have time to stick with it and you want to build (asp especially) dynamic sites, then it is absolutely worth sticking with, it is very powerful. personally i don't use the library or template functionality as i don't like the commented code that it produces, also code does need to be tidied up, and annoyingly the interface doesn't show png's properly.

be prepared to put time in, i don't think it is that intuitive

Macro

12:08 pm on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>f you have time to stick with it and you want to build (asp especially) dynamic sites

Ah, but I don't want dynamic. It's just a simple static 500 page site I've bought. I'd like it to continue without FP extensions.

stever

12:18 pm on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It is powerful, but rewards time and effort put in to understand it (especially in terms of writing compliant code).

For example, many functions have two or three different ways to apply them (right-click, property manager, toolbar) and it depends on what you are most comfortable with or what is best for the particular situation.

The Design View is an equivalent for FP transfer users who want to drag-and-drop and point and click. This is where most of the complaints about DW "writing code" come from.

If you use Code View or Mixed View you will get an idea of what the programme does with the code. It also helps if you have an idea of CSS.

If you are going to throw your hands up after a couple of days, then you probably are better off sticking with something you are comfortable with like FP. I'm not sure why you can't use FP even if you don't want FP extensions - they are not compulsory, are they? ;)

Macro

12:21 pm on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Extensions aren't cumpulsory but if you use FP's SSI ("include" pages) then they won't work without the extensions. You could hand code SSIs into each page, of course. Apart from SSIs I don't need any fancy features. Really. Promise.

Jon_King

1:07 pm on Dec 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SSI's are really easy in DW.
Insert>HTML>Script Objects>SSI Then browse to the file you want included...

bill

1:54 am on Dec 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Extensions aren't cumpulsory but if you use FP's SSI ("include" pages) then they won't work without the extensions.

That's not correct. FP's Include Page is processed when you save the page in FP. Server extensions are not required at all. I use FP included on several sites that are hosted without the extensions. The FP extensions are used for form processing, the search component, and things like that. And keep in mind that FP2003 is moving away from the server extensions altogether in favor of Microsoft SharePoint Products and Technologies.

Paul_B

4:44 pm on Dec 15, 2004 (gmt 0)

10+ Year Member



Win 98, eh?

Before XP and with 256Mb of ram I couldn't run DW and fireworks at the same time. As I recall it wasn't even a RAM problem but 'system resources'. This could be problem 3 if you are right on the limit...

bcolflesh

4:47 pm on Dec 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



...FP2003 is moving away from the server extensions altogether in favor of Microsoft SharePoint Products and Technologies.

Eh - bear in mind that most SharePoint functionality requires ActiveX - so you're limited to IE users only.

Macro

5:31 pm on Dec 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Paul_B, it's 98SE actually. With a GB of RAM (and yes, the Vcache adjusted to cover 98's limitations with handling 1 GB and above/swap file optimisations etc). It has decent other hardware. I've got several XP machines at my disposal but when trying something new it has to work on the older gear or I won't use it.

'system resources' could mean "free" RAM. Some programs don't release the RAM pages when they are done. After a while the available resources (free RAM) drops below acceptable levels and you have to reboot. There are programs that refresh your RAM... but I'm fairly sure that "resources" is not the issue here.

europeforvisitors

11:57 pm on Dec 20, 2004 (gmt 0)



Eh - bear in mind that most SharePoint functionality requires ActiveX - so you're limited to IE users only.

Only if you're using features that require such functionality, which normally wouldn't be required (or even a good idea) on a public Web site as opposed to a corporate intranet.

caine

12:07 am on Dec 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



DW and FP are very indistinguishable to a certian level at expert user level (nowadays), but its when you want to move away from set-in-stone approaches (FP) and move to open source that (DW) starts to show its uncompromising abilities. Each in the major area's of wysiwyg - text code editor can do the job, but FP is a tainted beast (Microsoft-FrontPage Extensions) unfortunately, and certainly when i was learning the various programs which included FP, DW, Arach, Hot metal, etc - DW shone.

However there are some serious hard care FP followers around the forums that not only say but do and create the mustard - so intrinsically it's a choice of style more than ability - and to take it further if you get to the point where the program has a limit - then all of them are limited in some way. If your good become great and if your great - get paid for it!

pageoneresults

12:17 am on Dec 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'd like it to continue without FP extensions.

Why do you want to continue without FP Extensions? Are you having some problems there?

P.S. I tried making the switch a couple of years ago. I worked with DW for about a week and then decided that FP was more than capable of performing what I needed it to do. To this day, I haven't been able to throw anything at it that it could not handle.

DW and FP are very indistinguishable to a certain level at expert user level (nowadays).

It's so nice to see comments like that. :)

And thanks Macro for the reference.

I've been using FP for years and have found some of the tips in this forum very useful (thanks pageoneresults).

europeforvisitors

4:54 pm on Dec 21, 2004 (gmt 0)



intrinsically it's a choice of style more than ability

Exactly. I've always thought that FrontPage is a much better program for editors and content writers (e.g., people like me who create and maintain editorial sites), while Dreamweaver is more geared to graphic designers (many of whom, like Dreamweaver, come from Macintosh environments). The best way to compare the two programs is to try them out and see which one enhances your productivity--not someone else's, especially when that "someone else" may have very different tastes and needs from your own.

voices

6:08 pm on Feb 2, 2005 (gmt 0)

10+ Year Member



I used HotMetal Pro for years, really hated Dreamweaver when I first started with it. It is always hard to change software, it slows you down when you don't know where anything is anymore.

Macro

6:22 pm on Feb 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>Why do you want to continue without FP Extensions?

Because of what caine said. I don't like being trapped. Fortunately, I don't use borders, themes etc. But I do use substitutes and one or two features that require the extensions. In retrospect I should not have used those features when I started.

I have to admit I gave up with DW. Maybe it's me; this old dog just isn't that great at learning new tricks.

>>I've always thought that FrontPage is a much better program for editors and content writers (e.g., people like me who create and maintain editorial sites)

I've come to that same conclusion.

Joe Belmaati

2:29 pm on Feb 4, 2005 (gmt 0)

10+ Year Member



I started out using Front Page and it was a great way to learn the basics of webdesign, even through hours of frustration trying to line up tables etc. After 6 months or so I tried the free DW download and played around with it for a couple of weeks. Then I decided to get the entire Studio Pack. After all, Flash and the entire enchilada was in there.

After a while I got very frustrated about the ftp interface. Around 6 times out of 10 it would time out and not connect to the server properly. (Never had that problem with Front Page). I sent several emails to Macromedia and received automated replies telling me I wasn't eligible for support or something to that effect.

Having dabbled a bit in the code window through the months and getting grey hairs from the FTP problem, I finally took my super-coder friend's advice and used a text editor instead. The learning curve was a bit steep, but I found out that what I wanted to achieve could be done with 1/3 the code Front Page inserts and 1/2 the code DW inserts. Furthermore, no more scratching my head looking at the designer window wondering why the tables aren't lining up, cells are missing or whatnot. Going the extra mile to actually learn the basics of markup language freed me from the constraints of visual editing.

I haven't looked back since. I adore the image/graphics editor in the Studio package called Fireworks. Just what I need for creating those roll over image buttons. But as far as site layout goes, it's text editor only for me. The best part: My favorite text editor has a simple save to remote/open from remote FTP interface. It comes with all the syntax highlighting I need, and the price is very competitive: $0.00

Oh, it's called Crimson Editor.

Sorry, back to the subject matter..

Macro

3:46 pm on Feb 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Joe, I wish I had the time to learn html, CSS, js and various other skills but, as much as it probably riles some of the purists in here, I don't intend to (not now, anyway).

Not all of us are designers, coders or professional site builders. I maintain our company sites part time and, trust me, I have more than enough other things to do. With the little time I have to spend on the sites it makes sense to just use a WYSIWYG. I suspect others find themselves in the position I'm in.

OK, it won't be W3C compliant. It may have extra code. However, given a choice of concentrating on keeping the site/s updated .... or getting into tweaking the code ...the choice is clear.

Joe Belmaati

4:01 pm on Feb 4, 2005 (gmt 0)

10+ Year Member



I'm not a purist by any measure. Whatever gets the job done. What I did find, though was that the only way I could line things up perfectly and make them show the same across all browsers (nearly) was doing it by hand, so to speak. Front Page was a great way for me to get started.

One of the neat things about text editors is user macros. I have a few such shortcuts setup. For instance when I click Alt + F1 this get pasted in at my cursor:


<table cellspacing="0" cellpadding="0">
<tr>
<td width="100%"></td>
</tr>
</table>

The idea is simple: Put a table here. Add alignment there. Add a css class in my style sheet - yadayada.

I find myself making webpages at a faster pace (maybe I'm kidding myself) and much more cross browser compliant. Oh, and I am neither a code-pro or designer. I am a music producer :D

Macro

4:31 pm on Feb 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



alignment?
css?
class?
style sheet?

You've lost me, amigo :)

cooldoug

4:00 am on Feb 15, 2005 (gmt 0)

10+ Year Member



For the price-NO.