Sunday, March 10, 2013

What is Specificity?

I must say, it's really difficult to explain this topic but anyway, here goes nothing.

Specificity (it's a tongue twister really!) is one of the most important concepts in CSS. A lot of times when we see that our CSS rules have no affect, we think that there's a bug in our code, but actually, in most cases, it is Specificity that we usually ignore while coding. Here's what it is.

Wednesday, March 6, 2013

Quick Tip: How to Take Screenshot of a Complete Webpage

Today I want to tell you about how to take screenshots of a webpage (I know I've just repeated the post title). So, for this, you have to have Mozilla Firefox installed in your computer because to take screenshots of a webpage there's a plugin in Firefox named Abduction (not sure if it is available for Chrome or Safari) that I'm going to tell you about.

Sunday, November 18, 2012

How to run WAMP Server on Windows 8


Updated - 14th April 2013: (Solved)

As you might know that the post I made previously was just a way to get around this strange problem. After a long time, I've finally managed to find out the actual reason for this problem, which I want to share with all of you.

Saturday, March 31, 2012

CSS Rules and Selectors

You might already know that CSS is used to style HTML documents. In order to write CSS, we define something called "CSS Rules".  A "rule" is a statement that tells browsers how to represent HTML on a page. 

Saturday, January 7, 2012

How to install Emmet (Zen Coding) in Sublime Text 2

Sublime Text 2 is an amazing text editor that provides plethora of great features. One thing, which I was very curious to see in Sublime Text 2 (ST2), was Zen Coding. I've spent hours and hours on finding a way to install Zen Coding in ST2 but didn't find any solution.

After searching for about 6 or 8 months, I've finally found a way and managed to install Zen Coding in my Sublime Text Editor. Here's how you can do it as well. Oh, by the way, I'm a Windows 7 (32-bit ) user.