Monday, October 25, 2010

Disable Google Chrome's built-in translation bar

To disable Google Chrome's built-in translation bar

- Click on the wrench icon (Customize and control Google Chrome).

- Select Options.

- Click the Under the Hood tab.

- Deselect the "Offer to translate pages that aren't in a language I read" checkbox.




What is jQuery

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

http://jquery.com/

Monday, October 11, 2010

To restore Windows 7 bootloader

Boot from Windows 7 DVD. In the second screen, after choose your language, go to repair your computer.

go to command prompt and type the commands:

bootrec /fixmbr
bootrec /FixBoot

<Restart>

Tuesday, September 28, 2010

Set priority of application in Windows 7 using Task Manager

To start Windows 7 Task Manager, Right Click the TaskBar and Start Task Manager.

Windows 7 Task Manager

In the Applications tab, right-click the application you want to change the priority.

Select Go To Process.

Right-Click the process and choose the option from the Set Priority.

Windows Resource Monitor of Windows 7

Windows Resource Monitor is a system tool of Windows 7 that allows you to view information about the use of hardware (CPU, memory, disk, and network) and software (file handles and modules) resources in real time. You can filter the results according to specific processes or services that you want to monitor. In addition, you can use Resource Monitor to start, stop, suspend, and resume processes and services, and to troubleshoot when an application does not respond as expected.

Windows Resource Monitor

To start Windows Resource Monitor, click Start and type "resmon" into the search box.

Friday, August 6, 2010

How to get MAC address on Windows 7

Start a "CMD"

type the command prompt

ipconfig -all

You will see your Physical Address under Wireless LAN adapter Wireless Network Connection, it's your MAC address.

Wednesday, June 30, 2010

Eclipse Helios






Eclipse Helios with Eclipse 3.6.0 is available now.

http://www.eclipse.org/

Thursday, June 17, 2010

NetBeans IDE 6.9 Now Available for Download!

The NetBeans team announced the availability of NetBeans IDE 6.9!


NetBeans IDE 6.9 introduces the JavaFX Composer, a visual layout tool for building JavaFX GUI applications, similar to the Swing GUI builder for Java SE applications. With the JavaFX Composer, developers can quickly build, visually edit, and debug Rich Internet Applications (RIA) and bind components to various data sources, including Web services.

The NetBeans 6.9 release also features OSGi interoperability for NetBeans Platform applications and support for developing OSGi bundles with Maven. With support for OSGi and Swing standards, the NetBeans Platform now supports the standard UI toolkit and the standard module system, providing a unique combination of standards for modular, rich-client development.

Additional noteworthy features in this release include support for JavaFX SDK 1.3, PHP Zend framework, and Ruby on Rails 3.0; as well as improvements to the Java Editor, Java Debugger, issue tracking, and more.

Thursday, May 27, 2010

VCRedist from VC++ 2008 installs temporary files in system root directory

Recently, I found some files in root of my hard driver d:, it's listed here:


07/11/2007 08:00 17,734 eula.1028.txt
07/11/2007 08:00 17,734 eula.1031.txt
07/11/2007 08:00 10,134 eula.1033.txt
07/11/2007 08:00 17,734 eula.1036.txt
07/11/2007 08:00 17,734 eula.1040.txt
07/11/2007 08:00 118 eula.1041.txt
07/11/2007 08:00 17,734 eula.1042.txt
07/11/2007 08:00 17,734 eula.2052.txt
07/11/2007 08:00 17,734 eula.3082.txt
07/11/2007 08:00 1,110 globdata.ini
07/11/2007 08:03 562,688 install.exe
07/11/2007 08:00 843 install.ini
07/11/2007 08:03 76,304 install.res.1028.dll
07/11/2007 08:03 96,272 install.res.1031.dll
07/11/2007 08:03 91,152 install.res.1033.dll
07/11/2007 08:03 97,296 install.res.1036.dll
07/11/2007 08:03 95,248 install.res.1040.dll
07/11/2007 08:03 81,424 install.res.1041.dll
07/11/2007 08:03 79,888 install.res.1042.dll
07/11/2007 08:03 75,792 install.res.2052.dll
07/11/2007 08:03 96,272 install.res.3082.dll
07/11/2007 08:00 5,686 vcredist.bmp
07/11/2007 08:09 1,442,522 VC_RED.cab
07/11/2007 08:12 232,960 VC_RED.MSI


It's caused by VCRedist from VC++ 2008 erroneously installs temporary files in system root directory instead of the temp directory.

These files are unnecessary and can be safely deleted from the system. The functioning of the runtime library will not be affected by this.
Its a known bug and is planned to be fixed in VS2008 SP1.

Reference: Microsoft Support~ VCRedist from VC++ 2008 installs temporary files in system root directory



Friday, May 21, 2010

How to unblock images from a website in Firefox

If you block images from a website accidentally, it can be un-blocked by:

> Edit > Preferences >

select Content tag

click the button "Exceptions" on the right of Load images automatically, then select the site(s) to un-block.