Notepad (You could use the build in features in photoshop/imageready to export it as html. but it isn't very good...)
Well, try to post under "Programming" Forum. Listed under Buy, Sell or Trade > Services. But you will need to pay the coder for it. I am a coder, my self. If you want, I can code it for you. just PM with your price.
I think the slice tool that's for slicing every portion of the image and there's an option where you can place a code..and save it as a web format...
Correcto...... Slice and open with Dreamweaver.... Or you could do it from scratch, using Dreamweaver.
Or better yet, create an HTML/CSS wireframe, apply background colors where necessary via CSS, and then lift the image layers you need from the .psd file and apply them as actual images in either the .gif, .jpg or .png format as appropriate.
Well I'd put it back on the list. You must have a lot of time on our hands if you don't want to use DW
Dreamweaver is pretty good. If you use the code view only. The colors in the code is by far the best imo. Although I prefer notepad++ sometimes, it's quicker to load and easier when programming. Anyway, why don't you just learn html from scratch? There's no shortcuts hehe
yah... writing code in notepad is one of the best thing to do where you can easily to remember and understand each code...
Yeah, lots of time. Time that I bill for at a premium. (I actually have a pretty quick turnaround rate since I'm far more comfortable coding by hand rather than using a WISIWYG editor, and the code I produce is a hell of a lot better than the crap Dreamweaver produces.) But I'm a hand coder with five years experience with HTML, CSS, cross-browser/platform/version issues, usability, accessibility and SEO, so a lot of what I do simply cannot be reproduced by Dreamweaver's design view. And I'm also now adding Web copywriting to the list.
No, has a premium on time and can't be bothered to waste hours or even days correcting what Dreamweaver's WYSIWYG vomits up for code... ...and before you get your panties in a twist with that whole 'if you only use it in code view' rubbish, if you aren't going to use the WYSIWYG congratulations you just dropped $300 to $1000 (depending on version) for less functionality than most FREE notepad replacements/equivalnets (vim, gedit, notepad++) combined with the ACTUAL browsers the end user might be using. "Oh, but the preview pane" - yeah, because what we REALLY need is adding a fifth even BUGGIER rendering engine to the mix. BRILLIANT!!! But then, I've been at this for thirty years and find code completion a pain in the ass, lack of being able to undock the editor from all the other **** to drag it to another monitor a step BACKWARDS in functionality (which is why I'm not to keen on tabbed editors either), and syntax highlighting to be an acid trip that makes code HARDER to read, not easier.
I do not believe on "automatic" software. I'm doing it like this: 1. Slice PSD and save it like .jpg, .gif or .png 2. Make .css with TopStylePro 3.0 3. Dreamweaver for .html (not Design view, but code view).