Thursday 25 July 2013

How to optimize a computer.

Learn how to optimize a windows based computer  ?

We all know that Computer is an Essential part of our life and they are expensive as well. So what are the  appropriate steps we should take to increase life of you computer.

Here I am gonna give you a Magic stick. you can increase your computer's life by using that once in a week.

Optimizing a windows based Computer is easy and simple. if someone tells you that you required any external software for optimizing your computer. I am sure he is not a computer savvy person. A windows based computer contain everything which you required to optimize you computer.

Watch this Tutorial Video and I am sure if you will use this process for you computer once in week. Your computer will never ask you spend a lot on that.

The only software I will recommend you to buy is a good and trusted Antivirus. A antivirus is required because there is a lot of bad stuff waiting for you computer on Internet and if you use internet on you computer. I will recommend you to go for a Antivirus as soon as possible if don't have one in you computer.

By following this tutorial you are saving you time which spend for bringing you computer to a computer shop as well as you saving your money.

optimize a computer.

 Click the icon for watching video


If you liked this Video Tutorial. If there is anything you failed to understand please write in comments below and We will answer you soon. 

 We have made all the possible tries to make this tutorial error less. but still we can not warrant full   correctness.


Content Source www.learninggoods.com



Thursday 4 July 2013

HTML Tutorial For Beginners.

Website creating guide for beginners


Welcome to Learning Goods  introduction to HTML and web design. This short tutorial is aimed to give new learners a little experience in writing HTML code, saving their files correctly, and viewing the completed works in a web browser. Regrettably this tutorial cannot teach you the basics of using a computer, so please be sure that you meet the following requirements:

  • Know what notepad is and how to use it
  • Are able to open up a file using Internet Explorer (or the browser of your choice)
  • Know how to copy and paste text from a webpage (important!).
Tutorial Overview

In this tutorial you will be transcribing code into notepad and then viewing it with a web browser. The code is called HTML (Hyper Text Markup Language) and notepad is a commonly used text editor on Window PCs. HTML may seem confusing at first, but we will help you understand how it works in this step-by-step tutorial of how to make your first web page.<html>

<head>
</head>

<body>

<h2>My first webpage!</h2>

</body>
</html>


How to make your first webpage

The above code is all that is required to create a basic web page! Now save your file in notepad by selecting Menu and then Save. Click on the Save as Type drop down box and select the option All Files.
When asked to name your file, type "index.html", without the quotes. Double check that you did everything correctly and then press save. Remember where it was saved to because you will need to open this file.

How to view your webpage in Web browser

To view your web page, you must open the "index.html" file inside of a web browser. Open up another browser window and then follow these instruction.
  1. In the new browser window, select File then Open
  2. Then click Browse to enter Windows Explorer
  3. Do you remember where you file is? Good, then navigate to its location
  4. When you find your file, index.html, double-click the file to open it inside your web browser
Success! You have just viewed your very first webpage.

If this did not work for you, please go through the steps again and follow the directions closely. If you still can't get this to work, please write us and we will get you up and running.