Aug 26, 2009

How to recover lost/missing system tray icon?

1. Back up the Registry by creating a restore point.
2. Go to Start > Run (or Windows-key + R), type in regedit and hit OK.
3. Navigate to the key HKEY_CURRENT_USER\Software\Cla sses\Local Settings\Software\Microsoft\Wi ndows\CurrentVersion \TrayNotify.
4. Delete the values IconStreams and PastIconsStream.
5. Open up the Task Manager (Ctrl + Shift + Esc), go to the Processes tab, select explorer.exe and click End Process.
6. Open the Applications tab and click New Task at the bottom-right of the window.
7. In the message box that pops up type in explorer.exe and hit OK.
8. Explorer.exe will reload, and the missing icons should now be back in the system-tray where they belong.
9. Then if the volume bar isnt there, go to taskbar properties (where the volume was gray) and simply tick the box.

Getting OpenGL to Work With Visual C++ 2008

Follow each step, unless you have already done one of these steps.
1. Install Visual C++ 2008 Express Edition

This is a free C++ IDE from Microsoft that is an excellent tool to start with, if you are interested in programming on a Windows environment.

You can find Visual C++ 2008 on the Visual Studio Express download page on Microsoft's site. It only works on Windows XP and up. If you have an older version of windows you might want to find Visual C++ 2005 and then use this Visual C++ 2005 and OpenGL tutorial.
2. Install Windows SDK for Windows Server 2008 and .NET Framework 3.5

This is the equivalent to the Windows� Server 2003 SP1 Platform SDK that Visual C++ 2005 users installed. It contains the main OpenGL libraries. You can download the Windows SDK for Windows Server 2008 and .NET Framework from the Microsoft website.

The installation will take a little while.
3. Install the GLUT Libraries

These are additional libraries that come in handy down the road. Some code samples you find may use them, so I find it best to just have them around right off the bat.

GLUT itself is a bit old, but there is another one called freeglut that is a little more actively maintained. I install both of them. Download freeglut from the freeglut SourceForge page. I download the original GLUT from Nate Robins' site.

For both downloads, unzip them and do the following:

1. Copy all the .h files into the C:\Program Files\Microsoft SDKs\Windows\v6.1\Include\GL folder. This should be glut.h, freeglut.h, freeglut_ext.h, and freeglut_std.h.
2. Copy all the .lib files into the C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib folder. This should be freeglut.lib and glut32.lib.
3. Copy all the .dll files into the C:\Windows\system32 folder. This should be freeglut.dll and glut32.dll.

4. Create Your First Project

Create a project in Visual C++ with whatever name you like and set the template as Win32 Project. Click OK.

Click Next on the following screen and you will be taken to Application Settings. Check on Empty Project and then click OK. Your new project has been created.

Declare the dependencies for your project.

1. Click on Project -> [project name] Properties.
2. Expand Configuration Properties.
3. In the Configuration dropdown, select All Configurations.
4. Select Linker -> Input.
5. In the Additional Dependencies field, enter in GlU32.Lib OpenGL32.Lib freeglut.lib glut32.lib. Then click OK.

5. Create Your First Source File

I recommend a .cpp file. I recommned downloading the source code from NeHe's Lesson 2 and copying into the file you just created.

Press F7 to compile it and F5 to run it.

It should be working at this point. If not, post a comment and I will try and help out.

Reference: http://thoughtsfrommylife.com/article-748-OpenGL_and_Visual_Studio_Express_2008

28 Coolest Firefox About:Config Tricks

You may have installed countless add-on in Firefox to enhance your using experience, but if you want to get the most out of Firefox, you really have to hack your way into the about:config.

The about:config page contains most (if not, all) of Firefox configuration options. It is so far the most effective, and the most powerful way to tweak and enhance your Firefox performance. Here are 28 of the popular tweaks.

Accessing your about:config page

In your Firefox, type about:config in the address bar.
You will be shown a warning page. Click the “I’ll be careful, I promise!” button to proceed.
On the main page, you will see a long list of configuration entries. Enter the name of the key you want to update in the “Filter” field. The list will narrow to only the entries that match your keyword as you type.

To modify the value, simply double click on the entry value field and update the entry. That’s all!

Isn’t that simple? Now, let’s get to the tweaking.

1) Adjust the Smart Location Bar’s Number of Suggestions

In Firefox 3, when you start typing in the location bar, a drop-down list of suggestion URLs will be shown. If you want it to show more than 12 suggestions (12 is the default), you can adjust the browser.urlbar.maxRichResults keys and get it to show the number you want.
Config name: browser.urlbar.maxRichResults
Default: 12
Modified value: Set to your desired number of suggestion. If you want to disable it all together, set it to -1

2) Disable the session restore function


Firefox 3 automatically saves your session every 10 secs so that whenever it crashes, it can restore all your tabs. While this is a useful feature, some of you might find it irritating. To disable this function, toggle the value of browser.sessionstore.enabled to False

Config name: browser.sessionstore.enabled
Default: True
Modified value: False if you want to disable the session restore function

3) Adjust the Session Restore Saving Frequency

Same as above, if you decided to keep the session restore feature on, but want to reduce the session saving frequency, change the value of browser.sessionstore.interval so that Firefox will save the session at a longer interval.

Config name: browser.sessionstore.interval
Default: 10000 (in msecs, equivalent to 10secs)
Modified value: Set it to your desired value. 1000 means 1 sec and 60000 means 1 minute.

4) Enable Advanced Color Profile Support

Firefox has this advanced color profile features that display higher image quality. It is not enabled by default as it has a negative effect on the performance of the browser. If you are concern with the image quality rather than the performance, you can activated it via the gfx.color_management.enabled setting

Config name: gfx.color_management.enabled
Default: False
Modified value: True (if you want to activate the color profile support feature)

5) Disable Antivirus Scanning

This is mainly for Windows users. By default, Firefox 3 automatically scan the downloaded file with the default anti-virus application to make sure it is free of virus. If you download a big file, it could take a long time for the whole scanning process to complete. To increase the performance of the browser, you might want to consider disabling the anti-virus scanning via the browser.download.manager.scanWhenDone key.

Config name: browser.download.manager.scanWhenDone
Default: True
Modified value: False (if you want to disable it)

6) Configuring The Scrolling Tabs

When you opened many tabs, Firefox will not keep on reducing the tab width. Instead, it shows a scrolling bar so that the min width (100px) is conserved and you can scroll to find your tabs. If you are those who don’t like the scrolling tab function and prefer Firefox to show all the tabs, regardless how small it is, you can set the value of browser.tabs.tabMinWidth to 0 to disable it. Similarly, if you want Firefox to display more tabs before showing the scrolling button, you can reduce the default value to a lower value, say 75 pixels.
Config name: browser.tabs.tabMinWidth
Default: 100
Modified value: 0 if you want to disable the scrolling functions, other values to set the min width value

7) Show/Disable Close button on Tabs

Some people love to see the Close (the red X) button on every tabs, but some hate it. Whatever is it, you can configure it to your preferences via the browser.tabs.closeButtons setting.
Config name: browser.tabs.closeButtons
Default: 1
Modified values:

* 0 – display a close button on the active tab only
* 1- display close buttons on all tabs
* 2- don’t display any close buttons
* 3- display a single close button at the end of the tab strip

8) Extend Scripts Execution Time

In Firefox 3, a script is only given 10 seconds to respond, after which it will issue a unresponsive script warning. If you are hooked on a slow network connection, you might want to increase the script execution time via dom.max_script_run_time to cut down on the frequency of the no script warning.

Config name: dom.max_script_run_time
Default:10 (in secs)
Modified value: 20, or any values greater than 10

9) Handling JavaScript Popups

When you come across a site that executes a javascript open new window function, and if the popup window is without all the usual window features, i.e. back/forward/reload buttons, status bar etc, Firefox will automatically treat it as a popup and will not open it as a new tab. However, if you find this to be a nuisance and wanted to open all new windows in a new tabs, you can specify it via the browser.link.open_newwindow.restriction setting.

Config name: browser.link.open_newwindow.restriction
Default: 2 – Open all JavaScript windows the same way as you have Firefox handle new windows unless the JavaScript call specifies how to display the window
Modified values:

* 0 – open all links as how you have Firefox handle new windows
* 1 – do not open any new windows
* 2- open all links as how you have Firefox handle new windows unless the Javascript specify how to display the window

10) Enable Spell Checking In All Text Fields

The default spell checking function only checks for multi-line text boxes. You can get it to spell-check for single line text box as well.

Config name: layout.spellcheckDefault
Default: 1 (spell checker for multi-lines text boxes only)
Modified values:

* 0 – disable the spell checker
* 2 – enable the spell checker for all text boxes

11) Open Search Box Results In New Tab

When you search using the search box at the top right hand corner of the browser, it will display the search results in the current tab. If you don’t want the search to interfere with your current tab, you can tweak the browser.search.openintab to make it open in a new tab.

Config Name: browser.search.openintab
Default: False
Modified value: True (open search box results in new tab)

12) Lower The Physical Memory Used When Minimized

This tweak is mainly for Windows users. When you minimize Firefox, it will send Firefox to your virtual memory and free up your physical memory for other programs to use. Firefox will reduce its physical memory usage, when minimized, to approximately 10MB (give or take some) and when you maximize Firefox it will take back the memory that it needs.

The preference name does not exist and needs to be created.

Right click on the background and select New->Boolean.

Enter the name when prompted: config.trim_on_minimize
Enter the values: True

13) Speed up your Firefox

Several tweaks required for this

Config name: network.http.pipelining
Default: False
Modified value: True

Config name: network.http.proxy.pipelining
Default: False
Modified value: True

Config name: network.http.pipelining.maxrequests
Default: 4
Modified value: any value higher than 4, but not more than 8

Config name: network.http.max-connections
Default: 30
Modified value: 96

Config name: network.http.max-connections-per-server
Default: 15
Modified value: 32

14) Increase/Decrease the Amount of Disk Cache

When a page is loaded, Firefox will cache it into the hard disk so that it doesn’t need to be download again for redisplaying. The bigger the storage size you cater for Firefox, the more pages it can cache.

Before you increase the disk cache size, make sure that browser.cache.disk.enabled browser.cache.disk.enable is set to True.

Config name: browser.cache.disk.capacity
Default: 50000 (in KB)
Modified value:

* 0 – disable disk caching
* any value lower than 50000 reduces the disk cache
* any value higher than 50000 increases the disk cache.

15) Select all text when click on the URL bar

In Windows and Mac, Firefox highlights all text when you click on the URL bar. In Linux, it does not select all the text. Instead, it places the cursor at the insertion point. Regardless which platform you are using, you can now tweak it to either select all or place cursor at insertion point.
Config name: browser.urlbar.clickSelectsAll
Modified value:

* False – place cursor at insertion point
* True – select all text on click

16) Autofill Address in URL Bar

Other than the smart location feature, you can also get your URL bar to autofill the address as you type the URL.
Config name: browser.urlbar.autofill
Default: False
Modified value: True (Have Firefox autofill the address as you type in the URL bar)

17) Same Zoom Level For Every Site

Firefox remembers your zoom preference for each site and set it to your preferences whenever you load the page. If you want the zoom level to be consistent from site to site, you can toggle the value of browser.zoom.siteSpecific from True to False.

Config name: browser.zoom.siteSpecific
Default: True
Modified value: False (enable same zoom preferences for every sites)


18) Setting your zoom li
mit

If you find that the max/min zoom level is still not sufficient for your viewing, you can change the zoom limit to suit your viewing habits.

Config name: zoom.maxPercent
Default: 300 (percent)
Modified value: any value higher than 300

Config name: zoom.minPercent
Default: 30 (percent)
value: any value

19) Configure Your Backspace Button

In Firefox, you can set your backspace to better use by getting it to either go back to the previous page or act as page up function.

Config name: browser.backspace_action
Default: 2 (does nothing)
Modified value:

* 0 – go back previous page
* 1- page up

20) Increase Offline Cache

If you do not have access to Internet most of the time, you might want to increase the offline cache so that you can continue to work offline. By default, Firefox 3 caches 500MB of data from supported offline Web apps. You can change that value to whatever amount of your choice.

Config name: browser.cache.offline.capacity
Default: 512000 (in KB)
Modified value: any value higher than 512000 will increase the cache value

21) Auto Export Firefox 3 bookmarks to bookmarks.html


Unlike the previous version, Firefox 3 backup the bookmarks file in places.sqlite rather than the usual bookmarks.html. Since bookmarks.html allows us to export and sync our bookmarks with other browser, it will be very useful if Firefox 3 can backup the bookmark to the bookmarks.html as well.

Config name: browser.bookmarks.autoExportHTML
Default: False
Modified value: True (auto export bookmarks file to bookmarks.html)

22) Disable Extension Compatibility Checks

This is useful if you want to use an extension that is not supported by your version of Firefox badly. It is not recommended, but you can still do it at your own risk.

Right click and select New->Boolean. Enter extensions.checkCompatibility in the field. Enter False in the next field.

Right click again and select New->Boolean. Enter extensions.checkUpdateSecurity into the field and enter False into the next field.

23) Disable Delay Time When Installing Add-on

Everytime you wanted to install a Firefox add-on, you will have to wait for several secs before the actual installation starts. If you are tired of waiting, you can turn the function security.dialog_enable_delay off so that the installation will start immediately upon clicking.
Config name: security.dialog_enable_delay
Default: 2000 (in msec)
Modified value:

* 0 – start installation immediately
* any other value (in msec)

24) View Source in Your Favorite Editor

This is very useful for developers who are always using the ‘view source‘ function. This tweak allows you to view the source code in an external editor.

There are two configuration need to be made:
Config name: view_source.editor.external
Default: False
Modified value: True ( enable view source using external text editor)

Config name: view_source.editor.path
Default: blank
Modified value: insert the file path to your editor here.

25) Increasing ‘Save Link As‘ timeout value


When you right click and select the ‘Save Link As…‘, the browser will request the content disposition header from the URL so as to determine the filename. If the URL did not deliver the header within 1 sec, Firefox will issue a timeout value. This could happen very frequently in a slow network connection environment. To prevent this issue from happening frequently, you can increase the timeout value so as to reduce the possibility of a timeout.

Config name: Browser.download.saveLinkAsFilenameTimeout
Default: 1000 (1 sec)
Modified value: any value higher than 1000 (value is in msec)

26) Animate Fullscreen Toolbar Collapse mode


In Firefox’s fullscreen mode, toolbars and the tab strip are hidden at the top of the screen and only shown on mouseover. To draw attention to this, there is an animation of the toolbar sliding upwards and off-screen when fullscreen mode is toggled on. For performance issue, the animation of the collapse of the toolbar only appear for the first time. For some reason that you may love/hate the animation, you can adjust Browser.fullscreen.animateUp to switch it on/off for every collapse.

Config name: Browser.fullscreen.animateUp
Default: 1 (animate the toolbar collapse only the first time)
Modified value:

* 0 -disable the animation
* 2- enable the animation for every collapse

27) Autohide Toolbar in Fullscreen mode

In fullscreen mode, the toolbar is set to autohide and appear upon mouseover. If you have a need to view the toolbar at all time, you can toggle the value of browser.fullscreen.autohide to False to always show the toolbar.

Config name: browser.fullscreen.autohide
Default: True (always autohide)
Modified value: False (always show the toolbar)

28) Increase Add-On search result

If you go to Tools->Add-ons->Get Add-ons and perform a search there, Firefox will only fetch and display 5 matching results. If you want Firefox to show more than 5 results (say 10), you can adjust extensions.getAddons.maxResults to get it to display more results.

Config name: extensions.getAddons.maxResults
Default: 5
Modified value: any value more than 5

This list of about:config is definitely not the complete list. If you have any tricks not listed here, please add it in the comment.

reference: http://maketecheasier.com/28-coolest-firefox-aboutconfig-tricks/2008/08/21

Aug 18, 2009

Computer help: IE Script Error/Syntax Error/URL:http://client.kuaiche.com/

In flashget -> goto 'view' -> In the drop down box Uncheck 'Recommend'
You will see a popup box 'Disable Recommend page permanently?' -> Check it and click yes..

Aug 17, 2009

Youtube An Error Occurred Please Try Again Later

1- Open in linux "/etc/hosts" and in windows "C:\WINDOWS\system32\drivers\etc"

2- At the end of the "127.0.0.1 localhost" line, add lines below:

208.117.236.70 http://www.youtube.com
208.117.236.70 youtube.com
208.117.236.70 www.youtube.com
208.65.153.253 youtube.com
208.65.153.253 www.youtube.com
208.65.153.253 http://www.youtube.com
127.0.0.1 activate.adobe.com

212.175.252.253 www.divxm.com

89.149.239.114 www.divxplanet.net

208.117.236.70 youtube.com

208.117.236.70 www.youtube.com

74.125.65.118 img.youtube.com

74.125.13.80 v1.lscache1.c.youtube.com

74.125.13.83 v2.lscache1.c.youtube.com

74.125.13.86 v3.lscache1.c.youtube.com

74.125.13.89 v4.lscache1.c.youtube.com

74.125.13.92 v5.lscache1.c.youtube.com

74.125.13.95 v6.lscache1.c.youtube.com

74.125.13.98 v7.lscache1.c.youtube.com

74.125.13.101 v8.lscache1.c.youtube.com

74.125.97.17 v9.lscache1.c.youtube.com

74.125.97.84 v10.lscache1.c.youtube.com

74.125.13.87 v11.lscache1.c.youtube.com

74.125.13.90 v12.lscache1.c.youtube.com

74.125.13.93 v13.lscache1.c.youtube.com

74.125.13.96 v14.lscache1.c.youtube.com

74.125.13.99 v15.lscache1.c.youtube.com

74.125.97.38 v16.lscache1.c.youtube.com

74.125.13.82 v17.lscache1.c.youtube.com

74.125.13.85 v18.lscache1.c.youtube.com

74.125.13.88 v19.lscache1.c.youtube.com

74.125.13.91 v20.lscache1.c.youtube.com

74.125.13.94 v21.lscache1.c.youtube.com

74.125.13.97 v22.lscache1.c.youtube.com

74.125.13.100 v23.lscache1.c.youtube.com

74.125.13.103 v24.lscache1.c.youtube.com

74.125.13.80 v1.lscache2.c.youtube.com

74.125.13.83 v2.lscache2.c.youtube.com

74.125.13.86 v3.lscache2.c.youtube.com

74.125.13.89 v4.lscache2.c.youtube.com

74.125.13.92 v5.lscache2.c.youtube.com

74.125.13.95 v6.lscache2.c.youtube.com

74.125.13.98 v7.lscache2.c.youtube.com

74.125.13.101 v8.lscache2.c.youtube.com

74.125.13.81 v9.lscache2.c.youtube.com

74.125.13.84 v10.lscache2.c.youtube.com

74.125.13.87 v11.lscache2.c.youtube.com

74.125.13.90 v12.lscache2.c.youtube.com

74.125.13.93 v13.lscache2.c.youtube.com

74.125.13.96 v14.lscache2.c.youtube.com

74.125.13.99 v15.lscache2.c.youtube.com

74.125.13.102 v16.lscache2.c.youtube.com

74.125.13.82 v17.lscache2.c.youtube.com

74.125.13.85 v18.lscache2.c.youtube.com

74.125.13.88 v19.lscache2.c.youtube.com

74.125.13.91 v20.lscache2.c.youtube.com

74.125.13.94 v21.lscache2.c.youtube.com

74.125.13.97 v22.lscache2.c.youtube.com

74.125.13.100 v23.lscache2.c.youtube.com

74.125.13.103 v24.lscache2.c.youtube.com

74.125.99.80 v1.lscache3.c.youtube.com

74.125.99.83 v2.lscache3.c.youtube.com

74.125.99.86 v3.lscache3.c.youtube.com

74.125.99.89 v4.lscache3.c.youtube.com

74.125.99.92 v5.lscache3.c.youtube.com

74.125.99.95 v6.lscache3.c.youtube.com

74.125.99.98 v7.lscache3.c.youtube.com

74.125.99.101 v8.lscache3.c.youtube.com

74.125.99.81 v9.lscache3.c.youtube.com

74.125.99.84 v10.lscache3.c.youtube.com

74.125.99.87 v11.lscache3.c.youtube.com

74.125.99.90 v12.lscache3.c.youtube.com

74.125.99.93 v13.lscache3.c.youtube.com

74.125.97.32 v14.lscache3.c.youtube.com

74.125.99.99 v15.lscache3.c.youtube.com

74.125.99.102 v16.lscache3.c.youtube.com

74.125.99.82 v17.lscache3.c.youtube.com

74.125.99.85 v18.lscache3.c.youtube.com

74.125.99.88 v19.lscache3.c.youtube.com

74.125.99.91 v20.lscache3.c.youtube.com

74.125.99.94 v21.lscache3.c.youtube.com

74.125.99.97 v22.lscache3.c.youtube.com

74.125.99.100 v23.lscache3.c.youtube.com

74.125.99.103 v24.lscache3.c.youtube.com

74.125.99.80 v1.lscache4.c.youtube.com

74.125.99.83 v2.lscache4.c.youtube.com

74.125.99.86 v3.lscache4.c.youtube.com

74.125.99.89 v4.lscache4.c.youtube.com

74.125.99.92 v5.lscache4.c.youtube.com

74.125.99.95 v6.lscache4.c.youtube.com

74.125.99.98 v7.lscache4.c.youtube.com

74.125.99.101 v8.lscache4.c.youtube.com

74.125.99.81 v9.lscache4.c.youtube.com

74.125.99.84 v10.lscache4.c.youtube.com

74.125.99.87 v11.lscache4.c.youtube.com

74.125.99.90 v12.lscache4.c.youtube.com

74.125.99.93 v13.lscache4.c.youtube.com

74.125.99.96 v14.lscache4.c.youtube.com

74.125.99.99 v15.lscache4.c.youtube.com

74.125.99.102 v16.lscache4.c.youtube.com

74.125.99.82 v17.lscache4.c.youtube.com

74.125.99.85 v18.lscache4.c.youtube.com

74.125.99.88 v19.lscache4.c.youtube.com

74.125.99.91 v20.lscache4.c.youtube.com

74.125.99.94 v21.lscache4.c.youtube.com

74.125.99.97 v22.lscache4.c.youtube.com

74.125.99.100 v23.lscache4.c.youtube.com

74.125.99.103 v24.lscache4.c.youtube.com

74.125.99.16 v1.lscache5.c.youtube.com

74.125.99.19 v2.lscache5.c.youtube.com

74.125.99.22 v3.lscache5.c.youtube.com

74.125.99.25 v4.lscache5.c.youtube.com

74.125.99.28 v5.lscache5.c.youtube.com

74.125.99.31 v6.lscache5.c.youtube.com

74.125.99.34 v7.lscache5.c.youtube.com

74.125.99.37 v8.lscache5.c.youtube.com

74.125.99.17 v9.lscache5.c.youtube.com

74.125.97.20 v10.lscache5.c.youtube.com

74.125.99.23 v11.lscache5.c.youtube.com

74.125.170.154 v12.lscache5.c.youtube.com

74.125.99.29 v13.lscache5.c.youtube.com

74.125.99.32 v14.lscache5.c.youtube.com

74.125.99.35 v15.lscache5.c.youtube.com

74.125.99.38 v16.lscache5.c.youtube.com

74.125.99.18 v17.lscache5.c.youtube.com

74.125.99.21 v18.lscache5.c.youtube.com

74.125.99.24 v19.lscache5.c.youtube.com

74.125.99.27 v20.lscache5.c.youtube.com

74.125.99.30 v21.lscache5.c.youtube.com

74.125.99.33 v22.lscache5.c.youtube.com

74.125.99.36 v23.lscache5.c.youtube.com

74.125.99.39 v24.lscache5.c.youtube.com

74.125.99.16 v1.lscache6.c.youtube.com

74.125.99.19 v2.lscache6.c.youtube.com

74.125.99.22 v3.lscache6.c.youtube.com

74.125.99.25 v4.lscache6.c.youtube.com

74.125.99.28 v5.lscache6.c.youtube.com

74.125.99.31 v6.lscache6.c.youtube.com

74.125.99.34 v7.lscache6.c.youtube.com

74.125.99.37 v8.lscache6.c.youtube.com

74.125.99.17 v9.lscache6.c.youtube.com

74.125.99.20 v10.lscache6.c.youtube.com

74.125.99.23 v11.lscache6.c.youtube.com

74.125.99.26 v12.lscache6.c.youtube.com

74.125.99.29 v13.lscache6.c.youtube.com

74.125.99.32 v14.lscache6.c.youtube.com

74.125.99.35 v15.lscache6.c.youtube.com

74.125.99.38 v16.lscache6.c.youtube.com

74.125.99.18 v17.lscache6.c.youtube.com

74.125.99.21 v18.lscache6.c.youtube.com

74.125.99.24 v19.lscache6.c.youtube.com

74.125.99.27 v20.lscache6.c.youtube.com

74.125.99.30 v21.lscache6.c.youtube.com

74.125.99.33 v22.lscache6.c.youtube.com

74.125.99.36 v23.lscache6.c.youtube.com

74.125.99.39 v24.lscache6.c.youtube.com

74.125.170.208 v1.lscache7.c.youtube.com

74.125.170.211 v2.lscache7.c.youtube.com

74.125.170.214 v3.lscache7.c.youtube.com

74.125.170.217 v4.lscache7.c.youtube.com

74.125.170.220 v5.lscache7.c.youtube.com

74.125.170.223 v6.lscache7.c.youtube.com

74.125.170.226 v7.lscache7.c.youtube.com

74.125.170.229 v8.lscache7.c.youtube.com

74.125.170.209 v9.lscache7.c.youtube.com

74.125.170.212 v10.lscache7.c.youtube.com

74.125.170.215 v11.lscache7.c.youtube.com

74.125.170.218 v12.lscache7.c.youtube.com

74.125.170.221 v13.lscache7.c.youtube.com

74.125.170.224 v14.lscache7.c.youtube.com

74.125.170.227 v15.lscache7.c.youtube.com

74.125.170.230 v16.lscache7.c.youtube.com

74.125.170.210 v17.lscache7.c.youtube.com

74.125.170.213 v18.lscache7.c.youtube.com

74.125.170.216 v19.lscache7.c.youtube.com

74.125.170.219 v20.lscache7.c.youtube.com

74.125.170.222 v21.lscache7.c.youtube.com

74.125.170.225 v22.lscache7.c.youtube.com

74.125.170.228 v23.lscache7.c.youtube.com

74.125.170.231 v24.lscache7.c.youtube.com

74.125.170.208 v1.lscache8.c.youtube.com

74.125.170.211 v2.lscache8.c.youtube.com

74.125.170.214 v3.lscache8.c.youtube.com

74.125.170.217 v4.lscache8.c.youtube.com

74.125.170.220 v5.lscache8.c.youtube.com

74.125.170.159 v6.lscache8.c.youtube.com

74.125.170.226 v7.lscache8.c.youtube.com

74.125.170.229 v8.lscache8.c.youtube.com

74.125.170.209 v9.lscache8.c.youtube.com

74.125.170.212 v10.lscache8.c.youtube.com

74.125.170.215 v11.lscache8.c.youtube.com

74.125.170.218 v12.lscache8.c.youtube.com

74.125.170.221 v13.lscache8.c.youtube.com

74.125.170.224 v14.lscache8.c.youtube.com

74.125.170.227 v15.lscache8.c.youtube.com

74.125.170.230 v16.lscache8.c.youtube.com

74.125.170.210 v17.lscache8.c.youtube.com

74.125.170.213 v18.lscache8.c.youtube.com

74.125.170.216 v19.lscache8.c.youtube.com

74.125.170.219 v20.lscache8.c.youtube.com

74.125.170.222 v21.lscache8.c.youtube.com

74.125.170.225 v22.lscache8.c.youtube.com

74.125.170.228 v23.lscache8.c.youtube.com

74.125.170.231 v24.lscache8.c.youtube.com

3- Restart your network connection and enjoy youtube videos :)

Now you can watch youtube videos even if they are banned.

Aug 6, 2009

System icons do not appear in the notification area on a Windows Vista-based computer until you restart the computer

1. Click Star button , type regedit in the Start Search box, and then press ENTER.
User Access Control permission
If you are prompted for an administrator password or for confirmation, type the password, or click Allow.
2. Locate and then click the following registry subkey:
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
3. In the Details pane, click the IconStreams registry entry.
4. On the Edit menu, click Delete, and then click Yes.
5. In the Details pane, click the PastIconsStream registry entry.
6. On the Edit menu, click Delete, and then click Yes.
7. Exit Registry Editor.
8. Restart the Explorer.exe process. To do these, follow these steps:
1. Press CTRL+SHIFT+ESC.
2. On the Processes tab in Task Manager, click the explorer.exe process, and then click End Process two times.
3. On the File menu, click New Tasks (Run), type explorer, and then click OK.
4. Exit Task Manager.

Aug 1, 2009

Rapidshare Link Finder on Bunalti.com

A program that is written by me for bunalti.com. You can get all rapidshare links on bunlati when you give the address of bunalti site.

such as http://www.bunalti.com/?p=71676

and it will give the rapid link and the password if it is existing.

:D happy download !

http://rapidshare.com/files/357242833/RapidDownloader.jar.html

please contact me if the download link doesn't work...

upload renewal: 1 March 2010

coderyy

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...