Active Computers & Programming Posts

How To: Bring back the "show desktop" button in Windows

In this video tutorial, viewers learn how to add the "Show Desktop" button in Windows 7. This task is very fast, easy and simple to do. Users will need to download the freeware from this site: German freeware. Once downloaded, users will then need to extract the file and pin it into the task-bar. Users may also use the keyboard shortcut by pressing the Windows button and M. This video will benefit those viewers who use a Windows 7 computer, and would like to learn how to have a Show Desktop b...

How To: Program using simple code in Java

Java is a wonderful programming language which is widely used all over the world. To do programming in Java you will need a Java Development Kit which is also called as JDK in short. This can be downloaded from the Java Website for free. To improve and assist in your developmental activities you will also need an IDE, which is an Integrated Development Environment where you can develop, compile and test you code at once place. Though Java code can be written in a normal text pad and compiled ...

How To: Password protect a folder in Snow Leopard on your Mac

In this tutorial, we learn how to password protect a folder in Snow Leopard on your Mac. First, go to the finder and click on "utilities". Now go to "file, new, disk image from folder". Now, you can select the folder you want and then click "image". Make it a read/write folder so you still can edit the files and enable the encryption. Save this, then it will ask you for a password. Create a password and then verify it. When finished, uncheck the "remember my password", then click on "ok". Now...

How To: Disable Windows Genuine Advantage notification

In this how-to video, you will learn how to remove the Windows genuine advantage notification from your operating system. First, open my computer and go to the windows folder. Look for the system32 folder and open it. Search for WGAtray.exe. Select both wgatray.exe and wgalogin and delete. Next, go to the run command and type in regedit. Click okay to open the program. Now, back up the registry. Once this is done, it will be safe to edit the registry. Now, navigate to hkeylocalmachine, softwa...

Chromebook: The World's First Web-Only Laptop Computer Coming Soon

It's been about five months since Google first unveiled their prototype future computers running Chrome OS, and the time is nearly here for the Chromebooks to be unleashed on the public. But there are a lot of qualms over the release of Chromebooks, with most criticism coming from their lack of traditional laptop-based features such as an optical drive, storage space and the ability to run comprehensive software programs like Adobe Photoshop.

News: Microsoft Releases Sneak Preview of Touch-Friendly Windows 8

Microsoft recently released the first sneak peak of their new operating system, Windows 8, and it's a pretty big departure from the last few major updates. The new Windows 8 was built from the ground up, and is designed primarily as a touchscreen interface, which is perfect for the expanding tablet market. They've ditched the clunky start screen that's dominated Windows 95 through Windows 7, replacing it with grids of application tiles, similar in functionality to an iPad or Android tablet, a...

How To: Execute a Basic SQL Query Using dbForge Studio GUI for MySQL

If you need to build a SQL query, you can choose one of two alternatives. The first and a rather old way is using a console. But if you build your queries in MySQL console, you have to remember all the commands and keys. This is not a convenient way, because query execution is a time-consuming process. Another way is to use some graphical interfaces for MySQL. It can fulfill many developers' requirements, including query execution.