Search This Blog

Saturday, November 21, 2009

Folder Tweaks

Here are some interesting folder renaming tweaks:

Firstly you have to make a "New Folder" in any location. Now you only have to rename the folder for using it as different types like Recycle Bin, My Computer etc.

Rename folders as:
  • Breifcase
anyname.{85BBD920-42A0-1069-A2E4-08002B30309D}
  • Control Panel
anyname.{21EC2020-3AEA-1069-A2DD-08002B30309D}
  • Folder Options
anyname.{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}
  • My Computer
anyname.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
  • Network Connections
anyname.{7007ACC7-3202-11D1-AAD2-00805FC1270E}
  • Network Places
anyname.{208D2C60-3AEA-1069-A2D7-08002B30309D}
  • Network Setup Wizard
anyname.{2728520d-1ec8-4c68-a551-316b684c4ea7}
  • Printer and Faxes
anyname.{2227A280-3AEA-1069-A2DE-08002B30309D}
  • Recycle Bin
anyname.{645FF040-5081-101B-9F08-00AA002F954E}
  • Scanners and Cameras
anyname.{E211B736-43FD-11D1-9EFB-0000F8757FCD}
  • Scheduled tasks
anyname.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
  • Start Menu
anyname.{48e7caab-b918-4e58-a94d-505519c795dc}
  • Taskbar
anyname.{0DF44EAA-FF21-4412-828E-260A8728E7F1}
  • User Accounts
anyname.{7A9D77BD-5403-11d2-8785-2E0420524153}

Speeding Up Firefox

8 hacks to make Firefox ridiculously fast

Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever.

But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here's what you need to do.

  1. Enable Pipelining
  2. Render Quickly
  3. Faster Loading
  4. No Interruptions
  5. Block Flash
  6. Increase Cache Size
  7. Enable Trace Monkey
  8. Compress Data

Detailed Description:

1. Enable pipelining

Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.

Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak c
an actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.

2. Render quickly

Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.

Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New > Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.

Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.

3. Faster loading

If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.

Type about:config and press [Enter], right-click in the window and select New > Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.

4. No interruptions

You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.

Type about:config, press [Enter], right-click in the window and select New > Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.

5. Block Flash

Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.

6. Increase the cache size

As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New > Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.

7. Enable TraceMonkey

TraceMonkey is a new Firefox feature that converts slow Javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.
Install the latest nightly build (
ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that's it - you're running the fastest Firefox Javascript engine ever.

8. Compress data

If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance.



Please Leave your comments.

Notepad Tricks

  • Toggle your friend's Caps Lock button simultaneously:
Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anyfile.VBS" and ak your friend to run it.

  • Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!:
Type :

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Anyfile.VBS".

  • Frustrate your friend by making this VBScript hit Enter simultaneously:

Type:

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anyfile.vbs".