Saturday 24 January 2015

HOW TO WRITE HTML

<html>
<head>

<title>   My first html page </title>
</head>

<body>

 <h1> Hello World </h1>
<p>hello this is my first html page </p>

</body>
</html>


copy and paste these lines in txt file and save as NAME = "myfirstfile.html"
Now open the file and enjoy :)

Thursday 22 January 2015

ID selector and class selector

Class selector is used when we want to apply style on many items that contain respective class
but ID selector is used for unique elements.

<p class="newclass">  </p>

<p class="newclass">  </p>

<p id="pid">    </p>


in css file

#pid{

/*we use # sign for ID selector and it will e unique for a element  */

}

.newclass{
/* (dot) . sign is used for class and we can assign a class to many elements. */

}

Change in Bootstrap class

If you want to change  "your build in bootstrap class" suppose you want to change the background color of "container" class,

then make your custom css file suppose it is custom.css
in html <head> tag
// link bootstrap build in style sheet here

//and your custom.css below the bootstrap stylesheet
</head>      close headtag
And if you want to change container class

then in custom.css file

.container{
     // write new style here
}


it will apply changes in your html file and new style will be appear.

Driver uninstalled itself

I face this problem many times in my laptop, because i forget to install Chip-driver on my laptop , so install chip driver if you are facing this kind of problem. :)
Thanks.

Thursday 6 November 2014

Freindship - A Blessing of Allah Almighty

No doubt, true friendship is a blessing of Allah Almighty , and  i am so lucky that i have true friends, it feels great when you think about them... it makes you feel happy, i am missing my friends and yes sharing some lovely friendship quotes :)

There is nothing on this earth more to be prized than true friendship. 

-Thomas Aquinas

 

One of the most beautiful qualities of true friendship is to understand and to be understood.

-Lucius Annaeus Seneca

 

A true friend freely, advises justly, assists readily, adventures boldly, takes all patiently, defends courageously, and continues a friend unchangeably. 

-William Penn


 

Wednesday 5 November 2014

Share your knowledge

Knowledge management means manage your knowledge in such a way that it helps others in improving their life. Now the question is how you manage your knowledge? Many question arises when you only think about how ? why? When? But you have to change your view, don't think like that. Yess you can do it.
we  normally think that we can't change our daily life, our society but we can. With our positive approach, we can do everything. You can help others in a field where you are best, look at your surrounding many child that cant study because of their poverty and you are so lucky enough that you can...
Share your knowledge with others, don't get jealous in this or think that others will leave you behind by using your knowledge. Do this for your own satisfaction as you will get comfort by doing it.
Help others and think positive. You used some books now you don't need it, instead of selling them give these books to a needy person who cant afford them, you have some old clothes that you don't wear instead of keeping them in your cupboards , filling your suit cases with old dresses give these dresses to a needy who really need this who has  only 1 or 2 dresses to wear and even that 2 dresses are in a very bad condition, took pity on them.
Although you have lots of problems in your life but when you do it, it will give pleasure :)
Try it.