front end development test – html/css/jquery/javascript
We are continually revamping our front end developer test that we do in-house after a candidate has passed an online test. The online test has questions such as:
Which CSS attributes should be in HTML and which in BODY? [closed]
Closed 12 years ago.
Multiple style sheets best practice
I currently am working on a project which has one large style sheet for about 20 pages. The style sheet contains some styles which are specific for certain pages. I’d like to break the style sheet up so there is one style sheet for each page with one master style sheet that handles everything generic. The reason I want to do this is so people can work on multiple pages without having to worry about who has that large style sheet checked out (I’m using TFS). Is this good practice?
What is the impact of CSS Validation Failure?
I am developing a asp.net website. When I used the CSS property “word-wrap”, VIsual Studio 2010 is showing a warning: Validation (CSS 2.1) ‘word-wrap’ is not a known CSS property name.
CSS make an absolute positioned container´s width fit-content of its insides
I want to position a div with dynamic text and dynamic position inside a container. Placing the div is not a problem, but I expected it to adjust its width to its content and its size according to the parent container.
ASP.NET Webforms developers and web designers: how to interact?
I’m an ASP.NET Webforms developer, and I face some problems when I deal with designers.
What is the proper way to create a cross-fade effect?
When creating an image slider, using a cross fade is one of more popular effects. Various sliders use differing techniques to create such an effect. Major techniques I’ve found so far are:
Setting value of left var doesn’t show in transition animation
Why is CSS3 doing animations?
Like what the title says, why are there animations in CSS3?
CSS naming guildlines with elements with multiple classes
Its seems like there are 2 ways someone can handle naming classes for elements that are designed to have multiple classes. One way would be: