Category: Coding

Subcategories: CSS,

Creating Sortable Image Groups with PHP and jQuery

Creating Sortable Image Groups with PHP and jQuery

Days have gone where we used to group elements using multiple select boxes. Now the power of jQuery is playing a vital role in web application design and interactions. In this tutorial I am going to show you how to create a simple application to group images quickly using jQuery...

50 Excellent CSS3 Website Designs for Inspiration

50 Excellent CSS3 Website Designs for Inspiration

The web is constantly evolving. New and creative websites are being created every day, pushing the limitations of HTML & CSS in every direction. CSS has come a long way from formatting the structured content. It was used to control layout of documents precisely and to apply different layouts to...

Effective and Powerful CSS Tools & Generators for Designers

Effective and Powerful CSS Tools & Generators for Designers

CSS has come a long way from formatting the structured content. It was used to control layout of documents precisely and to apply different layouts to media types. Today CSS is used to give the look and feel of giving importance to the layout and design. It saves the time...

47 CSS Tips & Tricks To Take Your Site To The Next Level

47 CSS Tips & Tricks To Take Your Site To The Next Level

CSS is a wonderful language for presenting web pages. It’s not too difficult to learn, though like most things, it does have a learning curve. Where many people seem to get tripped up is in specific solutions to specific problems. Fortunately there’s a good chance that someone before you has...

CSS Box Model: The Foundation For Improving Your CSS

CSS Box Model: The Foundation For Improving Your CSS

The CSS box model lies behind everything you do in CSS. Every element is defined by a rectangular box that encloses that element. Understanding how the box model works is a key to understanding CSS and having greater control over your layout and presentation. Let’s dive right in and talk...