Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

December 16, 2019

Day 12: Design system Documentation #25DaysofDS

A Design system is nothing without documentation. Documentation is very important to make your design system useful for your end-users. If you think that why you need the documentation then this post is for you.

December 06, 2019

Day 6:Tech tools of your Design System #25DaysofDS

Picking the tech for the design system is challenging especially in today's dynamic tech environment. Developers can be tempted to pick the latest UI framework or might be in the one they are master. You will find yourself always in the trouble to pick the right tech stack. So, what should be done? How to pick the one? What are the Tools one could need while building a Design system? Today we are going to look into that.

November 26, 2019

25 Days of Design System #25DaysofDS

This December (2019) I will be taking the challenge of writing 25 articles on the Design System - #25DaysofDS. I am pushing myself a lot here. I hope I will be able to do it.

October 14, 2012

Interview Questions for the UI developer


Interview Questions for the UI developer

Below are the selected questions for the UI Developer and Designers from the below categories

- HTML/XHTML/HTML5
- CSS/CSS2/CSS3
- Graphics
- UI Experience/Accessbility

1) What is the difference between HTML4, XHTML and HTML5?
2) How many doctypes we have and what are the difference between them?
3) What will happen if we don't declare any doctype?
4) What is the difference between Span and DIV?
5) How you decide when you have to take ID and when you have to take class?
6) What are the new APIs of HTML5?
7) What is difference between Section and div?
8) Name some HTML5 tags
9) How you define doctype in HTML5
10) Why we prefer DIV-based design and not Table bases design?


1) What is difference between CSS, CSS2 and CSS3?
2) Which are the ways in which you can add CSS to your page?
3) What is use of Important tag
4) How many positions we have and by default which position is used?
5) What if floating and how can you remove them?
6) What is global reseting?
7) How to write the CSS specific for IE versions?
8) what is "*" means?
9) What is CSS selector?
10) How to Inheritance in CSS


1) What are the best praticse while writing HTML
2) Which are the top 5 performance measure you take when do markup/CSS/JS
3) How you make sure that your markup is meeting SEO requirements
4) What is CSS Spirits and where to use them?
5) What is the difference between JPEG/GIF/PNG?
6) What is user accessibility? How you meet it?
7) Explain the process followed when you start a project.
8) What is CDN and how they are useful?
9) What is difference between RGB and CMYK mode
10) Which cross browser issues you faced and how you fixed them?

All the best.