Google plans to double Gmail capacity


Recommended Posts

I love being on holiday especially when others arent lol

585708897[/snapback]

hey! i love being on holiday too! :D just not when i have my internal exams coming up the whole of next week (aaah! maths & english on first day..)... :pinch:

anyway, goodnight! i'm off for the night. gotta get some rest :sleep:

Damn you guys...

This tread will take soon all the neowin server just to host theses screens cap of your Gmail inbox increasing...

It's pointless since that it look to grow by 1 mb ervery minutes....

Nobody have understand it? It's a JOKE... a DAMNIT Joke...

it's a javascript...

function updateQuota() { 
  if (!quota) {
    return;
  }

  var now = (new Date()).getTime(); 
  if (now < START) { 
    setTimeout(updateQuota, 1000); 
  } else if (now > END) { 
    quota.innerHTML = 'Over 2000'; 
  } else { 
    quota.innerHTML = format(((now - START)/(END - START)*1025) + 1025); 
    setTimeout(updateQuota, 50); 
  } 
} 

put on the page just there:

        <ul>

          <li>
            <p><font size=-1><b>The gift that keeps on giving.</b><br>
            <span id=quota>Over 1000</span>
            megabytes of storage (and counting) for every user.</font></p>
          </li>
        </ul>
<script>
<!--
quota = el("quota");
updateQuota();
// -->
</script>

CHANGE YOUR WINDOWS CLOCK TO SEE IT CHANGE...

Edit: I'm sure that if Google staff pass here will roll on the floor laughing about us...

This is the Post #274... :rofl:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.