Make Your System Faster-Top 5 Tips

⊆ 10:06 PM by Thurthur | ˜ 3 comments »

1.Minimizing : Minimize the programs you are not using you are not using if you want to use several programs at the same time. This helps reduce the overload on RAM.

2.Turn Off Animations : Go to Display Settings from the Control Panel and switch to the Effects Tab and turn off Show Windows Content while Dragging and Smooth Edges on Screen Fonts.

Try lowering your display resolution if you want to do anything for fastre performance .The lower it is, the faster your PC.

Read more.......


@ www.xopa.blogspot.com


⊆ 6:31 AM by Thurthur | ˜ 1 comments »

The Windows Disk Cleanup utility does a good job of deleting old Microsoft temp files, logs, memory dumps and other OS related junk files. It can free up a lot of space on your computer but it often leaves a lot of junk behind. A great program that I use all the time on my computers is called CCleaner. Not only does it clean the Microsoft OS related junk files from your computer, it also removes junk files from other popular applications such as Firefox. Additionally, it is very good at locating other temporary files.

Visit CCleaner.com to download a free copy.

source : www.xopa.blogspot.com


Create a Hard Copy of Your Blog

⊆ 4:44 AM by Thurthur | ˜ 0 comments »

source : www.xopa.blogspot.com

Add 'Print This' option for a page on your Blog

Goto the Template tab and then to the 'Edit HTML'. Click on the 'Edit HTML' tab and look for the [head] tag . Then paste the given script in anywhere in between the and [/head] tag.

[span style="color: rgb(153, 0, 0);" ][style type="text/css" media="print"][/span][br /][span style=" color: rgb(153, 0, 0);"] #noprint {display: none;} [/span][br /][span style=" color: rgb(153, 0, 0);"] // This hide unwanted elements[/span][br /][span style=" color: rgb(153, 0, 0);"] body {background:fff; color:000;} [/span][br /][span style=" color: rgb(153, 0, 0);"] // Black text on White background[/span][br /][span style=" color: rgb(153, 0, 0);"] a {text-decoration: underline; color:00f;} [/span][br /][span style=" color: rgb(153, 0, 0);"] //Underline Hyperlinks in blue[/span][br /][span style=" color: rgb(153, 0, 0);"]}[/span][br /][span style=" color: rgb(153, 0, 0);"][/style]

After pasting , click on 'Save Template'.

Then paste this javascript in the bottom of the post which you wanted to print:

[span style="color: rgb(153, 0, 0);"][a href="javascript:window.print()"]Print Page[/a]

Go to SETTINGS >FORMATTING and paste the javascript in to the post template window. Click 'Save Settings'. Then your'e done.

Note : Replace all the '[' by '<' and ']' by '>' in the given script .