Introduction User experience design (UXD) is the process of enhancing user satisfaction with a product by improving the usability, accessibility, and pleasure provided in the […]
Continue readingCategory: UX/UI
3 Steps to Create your Own Font Icon from Photoshop Icon
In the history of the Web, designers have tried a variety of methods to use icons and images on websites. This includes, to name a […]
Continue readingUI Design: Wireframe, Mockup and Prototype
There is a huge misconception about the actual meaning behind words such as wireframe, mockup, and prototype. They are considered by most as a method […]
Continue readingCSS Browser-Specific Hacks
What is this? Browser hacks is an extensive list of browser specific CSS hacks from all over the inter-webs. CSS hacks are needed in order to solve problems […]
Continue readingCSS3 Selectors Module Part-3
This is the last blog in my tri-series on CSS3 Selectors Module. Please click on the link to read CSS3 Module Part – 1 and CSS3 […]
Continue readingCSS3 Selectors Module Part-2
In continuation of my earlier blog on ‘CSS3 Selectors Module’ in this second part, I will explain the concepts of Combinators and Attribute Selectors. Combinators […]
Continue readingCSS3 Selectors Module Part-1
INTRODUCTION A CSS selector is the part of a CSS rule-set that actually selects the content we want to style. CSS Syntax : CSS selectors […]
Continue readingLocal & Session Storage in HTML5
With the help of HTML5, a website can store data up to 10MB size in the browser in `Local’ or `Session Storage’. For dynamic websites, […]
Continue readingUnderstanding CSS3 – Part 3
In continuation of my blog CSS3 (Part 1 and Part 2), in this blog, i.e. `Understanding CSS3 (Part 3)’, I will elaborate on the theme […]
Continue readingUnderstanding CSS3 – Part 2
As mentioned in my earlier blog, CSS3 is a simple mechanism for adding styles, for example, fonts, colors, spacing, etc. to web documents. It is […]
Continue readingThe Elements and Attributes You Should Avoid in HTML5
Elements you should avoid: After the introduction of several new elements in HTML5, it is now time to talk about what you should be avoiding […]
Continue readingUnderstanding CSS3 – Part 1
CSS is a simple mechanism for adding styles, for example, fonts, colors, spacing, etc. to web documents. It is a collaboration of CSS2 with some […]
Continue readingOptimizing Codes with Object Oriented Cascading Style Sheets
Object Oriented Cascading Style Sheet (OOCSS) ensures that your code is reusable, fast, maintainable, scalable and efficient. OOCSS style sheets are easy to add and […]
Continue readingBest Practices for Responsive Web Design
As most of us already know, Responsive Web design (RWD) is an approach by which a website is rendered seamlessly when users switch from their […]
Continue reading