| » Stats |
Members: 103,435
Threads: 84,996
Posts: 1,031,263
Top Poster: Karky (9,542) | | Welcome to our newest member, kylemcdougal | |
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
 |
10-03-2004, 06:06 AM
|
Just starting out . .. A few questions Post #1 | | Guest | Just starting out . .. A few questions
Hey guys.
I've been messing around with photoshop for about 6-8 months so far. I mainly used it to do a TINY bit of photo manip and designing wallpaper. Well now I'm about to get a website. So I htought this would be a good opportunity for me to venture into web page design . . except I lack the knowledge. So I have a couple, of what I think ar good questions, heh.
1. The sie of the layout . . .From most of my research, I should be setting the pixels to around 760x600 . .. correct?
2. So I create a layout, and now 4 months down the link, I want to add another navigation "button" . . err . . .does this take MAJOR surgery?
3. Ok, so now I have created just the graphical layout of my website. I haven't sliced it yet (don't even know what that is :/). So I slice it (..?) then bring it into dreamweaver and in dreamweaver, is that where I would position the site on the web page? I would obviously want it cenetered, but once I make it in PSCS, Save for Web, and then view with IE, it isn't centered at all. Should I be centering it in PS? I would think the main background would be done with Dreamweaver, a long with the location of the layout on the screen, correct?
4. Everything is finally completed . . . Now do I upload the image to the site via dreamweaver . . .? Or do I upload the Save for Web image to my directory, then somehow enable it with DW?
5. I'm assuming that I "activate" the links on the navigation bars, or wherever via DW, right? Like, I have my layout, and now want to make the "HOME" button actually go to the main page of my site. Entering the link in the button is done in DW right?
Thank you for all of your patience and help in advance. I truly appreciate it.
Jnick
| |
| |
10-03-2004, 11:36 AM
|
Just starting out . .. A few questions Post #2 | | Newb
Join Date: Jul 2003
Posts: 12
Rep Power: 0 | Just starting out . .. A few questions
Hi jnick...
YES to #1.
But that size is relevant to the visitors you are either targeting, or already getting. If you don't know this though, go with the size you mentioned until your 'stats' show you otherwise.
NO to #2.
But that's also dependant on how you design your navPanel.
Think 'liquid design' -- as in... expandable.
NO to #3.
No to doing the BG in DW, and that kind of thing.
Do everything in PS. When you slice the layout PS will generate the html page for you. After that, open the page in DW and in there, you select the main layout table and center it on the page.
NOTE: if you use CSS tags instead of tables (under the Save Settings options in IR), you'll surround your content (in CODE View), with Div Align="center" tags.
NO to #4.
You CAN use DW to upload your site if you wish. That will avoid you needing a separate FTP app for that. You'll have to go through ans setup a "Site" in DW so that you can supply the program with the information it needs to connect to your server.
And when you say "image" in PS... you should really be thinking "imageS". Once sliced, your layout/design will typically consist of several images.
YES to #5.
All html coding/scripting is done within DW.
The exception is that when you first save out your design from SP and PS writes the initial page code for you.
Hope that helps. [excited]
|
| |
10-03-2004, 06:05 PM
|
Just starting out . .. A few questions Post #3 | | Guest | Just starting out . .. A few questions
Thanks a LOT Keeper.
But as always, I just have a few to follow up [righton]
Though the best way to ask, is with a picture, heh.
I kind of made that following a tutorial, to get me started.
Is this how I would create the site all the time. Do I have to proper idea as in positioning of the "boxes"? Like if you take this forum for example. Let's just say it was the main site. You have the forum in the middle, and then surrounding it is the yellow color, which I assume is the background.
That background color SHOULD be done in PS, correct? Now with the layout I made via a tutorial, the navigation boxes, whould they have been moved "in" more, so there was some background to the right and left of it, or is it fine the way it's butted up against the corner.
Lastly, So I need to add something in the tope left box a couple of months down the road. But ALREADY the box is full, lets just say. Err, how do I go about doing this to where I can kind of expand the box persay, to add something new. Would I just go to Edit > Free Transform, and stretxh it?
Thank you for your patience and knowledge, I appreciate it  .
Jnick
| |
| |
10-04-2004, 08:18 AM
|
Just starting out . .. A few questions Post #4 | | Newb
Join Date: Jul 2003
Posts: 12
Rep Power: 0 | Just starting out . .. A few questions Quote: |
Is this how I would create the site all the time. Do I have to proper idea as in positioning of the "boxes"? Like if you take this forum for example. Let's just say it was the main site. You have the forum in the middle, and then surrounding it is the yellow color, which I assume is the background.
| Yes the yellow is just a BG colour that's designated in the page code BODY tag, or with your CSS attributes. Quote: |
That background color SHOULD be done in PS, correct? Now with the layout I made via a tutorial, the navigation boxes, whould they have been moved "in" more, so there was some background to the right and left of it, or is it fine the way it's butted up against the corner.
| No the layout is completely up to you. If you want the shapes 'hugging' the edges that's fine. Especially if your design is "liquid" in nature. Quote: |
Lastly, So I need to add something in the tope left box a couple of months down the road. But ALREADY the box is full, lets just say. Err, how do I go about doing this to where I can kind of expand the box persay, to add something new. Would I just go to Edit > Free Transform, and stretxh it?
| No. There's a specific way to create a 'liquid' design/layout and i've shown that in the attached image.
The red lines are your Guides. The coloured section on the top left box show how you'd slice the boxes -- ALL of them are done in this way. The green parts are the header/footer sections. The blue part is where your content will go, and the red parts are what will make the box 'liquid', as in expandable. Those side images would be designated as background images in either your table (TD) cells, or within your CSS style attributes.
Because those images are background images, they will tile endlessly within their assigned area. So when you add more content, the box will appear to just grow in height. This technique can also be applied to the box width if you want/need to.
This whole design concept is a little much to grasp if you're just starting out with Web Design. So don't feel bad if you don't understand it right-off.
Here's what you would do to get this done in DW. ( if you're using a table layout )
After slicing and saving out your design from PS or IR, open the generated html file in DW. Your panelbox 'side' images will be contained within cells, and you will delete those images. But first, click on one of the images and cut the image path/name from the properties box. Then press your ENTER key. Then click in the TD cell itself ( where the image used to be ), and paste the name/path into the BG textbox for that table cell.
(see my example image below)
Just repeat this with all of the panelbox 'side' images. Special Design Notes:
1) Make sure that all of your panels are aligner vertically the same. Otherwise you'll have a heck of a time slicing properly. FYI i had to correct your alignment for my example image.
2) The slices are made at precise spots around the boxes. The optimal slicing spot is right at the point where the bend in the corner straightens out. Slice just a fraction past that point. That will also help to create a natural margin all the way around your content too.
3) If using this technique with a CSS layout, then you can set a special attribute that will cause the images to only be tiled vertically, not horizontally. Which in some situations will prevent the layout getting graphically messed up. The attribute would look like this in CSS: background-image: url(images/myImage.gif);
This should help get you started. I suggest you search the Web a bit for specific info on designing using CSS. Or even for more specific info on using images as 'backgrouns' for table cells.
|
| |
10-04-2004, 11:30 PM
|
Just starting out . .. A few questions Post #5 | | Guest | Just starting out . .. A few questions
Thank you VERY much for the time you put into this.
So basically all of the slicing and the "liquifying" that you did, was done in DW right? So when I'm done designing the page with CSS, I take it into DW and slice it/liquify it? Or do I have this backwards?
Now the red is where it was liquified. So this means that the red will "stretch down" when there is too much type, right? And then if I applied it to the header/footer, the box would stretch out . .
If that's correct, Then I understand what you're saying  .
Thanks again.
Oh and about the alignment . . Yeah . . I knew they were off. For some reason I couldn't get it aligned. I was even holding the shift key . . . but still nothing.
Jnick
| |
| |
10-05-2004, 01:15 AM
|
Just starting out . .. A few questions Post #6 | | Newb
Join Date: Jul 2003
Posts: 12
Rep Power: 0 | Just starting out . .. A few questions Quote: |
So basically all of the slicing and the "liquifying" that you did, was done in DW right? So when I'm done designing the page with CSS, I take it into DW and slice it/liquify it? Or do I have this backwards?
| Ya you have that backward. The slicing is done in PS, not DW. DW is not a graphic editor. Quote: |
Now the red is where it was liquified. So this means that the red will "stretch down" when there is too much type, right? And then if I applied it to the header/footer, the box would stretch out . .
| That's correct. Except the images don't *really* stretch, they tile (repeat) vertically. And that's why you have to be careful where you slice them at. Because if you catch any of the corner in the side slices, they won't tile seamlessly. You'll end up seeing where each side image ends and starts over. That's why you don't slice the sides all the way down from top-to-bottom.
Get it?
Sounds like you're starting to understand more. [excited]
FYI: if your version of PS doesn't have the alignment tools, then turn on your Grid when creating your panelboxes. Then make sure "Snap to Grid" is turned on. [righton]
|
| |
10-05-2004, 01:32 AM
|
Just starting out . .. A few questions Post #7 | | Guest | Just starting out . .. A few questions jnick, seems you are on the right path, here is a link to a tutorial that might open your eyes a little.
Give this tute a try and you will understand a little better what Mark is telling you.
Best [righton] http://www.purephotoshop.com/article/54
I am not telling you to leave Photoshop Gurus, this tute was written by one of our members on his own site. [bustagut] [bustagut]
| |
| |
10-10-2004, 05:09 PM
|
Just starting out . .. A few questions Post #8 | | Guest | Just starting out . .. A few questions
Hey Thanks guys. I appreciate all of your help. I'll remake it and post the results soon!
=)
Jnick
| |
| |  | | Thread Tools | | | | Display Modes | Linear Mode |
More threads of jnick | | Thread | Date | Forum | Replies | Last Post | Navigation buttons won't connect!
Navigation buttons won't connect!: *EDIT: UPDATE*
YAY! I was able to slice up...
| 11-14-2004 | General Photoshop Board | 3 | 11-18-2004 03:43 AM | Liquify quesiton
Liquify quesiton: Hello all,
I'm in the process of making a...
| 11-10-2004 | General Photoshop Board | 2 | 11-10-2004 05:47 PM | Just starting out . .. A few questions
Just starting out . .. A few questions: Hey guys.
I've been messing around with...
| 10-03-2004 | General Photoshop Board | 7 | 10-10-2004 05:09 PM | How do I make an animals claw?
How do I make an animals claw?: Hey guys,
I'm trying to make a sharp claw,...
| 08-14-2004 | General Photoshop Board | 3 | 08-16-2004 06:51 AM | Gradiant from layer to layer problem?
Gradiant from layer to layer problem?: Hey guys.
I'm pretty new to the whole...
| 08-10-2004 | General Photoshop Board | 9 | 08-15-2004 10:57 PM |
Other threads in forum General Photoshop Board | | Thread | Date | Thread Starter | Replies | Last Post | Selecting layer outlines
Selecting layer outlines: In photoshop seven when you clicked on a layer...
| 10-10-2007 | rufaida | 1 | 10-10-2007 02:13 AM | Textures...
Textures...: I've been looking for textures around deviantart....
| 06-16-2006 | anfieldgirl | 5 | 06-17-2006 11:20 AM | how to recreate this effect?
how to recreate this effect?: Hey everyone...
Could someone / some of you...
| 08-17-2005 | Oakes | 1 | 08-17-2005 01:06 PM | Again fonttype question
Again fonttype question: Hi guys,
I'm making this website for my dad...
| 05-08-2005 | stanislav | 3 | 06-26-2005 02:07 AM | Photoshop 7 Book
Photoshop 7 Book: To all members, beginners and advanced,
Just...
| 04-04-2002 | dv8_fx | 51 | 08-30-2004 08:13 AM | | » Online Users: 26 | | 0 members and 26 guests | | No Members online | | Most users ever online was 2,128, 07-21-2008 at 08:27 PM. | |