Moving from Photoshop to Dreamweaver

This is a discussion on "Moving from Photoshop to Dreamweaver" within the Graphics and 3D section. This forum, and the thread "Moving from Photoshop to Dreamweaver are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Graphics and 3D

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 27th, 2007, 23:45
New Member
Join Date: Aug 2007
Location: Virginia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Moving from Photoshop to Dreamweaver

I’m working on redesigning my website (oldmencrying.com). I built it years ago with Frontpage and barely knew what I was doing. I’d like to rebuild it with Dreamweaver. I plan to use Community Server to manage the forum and photo gallery, and maybe a PHP/MySQL combination to manage “viewer mail” and other dynamic content.

I am a complete novice at Photoshop and Dreamweaver but am willing and eager to learn. Here’s my first challenge:

A friend created an excellent graphic design, which I’d like to use as the template for the whole site. A screenshot is here: http://img168.imageshack.us/img168/489/omc1cy3.png
  • This is a single .png file, but I’ll need to make the navigation buttons “interactive.” Is the best way to do this by using rollover images (i.e., creating a duplicate graphic of each, with maybe just a different text color) in Photoshop, and then setting the appropriate graphic to show/hide based on the button state (e.g., hover, active, etc.) in Dreamweaver?
  • Given that the graphic design is going to dictate my page layout, I guess this means I shouldn’t begin building my website with one of Dreamweaver’s built-in HTLM sample layouts (all the tutorials I’ve found start with, “now select the 2 column liquid, left sidebar …” layout).
  • How can I maintain the large OMC watermark in the background across every page, which will have different content in the main content areas?
Thanks for any pointers on any of the above!

Kurt
Reply With Quote

  #2 (permalink)  
Old Aug 28th, 2007, 00:09
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Moving from Photoshop to Dreamweaver

I see on that desing your friend made that it has a scroll bar
scrap that, they are annoying.
As for the background part. I'm not quite sure what you're on about.
could you rephrase that?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 28th, 2007, 00:39
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Moving from Photoshop to Dreamweaver

Boy, you're going to hear this from others, but learning to hand code all of this will be much easier and more efficiant than using DreamWeaver...

But if you must use dreamweaver then yes, rollover images are you best option for these...and since they are mostly jsut text they can be just text links using CSS(Cascading Style Sheets) to format them.

As for the background image, you'd just have to set that image to the background of every page...
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #4 (permalink)  
Old Aug 28th, 2007, 01:09
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Moving from Photoshop to Dreamweaver

Quote:
Originally Posted by Sgaspar11 View Post
As for the background image, you'd just have to set that image to the background of every page...
could be done with php couldn't it?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #5 (permalink)  
Old Aug 28th, 2007, 01:13
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Moving from Photoshop to Dreamweaver

Just set the image as the bg image for the body element and it will apply to every page that the css is linked with.

Pete.
Reply With Quote
  #6 (permalink)  
Old Aug 28th, 2007, 12:03
Up'n'Coming Member
Join Date: Jun 2007
Location: Birmingham, UK
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Moving from Photoshop to Dreamweaver

Quote:
Originally Posted by Sgaspar11 View Post
Boy, you're going to hear this from others, but learning to hand code all of this will be much easier and more efficiant than using DreamWeaver...
I agree that hand coding is more efficient, but I use DreamWeaver as an editor for hand coding, mostly because of the code completion and the way that you can easily edit the CSS. Also uploading the files is more convenient. You don't have to start a separate FTP software.

I don't see a contradiction between DreamWeaver and hand coding.
Reply With Quote
  #7 (permalink)  
Old Aug 28th, 2007, 13:37
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Moving from Photoshop to Dreamweaver

Quote:
Originally Posted by hschmitz View Post
I agree that hand coding is more efficient, but I use DreamWeaver as an editor for hand coding, mostly because of the code completion and the way that you can easily edit the CSS. Also uploading the files is more convenient. You don't have to start a separate FTP software.

I don't see a contradiction between DreamWeaver and hand coding.
Using the code view in dreamweaver is hand coding. I think we assumed you were using design view.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #8 (permalink)  
Old Aug 28th, 2007, 15:20
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Moving from Photoshop to Dreamweaver

As for taking that image from photoshop into dreamweaver, you'll want to use the "slice" tool in photoshop to break up the image into seperate sections.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #9 (permalink)  
Old Aug 28th, 2007, 16:00
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Moving from Photoshop to Dreamweaver

Hang on though, I know Karinne always says not to use the slice tool in Photoshop, I was just trying to find a link to one of her posts where she explained that, but I can't at the moment...
Reply With Quote
  #10 (permalink)  
Old Aug 28th, 2007, 17:29
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Moving from Photoshop to Dreamweaver

I believe you can slice it just don't export it as html. Photoshop's html code will be bloated. Save the slices each as an individual graphic and then code them into the site using html/css.
Reply With Quote
  #11 (permalink)  
Old Aug 30th, 2007, 15:13
Junior Member
Join Date: Aug 2007
Location: Portsmouth, England
Age: 17
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Moving from Photoshop to Dreamweaver

I generally go from a photoshop file to dreamweaver and hand-code it. The way Id go about it is to use a CSS style sheet to set the back ground (thats the basic layout) and have the navigation taken out of the image.

Id then add a navigation div and use the images/text as separate files to create the navigation

and then finally add another div to make the main content box

that probably sounds extremely complex, but the best way to get a hang of it is by going to other peoples websites and view all of their source and work out what is doing what etc.
Reply With Quote
Reply

Tags
png

Thread Tools

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
adobe dreamweaver Vs. Macromedia dreamweaver jahphill Scripts and Online Services 21 Nov 2nd, 2007 03:19
Moving Nav bar acrikey Web Page Design 5 Sep 26th, 2007 13:37
Photoshop / Dreamweaver Integration shutdown Starting Out 2 Aug 10th, 2007 12:36
Moving Ryan Fait Webforumz Cafe 36 Jun 12th, 2007 22:55


All times are GMT. The time now is 23:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43