Saturday, September 28, 2013

How to run Skype and WAMP together

When working with WAMP, sometimes we come across a situation where the WAMP icon, in the notification area, remains orange and we usually find that this is because of Skype already running. 

Tuesday, September 17, 2013

How to Install Package Control in Sublime Text 3

We all know about Sublime Text (hopefully) so I'm not going to waste your time introducing this text editor. My aim for this post is to let you know how you can install the Package Control in Sublime Text 3. 

Saturday, August 31, 2013

Sunday, August 18, 2013

Part 2: Adding Arrows in Carousel Using CarouFredSel

This is part 2 of the series on using the CarouFredSel plugin. If you haven't read Part 1 of this series, then I would recommend you to go through it before you continue with this post.

So, today we're going to look at how to add "Next" and "Previous" buttons to our carousel using CarouFredSel. 

Sunday, May 12, 2013

Part 1: How to add Carousel (Slider) to a website using CarouFredSel

In web design industry, carousel refers to a scrolling list of items in either horizontal or vertical order. The scrolling items can be anything like videos, images text etc. where they can be moved back and forth automatically or by user interaction.

Tuesday, April 16, 2013

Quick Tip: PrintScreen Only the Selected Window

Almost all of us know that the Print Screen (Prt Scr) key on our keyboard is used to take a screenshot of our entire screen in Windows. What most people don't know is how to capture the view of only the selected window. When I didn't know this trick I used to take screenshot of the whole screen by using the Print Screen key and then cropping it in any software (like Photoshop or MS Paint) which is obviously a tedious thing to do. But here's what you should actually be doing.


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.