How to make Vista faster
February 29, 2008
I will show you a way to make Vista alot faster.This will take some heat of your graphics card.
Turn off Aero
- Step 1. Right click on My Computer
- Step 2. Click properties
- Step 3. Click on the Advanced tab
- step 4. Then click on Performance
- Step 5. Now you can manually configure it or Choose the best for performance
Free Your Hard Drive
Clean up useles data and temporary files.Like a mentioned in How to Wipe out Data you don`t need ,use ccleaner to remove unwanted files.
Improve Startup
- Like i explained in How To change Windows Startup ,stop programs that you do not need.
Defragment Your Hard Drive
Defragmenting your hard drive rearranges your data.A hard drive uses an index of where the data is stored.When you delete and add data the data has changed location.You can use the defragmenter included in Windows or i prefer Auslogics Disk Defrag
Use ReadyBoost
Readboost is the use of solid state memory disk as extra disk cache.So get a fast ,large capacity flash drive.When you plug it in Autoplay will ask you to use it for this options.Microsoft recommends to use the same size as your RAM.ReadyBoost is encrypted , if someone steal your flash drive your data is safe.
Use vLite
You ca use the free program vLite to take out things like Windows Media Player, Windows Mail, Windows Photo Viewer, MSN components, Wallpapers and SlideShow.Then you can replace the software with other free applications.This program cannot be undone,so do it under cation.
Popularity: 2% [?]
How to Add an Extension in Mozilla Firefox
February 26, 2008
The first step is to start firefox up and click on tools.
Then hit the Add-ons option.You are then taken to an extension tab.Go to the bottom right where it says Get extensions.
Then choose a couple of extensions.Hit on install now.If nothing pops up then hit the install toolbar at the top and then install it.
After it is finished restart firefox.
Popularity: 1% [?]
Terms Of Conditions
February 24, 2008
- You can not insult any any user.
- You may not use Insulting words.
- Do not copy other people`s content without permission and credits.
- If you do not comply with what we ask we have the right to delete your account.
Popularity: 4% [?]
About
February 24, 2008
This site is designed for users to post their own blog entries and comment on new technology topics.They can also ask questions at the forum.
Popularity: 12% [?]
How to bridge Your Computer to Your Xbox 360
February 22, 2008
Requirements:
- Ethernet Cable(I used a different one, not crossover)
- A computer with an another connection(wifi, extra Ethernet port)
Steps:
- 1.First you have to manually assign the ip address for the card connected to the xbox.So go to Show all connections and right click the card. Then click properties. Select the properties and scroll down to tcip/ip.Then click properties. Enter an ip address that is similar to the other network that will soon be bridged. EX. if the connection to the internet to PC is =192.168.1.115,then Connection from xbox to pc=192.168.1.112.subnet should be 255.255.255.0.And the network address would be 192.168.1.1.
- 2.Connect both connections.Open up Network connection and highlight the two connections.And right click and choose bridge connections.
3.Test your connection to see if it works.
Popularity: 7% [?]
How to change the prefix of your website from www site using .htaccess
February 13, 2008
This guide will show you how to add www. or remove it
To Add www CODE(replace domain.com with your adress):
# mod_rewrite in use
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{http_host} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
To not add www CODE(replace domain.com with your adress:
# mod_rewrite in use
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^domain\.com
RewriteRule (.*) http://domain.com/$1 [R=301, L]
Popularity: 2% [?]



