Showing posts with label how. Show all posts
Showing posts with label how. Show all posts

Friday, March 18, 2016

How to Completely Remove IDM No More Fake Serial!

How to Completely Remove IDM [No More Fake Serial: Removing Internet Download Manager  (No More Fake Serial Pop-Ups)

source: Click

Versi Indonesia, Klik disini
Hello Friends !!

If you are having problems with download manager and want No More "Fake Serial Key" pop-ups than uninstall it completely.

Just follow this tutorial.

And if u later on want to install a registered IDM without any patches or cracks.
Go to this How to Activate IDM (Full Forever) without Cracks and Patches.


Uninstallation of IDM:

Steps:

1- First exit the download manager by right-clicking the IDM icon in tray.
     Than click exit.
2. Go To Control Panel:
    Add or Remove Programs (Windows XP)
    Programs and Features (Windows 7)
    Select Internet Download Manager and Uninstall it.
3. Select "Complete" in first window.

4. After uninstallation a window will open.
    Click on Cancel. Don't restart the PC.

Removing IDM Registeries:

Steps:

Now to Remove the Registery Keys.

1. Go To Start Menu.
    Windows Xp--> type regedit.exe in Run Command.
    Windows 7--> Just type regedit in Search Box.
     Open it.

2. When Reg. editor opened. Press F3 or Go To Edit Menu and Select
    Find Next. A Box will appear.

3. Type "Internet Download Manager" .   (without "")
     Find Next.

4. Delete the found Registry and Press F3 again for any remaining regsitery.

    Do it until it says "Finished searching through resgitery".
    Now Close it.

Read More..

Monday, March 14, 2016

Stereogram

Stereogram adalah merupakan salah satu ilusi optik yang menyajikan gambar 2D yang sepertinya terlihat biasa saja atau bahkan abstrak ga jelas, tapi sebetulnya dibalik gambar tersebut ada bentuk tersembunyi yang terlihat seperti gambar 3D, seolah-olah ada objek dalam ruang dibalik gambar tersebut, yang sudah bisa melihat gambar stereogram tentu ada kesenangan tersendiri menebak bentuk apa dibalik gambar tersebut.
Memang tak mudah untuk melihat gambar tersembunyi ini, butuh latihan dan tehnik tertentu. Jika kita sudah menemukan tehnik dan dapat melihatnya, maka akan tampak gambar yang indah yang seakan-akan timbul dari gambar tersebut.
sekarang kita latihan cara melihat stereogram…
lumba2ada beberapa cara untuk dapat melihat objek tersembunyi dalam stereogram..
saya jelaskan cara yg saya pake aja..
pd gambar di atas kita lihat ada dua bulatan kan.. itu alat bantunya.
Pandangilah kedua lingkaran itu, lalu kaburkan pandangan sehingga ada lingkaran ketiga yang muncul ditengah-tengah..
kemudian perhatikan gambar stereogram dengan cara yg sama.
Apakah kamu melihat seekor LUMBA-LUMBA disana??? hehehee….
jika sudah berhasil, cobalah gambar2 yg lain…
siputcobalah untuk melihat objek siput pd gambar diatas..
untuk gambar lain silakan KLIK DISINI!


jika tidak bisa menemukan gambarnya sabaar aja yahh hehhe..

pada awalnya saya juga gak bisa lihat gambar stereogram tersebut :v
semoga postinagn ini bermanfaat :D
Read More..

Thursday, April 17, 2014

HOW TO ADD SNOW EFFECT IN BLOGGER MOUSE FLYING COLOR DOT WITH MOUSE POINTER FOR BLOG

Hi Friends! Today I am show how to add Snow Effect in Blogger mouse area. It is worked Animated . It is very nice things in blog and Show very nice blog. It is a wonderful effect in blog. So no more late , now we learn how to add animated mouse cursors in blog.

Step-1:  At first Log-In your blog account.Select Layout from Dashboard. Like this picture............
Step-2:  Now select Html/JavaScript from Layout. Like this picture................
  
Step-3:   Then open a new window like this picture.........
  Step-4: Now copy this code................

FOR BALCK

<a href="http://webtutorial4.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script type="text/javascript">
// <![CDATA[
var colour="black";
var sparkles=100;

var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i<sparkles; i++) {
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="3px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="3px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<sparkles; c++) if (!starv[c]) {
star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c<sparkles; c++) {
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}

}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {


tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
</script>
FOR BLUE

 <a href="http://webtutorial4.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script type="text/javascript">
// <![CDATA[
var colour="blue";
var sparkles=100;

var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i<sparkles; i++) {
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="3px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="3px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<sparkles; c++) if (!starv[c]) {
star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c<sparkles; c++) {
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}

}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {


tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
</script>
 FOR WHITE

<a href="http://webtutorial4.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script type="text/javascript">
// <![CDATA[
var colour="white";
var sparkles=100;

var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i<sparkles; i++) {
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="3px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="3px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<sparkles; c++) if (!starv[c]) {
star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c<sparkles; c++) {
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}

}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {


tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
</script>


 FOR YELLO
 
<a href="http://webtutorial4.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script type="text/javascript">
// <![CDATA[
var colour="yellow";
var sparkles=100;

var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i<sparkles; i++) {
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="3px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="3px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<sparkles; c++) if (!starv[c]) {
star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c<sparkles; c++) {
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}

}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {


tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
</script>
  Step-5: Now paste this code in Content and Title must be give.

Step-6:  Now Save and View blog.

..............................................................ENJOY FRIENDS..................................................................

Read More..

How to Find the Sender’s Location in Gmail

Gmail does not include the IP address of the sender in the message header so user do user find out the location of the email sender in Gmail?

When John sends an email message to Elizabeth, the IP address of the sender (John’s computer) is included in the header of the outgoing email message. The receiver (Elizabeth) can then perform a simple geo-lookup against that IP address to find the approximate geographic location of the message sender.
Both Yahoo! Mail and Hotmail include IP addresses in outgoing message headers but if John is sending an email address using Gmail, or Gmail for Google Apps, his IP address won’t be included in the message.
IP addresses can be considered sensitive information. As such, Gmail may hide sender IP address information from outgoing mail headers in some circumstances.
If the IP address of John is not available, because he is sending email using Gmail, how can Elizabeth determine John’s geographic location? There two options:
Option A: Gmail may include the IP Address
Gmail doesn’t include the IP address of the sender when the sender is using Gmail’s web interface to send email. However if he or she is using a desktop client (like Microsoft Outlook) or a mobile device to send that email, the IP address is often included in the outgoing message.
Open the message in Gmail, click on More – > Show Original and search for the line “Received: from “ – it may have the IP address of the sender that user can map to a physical location with the help of Wolfram Alpha.
Option B: Find the Sender’s Time Zone
When the IP address is not available, user can determine the sender’s very-approximate location from the time-zone of the originating computer. Go userr Gmail Labs page and enable the “Sender Time Zone” feature.
Now open any message in Gmail and click on the down arrow that says “Show details”. The message will display the the current time in the sender’s time zone as shown in the following screenshot.
Next user can use this timezone map to determine countries where the current time is the same as the time displayed in the Gmail message. Obviously this not the most foolproof method as two different countries can be in the same time zone but when the IP address is not available in Gmail, this is the closest user can get.
On a related note, the time zone of userr outgoing Gmail messages is determined from userr computer’s time zone. If user would like userr Gmail messages to show a different time zone, just go to userr computer’s data and time settings and change the time zone.
Read More..

Wednesday, April 16, 2014

How to Import Gmail Messages into Outlook

Learn how to import userr Gmail messages into Outlook (or Hotmail) using the POP3 protocol. This is also available for Google Apps users.

You can easily import userr Gmail email messages into Outlook.com (or Hotmail) using the POP3 protocol. It can import all userr existing messages or user can even set it to import messages that arrive in Gmail after user have enabled POP.
Once Outlook has fetched userr emails, user can either configure Gmail to delete messages that have been processed or they can continue to remain in userr Gmail mailbox. The latter option is inconvenient as user will be left with two copies of the same email message and that may unnecessarily fill up userr Google storage space.

Connect Outlook with Gmail (including Google Apps)

Step 1: Open userr Gmail Settings and under the Account Forwarding tab, Enable POP. Save the settings and open Outlook.com.
Gmail POP3 Settings
You need to enabled POP3 inside userr Gmails setting for Outlook to fetch userr emails.
Step 2: While user are in Outlook, click the Setting icon in the upper right corner and choose More Mail Settings. Click “Sending/receiving email from other accounts” and then choose “Add an Email account”.

Add userr Gmail account to import userr existing Gmail messages into Outlook (or Hotmail)
Step 3: If user are using a regular Gmail account, user can simple enter userr Gmail address and Google account password to connect Hotmail and Gmail.
If user are on Google Apps, click the Advanced option and enter userr full email address (email@domain.com) in the fieds – Email Address and POP3 user name. Set the incoming mail server as pop.gmail.com while the default port is 995.

Enter userr Gmail email address and password. If user have enabled 2-step verification in userr Google account, generate an app-specific password here.
One more thing. If user have enabled two-step verification in userr Google Account, user need to create an application specific password and enter that in userr Hotmail settings (and not userr regular Google Account password).
You can repeat the steps to add up to four different Gmail (or any other POP3) accounts to userr Outlook.com account. Microsoft says that userr account’s storage space will increase when required so am not sure if that should be a constraint anymore.
Read More..

Wednesday, April 9, 2014

How To Choose The Right Communication Systems Consultants In Sacramento CA

By Jeannie Chapman


Getting reliable communication systems consultants in Sacramento CA is very important when you want to benefit from the best service. It is all about planning your search well by coming up with a plan. There are a few general guidelines that can be of help so you need to be very thorough when carrying out your search.

Experience is a very important thing to factor into your search criteria. It is advisable to look for a firm that has worked in the industry for a considerable length of time. The truth is that such a firm is more likely to have a much better understanding of the job as compared to a new consultant company. In fact, you should try to look for a firm that has a good reputation in the industry.

If you have no idea where to begin your search, consider getting a few referrals. It is an easy process that entails getting recommendations and you are good to go. An alternative option is to get referrals from online review sites, forums or by simply checking out firms that have been accredited by regulatory bodies.

One other factor you need to consider is cost. Try your best to work within the limits of your spending by choosing wisely. The trick is to get quotations from several service providers and compare the rates before making the hiring decision. Look or a service provider that can offer both quality as well as cost efficiency.

You should invest some time in research. Learn a few things about communication systems and acquaint yourself with the services offered by firms in the industry. There is so much information you can get from various sources so it is up to you to make use of them to learn a few things. Doing so places you in a much better position to make an informed choice.

Ensure the company you are planning to work with has all the credentials to be a communication consulting firm. This is more of a precaution you need to take carefully as there are so many firms in the industry. It may entail checking out license records and details to ensure the firm is indeed compliant with all statutory and legal regulations to offer high quality service.

The firms track record can help you in predicting what to expect once you have settled for a particular service provider. This may seem like a rather tough job but the task is easy since all you need is to talk to a few of the service providers clients. The nature of reviews you get can help you in making the right decision. The overall nature of reviews can help you in making a much more informed choice.

Before making your final decision, you can always plan to meet a few potential firms and carry out assessments. Be as thorough as possible and always have a ready plan. As long as you have a few tips in mind, getting reliable communication systems consultants in Sacramento CA should not be much of a problem.




About the Author:



Read More..

Friday, March 28, 2014

How to Create Email Form Subscription

The function of Email Form Subscription is to let your loyal visitors to subscribe your new article/posting in to their email. So if your post a new article your subscriber will receive your article automatically. It’s very usefull, your subscriber will know if there is a new article, so they will come to visit your blog immediatly.
Here the trick to create Email Form Subscription

1. visit this site : http://www.feedburner.com
2. You will see a box to enter your blog feeds. enter your blog feeds in to the box. Usually your blog feeds is like this : http://YOURBLOGNAME.blogspot.com/feeds/posts/default
3. If you have video file in your blog content, check on the "I am a podcaster"box, If not, it’s unnecessary. Then click "Next" Button.
4. After that, you must to fill a form, fill it with your information then click on the "Activate Feed"
5. If you’re succeed, you will see "Congrats your....." notificaton.
6. On the buttom you will see a "Next" Button and a link "Skip directly to feed management", choose this link.
7. You will see some menus on top. Choose "Email Subscription" menu.
8. On the left you will see some menu again, now click on the "Email Subscriptions"
9. Then click on the "Activate" button.
10. You will some code on the boxes. Choose code in the "Subsciption Form Code" box, and copy it. then click "Save" Button.

11. To plug it on your blog, go to "Layout-->>Add Page element-->HTML/Javascript" paste your code on the box.

See your blog, Now you have an "Email Form Subscription"
Congrats....
Read More..

Monday, March 10, 2014

How to Increase your Copy Paste Speed by Super Copier Software

Dear Friend today i teach how to increase your Data copy paste speed by super copier (2.2) software.If you dont have this software download from below download link.
Super Copier 2.2
(Log in your gmail account download from Google drive)
Now setup this software your computer.before setup if you install any other copy paste related software please remove it and setup this download .exe file in your computer.
Now this is the question -  
How Increase Copy Paste Speed of your  Super Copier Software?
Just following the below instruction & see screen shots:
01.Run your software from windows start menu.
02.Now Starting your expected copy paste data pc from other device (Pen drive)
03.When you starting copy then appear picture below like that
How to,Increase,Copy Paste Speed,Super Copier Software
05.There have a Unfold option now click here.
How to Increase,Copy Paste Speed,Super Copier Software
06.Now enable your copy spreed limit & click on Fold up
Your task is completed, enjoy super copy paste data speed by Super Copier Software.

* Speed depend on your computer configuration if your PC with high configuration you get high speed.
Thanks.....
Read More..