Tagged Questions
7
votes
4answers
2k views
Where to master HTML, CSS and Javascript? [duplicate]
Possible Duplicate:
What should a developer know before building a public web site?
I gotten interested in web-development lately. I am still a student. I learnt basics of HTML, CSS and ...
41
votes
8answers
5k views
How do I get started with HTML5? [closed]
What is the recommended workflow to learn HTML5? What tools should I install? What SDK? Where to start? How to test? How to debug? What do I read?
I understand that what is often labelled as "HTML5 ...
36
votes
6answers
2k views
Why not embed styles/scripts in HTML instead of linking?
We concatenate CSS and JavaScript files to reduce the number of HTTP requests, which improves performance. The result is HTML like this:
<link rel="stylesheet" ...
-1
votes
2answers
533 views
What are some interview questions I can expect for a technical evaluation? [closed]
I am 20 years old and I've been doing some web development work for about 2 years or so. I have an interview for a Junior Web Developer position and the company knows that but I'll still be going ...
9
votes
6answers
1k views
How can I write HTML, CSS, and JavaScript to make back-end developers work easier?
When I get a design from a designer, I get it as a PSD (Photoshop) file. I always expect proper layer and folder names, basically a clean and managed PSD. From this desigbn I develop HTML, CSS and ...
3
votes
3answers
2k views
How do I prevent useless content load on the page in responsive design?
In responsive design, elements are hidden in the page with @media queries and display: none in CSS.
Ok.
In my design however browsers that have less than 800px in width should avoid loading some ...
3
votes
2answers
1k views
Less vs Stylus vs Sass [closed]
I'd like to start using a CSS pre-processor to cut down development time. Which one of these is the fastest from this perspective?
3
votes
1answer
775 views
html/css/js best practices [duplicate]
Possible Duplicate:
What should a developer know before building a public web site?
Are there any books or resources on html/css/js and web design best practices?
There are plenty books ...
1
vote
3answers
293 views
Introductory to Web programming but with Experience [duplicate]
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 ...