Go Back   Web Hosting UK Forums | Linux Windows Dedicated Server and cPanel VPS Hosting Forum > Services > Web Designing and Development

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-09-2007, 05:15 PM
Member
 
Join Date: Jun 2007
Posts: 56
Default Macromedia Dreamweaver or Adobe Dreamweaver

Does anybody out there use Dreamweaver to make their website?
I know I used Dreamweaver to make my site but I also tryed other programs at the time, before I bought Dreamweaver.
I used before that Mozilla to compose my site. Then I bought Adobe Dreamweaver CS3. It pwns. Nothing else said.
It's an excellent program to make your website with. Great features, easy to use.
It's brilliant. I would totally recommend this to people making their site. My site made with Dreamweaver ----> anime-library.org
Reply With Quote
  #2 (permalink)  
Old 07-09-2007, 06:55 PM
Pumazooma's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Oxford
Posts: 271
Default

I use DW8 and DW2004MX. I tend to use them in code mode though as I find the WYSIWYG part isn't always representative of what you really see.

Your top banner sits a little to the left (in firefox at least) and I'm not sure about black text on a very dark background but it's not a bad start.
Reply With Quote
  #3 (permalink)  
Old 07-09-2007, 08:48 PM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

IMHO ditch the splash screen and the animated gif - so nineties it's possibly illegal.

Also on my monitor at 1680 x 1050 your navigation is floating on its own about 200px from your content and your affiliate text disappears off the background so only half of it is legible. Plus your code is a mess with multiple nested divs, spans and table cells which I suspect is largely Dreamweaver's fault.

I'm not going out of my way to be horrible mate but I think that in this case using Dreamweaver has actually made your site more complicated and less flexible than it needs to be. You could have hand coded this pretty easily just using a decent text editor and made a much better job of it.

Everything Puma says is right, DW is ok as a text editor/IDE (although if you're doing any back-end stuff I wouldn't recommend it) but like all WYSIWYG editors you don't get what you see.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #4 (permalink)  
Old 07-09-2007, 10:07 PM
Member
 
Join Date: Jun 2007
Posts: 56
Default

Quote:
Originally Posted by kev woodman View Post
IMHO ditch the splash screen and the animated gif - so nineties it's possibly illegal.

Also on my monitor at 1680 x 1050 your navigation is floating on its own about 200px from your content and your affiliate text disappears off the background so only half of it is legible. Plus your code is a mess with multiple nested divs, spans and table cells which I suspect is largely Dreamweaver's fault.

I'm not going out of my way to be horrible mate but I think that in this case using Dreamweaver has actually made your site more complicated and less flexible than it needs to be. You could have hand coded this pretty easily just using a decent text editor and made a much better job of it.

Everything Puma says is right, DW is ok as a text editor/IDE (although if you're doing any back-end stuff I wouldn't recommend it) but like all WYSIWYG editors you don't get what you see.
It's okay I take them as something to look up on and fix.
I will take all your points into account.
I will get rid of the splasher.
Erm Coding was never my best point, so coding it wouldn't be easier for that.
I've noticed that some other stuff are out of place with other people, it seems to be in place with me. But when other people look at it. It's all out of place.

This is what it's really meant to look like, but it only looks right on my computer.
http://img372.imageshack.us/img372/9731/show1ax7.jpg
http://img393.imageshack.us/img393/1851/show2lw6.jpg
http://img372.imageshack.us/img372/805/show3ug9.jpg


Those 3 page are the home page, the affliate page and the crew page.

I will fix it up and come back to you.
Thanks for that kev woodman. I appreciate it.

Last edited by Inu^^; 07-09-2007 at 10:18 PM.
Reply With Quote
  #5 (permalink)  
Old 07-10-2007, 05:16 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

It really isn't that difficult to learn a little bit of (X)HTML and CSS and even if you are going to carry on using DW you'll get a lot more out of it if you can understand the code it is producing.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #6 (permalink)  
Old 07-10-2007, 08:41 AM
Pumazooma's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Oxford
Posts: 271
Default

Quote:
Originally Posted by Inu^^ View Post
This is what it's really meant to look like, but it only looks right on my computer.
Ah the wonders of multiple browsers.
The worst offender is IE.

Your page can look beautiful on firefox and all to cock on IE. For no real reason (although it's sometimes something silly like IE needs margin defined as zero where firefox assumes it's zero unless you say otherwise). It's always worth viewing the page in all the browsers you can get your hands on.

I've recently got into CSS and that's very easy to learn and code and reduces a lot of the complexity of the page design.

The HTML for the site is reduced to a very simple set of divs with your text in each one and then the CSS handles where they go on the screen and what they look like. The great thing is that if you want to change something like the text colour for instance, you change it once in one file and all the other pages change the colour. With HTML you would have to edit each page.

There are also a lot of CSS resources around, like the listomatic site which has ready made menu code. Very handy to get you started.

Try and view your DW pages with both code and design views on. You'll soon learn what code produces what result. If you only use the design view you won't learn anything about how the page is made up.
Reply With Quote
  #7 (permalink)  
Old 07-10-2007, 09:16 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Actually I just saw a review of different browsers and the worst for rendering was FF 2.0, IE 7 wasn't brilliant but it didn't do too badly. Opera was far and away the best and obviously IE6 is a complete bag of shit.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #8 (permalink)  
Old 07-10-2007, 09:24 AM
Pumazooma's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Oxford
Posts: 271
Default

From personal experience, stuff looks really nice in FF and safari and always looks pants in IE. IE7 is a lot better but as you say, 6 is the worst.
Reply With Quote
  #9 (permalink)  
Old 07-10-2007, 09:36 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Used to think IE6 was the worst but then I used Safari for Windows - absolutely awful.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #10 (permalink)  
Old 07-10-2007, 10:39 AM
paul's Avatar
Senior Member
 
Join Date: Apr 2006
Location: Norway
Posts: 1,642
Default

Safari for window is bunch with iTunes and Quicktime, that really irritate me, the reason I just stick with FF and the stuff looks nice however.
__________________

Reply With Quote
  #11 (permalink)  
Old 07-10-2007, 10:43 AM
Administrator
 
Join Date: Mar 2006
Posts: 1,755
Default

Yeah. Initially I thought it was good as it managed to load websites quickly coz there was no Cache or History initially.

Now I am convinced that it is shitty and crappy.
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting
AIM : webredback || msn : andrew @ webhosting.uk.com
Toll Free : 0808 262 0855
Reply With Quote
  #12 (permalink)  
Old 07-10-2007, 11:05 AM
Pumazooma's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Oxford
Posts: 271
Default

To be fair though it is only a beta. It works very nicely as a full version on the Mac but it's just a bit on the boring side.
Reply With Quote
  #13 (permalink)  
Old 07-10-2007, 04:44 PM
Member
 
Join Date: Jun 2007
Posts: 56
Default

Quote:
Originally Posted by Pumazooma View Post
From personal experience, stuff looks really nice in FF and safari and always looks pants in IE. IE7 is a lot better but as you say, 6 is the worst.
Quote:
Originally Posted by kev woodman View Post
Actually I just saw a review of different browsers and the worst for rendering was FF 2.0, IE 7 wasn't brilliant but it didn't do too badly. Opera was far and away the best and obviously IE6 is a complete bag of shit.
Quote:
Originally Posted by kev woodman View Post
Used to think IE6 was the worst but then I used Safari for Windows - absolutely awful.
Quote:
Originally Posted by paul View Post
Safari for window is bunch with iTunes and Quicktime, that really irritate me, the reason I just stick with FF and the stuff looks nice however.
Quote:
Originally Posted by Administrator View Post
Yeah. Initially I thought it was good as it managed to load websites quickly coz there was no Cache or History initially.

Now I am convinced that it is shitty and crappy.
Quote:
Originally Posted by Pumazooma View Post
To be fair though it is only a beta. It works very nicely as a full version on the Mac but it's just a bit on the boring side.
Meh Opera pwns all.
Reply With Quote
  #14 (permalink)  
Old 07-10-2007, 06:48 PM
Senior Member
 
Join Date: Feb 2007
Posts: 110
Default

You've got to love all the little CSS quirks in IE, 3 pixel jog, double margin, etc. It makes the time at the end of a project when you have finished coding the site to look right in a decant browser and need to make it look right in IE all the more interesting.

No, hold on a minute, that sucks. At least there is:
HTML Code:
<!--[if IE 6]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->
So the CSS butchery doesn't need to go into the main file.
Reply With Quote
  #15 (permalink)  
Old 07-10-2007, 10:01 PM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Ahhh conditional commenting let us praise thee

I know we've had this discussion before but I still say that you have to consider the fact that the vast majority of your visitors will be using IE so you should design for that first and then make adjustments for the others later.

In fact if I was being controversial I would say that the IE team are in a strong position to say that what they say is right is effectively the real standard and that everyone else should follow what they do
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:22 PM.
Copyright 2002-2007 WebHosting.uk.com. All rights reserved.
Web Hosting UK Forum