Mobile app version of vmapp.org
Login or Join
Radia820

: Should a Computer Scientist do the HML + CSS job when building a website? I'm studying Computer Science, and I've always been more interested in programming than in designing and creating the

@Radia820

Posted in: #Css #Html

I'm studying Computer Science, and I've always been more interested in programming than in designing and creating the layout of some websites.

Is this something I should know? Or should I focus on programming languages (C, Python, C#, JavaScript, PHP, ...)?

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia820

5 Comments

Sorted by latest first Latest Oldest Best

 

@Candy875

Oscar,

If you are interested in building web applications, knowing HTML/CSS is a must.

I am, like you, a computer scientist and I'm happy I have spent some time in the trenches of HTML and CSS.
Sure, you want to do database stuff, and need to do a lot of server-side programming too. Many people see these things (HTML versus serverside programming) as complete opposites. But with the advent of web applications (and even more so with HTML5) this line has started to blur.

So I say: learn both

10% popularity Vote Up Vote Down


 

@Pope3001725

I am a web developer who does no design work (I am awful at it) but I do a lot of HTML/CSS. This is for two reasons:

1) I may not do the design but it is not uncommon for me to take designs done in Photoshop and turn them into living, breathing web documents.

2) When generating dynamic content I ultimately have to produce HTML to get that content into the web page.

If you are going to be doing a lot of web programming you should definitely be at least proficient with HTML and CSS as virtually everything ultimately ends up wrapped up in HTML and styled with CSS in the end. Since this is going to be the result of your work, even if you won't always be the one writing the HTML/CSS, you should at least understand it and how it relates to your work.

10% popularity Vote Up Vote Down


 

@Goswami781

Regardless of what area you work (web development, embedded programming, java developing, etc) its would be very beneficial to know how to design a good user interface. Unless you're working for a very large company that can have a team that does this for you, you very likely will be required to do a lot of this work. With out this knowledge your programs are likely to be designed such that a computer scientist could use them but your average user would struggle with it. Diversification on a at least a small scale is a good thing in our field.

10% popularity Vote Up Vote Down


 

@Rambettina238

As a computer scientist you would want to focus on your field of expertise. It goes without saying that you need to know what you are dealing with and that is most probably why you get designing and layout lessons during your classes.

However, as soon as you start working on a professional level you will soon want to find yourself in a situation where the design is delivered to you as a XHML / CSS files. The hourly rate of an engineer is much higher than someone who slices .psd files. Another issue might be the fact that you need to take care of browser compatibility which can be quite annoying.

But if you are asking this question to justify not taking these lessons I have to disagree ;) And, what if you want to start your own internet company and you don't have a budget to start with...

10% popularity Vote Up Vote Down


 

@Lengel546

HTML/CSS is extremely easy unless you care about how the web site looks or whether or not it has bells and whistles.

Should you know all the ins and outs of jQuery, MooTools, etc.? No, you probably don't need to go that far.

Should you understand how to make a very basic web page (html, head, /head, body, /body, /html, js and css includes, id's and classes, what a div is, what a table is, etc.)? These things are incredibly easy to learn. You could learn all of that stuff in a week, and you might be considered retarded if you don't know them, so I'd say yes. Similarly, if someone mentions SQL, IIS, SSL, etc., you should know what those are, even if you don't know how to use them.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme