vote up 334 vote down star
393

Nobody likes waiting but unfortunately in the Ajax application I'm working on at the moment, there is one fair-sized pause (1-2 seconds a go) that users have to undergo each and every time they want to load up a chunk of data.

I've tried to make the load as interactive as possible. There's an animated GIF alongside a very plain, very dull "Loading..." message.

So I thought it might be quite fun to come up with a batch of 50-or-so funny-looking messages and pick from them randomly so the user never knows what they're going to see. The time they would have spent growing impatient is fruitfully used.

Here's what I've come up with so far, just to give you an idea.

var randomLoadingMessage = function() {
    var lines = new Array(
    	"Locating the required gigapixels to render...",
    	"Spinning up the hamster...",
    	"Shovelling coal into the server...",
    	"Programming the flux capacitor"
    );
    return lines[Math.round(Math.random()*(lines.length-1))];
}

(Yes -- I know some of those are pretty lame -- That's why I'm here :)

The funniest I see today will get the prestigious "Accepted Answer" award. Others get votes for participation.

Enjoy!!

Edit: Why the downvote? I'll agree that this isn't about binary arithmetic or concatenating databases, but keeping users engaged in an unfortunately slow system is a system design issue.

flag
1  
I wouldn't bother. Even if you can find 50 "funny" entries (the vast majority of suggestions so far have been overwhelmingly unfunny), they won't be funny the second time you see them. A progress bar would be more useful, perhaps with a "Tip of the Day" to provide actual helpful information. – Dan Dyer Oct 11 '08 at 11:38
31  
Actually, you don't "program" a flux capacitor, you "charge" it. The difference may seem slight, but you'd definitely care if you suddenly found yourself in 1,000,000 BC instead of 2012 AD. Important safety tip. – Cyberherbalist Oct 13 '08 at 16:07
5  
I love the "why the downvote" edit now that the net votes are +168 :-) – paxdiablo Jan 20 at 8:07
3  
... "waiting for the tubes to be unclogged..." – DeadHead May 8 at 0:50
13  
There are lot of them in World Of Goo! – TheVillageIdiot Jun 26 at 4:05
show 10 more comments

238 Answers

prev 1 4 5 6 7 8 next
vote up 2 vote down

"Time is relative.."

link|flag
vote up 2 vote down

"Lost my way to your desktop...Please Wait..."

link|flag
vote up 11 vote down

"So, do you come here often?"

link|flag
vote up 2 vote down

The dilithium crystals are fading fast...

link|flag
vote up 3 vote down

The MMORPG Everquest uses a bunch of these while the game loads up. A few favorites of mine are:

Warning. Half Elves are now 49.99999 Elf....

and this:

Hitting your keyboard won't make this faster....

link|flag
vote up 0 vote down

Tsss You fancy a beer too?

link|flag
vote up 2 vote down
  • histone sequence acetylated
  • chromatin decondensed
  • pol II loaded
  • transcription commencing
  • transcription paused
  • transcription resumed
  • transcription completed
  • post transational editing
  • commencing intron splicing
  • completed messenger export
  • start codon recognized
  • translation and polypeptide synthesis commencing
  • stop codon detected
  • post-transational configuration
  • protein transport
  • enzymic reaction
  • product synthesis
  • product complete
link|flag
vote up 1 vote down

Coffee time!

Minesweeper time!

User patience ending...

Burning your belly fat...

Connecting to BSA main server...

Making fun of you...

Feature unavalaible. Try again in 30 minutes.

Downloading the Internet... ERROR: puny disk detected.

Scanning the Internet for virus...

Watching TV...

Sending all your porn links to your mom...

Poking a hole in your pants...

Scanning Mars for life signals...

link|flag
vote up 1 vote down

Trapped in "Loading..." factory, send help.

link|flag
vote up 1 vote down

I changed the windows Shutdown screen to Windows is Shitting down

link|flag
vote up 16 vote down

Loading ... Please Wait Attentively (which is what you agreed to in the Terms and Conditions)

link|flag
vote up 8 vote down

"Creating Universe (this may take some time)"

(from a really old game on an Acorn called Star Commander or something like that)

link|flag
show 1 more comment
vote up 7 vote down

From an old one:

Water detected on drive C:\, please wait. Spin dry commencing.

link|flag
vote up 0 vote down

Winding up the rubber band...

link|flag
vote up 3 vote down

Saw this on a stock webapp the other day

Shorting to afford data transmission

link|flag
vote up 1 vote down

I used to use a DTP program (Caxton Press?) that displayed the following while zooming in...

Please wait while I explode...

Always made me chuckle...

link|flag
vote up 33 vote down

I'm up for a code-challange!

create table data
(
    word nvarchar(50) 
    ,type int
)

insert into data select 'recalibrating', 0
insert into data select 'excavating', 0
insert into data select 'finalizing', 0
insert into data select 'acquiring', 0
insert into data select 'locking', 0
insert into data select 'fueling', 0
insert into data select 'extracting', 0
insert into data select 'binding', 0

insert into data select 'flux', 1
insert into data select 'data', 1
insert into data select 'spline', 1
insert into data select 'storage', 1
insert into data select 'plasma', 1
insert into data select 'cache', 1
insert into data select 'laser', 1

insert into data select 'capacitor', 2
insert into data select 'conductor', 2
insert into data select 'assembler', 2
insert into data select 'disk', 2
insert into data select 'detector', 2
insert into data select 'post-processor', 2
insert into data select 'integrator', 2

select  top 1
    v.word as verb
    ,a.word as adjective
    ,n.word as noun
from    data v, data a, data n
where   v.type = 0
    and a.type = 1
    and n.type = 2
order by newid()
link|flag
1  
I wouldn't do that in SQL! (unless I have thousands of rows in each category) – Osama ALASSIRY Nov 1 '08 at 6:58
show 3 more comments
vote up 2 vote down

Please remove your shoes and belt. Place laptops in a single bin. Camera film will not be affected.

In an alternate dimension you're somebody important.

Screen full. Please shake vigorously.

Summoning the vorpal bunny...

link|flag
vote up 2 vote down

You might want to make some application-specific ones, like some of the MIT examples. For example, for an email application, you might want something like "Please wait while we scan all your emails into our computer", or the much more sinister "Please wait while we read through all your emails for credit card and social security numbers".

link|flag
vote up 2 vote down

How about:

Loading data.
Would you like a game of global thermonuclear war while you wait?

Skizz

link|flag
vote up 4 vote down

Loading: one Mississippi Loading: two Mississippi Loading: three Mississippi

link|flag
vote up 4 vote down

"Waiting for magic to happen..."

But a serious question: is one or two seconds enough time to appreciate a funny message? In my highly subjective opinion, a too-short wait with a message that isn't obviously "loading, please wait" makes it look like you're popping up an important message and the user is missing it. I'm not suggesting you increase the wait time for the messages, though that could be an interesting thought experiment (what's better, two seconds+boring message or ten seconds+interesting message)

link|flag
vote up 6 vote down

"Please wait...time not important; only life important."

Fifth Element

link|flag
vote up 5 vote down

I have a game that gives you tips when loading; there are certainly tips that you could put, unless your application is extremely straightforward. GMail puts tips under the inbox, for example; I'd read them if it put them in the loading messages. Get two things done at once: don't make your users uselessly wait AND make sure they can get things done faster. Now that I think about it, there isn't a single program I can think of that has a loading screen that shouldn't have tips there.

link|flag
vote up 11 vote down

from XKCD:

Starting WiFi autoconfig...

searching for WiFi...

Found no open networks. Found secure net SSID "Lenhart Family"

Trying common passwords... Failed.

Checking for WEP Vulnerabilities...None found.

Connecting to Bluetooth phone... Calling local school... Found Lenhart children.

Notifying field agents. Children acquired.

Calling Lenhart parents.

Negotiating for WiFi password...

CTRL-C CTRL-C

link|flag
vote up 5 vote down

On data-load: "Making stuff up. Please wait...".

link|flag
vote up 0 vote down

"is this the way to amarillo?"

"42"

link|flag
vote up 0 vote down

Give the users somewhere to enter their own 'funny' text - just make sure you vet them before making them live!

Or download some headlines from DIGG's API

link|flag
vote up 15 vote down

"Program loaded. Please enter the square root of 598309209839 to continue."

"Press any key to continue" User presses a key. "NO! Not that key!"

link|flag
1  
++ for the second one. – Jonta Mar 15 at 13:35
vote up 4 vote down

"Resistance is futile. Prepare to be assimilated."

link|flag
prev 1 4 5 6 7 8 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.