Google Analytics To build a popular blog or website, it is crucial to collect data from your visitors. Analyzing this data carefully and reacting to it can help you stay ahead of the competition. Google Analytics is an amazing tool. It tracks a large amount of information out of the box. For example, You can [...]
Read MoreAn Introduction to Less CSS
LESS extends the behavior of regular CSS. It is a Javascript library that allows you to include dynamic behaviors in CSS. For example, using LESS, you can add varibales and functions to CSS. These functions allow you to do mathematical calculations with your CSS. Another advantage of using LESS is that it decreases the amount [...]
Read MoreWhat is HTML5?
A Brief Explanation of HTML Lets begin with a simple explanation of HTML. HTML is a markup language that is used to create webpages (like this one). It consists of beginning and ending tags such as: ”<h1></h1>“. The <h1> tag is used to show a heading. It is used to display the title of a [...]
Read MoreFREE – Top Quality WordPress Themes
There is a huge collection of WordPress themes available on the internet. There are many premium themes that can be costly. However, many free top quality WordPress themes can compete at the same level. The following list includes some of the best free themes for WordPress. Spectacular Spectacular was designed by Maleika Esther Attawel. It can [...]
Read MoreInput Element Placeholder Attribute in IE
HTML5 introduced the placeholder attribute for the input tag. However, it doesn’t work in IE 9 and below. In this tutorial, I will be taking advantage of the fact that setting the placeholder attribute on an input element can be read as the “value attribute” of that element. So, here is a solution that uses [...]
Read More