Tuesday, April 21, 2015

Top CSS frameworks for web developers

I know the web developers like to code and also they would love things like readily made css frameworks that will ease their development process.

So, I collected some of the most popular CSS frameworks which can help beginners and web designers.



Monday, April 20, 2015

Internet browser statistics

Web browser statistics are important information for the users, especially for the developers, if you are making an app that is specific to a browser, it is very vital to know that how much percentage of users are actually using which browsers. 


Friday, April 17, 2015

Top 10 Javascript Frameworks 2015

My favorite part in any web application development is working on Javascript. A script is usually something which you can change instantly and run it, you do not need any deployment stuff. In this post I listed down some of the best javascript frameworks that I used for my personal projects.


How to place any element vertically center inside another using CSS

Placing an element vertically center inside of another element is easy with CSS. I will show you how to do it.

Thursday, April 16, 2015

How to create a simple html page using HTML5 and CSS

Once you know little bit of what is html and css, you can start creating you own websites, for that you should understand how to design a simple layout using html.

Wednesday, April 15, 2015

How to make your own website for free

In this post, I am going to explain about how to make a website for free.
Even myself in the beginning, was wondering how do people were able to create such amazing websites with good web design. 

Website Development

 Developing website can be free or you can spend few bucks and ask somebody to do it. Lets talk about how to create it for free yourself. I bet you do not need to know much about coding part. 

I recommend creating a website with simple web design on either blogger.com or wordpress.com.
Reason : It is easy :-)

How to make your own website for free

Blogger.com

 Blogger.com is provided by google and absolutely free of cost. Just sign in and few simple clicks to create a new blog and start writing posts or articles.

Wordpress.com

Wordpress.com is another free blogging domain that helps you to make your own website. 

Both blogger and wordpress provide plenty of website templates or themes to customize your blog or website. 
Note: Both will give a subdomain like -- yourwebsite.blogger.com or yourwebsite.wordpress.com

In order to get your own domain like yourwebsite.com you need to purchase it. Go to any domain seller like godaddy or bigrock and you can purchase it for around $10. I suggest you try with some deals or coupons.

What if you don't choose blogger or wordpress.

Yes, you can still create a website without using blogger or wordpress. Then you should do the following.

-- > Know what is website hosting. 
--> Know how much you should spend on website hosting.

Basically you need to handle whole stuff, from choosing a domain name to developing it with either Content Management System( CMS) or with your own code. 


How to use javascript settimeout to call functions in sequence


Using Javascript setTimeout to call javascript functions is easy. This simple tutorial explains the usage of javascript setTimeout function