HTML and CSS

Everything todo with programming goes HERE.
Post Reply
User avatar
Lord Pein
Round Winner
Posts: 392
Joined: Thu Apr 01, 2010 3:33 pm

HTML and CSS

Post by Lord Pein »

I'm sorry if some of you are offended that I post about these two lanugua... er... uh...

Do you people hate HTML and CSS as much as I do? Web design has come a long way since I fooled around with it back in 8th grade; but man is it annoying when you are just trying to get things (images mainly) to appear where you want them to.
Image
http://i52.tinypic.com/11ipyet.png
Thursday July 22nd 2010: Airman's team beat Lizmatic's team in fortress.
DDMJ wrote:Good idea...but what if the arma player is Luke-jr :?
User avatar
sinewav
Graphic Artist
Posts: 6413
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: HTML and CSS

Post by sinewav »

Yes, sometimes it's a righteous pain in the arse. Sometimes I need to draw the layout on paper and use a highlighter to get my <div>'s straightened out. And even then sometimes it just doesn't flow right.
User avatar
Lucifer
Project Developer
Posts: 8640
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Re: HTML and CSS

Post by Lucifer »

I don't have a lot of problems with it. I usually get a tool to render the html for me (or write it, depends on the project) so that I only have to worry about the css anyway. I make liberal use of templates and stuff, and would rather write PHP or Python code than html, so that's what I do. I write PHP or Python code that generates the html (with simple function calls in early stages, from templates in later stages of development), and then just focus on the css.

(Side note: Even though html and css are not programming languages, PHP and other languages exist to provide programming capabilities to html, so it's still a valid programming topic since you really can't talk about html without mentioning php/javascript/etc.)
Image

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6711
Joined: Thu Dec 18, 2003 7:03 pm

Re: HTML and CSS

Post by Tank Program »

It can be finicky, but the real joy is coming up with the awesome stuff with minimal code.
Image
User avatar
Lacrymosa
Round Winner
Posts: 286
Joined: Wed Feb 15, 2006 6:44 pm
Location: Heaven or Hell...?
Contact:

Re: HTML and CSS

Post by Lacrymosa »

Using a framework can speed up things a lot if you know how to adapt it to your needs. I got used to http://www.960.gs and I like it a lot (although I do not use it for every site).
chrisd
Round Winner
Posts: 315
Joined: Sat May 29, 2010 1:13 pm

Re: HTML and CSS

Post by chrisd »

I attempt not to that them, since hate leads to the dark side. I agree, though, that they are examples of terrible design.
Post Reply