Pages

Ads 468x60px

Oct 26, 2011

How to Open Multiple Gmail Account in A Browser

As we all aware, each browser (Mozilla, Safari, Google Chrome, Opera Mini and etc.) can open only one account of gmail at once. Let say you have 2 account of gmail and you want to open them at the same time using the browser Mozilla Firefox, here's how you do it:

1. First, login to your google mail account.
2. Then, at the right-above corner of the page, click on the account and choose Account Settings.
3. Then, at the Personal Settings column, look for the 'Multiple sign-in' and click on the 'Edit' link.

Click on the "Edit" link

Oct 20, 2011

How to Change the Color of Your Folder

Do you want to customize the style/ color of your folders and make them look something like this:

Preview
Well, it's simple. Here how you do it:

Oct 14, 2011

How to Check Your Smartphone OS Version [Symbian]

Do you ever come to a time when you suddenly thinking about what is your mobile phone Operating System (OS)? And you wanna know  the details about the version of OS you have in your phone. Well, it's easy. The details are already in your phone.

Just go to Menu > Settings > Phone > Phone Management > About.

Menu > Settings > Phone > Phone Management > About

Sep 25, 2011

How to Turn Off User Account Control (UAC) in Window 7

User Account Control (UAC) is a technology and security infrastructure introduced by Microsoft to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorizes an increase or elevation. Therefore, only applications trusted by the user may receive administrative privileges, and malware should be kept from compromising the operating system. 

User Account Control
But, sometimes UAC is kinda irritating. So, to turn off or disable the UAC, you can do that by going to Control Panel > User Accounts.

How To Put Password on a Post in Blogger

With the little help from this script, you can lock/hide some certain posts on your blogger so that only people with the password can view them. Therefore, someone without the password can't get access to that post.

To do that, copy and paste the following script to your post in HTML view.
<script type="text/javascript">
var password;
var pass1 = "PASSWORD";
password=prompt("Please enter the password to view this page:","");

if (password==pass1) {
  window.location= "LINK TO BE OPEN IF PASSWORD IS CORRECT";
} else {
  window.location= "LINK TO BE OPEN IF PASSWORD IS NOT CORRECT";
}
</script>


[TRICK] How to Display Your Name on Taskbar

How to make your taskbar display your name? Here's the simple trick using the region/language settings.

This is how it will looks like

1. Go to Menu > Control Panel > Region and Language.Then, click on the Additional settings..


2. Click on the Time tab. At the AM symbol and PM symbol, write your desire display name.

How to Change Your Computer's Time Format


Have you ever wonder how to change your computer clock from 24-hour system to 12-hour system time format? This is how you do it.

1. Go to Menu > Control Panel > Region and Language.Then, click on the Additional settings..

  

2. Click on the Time tab.At the 'Time formats' column, change the Short time to hh:mm tt and Long time to hh:mm:ss tt.