Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Tuesday, May 08, 2007

10 Intermediate Ways To Speed Up Windows

Given how successful my Simple Guide to Tweaking Windows XP has been I’ve decided to post some more complex tweaks. The effectiveness of each of these tweaks will vary from machine to machine. I’ve tried to focus on tweaks that I’m confident can be made on any XP machine regardless of the individual setup. Please do not make any of these changes if you are not sure what you are doing, and remember to make backups first and good luck!

1. Disable Unnecessary Services
Because Windows XP has to be all things to all people it has many services running that take up system resources that you will never need. Below is a list of services that can be disabled on most machines:

  • Alerter
  • Clipbook
  • Computer Browser
  • Distributed Link Tracking Client
  • Fast User Switching
  • Help and Support - (If you use Windows Help and Support leave this enabled)
  • Human Interface Access Devices
  • Indexing Service
  • IPSEC Services
  • Messenger
  • Netmeeting Remote Desktop Sharing (disabled for extra security)
  • Portable Media Serial Number
  • Remote Desktop Help Session Manager (disabled for extra security)
  • Remote Procedure Call Locator
  • Remote Registry (disabled for extra security)
  • Remote Registry Service
  • Secondary Logon
  • Routing & Remote Access (disabled for extra security)
  • Server
  • SSDP Discovery Service - (Unplug n’ Pray will disable this)
  • Telnet
  • TCP/IP NetBIOS Helper
  • Upload Manager
  • Universal Plug and Play Device Host
  • Windows Time
  • Wireless Zero Configuration (Do not disable if you use a wireless network)
  • Workstation

To disable these services:

  1. Go to Start and then Run and type “services.msc”
  2. Doubleclick on the service you want to change
  3. Change the startup type to ‘Disable”

2. Turn Off System Restore

System Restore can be a useful if your computer is having problems, however storing all the restore points can literally take up Gigabytes of space on your hard drive. To turn off System Restore:

1. Open Control Panel
2. Click on Performance and Maintenance
3. Click on System
4. Click on the System Restore tab
5. Tick ‘Turn off System Restore on All Drives’
6. Click ‘Ok’

3. Defragment Your Pagefile

Keeping your pagefile defragmented can provide a major performance boost. One of the best ways of doing this is to creat a separate partition on your hard drive just for your page file, so that it doesn’t get impacted by normal disk usage. Another way of keeping your pagefile defragmented is to run PageDefrag. This cool little app can be used to defrag your pagefile, and can also be set to defrag the pagefile everytime your PC starts. To install:

  1. Download and Run PageDefrag
  2. Tick “Defrag at next Reboot”,
  3. Click “Ok”
  4. Reboot

4. Speedup Folder Access - Disable Last Access Update

If you have a lot of folders and subdirectories on your computer, when you access a directory XP wastes a lot of time updating the time stamp showing the last access time for that directory and for ALL sub directories. To stop XP doing this you need to edit the registry. If you are uncomfortable doing this then please do not attempt.

  1. Go to Start and then Run and type “regedit”
  2. Click through the file system until you get to “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem”
  3. Right-click in a blank area of the window on the right and select ‘DWORD Value’
  4. Create a new DWORD Value called ‘NtfsDisableLastAccessUpdate’
  5. Then Right click on the new value and select ‘Modify’
  6. Change the Value Data to ‘1′
  7. Click ‘OK’

5.Disable System Sounds

Surprisingly, the beeps that your computer makes for various system sounds can slow it down, particularly at startup and shut-down. To fix this turn off the system sounds:

1. Open Control Panel
2. Click Sounds and Audio Devices
3. Check Place volume icon in taskbar
4. Click Sounds Tab
5. Choose “No Sounds” for the Sound Scheme
6. Click “No”
7. Click “Apply”
8. Click “OK”

6. Improve Boot Times

A great new feature in Microsoft Windows XP is the ability to do a boot defragment. This places all boot files next to each other on the disk to allow for faster booting. By default this option in enables but on some builds it is not so below is how to turn it on.

  1. Go to Start Menu and Click Run
  2. Type in “Regedit” then click ok
  3. Find “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOpt imizeFunction”
  4. Select “Enable” from the list on the right
  5. Right on it and select “Modify”
  6. Change the value to “Y to enable”
  7. Reboot

7. Improve Swapfile Performance

If you have more than 256MB of RAM this tweak will considerably improve your performance. It basically makes sure that your PC uses every last drop of memory (faster than swap file) before it starts using the swap file.

  1. Go to Start then Run
  2. Type “msconfig.exe” then ok
  3. Click on the System.ini tab
  4. Expand the 386enh tab by clicking on the plus sign
  5. Click on new then in the blank box type”ConservativeSwapfileUsage=1″
  6. Click OK
  7. Restart PC

8. Make Your Menus Load Faster

This is one of my favourite tweaks as it makes a huge difference to how fast your machine will ‘feel’. What this tweak does is remove the slight delay between clicking on a menu and XP displaying the menu.

  1. Go to Start then Run
  2. Type ‘Regedit’ then click ‘Ok’
  3. Find “HKEY_CURRENT_USER\Control Panel\Desktop”
  4. Select “MenuShowDelay”
  5. Right click and select “Modify’
  6. Reduce the number to around “100″

This is the delay time before a menu is opened. You can set it to “0″ but it can make windows really hard to use as menus will open if you just look at them - well move your mouse over them anyway. I tend to go for anywhere between 50-150 depending on my mood

9. Make Programs Load Faster

This little tweak tends to work for most programs. If your program doesn’t load properly just undo the change. For any program:

  1. Right-click on the icon/shortcut you use to launch the program
  2. Select properties
  3. In the ‘target’ box, add ‘ /prefetch:1′ at the end of the line.
  4. Click “Ok”

Voila - your programs will now load faster.

10. Improve XP Shutdown Speed

This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.

  1. Go to Start then select Run
  2. Type ‘Regedit’ and click ok
  3. Find ‘HKEY_CURRENT_USER\Control Panel\Desktop’Select ‘WaitToKillAppTimeout’
  4. Right click and select ‘Modify’
  5. Change the value to ‘1000′
  6. Click ‘OK’
  7. Now select ‘HungAppTimeout’
  8. Right click and select ‘Modify’
  9. Change the value to ‘1000′
  10. Click ‘OK’
  11. Now find ‘HKEY_USERS\.DEFAULT\Control Panel\Desktop’
  12. Select ‘WaitToKillAppTimeout’
  13. Right click and select ‘Modify’
  14. Change the value to ‘1000′
  15. Click ‘OK’
  16. Now find ‘HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control’
  17. Select ‘WaitToKillServiceTimeout’
  18. Right click and select ‘Modify’
  19. Change the value to ‘1000′
  20. Click ‘OK’

That’s it. I hope you find these tips useful - you should now see a noticeable speed improvement if you make all of these changes correctly. Hopefully you’ll be pleasantly surprised!

I found all of this on the following site and I suggest you pay it a visit to read the comments. I think it’s a great, GREAT compilation of tricks and although I’m not gutsy enough to try all of them I did do most and had no problems just great results. I love my computer again. Yay! Here’s the URL.

http://www.connectedinternet.co.uk/2005/12/05/10-intermediate-ways-to-speed-up-windows/1/

Wednesday, February 14, 2007

How To Replace Your iPod's Battery




Hacks


Most of our readers are surely aware that an iPod's battery, like any rechargeable battery, will lose its ability to hold a charge over time. If a given iPod happens to be your trusty companion long enough to start exhibiting this inevitability, you need not fear its utter demise. The time to replace its battery has arrived.

Many squeamish iPod users are frightened by the notion of performing iPod surgery and replacing the diminished lithium-polymer battery with a new part. The truth is, it's not such a bad procedure. Have a look at ifixipodfast.com's page of how-to videos for most every model of iPod to see how it's done. Beyond just battery replacement, the site's videos cover replacement of LCD screens, hard drives, logic boards, click wheels, and more. Handy how-to guides.


Found on iPod Hacks

Wednesday, December 06, 2006

Vincent Flanders Presents: Biggest Mistakes in Web Design 1995-2015

From webpagesthatsuck.com



Webpagesthatsuck.com has a really interesting article on web design that anyone doing any degree of web design will surely enjoy and some may even find it a handy heads up. The description of the article reads:



"Next to e-mail, your web site is one of the most important marketing tools you have. Too many people are using their web sites in the wrong way and are hurting themselves.



building a web site is a lot like building a houseI’ve gathered what I think are the biggest web design mistakes committed during the period 1995 to 2015. Yes it is a little facetious to say these mistakes will be made in the year 2015, but it’s human nature to repeat your mistakes over and over. But it’s human nature to repeat your mistakes over and over.



I've rewritten parts of the article and put in some videos of sites that have changed. I have the proof of how bad they used to be.



Some mistakes I’ll discuss aren’t actually design mistakes in the classical sense — ugly graphics, bad navigation, etc. — but serious big picture problems like our Number One Mistake: "



Here are the top ten mistakes according to Vincent Flanders, you can click here to view the site where you will find each mistake fully explained.



1. Believing people care about you and your web site.

2. A man from Mars can’t figure out what your web site is about in less than four seconds.

3. Mystical belief in the power of Web Standards, Usability, and tableless CSS.

4. Using design elements that get in the way of your visitors.

5. Navigational failure.

6. Using Mystery Meat Navigation.

7. Thinking your web site is your marketing strategy.

8. Site lacks Heroin Content.

9. Forgetting the purpose of text.

10. Too much material on one page.

11. Confusing web design with a magic trick.

12. Misusing Flash.

13. Misunderstanding graphics.

14. AFFrontPage.



powered by performancing firefox

Tuesday, November 28, 2006

Illustrator

WOW! Great tutorial site for Illustrator! Anyone who uses and ejoys Photoshop should click here and learn some really cool things about Illustrator. This is a tutorial for anyone interested in web design. Click here now, what are you waiting for!