Tagged Questions
1
vote
4answers
300 views
Interview Questions and Tests for Html / CSS [closed]
I am looking for resources for good interview questions specifically for Html / CSS. I need to be able to assess the ability of the people coming for a job.
Ideally I would like a few questions and ...
-3
votes
1answer
215 views
Many Young Web Designers [closed]
I am around a lot of younger programmers, say 12-17 years old, and I noticed that many of them are not learning traditional programming, C, Lisp, etc etc... Instead out of every 10 young programmers I ...
19
votes
5answers
696 views
Referencing external javascript vs. hosting my own copy
Say I have a web app that uses jQuery. Is it better practice to host the necessary javascript files on my own servers along with my website files, or to reference them on jQuery's CDN (example: ...
0
votes
3answers
277 views
Can resizing images with css be good?
After reading Is CSS resizing of images still a bad idea?, I thought of a similar question. (too similar? should this be closed?)
Lets say you need to use 10 different product image sizes throughout ...
6
votes
3answers
225 views
Is CSS resizing of images still a bad idea?
It's always been looked at that using width/height attributes on images which aren't what the original image actual is is a bad idea. It could mean pixalated images or download sizes bigger than ...
1
vote
3answers
223 views
Introductory to Web programming but with Experience [closed]
Possible Duplicate:
What should every programmer know about web development?
I'm not sure where to start with web development. I have experience with HTML and PHP fundamentals and have ...
1
vote
9answers
383 views
Path for a beginning web developer
I'm an experienced iOS programmer and have recently began to dabble in web development to expand my horizons. I've found it quite interesting and was wondering what learning path I should take ...
6
votes
8answers
602 views
Why don't we use dynamic (server-side generated) CSS?
As server-side generated HTML is trivial (and it was the only way to make dynamic webpages before AJAX), server-side generated CSS is not. Actually, I've never seen it. There are CSS compilers, but ...
5
votes
4answers
529 views
Is it a good idea to use something like the Twitter Bootstrap in production?
I'm interning at a new startup, and I've been tasked with designing the front-end of the site.
I really, really want to use the new Twitter Bootstrap (http://twitter.github.com/bootstrap/). It's all ...
0
votes
1answer
89 views
Designing a website [closed]
Possible Duplicate:
What should a developer know before building a public web site?
For the last 5 months, I have been familiarizing myself with XHTML, CSS, Javascript, jQuery, and even ...
0
votes
2answers
113 views
Reference website for CSS 3 properties (like box-reflect)
Today, I started reading the book CSS Mastery 2nd edition. It is really a good book for anyone who is interested in learning some techniques. On page 151, I discovered the box-reflect property from ...
3
votes
4answers
394 views
Can you write a (dynamic) website using only XHTML and CSS?
I am more of a desktop developer that a web developer. Therefore I only know XHTML and CSS when it comes to the web (and C#, if that is in any way useful). I have a little experience with ASP.NET with ...
1
vote
3answers
297 views
Is it a good idea to use width and height properties with the < td > tag?
I am new to HTML and Im working on a self made project and I have to use < table > and < fieldset > tags in my html files. I need to set the width and height properties to the tables like
...
9
votes
3answers
260 views
What is the reason to put prefixes in new CSS features?
Is there a valid reason for the browsers to prefix new CSS features, instead of letting the webmasters use the non-prefixed version?
For example, a sample code for the background gradient looks like:
...
11
votes
9answers
636 views
How much HTML and CSS should server side developer know?
I have done C and C++ and now I want to start my career as a web-developer. I read a lot about web-development and came to know that there were two types of developers on the web,
1. Client Side ...