Monday, August 29, 2011

HTML lesson 1

 HTML (Hyper Text Markup Language)
HTML is one of the web developing languages that we use to create web pages. To write HTML codings we use text editor as notepad or wordpad. When we are going to save the html file, we have to put (.html) extension.
<html> 
<head>             basic tags in html
<title>
<body>

Structure of a html file

<html>
<head>
<title> Home Page</title>
</head>
<body>
----------------------------                         
----------------------------
</body>
</html>

Sunday, August 28, 2011

Increasing Your Computer’s Performance : Chapter 3



Chapter 3- Increasing Your Performance








System optimization and tweaks for Windows Vista/XP

Turn off Visual Effects (Vista)-Ask yourself this question…Do I want my computer to look great or run great. Visual effects can really bog down your system and it’s not like you can’t change it back if you don’t notice a difference.

Open Performance Information and Tools in your Control Panel and then click on Adjust visual effects.

Now select adjust for best performance. If you haven’t noticed yet you can manage your start up programs here with out hacking the Registry. You can also run Disk clean up

Adjusting for best performance in Windows XP-Click Start then Right click on My Computer select Properties then Advanced. Under performance click on the Setting buttons. Select the option to Adjust for best performance.

Make sure you have up to date drivers for your hardware. A driver is a software program that interfaces between your hardware and Windows. A bad or outdated driver can really slow you down. Find out what model of driver you have by Right Clicking on My Computer and selecting Device manager . Next find and open the device you are interested in. This should tell you the Brand and model name of your hardware. Visit your manufactures web site and download their latest drivers. If you need help try using  Driver Robot. Driver Robot software is designed to quickly locate the most current drivers specific to your computer system.  Download Driver Robot

Upgrade your memory- Buy more memory if you have less than 1 GB. Memory is cheap and easy to install and can make a huge difference. To find out how much memory you have Right Click on My Computer and choose Proper-ties.

Upgrade your hard drive- Open My Computer and right click on your C drive icon. If you don’t have at least a couple of Gigs of free space you might want to invest in a new hard drive

Increasing Your Computer’s Performance : Chapter 2-The Registry






 


The Windows Registry is the place where all your configuration settings are stored. The Registry is huge because every setting from the background of your desktop all the way to what programs load when your computer starts are stored there. The registry accounts for it all. Every time you install a new program it makes changes to your Windows Registry . The longer you have your computer the bigger your registry gets and the bigger your registry is the slower your system will run. It pays to thin it out a tad by deleting unnecessary data and defragging it (See Chapter 3 for defragging). It is also important to keep your Windows registry error free. Errors in your registry can cause your system to crash. Because of its size finding and eliminate all these items by hand can be a daunting task. This is why I strongly recommend you invest in a  Registry Repair Tool (See Charter 5). With that said I still think it is very important to have some basic knowledge on how to navigate and edit your Windows Registry.

Always create a system restore point before making any attempts to edit your Windows Registry.

Creating a System Restore Point- Windows Vista Users

Right Click on My Computer and select Properties. Now Click on System Protection in the tasks menu. Click the Create button



Creating System Restore Point- Windows XP Users

Find help and support in your start menu and type: system restore wizard. Find and run the system restore wizard under run tasks. From here it’s the same process as Vista

Exporting your Windows Registry (all versions)

Follow these steps for every version of Windows

Click start then run (search in Vista) Type in regedit
Now select file then export

Name your file appropriately and save

Now you have a system restore point as well as a copy of your registry.

If for some reason you delete or edit the wrong key you can simply repeat the exporting process But select import instead. In case importing the registry file doesn’t work you can always revert

to the system restore point.

Removing start-up items from your Windows Registry

Open the registry editor. Click Start then Run (search in Vista) type in Regedit Open hkey_local_machine by clicking the plus sign or triangle.
You should see several folders drop down. We are looking for the Software Key. Locate the software key and open it. Now you will see a huge list of folders drop down. Open the Microsoft folder .In the Microsoft folder find Win-dows. In the Windows Folder find Current Version. After opening Current Version find and highlight Run.

It’s very important to make sure you are in the right key because at this point we are going to start making some changes. Look at the contents in the right pane. It shows a column for Name, Type, and Data. If you need to expand the name column click on the divider and hold while pulling it to the right. From here just highlight the entry and simple press delete. You may want to keep programs such as Virus protections, firewall, and other vital software run-ning so choose carefully. Most of the time there is quite a bit of junk you don’t need in here so cleaning this key out most always significantly boosts performance. Check the Run Once key as well. Once you are done just close the re-gistry editor. These changes will take affect after a reboot.



Removing Start up Items from Hkey_Current_User

Using the same process as before; Run Regdit, Open Hkey_Current_User\Software\Microsoft\Windows\Current Ver-sion\Run
Don’t forget the Run Once Key if applicable.

Removing Items from Context Menu

Run Regedit
Open hkey_Classes_Root\Folder\Shellex\ContextMenuHandlers

Too many programs will bog down your system
Delete the folders of the programs your rarely use

Depending on how many you delete you may experience a performance boost.

Using the Search Function to Delete Keys

Not all programs are responsible and clean up after themselves when you uninstall them. You can use the search function to find and delete these unnecessary registry entries.

This process is tedious and can be done a lot quicker and safer with a  Registry Cleaner (I will cover Registry Cleaners in Chapter 5.) but I do still think it is good to know how to use the search function. So let’s do a test run.

Run Regedit. Make sure you are highlighting Computer otherwise your search will be confined to the key you have selected. Now click on Edit then Find and type in Microsoft as your search term. You will be directed to the first Mi - crosoft entry in the registry. Press F3 to continue searching. This is a good exercise in learning how to find all entries related to a specific program and deleting them in the most efficient way.

Increasing Your Computer’s Performance the Easy Way : System Maintainance



Don’t be fooled you don’t need a super fast processor and tons of memory to surf the internet and do word processing. A properly maintained but out dated system will most always out perform a newer more modern system that is not properly maintained. Not knowing how to take care of your computer eventual leads to buying a new computer when it is not necessary. Invest either your time in learning how to maintain your system or your money in purchasing software to do the job for you. (See chapter 5)

Clean out the start up folder -Too many programs loading at start up is one of the most common causes of lackluster computer performance. Learn how to control what software is running on your computer behind the scenes. This is one of the places that control what programs load at start up.

In your Start Menu select Programs then Start up. Now Right Click and Delete each short cut.

Keep unnecessary services from loading at Start up-The services control panel dictates what services load at start up. Some services are required for Windows to run while others are 3rd party applications that are not.

Hop on over to your Control Panel, Select Administrative Tools now click on Services

This is a complete list of all your services. Some are manual while others are automatic. You can change the start up type from automatic to manual by right clicking on an entry and choosing Properties. Look for a text box label Start Up Type. You can stop, start, disable or change the service from automatically loading to manually loading. In most cases you shouldn’t need to do much of anything here. But it doesn’t hurt to pay this screen a visit. You could find some unneeded items running and shut them down. Every little bit helps. Read the description carefully before doing any modifications though and if you are not sure what the service is leave it alone.

There is one more place I like to check for start up items and that is the Windows Registry. We will cover this topic in the next chapter.

Scan disk- Scan disk will find and repair data errors on your hard drive. Make sure to close all programs before starting. Right click on your C drive icon in My Computer and select tools. Click on check now.

Disk Defrag- Over time data stored on your hard drive gets scattered around. Windows needs a continuous block of free space to store data for fast access or in other words to cache from. You most likely noticed Disk Defrag in the same window as Scan Disk. Again make sure to close all programs before starting

I recommend running Scan Disk and Disk Defrag  at least every other month.

Saturday, August 27, 2011

Increasing Your Computer’s Performance the Easy Way Chapter 1

Today on wards we will be posting the other chapter daily

Chapter 1 - Taking the Trash out



(1) Remove old programs -The simple fact is the more programs you have installed the worse your computer will run. Programs take up space on your hard drive and make changes to your operating system for better or for worse. It makes no sense to have applications installed on your computer that aren’t serving a purpose. So if you are not using them they have to go.

Open your Control Panel and click on Add/Remove Programs or Programs and Features if you are a Vista user. Uninstall all the programs you are not using.

(2) Running Disk Clean up-Life is busy enough and this book is all about doing things the easy way. With that in mind let me introduce you to Disk Clean up. In My Computer right click on your C drive and select Properties. Now select Disk Clean up then the drive you would like to clean.

Disk Clean up removes temp files, Downloaded program files as well as optional components you are not using, and even empties your recycle bin. To start Disk Clean up just click OK




7 Facts that you might (not) know.


  • 512 or 1GB? Never compare VGA cards by Video Memory. What matter are the features it has such a Core Clock Speed, Memory Bandwidth, Direct X and Shader Model. Higher video memory provided good features will help you to run games in higher reselutions in big monitors.
  • AMD processors have no heating issues compared to Intel processors. Also it is so slightly under-perform Intel and comparatively cheap too.
  • There's no difference in almost all search results within Google, Yahoo and Ms live search.
  • You loose 80% of correct search results by using phrases instead of using keywords. Always use keywords such as "digital camera guide" instead of "What are the things to consider when buying a digital camera"
  • RSS(Atom) feed is the fastest and easiest way of keeping track of latest content(news) updates.
  • Blog spot owned by Google is the best place for novice bloggers where WordPress is good for professional bloggers. Never to forget that there are better blogging services available. But they aren't free.
  • When buying a camera (Point and Shoot or DSLR)never go behind Megapixels. Always see the picture Quality, Zooming factor, Low light shooting quality, Ergonomic Design and Power Saving ability above all other aspects.

Friday, August 26, 2011

New Home page for Google Chrome and Mozilla Firefox(no downloads)

This also was in a previous tutorial but it says only for mozilla firefox so here is an easy way without any downloads


I have uploaded all those files to the below link so you just need to make that webpage the homepage
http://homeabey.comli.com/EIGHT-firefox%20start%20page+config/
Check this out

Windows 8 theme for windows 7

Windows 8 will be released in 2 years time http://en.wikipedia.org/wiki/Windows_8
It will be more suitable for a touch screen and looks like a windows mobile

Windows 8 pre lease at D9 conference


 You can change everything in windows 7 to look like windows 8
Here are the links with the steps
Windows 8 Logon Date And Clock For Windows 7 Logon Screen
How To Get The New Windows 8 Start Screen In Windows 7
How To Get Windows 8 Boot Screen In Windows 7
How To Get Windows 8 Taskbar User Picture Tile In Windows 7
How To Make Mozilla Firefox Home Page Look Like Windows 8 Start Screen
Get The New Windows 8 Side Menu And Swipeable Lock Screen Feature In Windows 7

Thursday, August 25, 2011

Google Chrome in 3d

This is a april fools joke by google but it really works. You can get it from the below link
http://www.google.com/intl/en/landing/chrome/cadie/
You will need a pair of 3d glasses. You may be wondering where to get them. I'll tell you how to make them
Things needed
1.A pair of goggles(swimming ones)
2.1 Red glass paper
3.1 Blue glass paper
4.Gum

Now if you got these things lets get to work
First you need to cut out 2 circles from the blue and the red glass paper
Then paste them to the gogles
Download chrome and install it
This is how you will it without glasses 3d on . This is in my pc


Nokia 5230 themes

Have a nokia 5800, 5230, 5530 ect, ??? now the new phone os symbian anna has got really cool icons (like the iphone).
Did you search the ovi store ?? didnt find here are some themes, Thanks to MMMOOO for uploading these awesome themes

Symbian Anna Rays

High Five

Fire Football

and you can find many more themes

Your ideas

Have you made any cool stuff?? Lets us also know. We share what i know so send me an email to theinstructables.blogspot.com
Thank You,

Administrator

Cool Websites

Hey People like inventing new things ah?? here are some cool web sites
1. Kipkay.com
2.Instructables.com
3.Expertvillage.com
4.ehow.com

Want to post in facebook via iphone, android??

Heres the way there is a website called http://ahaks.com/ you can post statuses via anything like iphone, android or Toilet :D  you just need to search there from what you want to post (eg:-Iphone) then search results you will find iphone you just need to click on use application.

Facebook messenger sidebar gadget(win vista & 7)

Here s the most cool thing. Now as i said in the previous tutorial if you have pidgin connected to you facebook account, you can see all the online friends in the sidebar thanks to howtogeek.com .
You can get the file needed from here  you can download it here


Once you are there, then you’ll want to copy the pidglet.dll file into the folder

Now you’ll need to open up Pidgin and go to Tools \ Plugins and enable Pidglet (Note that you need to have a fairly recent version of Pidgin)

Now you can install the sidebar gadget by double-clicking on the Pidglet.Gadget file that you extracted.

If that doesn’t immediately load the gadget, you should be able to use Add Gadgets…

And then drag the Pidglet gadget somewhere on the desktop.

At this point you’ll have a small gadget on your desktop with your Pidgin contacts, and you’ll want to click on the small wrench that shows up when you hover over it:












In the settings dialog you can configure the colors, but more importantly you can change it to show all of the people on your list, or at least more than 4 contacts.
  

Facebook messenger

Facebook messenger sound cool right?? yes for windows/mac os you can get pidgin its a free im client software from its website http://www.pidgin.im/ .

      • Go to "Accounts" and select "Manage Accounts."
      • On the Basic tab, enter the following info:
      • Protocol: XMPP
      • Username: <your facebook username>
      • Domain: chat.facebook.com
      • Resource: Pidgin
      • Password: <your Facebook password>
      • Local alias: <your name>
      • Click the Advanced tab, then enter the following info:
      • Connect port: 5222
      • Connect server: chat.facebook.com
      • (Uncheck the box labeled "Require SSL/TLS")
    1. You are done now you can see the facebook friends online :)

How to Change logon screem(easy way)

Hey People, sorry this time no video. Anyway here s an easy way to chage the background image in the logon screen :) heres the download link. thanks to Tweaks.com. Why wait ?? try it your self ;)
you can get it here http://www.techspot.com/downloads/4902-logon-changer-windows7.html