Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
We're kind of going off topic from the main purpose of the thread. I don't want photoshop tutorials..
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
what program would you like to use instead of photoshop
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
Quote:
Originally Posted by
coles12
what program would you like to use instead of photoshop
Come on..., read the topic. I didn't say I wanted photoshop tuts, or to use any programs. I wanted a book or good tutorial series on how to code a good photoshop layout.
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
Quote:
Originally Posted by
Akai
Come on..., read the topic. I didn't say I wanted photoshop tuts, or to use any programs. I wanted a book or good tutorial series on how to code a good photoshop layout.
ive been saying how and i posted 2 books to learn from......
take your PSD and seperate all the buttons headers footers contetn area
and make your CSS with all those elements
the go into notepad
and write
<div id(if you used ids) or class if you used class ="elemnentname"></div>
then so on so forth
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
Quote:
Originally Posted by
kip0130
ive been saying how and i posted 2 books to learn from......
take your PSD and seperate all the buttons headers footers contetn area
and make your CSS with all those elements
the go into notepad
and write
<div id(if you used ids) or class if you used class ="elemnentname"></div>
then so on so forth
Sorry, I didn't see those books. I'll look into them right now.
Quote:
and make your CSS with all those elements
<div id(if you used ids) or class if you used class ="elemnentname"></div>
These two things I don't understand. (What exactly does the div id do, where to play. And what elements in the CSS).
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
Quote:
Originally Posted by
Akai
These two things I don't understand. (What exactly does the div id do, where to play. And what elements in the CSS).
You need to learn up on some more HTML and CSS.
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
Quote:
Originally Posted by
KyleEnos
Honestly, It takes a few weeks to learn HTML and CSS, although you'll probably need a list of tags from time to time. It'll probably take you a year or 2 to perfect it, but to truly perfect it, it's being flexible with any web development language. Working with HTML and CSS, HTML, CSS and PHP, HTML, CSS, PHP and MySQL, etc.
Experience > All
Special regarding webdevelopment, as there is so many different browser quirks. Internet Explorer is a study larger than the entire HyperText Markup Language.
Re: [Book/HTML/Slicing Image] Suggestion on HTML Book
most responses dont make sense, and something tells me mine wont either.. but here i go.
Most ppl now a day use Div's and not tables.. so to find out the properties u can get from div's read this CSS Tutorial. and get some blank CSS layouts here. Maybe u gona ask what are divs. Well they act like layers, u can put one on top of the other or move them around.. and basicly with couple lines. You can find alot of concepts about this if u just use Google:[GOOGLE]CSS[/GOOGLE]