Categories
Links

Link: JavaScript Cheat Sheet

I have come across a resource that I wouldn’t only consider a cheat sheet, a reference but also a refresher. Previously we had to rely on utility libraries like underscore and lodash in order to extend JavaScript built functionalities but  with ES6, ES6 and ES7 (new version of Standardized JavaScript or EcmaScript, EcmaScript is the standard where […]

Categories
Tutorials

Accessible Menus with Superfish

Accessible menus are the those menus that are usable regardless of how visitor will interact with them. People who visiting our website are not just limited to mouse. The might be using a keyboard or even a text to speech browser to navigate. Here is the link to the demo that will be used to identify the problem […]

Categories
Opinions

How To Create Multiple Borders Effect

Multiple borders can easily be achieved by nesting element with in the element and style them appropriately.

Categories
Tutorials

Create Animated Hover Effect using CSS

Animated hover effect or animated drop down menu. Why I have wrote two different things together that’s because today I’ll show you how with the simple use of css generated content we can achieve both of  the aforementioned effects. View Demo Today we are going to look at two different effects achieved using the same technique. […]

Categories
Tutorials

Animated Tooltips with CSS & JavaScript Part 1

Tooltips can be found whenever title attribute is added to any html tag. Title attribute on hover, shows a default tooltip with text representing advisory information related to element it belongs to. In this article we will be adding custom animation to the default appearance of title tooltips. Wait, are we adding or replacing it with custom styles. Let’s […]