This is a discussion on "slicing help plz!" within the Graphics and 3D section. This forum, and the thread "slicing help plz! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
slicing help plz!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
slicing help plz!
Hello,
After spending a whole week on a template. i have finally finished it!. I am new to slicing and i dont know any thing about it. I need help. Would appreciate it if some one helps me. I need to slice this urgently as every thing is ready as in webhosting and domain. This is what i've come up with: - ![]() Thanks a lot Cheers! Last edited by hasnain721; Aug 22nd, 2006 at 15:06. |
|
|
|
|||
|
Re: slicing help plz!
Nice design m8 but you haven't told us what software you're using, and the question you're asking covers rather a large topic depending on what you want to achieve from slicing.
I use PhotoShop CS (which includes ImageReady). If you use the same, go to 'Help / Photoshop Help'. In the new window, go to the left hand Nav Bar and select 'index' and the 'S' link. Then look at the 'Slice' entries for more info. The most basic suggestion I can offer is to have you select the 'Slice Tool' and use it to enclose the areas you wish to slice. You will see them appear as slices. If possible try to get the horizontal and vertical lines to line up. This isn't compulsory in any way but may eliminate optential problems further down the line. |
|
|||
|
Re: slicing help plz!
done!!
pretty simple than i thought lolz Thanks 4 ur help. Cheers! *Edit* So all i hav to do is link up the pages in dreamweaver right? |
|
|||
|
Re: slicing help plz!
Ahh, now I don't use Dreamweaver to tie 'em all together but, as I recall, there was another question on that topic in here a few days ago (maybe a couple of weeks). That should help ya.
Incidentally, I found slicing becomes much more powerful when you start to consider it in ImageReady. I rarely slice anything in PhotoShop now. If you're prepared to incorporate a little javascript into your pages you can create some surprisingly eye-catching effects. |
|
|||
|
Re: slicing help plz!
Quote:
All i did is that i saved a jpeg image from photoshop and then opened the jpg image; clicked on the edit in image ready button and started slicing! As for the javascript, which javascript do u recommend me to use for a travel agent's site? *Edit* Since we are talking about my site, this is my contact page: - ![]() i wanna know how to code this so that i can use it (i heard i need a script but i dunno how to use it in it.) Plz reply Thanks Last edited by hasnain721; Aug 22nd, 2006 at 23:55. |
|
|||
|
Re: slicing help plz!
ImageReady will prepare the javascript you need for you, when you 'save as optimised'. It will create an 'images' file for your slices and a mini html page from where you can cut and paste the bits you need.
|
|
|||
|
Re: slicing help plz!
I saved my sliced pages in the same way as u mentioned above and every thing got saved as a image. As for the contact page, how do i make it work?
|
|
|||
|
Re: slicing help plz!
What do you mean?
Quote:
Last edited by Legacy_Staff; Aug 23rd, 2006 at 21:51. |
|
|||
|
Re: slicing help plz!
okie...ic.....
and one more question m8(i knoe that iam bein anoyin) but i dunno y but the sliced html pages dont work very well. The home page works fine but other pages dont. At the moment, only three pages are running out of which two dont load properly: - http://www.imrastravels.com/hotels.html and http://www.imrastravels.com/contact.html while the homepage works fine. Plz reply. Thanks |
|
|||
|
Re: slicing help plz!
Ohhhhhhhhhh dear.
How much do you know about CSS? lol You need to position everything. (If you change something after you've save the optimised images, you'll need to re-save (I find it easier to delete the original html and image files to make sure there are no errant files there that shouldn't be. Make sure the sizes are correct and agree with your image sizes. (I reset my IR to save as CSS rather than html and then use an external CSS file linked to each page of the site using the images) Last edited by Legacy_Staff; Aug 24th, 2006 at 00:40. |
|
|||
|
Re: slicing help plz!
Hasnain,
The SiteGrinder Photoshop plug-in can do email forms and it supports both CGI mail forms as well as PHP. But the way it lays out forms is pretty much center-line vertical, not the flush-left two-column design you have. Here's an example of a form it created (top of page) along with what was typed into a Photoshop text layer to get that form: http://www.medialab.com/PWMenus/form...339/index.html Anyway, you could use the demo version of SiteGrinder to generate the PHP and general Form HTML/CSS for you, transfer that to your page, and then go into the CSS and modify it to match the two column design you are looking for. Chris Perkins http://www.medialab.com/sitegrinder |
|
|||
|
Re: slicing help plz!
Quote:
Hi Chris, This is what i have done: - firstly, i removed every thing except the text and generated a css document using site grinder. Then i manually sliced every thing (hiding the text layers) and saved it as xhtml. This is what the xhtml file says: - Quote:
|
|
|||
|
Re: slicing help plz!
Quote:
and this is what the css file of the text layers says: - Quote:
Now, how do i link them up together? I have tried importing the css file in dreamweaver but it aint working so i think that there is a problem with the error. Please correct me if iam wrong. Thanks. Hasnain Last edited by hasnain721; Oct 6th, 2006 at 21:13. |
|
|||
|
Re: slicing help plz!
Hasnain,
Did you use SiteGrinder to output a form? That CSS looks like just plain old text layout to me? You need to name your layer something-form where -form tells SiteGrinder to make that text layer into a form. And the contents of the text layer need to follow a certain format. (see below) Then, output the form with SiteGrinder. Then you'll pick out the HTML you need (it'll be obvious: <form>.....</form> ) and paste it into your page. Then find the matching CSS from the CSS file (look for form, fieldset, label, etc.) and add it to your CSS (if you have any, otherwise, add a <style> section to your doc and put it in there. Don't forget to also grab the .php email script that SiteGrinder will generate for you. Chris P.S. In SiteGrinder, forms need a certain format. Here's an example:
You should probably look at some of the tutorials, and look at the documentation on forms. http://www.medialab.com/sitegrinder |
|
|||
|
Re: slicing help plz!
Hello,
Please accept my apologies for the delay in replying coz i was travelling. Any ways, i have used sitegrinder to generate the css and the xhtml and i have posted the results in my previous post. This would not be my contact page that is why i did not use the form function. If you show me a example of using css in my layout then i think that i will be able to do the rest. Here is the html file along with this post u can hav a look: http://www.megaupload.com/?d=BU9TCUGZ Thanks. |
|
|||
|
Re: slicing help plz!
Hasnain,
The problem with the code you posted before is that they don't match each other. The HTML is from ImageReady and the CSS is from SiteGrinder. There's no way to marry them together for the whole page. Also, the context of this whole thing is to get you a working PHP email form. But you didn't even use SiteGrinder to generate a form you could borrow. I was suggesting taking _just_ the HTML SiteGrinder generated for the form, and told you how to find it in a SiteGrinder generated page, and drop that into your page. Then go through the CSS that SiteGrinder generated and pull just the form related pieces and use those. If you do that, you'll have essentially taken the SiteGrinder generated form and moved it into your document. If this is too complex, then just use SiteGrinder to do the whole page or site, then you don't have to worry about slicing, moving HTML and CSS, or any of that. It'll just be done. Chris |
|
||||
|
Re: slicing help plz!
The tools you are using are just making this much more complicated than it needs to be. I know this post isn't helping anything lol but you would be better off learning how to do it yourself.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: slicing help plz!
Quote:
|
|
||||
|
Re: slicing help plz!
Think of it like this.. Your layout is the following mast head left column - right column footer HTML Structure Example:
Visualize it like a grid per say.. your images are just thumbnai |