Category Archives: Designing


April 20, 2015 9:59 pm

How to Manipulate web browser’s history API for SPAs


How to Manipulate web browser's history API for SPAs
Manipulating the browser's history can be quite useful when you are creating a single page application which relies exclusively on AJAX to show different content. You can manipulate the browser's history to tell the user's browser that the user is located on a different page despite the fact that he is not and you can catch requests to that URL so the user can share the content he is currently viewing.

[ Read More ]


April 13, 2015 2:40 pm

10 Best Newly Released Premium HTML5 Templates Worth Considering


10 Best Newly Released Premium HTML5 Templates Worth Considering
We're living in a mobile dominated world, wherein almost every individual use mobile devices more often than desktop to access the Internet. In fact, people seek for mobile solutions that are not only rich in visual features but are also high in usability and easy-to-use. And this is exactly what HTML5 offers. Most of the developers prefer using the HTML5 web technology, as it helps to quickly deploy feature-rich web applications.

[ Read More ]


April 8, 2015 9:35 am

Fabricating Highly Responsive Mobile Apps Using Total.js and Knockout.js


Fabricating Highly Responsive Mobile Apps Using Total.js and Knockout.js
For those who are a part of web technologies knows jQuery, or at least has heard about them. Its unparalleled features and cutting-edge development solutions make the lives of millions of webmasters easier and faster. But, despite of all its blockbuster functionality, jQuery somewhere gets failed to provide solutions to certain problems.

[ Read More ]


March 17, 2015 7:44 am

10 Amazing Techniques To Build Beautiful Responsive Web Design


10 Amazing Techniques To Build Beautiful Responsive Web Design
Responsive web design is a lot more than plain stretching of design elements. It's all about delivering a website in countless ways in accordance to the width and resolutions of different screens. As a website designer, using responsive web design will allow you to add mobile-friendly features into the site, making it look and function pleasingly on different types of mobile devices. If you've been assigned the project of delivering a fully responsive website then this is a post which will allow you to dig deep into some amazingly effective ways of designing one. Continue reading the post to find more on the same.

[ Read More ]


March 10, 2015 5:35 pm

Creating a simple animation with Processing.js


Creating a simple animation with Processing.js
This tutorial aims to give you an overview of how to create animations in Processing.js which you could incorporate in JavaScript animations and games. We are going to create an animation of a Chinese dragon who moves and bounces off the sides of the screen and shoots stars all the time on a cosmic background. Here is an image:

[ Read More ]


March 4, 2015 5:15 pm

Adding Style to the Web Page Links Using CSS


Adding Style to the Web Page Links Using CSS
The web links are often the overlooked during the course of our website development exercise. Most webmasters either prefer to go with the default settings, or simply don't care how the web links on their pages look like. However, it's about time that we must realize the value you can add to your website if you manage to make the links on your website stand out. The truth remains that almost every page on your website contains a few links. So, styling them is most recommended.

[ Read More ]


September 25, 2014 5:39 pm

How to create a simple tooltip in CSS3


How to create a simple tooltip in CSS3
In this tutorial you will know that how you can create a simple css3 based tooltip. Tooltips are great help for your users to know details of options you offered in your website on hover at question mark or help text. Can be used to explain longer descriptions or details of any link, input box or anything else you want to give extra information. Tooltip improve user experience of your site.

[ Read More ]