Slicing in Photoshop

To begin with, I'm not sure this is the right section to be posting this. If it's not can someone move it for me? Thanks.

Well, I've just decided to get back to getting my website up and running again. Actually come to think of it, it was never up and running in the first place :lol:. Anyway, I designed one and got ready to slice it and I realised I couldn't do it :oops:. I tried at least 4 tutorials on slicing and I just couldn't do it. So what I'm asking is, can anyone here slice my site for me? That is all I need doing. The rest I can and will do for myself. I'm not sure whether you will need the .psd or the .jpg. So if anyone wants to do this little favour (:D) for me, can they tell me which one they need.? I've also got a .jpg version saying where I would like the content box etc, to be so you don't have to keep asking while slicing. Aren't I nice? :lol:

Anyway, thanks to anyone who does this little favour.

P.S. Bio, you'll be pleased to know, it's greyscale :D

Personally i dont really design my website layouts on photoshop. I start imediatly with HTML skeleton of how it will look, then go make the artwork in photoshop depending on the size i want it. E.g. if a header needs to be 300 x 100 pixels then i go photoshop, make a new canavase with that size and start work.

Post your JPG lets have a look, you might still be able to do it yourself ;) Dont give up!

Ok, send me jpg without text, so that I can make a bg, and buttons without text too, if they are not graphical. Send it here:
blaze@foreto.com.
Or like Bio said post it here.

I wasn't sure which jpg you both meant so I just posted the jpg of the site. It's only temporary but I need it to finally get my site up. I actually registered for the url 2 years ago and it hasn't been used since :lol:

And what's the problem? I'll do it easily. Do u need only cutting or also html coding?

What I need is, the links made into link buttons (I'll set the url of them). Also, could you put a content text box in the main middle box and a text box on the bottom middle. Actually, even I find that hard to understand so I'll put in the image I did explaining it.

Looks like I've already reached my upload quota so I'll host it and link it.


Thanks to ImageShack for Free Image Hosting

P.S. Sorry about the bit below the thumbnail, if I don't put it there I get banned from hosting at Imageshack.

Edit:

The line between the About and the Tutorials links is gone for some reason. Also, the line between the Request and the Links buttons is gone too for some reason. But they should be divided. Thanks :D.

Thanks for pointing that out, i've increased the attachment size and limits on GfxDiary. :idea:

Thanks for the Biomutation spalsh also, i'll get it uploaded soon. For now, i guess this is your new years present. Hope its what you asked for ;)
http://uploads.gfxdiary.com/godlessSliced.psd

:( Bio, I wanted to do it :(

Oh sorry BlaZe :o Alright you can slice it up into HTML since i've never done that before using ImageReady!

Well i cant say i liek the layout on 100 %, but it is ok :)

Here u go!

Full site

Thanks Blaze and Bio :D.

no problem - let us know when the site is online :)

Yeah, no problem, dude! Sorry for the name goodles, didn't want to correct it...2 lazy

It looks like I've encountered a bit of a problem.

I'm trying to get a form onto my website and have it so when the person filling it out clicks submit, it emails it to me straight away with the info they have sent in the email. Well, I thought I had done it right but when i tested it in IE after clicking submit it opened an email, set my email as the send address and has the subject as 'POSTDATA.ATT'. I've put in the actual form code below.

Name/Handle:



Email Address:



Choose A Graphic:

Banner
Signature
Wallpaper
Header
Website Layout
88x31px Link



Description:

Please describe your request as best you can. If you can, please include font you would like to be used (if it has to be downloaded please give url of font). Also give colours that you would like to be used, etc...


If you Wish to have a picture put into the graphic, please upload the picture:




Can anyone help me with this?

I don't understand, what's the problem? You want to change topic of the mail?

No, I want the email to send to me and there to be the information from the form in the email. So far all it does is send to me with 'POSTDATA.ATT' as the subject. And nothing in the body of the email.

Edit:

Nevermind about that form problem. I've sorted it out now. I've just gotta make a few changes to the pages I've already uploaded then it'll be ready for broadcast (Even though the actual website's been fully uploaded for a day now).

Also, on a side note. Does anyone know of any free domain redirector websites. I have an account on dot.tk but they seem to be extremely slow lately so I've stopped using them. Are there any others?

There is a big list of those on Biomutation > Resources section.

About your email problem, you cant email yourself automatically without using a scripting language e.g. PHP/ASP etc.

How you've done it is as far as you can go with basic HTML. That file that gets sent to you, you can open it in notepad and still read it, bit its not efficient at all.

I've sorted it out now. My host has a form mailer cgi bin thingy. So I've got it all sorted.

Anyway, here it is. Before anyone says anything, keep in mind this is my first site. Enjoy :).

Pretty good for the first experience... My first work was awfull

p.s.
What does it mean, darkgeekus?

And btw, if you want that your background will not repeat (I mean this dark face), make it through css:

.bg { background-image: url;
background-repeat: no-repeat;
}
and then in this tag put class="bg"

Very good for a first site. Keep it up, but dont fall into the trap of using too many javascripts. Avoid the tempatation, and keep it simple!

BlaZe wrote:

What does it mean, darkgeekus?

It doesn't really mean anything. I was struggling to think of a name and that was the best of the few I thought of.

BlaZe wrote:

And btw, if you want that your background will not repeat (I mean this dark face), make it through css:

.bg { background-image: url;
background-repeat: no-repeat;
}
and then in this tag put class="bg"

I don't get what you mean. Could you explain it more?