Tuesday, November 25, 2014

Text emphasis classes in bootstrap



<p class="text-muted">...</p>
<p class="text-primary">...</p>
<p class="text-success">...</p>
<p class="text-info">...</p>
<p class="text-warning">...</p>
<p class="text-danger">...</p>

It looks something like this

Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.
Nullam id dolor id nibh ultricies vehicula ut id elit.
Duis mollis, est non commodo luctus, nisi erat porttitor ligula.
Maecenas sed diam eget risus varius blandit sit amet non magna.
Etiam porta sem malesuada magna mollis euismod.
Donec ullamcorper nulla non metus auctor fringilla.

Tuesday, November 18, 2014

Installing wordpress blog on your server

1) Download the zip folder from wordpress website

2) Unzip the file to a folder wordpress ( or any other ) in your server ,  usually  public_html or www folder

3) Create a database in your server using Mysql Databse and Phpmyadmin. No tables are required only database name.

4) Run the url http://your_server/wordpress/wp-admin/

5) Follow the steps give database name , username and password.

6) Give username and password for Admin access to your blog

7) Finish , now you are ready to start the blogging with your own wordpress blog

If you don't have hosting server , try free web hosting with PHP , MySQL

Click here 






Twitter Bootstarp - How to make a image responsive

Responsive Image using bootstrap


It is very easy to convert  images in a website to responsive.

just add the class img-responsive to the img tag

<img class="img-responsive" />