Category Archives: Designing


December 21, 2016 8:34 am

Create Bootstrap form wizard and validation with jQuery


Create Bootstrap form wizard and validation with jQuery
In this tutorial I will show you how to create form wizard and validation in jQuery, its a simple snippet created with Bootstrap and jquery to make a simple long from in steps to improve data collection process and beautify webpage.

[ Read More ]


November 1, 2016 7:49 am

Create pure CSS based toggle visibility button


Create pure CSS based toggle visibility button
I fount that simple snippet on codepen and it looks super easy and simple so no need of JavaScript to hide and show objects if we have a super easy and fast CSS method to do that. Its a very simple and easy snippet.

[ Read More ]


August 5, 2016 7:54 am

Create responsive websites with CSS3 media query


Create responsive websites with CSS3 media query
You all know that media query is used in CSS3 to make screen based styling and it's a great option to make responsive websites. Nowadays most of the designers using CSS frameworks like Bootstrap, Baseguide, Foundation and more, but sometimes we need to make something without framework then you must know how to use media query.

[ Read More ]


June 1, 2016 5:58 am

webr00t


webr00t
Today I opened a website in my mobile and suddenly my mobile task bar and browser address bar color changed and I opened my website that color become default then I searched and find that how I can do this for my website and I did it very easily so now I am sharing that with you all.

[ Read More ]


January 10, 2016 11:15 am

12 Eye-Catching Forest WordPress Themes for 2016


12 Eye-Catching Forest WordPress Themes for 2016
WordPress, being the most popular platform to build websites today, offers a wide range of themes to choose from. Whether you are planning to build an online store or a new website, you have unlimited options in terms of themes.

[ Read More ]


December 8, 2015 8:07 pm

Using external fonts with HTML5 Web Fonts


Using external fonts with HTML5 Web Fonts
Before the introduction of Web fonts, we did not have much control over the font that our text would be served in. We had to provide multiple fonts as fallbacks in the case the system of the user does not support our desired font and even specify a font family like serif or sans-serif if none of our desired fonts were available to the user. It was best to rely on several web-safe fonts such as Georgia, Times New Roman or Arial (to see the web-safe fonts, visit http://www.w3schools.com/cssref/css_websafe_fonts.aspp) . HTML5 allows us to add any font to our website and if the user supports Web fonts the font would be downloaded by the user automatically. This happens with the help of the @font-face rule.

[ Read More ]


December 7, 2015 9:41 am

Getting Started With Sketch For Creating Responsive Web Designs


Getting Started With Sketch For Creating Responsive Web Designs
Sketch has gained much popularity as a designing app among the web developers. The app has completely replaced the old Photoshop technique as it is much easier to use and equipped with user-centric web features. Getting familiar with Sketch would require you to know the different aspects of this MAC compatible designing application. Here is a quick guide to explain you the various aspects of Sketch.

[ Read More ]