Article

Understanding the Key Aspects of Using Link Pseudo Class in CSS

As a designer, we often get mystified by the animations created using CSS and overlook the selectors that are added in the specifications. Well, if you want to style your content dynamically, then it is imperative for you to familiarize yourself with the pseudo class selectors. Pseudo classes have been around us since the inception of CSS1. However, many …

Understanding the Key Aspects of Using Link Pseudo Class in CSS Read More »

A Sneak Peek Into Building Responsive CSS3 Form Fields

With the mobile-internet era showing no signs of fading away in the near future, it has actually been noticed that designers and developers are focusing their attention on creating websites that are friendly with the mobile phones. Websites that expect visitors to fill in a registration form, application form etc. require a high-level of designing …

A Sneak Peek Into Building Responsive CSS3 Form Fields Read More »

Send HTML Form Data as JSON via Ajax

There’s a lot of confusion among new developers on which format data should be sent to server.  Some dev’s create data string manually and some use jQuery’s API methods .serialize() and .serializeArray(). Our last tutorial shows how to use serializeArray() method to send array of objects to server via Ajax. Now taking it further what …

Send HTML Form Data as JSON via Ajax Read More »