November 14, 2014 in CSS, Snippets

How to remove dotted outline and input borders

Most browsers show a dotted line around links (anchor tags), this is an accessibility feature used for people who are not using mouse. When they are switching between links using tab key (or any other keys) on their keyboard, this dotted outline helps them in finding which particular link is currently selected, and then they […]

November 13, 2014 in Wordpress

How to backup your projects in MAMP using Dropbox

Its always a good idea to keep a backup of your projects. Your projects are your hard work after all. There are other tools like SVN, GIT, etc., these tools have their own benefits but dropbox is comparatively easy to setup and use.

November 10, 2014 in CSS

Change color of text on selection

You can change color of text on selection using CSS, you can also change background color of selected text to highlight it on selection.

January 21, 2013 in Snippets, Wordpress

How to add arrow to parent menu in wordpress navigation

We sometimes need to add a small arrow to indicate that there is a submenu for a menu item in navigation. There is no direct way of adding a css class to parent menus in wordpress, however i found following piece of code on stack overflow, this is an easy way to add a CSS […]

June 5, 2012 in PSD to HTML

Sticky Footer

As the web designs continue to evolve for new trends and practices, many a times these days we see that the footer of a website pages is so designed that there is no white space below the footer. In such cases, we need to make the footer as sticky so that it stays at the […]

July 17, 2011 in PSD to HTML

Should you upgrade to HTML5?

We all know that HTML5 is here now, and it’s here to stay. As HTML5 is yet in its development phase, it will take years to move on to the next version of HTML, also HTML5 is being developed keeping in mind all the requirements of today’s web development. So we can say the first […]

July 12, 2011 in Freebies

HTML5 Reference Poster

HTML5 is the hot cake today. Everybody in the community is making efforts to promote the language, and to make it easier to use and learn. W3C has even announced a new logo for HTML5 to give it a new face. We have made a modest effort to create a HTML5 Reference Poster; we hope […]

June 3, 2011 in CSS

Create reflection effect using CSS3

In a recent project, the client asked me if there is any way to add reflection to images. He wanted this effect because he liked the reflection effect added by designer in the design of his website. But the issue was that he might need to add more images in the future, and he cannot […]