
Search In
Hello Readers, this is a small blog on making divs display horizontally not vertically. Here is a very simple and easy code that will make divs to stack horizontally.
To achieve this we will make HTML page and CSS page

Hello Readers. If you want to make replacement of words on any webpage then jquery offers you to do this. The benefit of using the Jquery is to run code on real time front end.
So let's get started working on it.
Step 1: Create a simple HT
Hey Readers!
Today, most web developers prefer embedding a Google Map on their website. This adds to the convenience of customers. If they like the product or services, they may wish to contact the person personally, or even visit them. Google Map w
Hello readers , Today in my blog I will discuss a new technology introduced by Microsoft i.e METRO UI .
Introduction :-
It is basically known as a Design language that is created by Microsoft for enhancing the user interface .
It is call
Bootstrap grid system are used for creating page layout using series of rows and columns.
It allow maximum 12 columns across the page.
First class we use in grid system is .container. All rows and columns are placed inside container. Container cl
Hello, Readers!
I worked on a PSD recently and it required me to embed a map into it which was done successfully. I embedded a Google Map using iFrames.
But in doing so, I came across a problem. The problem was: When we/user scroll the page and at
Hello Readers,
Hope you are doing good today.
Today on My blog, I am going to explain how you use Form Validation in AngularJS. First, you need to use the AngularJS library in your page. AngularJS provides client-side form validation. Validation no
This is my latest shortened version of the homepage in my reg-login site PHP.
When you login to your account, your homepage welcomes you with your first & surname.
Then it is supposed to show you your bio ($row "bio" in tbl) and show yo
render() method in rails is used for rendering a content to the view . Its uses are:
In Controller for rendering an action
Example:
render :action => "show"
This is the most common use of render in controller . The template for show will be r
How to show checkbox selected using MVCCheckBoxList in Asp.Net MVC
In my previous blog I have discussed about how to use MVCCheckBoxList. Please visit the following link for reference:
MVCCheckBoxList in Asp.Net MVC
Issue:
The problem which I also
