Tuesday, March 12, 2013

We soon going to host our blog at host gator

At last 2013 by the grace of almighty Allah we have complete new transformation.Online Education OE is now wearing a new dress , certainly  version 2.0 of its theme transformation. The blue and silver layout has been replaced with a far better solid structure, colored in silver and grayish black.With Google's great emphasis on a better core HTML structure and fast loading content, we had to make some serious changes to the template by replacing every single bit of the old user interface with something more favorable and interesting.The template is a result of one week of continuous Graphic and Coding exercise. In order to add further fun to this new OE environment and especially to better promote our idea of a blog class room and its informative periods, I spared few more working hours in giving birth to an extremely helpful partner, called "sir O.E" :) 

JUST take a look at our changes:
 Previous Design: v1.0


New Design: v2.0

 
 
 

we soon going to host our blog... after this perfect,solid,beautiful and desirable layout we have decided or thinking to host our blog and i think host gator will be perfect because they don't demand very high just as other hosting companies they keep on giving special discount offers.They are perfect,reliable and desirable services and packages lets see and compare by your self why i am saying this all 


Lets take a look their packages 


we are going to compare it with "Go Daddy" 

-
 HOST GATOR:

There are three business plans that HostGator offers which are:
1. Hatchling Pan   (The plan that we soon going to use)
  • Single Domain
  • UNLIMITED Disk Space
  • UNLIMITED Bandwidth
  • Shared SSL Certificate
  • Starting at $3.96/month   Which means $48 per year   This will decrease further after applying our 25% discount coupon
2. Baby Plan
  • UNLIMITED Domains
  • UNLIMITED Disk Space
  • UNLIMITED Bandwidth
  • Shared SSL Certificate
  • Starting at $6.36/month  which means $76 per year. Would further decrease with Discount coupon
3. Business Plan  (Obviously Not for bloggers)
  • UNLIMITED Domains
  • UNLIMITED Disk Space
  • UNLIMITED Bandwidth
  • FREE Private SSL & IP
  • FREE Toll Free Number
  • Starting at $10.36  Discount Coupon Applies
   
_
  Go daddy:
There are three business plans that HostGator offers which are:
1. Economy plan   ($2.99) /month
  • Single Domain
  • 100 GB Disk Space LIMITED
  • UNLIMITED Bandwidth
  • 10 Data base
  • 100 Email addresses   Which means $35.88 per year 
2. Deluxe plan    ($4.49) /month
  • UNLIMITED Domains
  • UNLIMITED Disk Space
  • UNLIMITED Bandwidth
  • 25 database 100 email adresses
  • NEW! Customizable mobile site
  • Starting at $4.49/month  which means $53.88 per year. No discount coupon included
3. Ultimate Plan  $7.49 /month (Obviously Not for bloggers)
  • UNLIMITED Domains
  • UNLIMITED Disk Space
  • UNLIMITED Bandwidth
  • UNLIMITED database
  • UNLIMITED email adresses
  • NEW! Customizable mobile site
  • PREMIUM DNS
  • SSL certificates
  • Malware Scanner
  • Starting at $7.49 No Discount Coupon will be Applied

We are choosing hostgator  

because of their reliability and coupons of discount and they are serving a Number of millions domains so it is Good and proud to choose Host gator in the future ...

so what is your plan
 
 

Saturday, February 16, 2013

Password protect your google chrome for more security

we are here with a new and unique trick which is simple but helpful. We are going to protect our google chrome and  save our personal work.It is unique and quite simple too.


In this when someone will open your it will ask for as password goes wrong it will automatically be closed. so let's start.

Follow these steps:                                                                                                       

 1.Go to google chrome web store and install a extension name SIMPLE START UP PASSWORD
 2.Click on the upper option icon of crome and go to Tools>Extensions.


3. Now find the installed Extension(SIMPLE START UP PASSWORD) which you installed and then click on options and write your desired password in the box and hit "Save".




Restart Your and see it is working perfecrtly.



4. You are all done !

NEED HELP :                                                                                                                       

if you are having any difficulty so please feel free to ask question. And you can also ask the Question related to your studies or tips or any help visit our contact page. or ask your Questions on comments peace =)

Friday, February 15, 2013

Create a Slick Menu using CSS3

Today we are going to add a navigation menu named Slick Menu using css3 as it is going towards success day by day. It is quite simple to add this it is clear from any thing no Javascript no images and as well as Jquery simple just Css.











Follow the steps:                                                                                                                  
The entire process involves simple steps. Follow these instructions:

  1. Go To Blogger > Settings > Template
  2. Backup your template
  3. Click Edit HTML > Proceed
  4. Search for ]]></b:skin>
  5. Just above it paste the following code:
.wrapper {
    width: 100%;
    height: 80px;
    background : #464646;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    border-top: 2px solid #939393;
    position: relative;
    margin-bottom: 30px;
}
ul {
    margin: 0;
    padding: 0;
}
ul.menu {
    height: 80px;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    float:left;
}
ul.menu li {
    list-style: none;
    float:left;
    height: 79px;
    text-align: center;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
    }
ul li a {
    display: block;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 79px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }
ul li a:hover {
    background: transparent none;
}
ul li.active a{
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}


6. Now search for <body> and just below it paste it paste the following code:

<div class="wrapper">
<div class="container"><ul class="menu" rel="sam1">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li ><a href="#">Blog</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contacts</a></li>
<li><a href="#">Twitter @insic</a></li>
</ul>
</div>
</div>


Tips: 


Replace'#' with your desired link

7. Save your template and all done!
Visit the new page and see if things are as you planned. :)

NEED HELP:                                                                                                                                                
if you so please kindly ask your questions we will share a lot of other things with you in up coming tutorials take care peace buddies =)

Sunday, January 20, 2013

Operating system

OPERATING SYSTEM




Operating system(os) is a logical part of computer or software which may also called a user interface,which make contact between user and computer....

 DEFINATION

it is a logical part of computer which is able to run our computer/boot start our computer by this we are able to make contact or work with our harware(Computer).


Exaples:
1) MS DOS
2) Windows
3) Lunix-unix
etc


Year by year it is going towards Innovation/moderation as we have example of win 98 and windows 7 they both have a big difference them ......


Soon i will publish a detailed article upon this topic 
Have any question or problem feel free to ask question....



 

Wednesday, January 9, 2013

a GWBASIC programme with goto command

Friends today i am going to share a simple programme, which is only work on symbols just a graphical programme which is attractive and simple2 ..... work with goto command

Lets stat

a star programme with goto command



10 cls
20 print"*"
30 print"**"
40 print"***"
50 print"****"
60 print"*****"
70 print"******"
80 print"*****"
90 print"****"
100 print"***"
110 print"**"
120 print"*"
130 goto 20
140 end



Or copy it from here:

10 cls

20 print"*"

30 print"**"

40 print"***"

50 print"****"

60 print"*****"

70 print"******"

80 print"*****"

90 print"****"

100 print"***"

110 print"**"

120 print"*"

130 goto 20

140 end


Try out and have fun,
Enjoy :-)

points to focus maths students


point to be noted for maths students and many other points can also help the students of other subjects may be any other subject

in maths your procedure of doing or solving the question counts not your answer ...........







1) BE ATTENTIVE DURING YOUR TEACHER'S LECTURE
When your teacher delivering lecture on any topic in your class please listen it carefully.Note down every single line written on black board..... don't be lazy always concentrate to teacher. many of students don't like maths and they don't focus towards that but they don't know what they are going to do actually..?????  most important thing ask questions from your teacher much as you can if you are confused don't shy because this thing count alot.


now points are come while solving a maths  :


1) Think each question carefully:


 Be patient! relax and think all ways to do that following question think with cool mind, fully concentrate to your question don't think too much but think as much you can

2) Feel you can do it!
Always feel you can do it, this thing also count too much self confidence plays a big roll in your studies ... as well maths depends all on self confidence. feel that i have a proper way to this question and i know i can solve this easily...







3) Self confidence: 
Self confidence counts too much because you do any question till have self confidence . This thing counts when you  solve a question and answer have come so be confident on your answer.........What you made.

Note:
Practice each as much as you can  do that question many times but don't forget to change the variety of question. Try to make question by oyur self similar to your previously done question


Thats it! best wishes and with best regards 

You can ask question from me If have confusion in any topic or at any subject please feel free to ask your question ..... because every question counts.

By: MUNEEB QAZI

Tuesday, January 8, 2013

About the author

About The Author

Muneeb Qazi
Founder & Author
Muneeb is a young student and and a blogger and running a numbers of blogs.He is a student of 10th and a addicted blogger.He runs blogs which provides education.knowledge and tips about studies. 
 

 

 
In october 2012 Muneeb launched his second blog which also named online education which now providing learning outcomes to thousands of peoples and students and online education(this official blog) alhamdulillah is going towards sucsess step by step.And by this our blog is able to list out in helping blogs.






Muneeb started blogging in June 2009 just after completing his primary session.He didn't know what is blogging actually??? When he started writing blogs.Then he did many courses of English language coaching in maths,physics,Urdu,islamyat,biology,computer,chemistry and other subjects related to studies.Then he learn HTML,JavaScript and css from his city and online tutorials.And he always want to do different in his life which relates to people help so he started blogging. 



  
The aim of start the blog Online education to help the people in their studies.it provides information a way to study and information related to their studies.Out comes for students and many sub topics.To give students to see a step ahead on their aim/goal or dream which they saw or made for their bright future.To build up a educated community of respect and peace.



 
Muneeb's advice to new bloggers:
"when u want to start something special and unique in your point of view but in others point of you may be just a loss of time,may be only a impossible task in their point of view......and they will only call you a fool but when you will see your potential to those who said you these things or thinked about you so their heads will automatically down from shy because they will feel a looser in themselves so don't loose your hops and  dreams and do what you want........... be patient and do your work with consitansy and with hardworking you will have to apply these all things in your life if you want to do or be some thing in your life to change your  dreams into reality and don't want to break your hopes.
Best wishes 
Regards,
Muneeb Qazi