Nobody likes waiting but unfortunately in the Ajax [1] 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!!
The MIT campus map [1] has a bunch of good ones:
(All loading messages are prefixed with "Please wait")
EDIT: MIT has since updated their campus map. The old map can still be found at archive.org [2], and the old loading messages can still be found here [3] (for now).
[1] http://whereis.mit.edu/"Loading humorous message ... Please Wait"
Two animated gifs, one that runs twice as fast. A button that says 'Turbo Boost'. On click swap in the fast gif for a few seconds after which swap back and briefly display 'Turbo boost exhausted, click again to re-enable'. Reduce time enabled after each click.
Randomly introduce messages 'Are you sure this is helping?' and 'Must go faster, must go faster'.
Animate this:
Testing RAM..............OK
Testing CPU..............OK
Testing Primary Disk.....OK
Testing Patience.......FAIL
USER ERROR: OUT OF PATIENCE!
Loading Infinite Monkeys....
Monkey 1....................Loaded
Monkey 2....................Loaded
Monkey 3....................Loaded
Monkey 4....................Loaded
Monkey 5....................Loaded
Monkey 6....................Loaded
Monkey 7....................Loaded
Monkey 8.........
Reticulating splines
"Warming up Large Hadron Collider..."
The NetPositive browser on BeOS had some great error messages! They were all written as Haiku and could be modified to suit your app or at least provide some inspiration:
The web site you seek Lies beyond our perception But others await. Sites you are seeking From your path they are fleeing Their winter has come. A truth found, be told You are far from the fold, Go Come back yet again. Wind catches lily Scatt'ring petals to the wind: Your site is not found. These three are certain: Death, taxes, and site not found. You, victim of one. Ephemeral site. I am the Blue Screen of Death. No one hears your screams. Aborted effort: The site, passed this veil of tears. You ask way too much. Mourning and sorrow 404 not with us now Lost to paradise. Not a pretty sight When the web dies screaming loud The site is not found. Site slips through fingers Pulse pounding hard and frantic Vanishing like mist. The dream is shattered The web site cannot be found Inside the spring rain. Bartender yells loud Your site cannot be found, boy Buy another drink. Chrome megaphone barks It's not possible to talk Not yet anyway. Emptyness of soul Forever aching blackness: "Blah.com not found." Click exciting link Gossamer threads hold you back 404 not found. With searching comes loss And the presence of absence: The site is not found. You step in the stream, But the water has moved on The site is not here. Rather than a beep Or a rude error message, These words: 'Site not found.' Something you entered Transcended parameters. The site is unknown. Stay the patient course Of little worth is your ire The server is down There is a chasm Of carbon and silicon The server can't bridge. Chaos reigns within. Reflect, repent, and retry. Server shall return. Won't you please observe A brief moment of silence For the dead server? First snow, then silence. This expensive server dies So beautifully. Seeing my great fault Through darkening dead servers I begin again. Visit the home page It can't be done easily When the site is down. Cables have been cut Southwest of Northeast somewhere We are not amused. Site is silent, yes No voices can be heard now The cows roll their eyes. Silicon shudders The site is down for the count One big knockout punch. Yesterday it worked Today it is not working The web is like that. The ten thousand things How long do any persist? The file, not there. A file that big? It might be very useful But now it is gone. To have no errors Would be life without meaning No struggle, no joy Errors have occurred. We won't tell you where or why. Lazy programmers. The code was willing It considered your request, But the chips were weak. Error reduces Your expensive computer To a simple stone. Server's poor response Not quick enough for browser. Timed out, plum blossom. Login incorrect. Only perfect spellers may Enter this system.
How about randomly generating a phrase?
[verbing] [adjective] [plural noun]
And then have a small dictionary for each of these three slots: { "transglutinating", "fine-tuning" }, { "injector", "radiant" }, { "goatherd", "post-processor" }.
transglutinating the radiant goatherd
just sound ... - Sean Vieira
"Scanning your hard drive for pr0n. Please be patient..."
"It looks like you're waiting for a website to load..."
Sammyo's answer
Yes there really are magic elves with an abacus working frantically in here.
is the only way to be possibly funny every single time. You need ONE centralizing concept, like elves inside, and then you work with that.
This derives in:
etc. etc. As long as there's one concept in there, the user will feel it's funny because they've "gotten it" and then you can go out on further and further tangents.
"Press Alt+F4 for a quick IQ test"
(this has the added bonus of being able to waste some time on making your loading messages User-Agent specific...)
http://en.wikipedia.org/wiki/SimCity_2000
SimCity 2000 was the first sim game to feature the semi-nonsensical phrase "Reticulating Splines". Will Wright stated in an interview that the game does not actually reticulate splines when generating terrain; he inserted the phrase because it "sounded cool". The phrase has since been featured in SimCopter, SimCity 4 and The Sims, as well as being referenced humorously by a status message in Mozy, an off-site backup solution offered by EMC Corporation. It is also parodied in the game Spore which features the phrase "Reticulating Spines" in some of its loading screens.
Video clip of female voiceover from SimCity 2000 [1]
[1] http://www.youtube.com/watch?v=8UR5WpJCZGATime is an illusion. Loading time doubly so.
Maybe some recursion:
"Want to see a funny loading message? Take a look here [1]"
[1] http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182170#182170
Reconfoobling energymotron
"Press play on tape."
Measuring the cable length to fetch your data...
"It is pitch black. You are likely to be eaten by a grue."
"HELP!, I'm being held hostage, and forced to write the stupid lines!"
"Searching for Answer to Life, the Universe, and Everything"
"The gods contemplate your fate..."
Although not that original I really like this idea. I've been wating for a client that would let me use this kind of "features" for a while now. The possibilities are endless.
Note: not my native language so not sure about the spelling etc.
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()
"Program loaded. Please enter the square root of 598309209839 to continue."
"Press any key to continue" User presses a key. "NO! Not that key!"
Ok, that's it for this time.
Loading ... Please Wait Attentively (which is what you agreed to in the Terms and Conditions)
Loading completed. Press F13 to continue.
"Counting backwards from infinity"
QUIET !!! I'm trying to think here !
"Brain the size of a planet and all you want me to do is recite a funny loading message..."
"We apologise for the fault in the subtitles. Those responsible have been sacked"
from XKCD: [1]
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
[1] http://xkcd.com/416/"Scanning your hard drive for credit card details. Please be patient..."
Yes there really are magic elves with an abacus working frantically in here.
Who is General Failure and why is he reading my hard disk?
Don't panic...
World of goo has some of the best loading messages I've seen
testing ozone.
embiggening prototypes.
deterministically simulating the future.
testing for perfection.
From an old one:
Water detected on drive C:\, please wait. Spin dry commencing.
You are in a maze of twisty loading screens, all alike...
I would go with funny messages but I'd also have a lookup table somewhere in the manual for what stage they actually represent. That way when it crashes on "Initialising Giant Laser...", you know that it's actually reading in the file asdfx.dll.
"So, do you come here often?"
A little animated BSOD [1]
A fatal exception 0E has occurred at 0028:C0011E in VXD VMM(01) +
00010E36...
No, let me think. 00010F24...
Wait a minute.
Where the hell was that?
Yeah, found: 00020EFF.
Damn it, we've lost it again. Searching......
Wanna play chess?
[1] http://en.wikipedia.org/wiki/Blue_Screen_of_Death"You shouldn't have done that."
"Remember, beer and email don't mix."
"I found a typo! Sending..."
"Your time is important to us. Please hold."
"Warning: Do not set yourself on fire."
"Beauty is skin deep. Have a bag."
"Recording IP address... Checking cookies... Scanning browser history... Generating ad content... Enjoy the goats!"
"Loading new loading screen."
"Making you a cookie."
"Stealing bucket."
"Photographing cats... Attaching signs... MEME complete!"
Recalculating PI....
"Adjusting data for your IQ..."
"Generating next funny line..."
"Entertaining you while you wait..."
more...
"Improving your reading skills..."
"Dividing eternity by zero, please be patient..."
"Just stalling to simulate activity..."
"Adding random changes to your data..."
"Waiting for approval from Bill Gates..."
Creating Time-Loop Inversion Field
"Caching internet locally..."
"Creating Universe (this may take some time)"
(from a really old game on an Acorn called Star Commander or something like that)
Reality.sys corrupted. Reboot universe [y/n]?
:) - OregonGhost
applepie.exe
? - Andrew Arnold
Not sure if this one's suggested:
Commencing infinite loop
alternatively
Commencing infinite loop (this may take some time)
"I'm quite drunk, loading might take a little more time than the usual! Please be patient!"
Maybe I'm a bit of a curmudgeon, but users can very quickly lose their sense of humour when a system isn't working as expected. So I'd be very careful and make sure you know who your users are before trying to do this in a real system.
Courtesy of [Insert website here]. Sending you to the future one second at a time since [insert current timestamp].
Or just the trimmed version:
"Transporting you into the future one second at a time..."
"While you're waiting, why not head over to http://stackoverflow.com?"
Display a random (or sequential per user session) sentence from your EULA - that'll teach'em to read it... uh.. ^^
Or build a database with tips and tricks that aren't related to the app but rather for helping the user be more successful as a person.
Did you know that...
...the modern inspirational posters equivalent - any geek will hate it, but most "normal" users will likely take to it a bit (they're hard to understand though, them users ;)
The people responsible for the previous please wait messages have been sacked.
Mynd you, møøse bites Kan be pretty nasti...
We apologize again for the fault in the messages. Those responsible for sacking the people who have just been sacked, have been sacked.
While you're waiting, how about a little riddle for you?
Explanation to spoil the party: This is the scalar Navier-Stokes equation, that is related to the Navier–Stokes existence and smoothness problem [1], which in turn is one of the Mathematics' Millenium Prize Problems [2].
The above mentioned 'riddle', however, is nonsense without further explanation.
[1] http://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_existence_and_smoothness"Go get a coffee or something. This is going to take a while."
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.
"Please wait...time not important; only life important."
Fifth Element
The internet is full... Please wait...
Just a few ideas:
"Loading the Loading message.."
I can't believe that in nine pages of answers, nobody has said
Please be patient. The program should finish loading in six to eight weeks.
Reading GoF, please wait...
Hello Clarice.
Good evening, Clarice.
I just ate your data with some fava beans and a nice chianti.
Closer, please. Clo-ser...
I like you. But I need you to be more than just eye candy around here.
Stupidity isn't a virus... but it sure is spreadin' like one!
About your data... I lost it... in a volcano.
User, n. The word computer professionals use when they mean "idiot." -- Dave Barry
Jesus saves! The rest of us better make backups. -- Anonymous
"To go forward, you must backup."
"The more I C, the less I see."
"The Internet: where men are men, women are men, and children are FBI agents."
"I'm not anti-social; I'm just not user friendly"
"1f u c4n r34d th1s u r34lly n33d t0 g37 l41d"
"Like car accidents, most hardware problems are due to driver error."
"It is easier to change the specification to fit the program than vice versa."
INITIALIZING UNIX COMMANDS:
unzip...
strip...
touch...
finger...
mount...
fsck...
more...
yes...
unmount...
sleep...
...READY.
Checking prime directives...
Rewinding the DVD...
The bits in [] are optional. Alternatively, they can show up after some time:
Waking up the AI... [Error: COFFEE_BIT not set]
Starting [sub]pixel analysis...
Loading loading messages...
Trying to give priority back to actual processing from the loading message handler...
This is a haiku
Your content is now loading
Be patient, will you?
Cybernet loading self awareness....please be patient;
Starting missile launch sequence in 10, 9...;
Increasing speed to 88.8mph;
"Communing with nature"
"Spinning the wheel of fortune"
Dare I suggest "I'll be back"
Pick a few more famous movie lines [1]....
[1] http://www.allgreatquotes.com/movies_quotes_lines3.shtmlSorry my binaries are swapped, busy re-sorting them now....
The traditional line: "Loading a virus, please relax while your life's work is being deleted..."
"Computing chance of success"
Rolling for initiative...
Attacking the darkness...
Making will save...
Searching for the Amulet of Yendor
Preparing for hyperspace jump
Slaying a Balrog
Going to DEFCON 1
Searching for the... OMG, what the heck is THAT doing there?
Very funny Scotty. Now beam down my clothes.
Centralizing the processing units...
Randomizing memory access...
I think, therefore I am...loading!
I'm sorry Dave, I can't do that
99 bottles of beer on the wall
Changes to
99 bottles of beer
Changes to
Take one down and pass it around, 98 bottles of beer on the wall
Changes to
98 bottles of beer
And so on... Did someone already write this answer? With 9 pages already and too little time, I was too lazy to check.
"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)
Loading: one Mississippi Loading: two Mississippi Loading: three Mississippi
On data-load: "Making stuff up. Please wait...".
Saw this on a stock webapp the other day
Shorting to afford data transmission
"Downloading the whole Internet. Please wait..."
Testing RAM..............OK
Testing CPU..............OK
Testing Primary Disk.....OK
Testing USER IQ........................
Fail: IQ INSUFFICIENT TO RUN THIS PROGRAM
Aborting!
That that exists exists in that that that that exists exists in.
Just use the BOFH excuse server: http://pages.cs.wisc.edu/~ballard/bofh/bofhserver.pl
Not my personal idea, but the sheer number and ridiculousness of the little tidbits here [1] always amazed me.
[1] http://www.mspaintadventures.com/?s=6&p=002037Computing 6 x 9...
Waiting for more electricity...
Ravaging drive C: ......... done.
Ravaging drive D: ......... done.
Accommodating poor back-end SQL query. Please wait...
Just use a line from Portal's "Still Alive", bonus points for audio:
"This was a triumph
I’m making a note here: huge success
It’s hard to overstate my satisfaction
Aperture Science
We do what we must because we can
For the good of all of us
Except the ones who are dead
But there’s no sense crying over every mistake
You just keep on trying till you run out of cake
And the science gets done and you make a neat gun
For the people who are still alive"
Or the ever wonderful, "Code Monkey" by the same artist, Jonathon Coulton:
"Code Monkey get up get coffee
Code Monkey go to job
have boring meeting with boring manager Rob
Rob say Code Monkey very diligent
but his output stink
his code not functional or elegant
what do Code Monkey think
Code Monkey think maybe manager want to write goddamn login page himself
Code Monkey not say it out loud
Code Monkey not crazy just proud"
"Please wait while the punch tape loads..."
Hmmm, on a Futurama style theme, I've always wanted to say something like this:
"Let this abomination unto the Lord begin"
Just taking the doggy for an urgent walk...please be patient!!
Please pick your your nose and look disinterested at the screen...
Thank you!
To speed up process turn crank attached to computer.
Press the Any key to continue.
No not that one, the "Any" key.
Ha ha, gotcha again.
Charging capacitors to 1.21 jiggawatts...
Initializing loading message database...
Entertaining possibility of continuing...
Some lame ones:
Are you bored? Me too.
Waiting for something in the server.
Have you considered another ISP?
I'm tired, please be patient.
Please Wait...
Please Wait Some More...
You're Still Waiting, Right?
You still there?...
Hello...
Oh there You are...
Still Waiting... huh
Dum dada dee dum dada...
Am bored, gonna look through your stuff.
hmmm, found Kernel32.dll
scanning kernel32.dll
kernel32.dll is useless. Deleting...
Ta Da... oh wait am not done yet.
World Of Goo [1] has some pretty funny loading statements. Here is some that came up when I loaded just then:
Image: World Of Goo Loading Screen [2]
[1] http://www.worldofgoo.com/There's always the Unix fortune program
-o
flag. - new123456
Insufficient disk space. Reformatting drive C: to allocate space...
Anno 1701 (a real time strategy game) has some funny messages:
"Time is relative.."
"Resistance is futile. Prepare to be assimilated."
Klingons on the starboard bow.
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....
Oops... I accidentally the whole system.
Firing up the hyperspace quantum overdrive...
Could be worse... Hotlines make you pay for it.
"Calculating meaning of life...."
Then at completion flash up 42.
I once did something like this for the initial test version of an integration tool which would display its results in XML. The tool would take anywhere from 1 to 5 seconds or more (mostly depending on the speed of the database(s) being connected to) and I would display the following in the results field while the tool was processing:
<?xml version="1.0" encoding="utf-8"?>
<Arrrrrrrrrrrrrr:SearchForDoubloons xmlns:Arrrrrrrrrrrrrr="http://en.wikipedia.org/wiki/Pirate">
<Arrrrrrrrrrrrrr:EatChineseFood>
<FoundDoubloons>No</FoundDoubloons>
<FoundFortuneCookie>
<FortuneSays>That special someone loves to see the light in your eye.</FortuneSays>
</FoundFortuneCookie>
</Arrrrrrrrrrrrrr:EatChineseFood>
</Arrrrrrrrrrrrrr:SearchForDoubloons>
Each time it ran it would draw a different fortune from a list of real fortune cookie fortunes.
This was very well received by everyone, but removed once the tool "matured".
"Bending the spoon..."
...main screen turn on
...we get signal
...fpsajfsa;kjfa;ldsfsaf9237497498274sfj;lsafkjakfdsj
...what happen?
...what!
...How are you gentlemen !!
...All your base are belong to us.
...You are on the way to destruction.
...You have no chance to survive make your time.
...You know what you doing.
...Ha ha ha ha....
...Page was beginning...
Out Of Cheese Error! Mr. Jelly! Mr. Jelly
Not exactly funny, but Stephen Fry’s iPhone/iPad app (‘Fry Paper’ — now that’s funny) presents this text:
Just clearing my throat...
when loading, which seems nicely in keeping with Stephen Fry’s persona.
Creating VB GUI Interface...
Hitting the keyboard may lock up the system... but the printer is fine.
This would go faster if I had opposable thumbs...
I spy something green...
If you need to go to the bathroom, do it now... I don't want to stop later.
Remember back when you smoked? At least you always had something to do.
The series of tubes is a bit congested... the city's got some plumbers working on it right now.
Ah, ah, ah, you didn't say the magic word!
"Drink and be merry for tomorrow this site may load"
"Et tu RAM"
"This site is like a box of chocolates, you never know what page is gonna load."
"Don't press back ... pretty please"
"All your web browser are belong to us"
"Baking cake..."
“Look behind you, a Three-Headed Monkey!”
Waking up your lazy processor.
Having a quick byte to eat ...
I'll be with you in a bit ...
"brb, need to pee"
Sorry. Our server is a few bytes short of a file...
Don't throw out that cat! Get me some pliers quick...
Waving the rubber chicken over the server. please wait...
This page brough to you by the Letter Q...
Come to Ralph's Wonder Lama Emporium....
Contacting HAL9000 for authorization... I'm sorry Dave, I'm afraid I can't do that.
Nowadays I'd rather frighten users by mentioning RIAA, not viruses :)
Something like "scanning your hard drive for pirated movies"
Now diluting data to match transmission capacity - please wait.....
The Baby's crying, please change nappies while I am starting up...
I've been wondering lately, don't you get lonesome staring at me?
... we're holding our sausage hostage... please be patient...
"Computer shutting down in ..."
"Please wait whilst your harddisk is erased ..."
"How did I get sucked in to writing out silly loading lines?"
Please wait... Rebooting the Internet
Taking the red pill...
Locating infinite improbability drive...
Disengaging Genuine People Personalities Protocol for your sanity...
For anyone who played Everquest this might be familiar:
"Teaching Snakes to Kick"
Please wait a moment, deciphering your intentions...
Illegal software found on your hard drive! Never mind it's a photo of Chuck Norris...
And for the traditionalists: 'Hello, Dave!'
Why write your own? Find a good fortune.dat file,
#include "fortune.h"
And take it from there!
From Office Space: "PC Load Letter!? What the $#%& does that mean?"
Press and hold your power button to improve your productivity.
Dyslexics of the world untie!
Searching for an external observer required to conduct Turing Test ...
"Contemplating the meaning of life"
"The longer it takes me, the better it will be for you"
"I have experience with [insert random program on system]. I can see [program] from my directory."
"Gnarfling the Garthok"
"Having fun storming the castle"
Sid Meier's Sword of the Samurai anyone:
"Cultivate a stoic calmness"
See http://www.links.net/dox/warez/games/microprose/samurai/pix/interstitialcalmness.gif for how looked it.
There were other koans which I forget.
Keyboard error. Hit F0 to continue.
TIP OF THE DAY: Keep smiling, it makes people wonder what you're up to.
I would never put these in a public application for commercial usage (yet I find them funny)
"The President has been kidnapped by ninjas. Are you a bad ass enough dude to rescue the president?"
"So Sorry! I feel asleep! Continue?"
"You fool! You gave cheese to a lactose intolerant volcano god!"
"All your base are belong to us" (ha ha ha)
"Sorry, but our princess is in another castle!"
"I am Cornholio, I need TP for my bunghole"
"If you ever had sex with a machine, that's what it's like with me. 'Cause I'm like a sex machine. "
"Snake? SNAAAAAAAAKE!!!"
"A Slime draws near! Command?"
"Promise me something, Pinky. Never breed."
Pinky: "Gee, Brain, what do you want to do tonight?" Brain: "The same thing we do every night, Pinky. Try to take over the world!"
"Utilizing satellite technology and these 2 clamps, we will redirect all global telephone communication into an endless voice mail system. And once a person is on the line, the array and amount of choices will render them occupied, busy, and unable to defend the earth for a full 72 hours - more than enough time for a well-prepared mouse to seize control of the planet."
"Come on little buddy, let's get that crazed surgeon to switch our heads back."
"I challenge you to a game of chess!"
"I am a Bear of Very Little Brain, and long words bother me."
"It's today!" said Piglet. "My favorite day," said Pooh.
"Dear MacGyver, enclosed is a rubber band, a paper clip and a drinking straw, please save my dog."
"What's a cat doing up here?" "Probably asking that same question about four turtles!"
Please send towels .. LOTS and LOTS of TOWELS.
Please wait while the system allocates resources to show the loading screen...
prompt("Please enter pi");
What about this:
ramdomly select some funny dll name (UILoad.dll, PamperUser.dll, MagicMouse.dll, etc)
and display following messages:
PamperUser.dll got hotter than the normal range - temp above X degrees....
cooling down... please wait....
.................
.................
.................
* EMERGENCY * - putting an ice bowl on the CPU could help...
"Please wait, while going back in time..."
The malicious thing to then would be to stop the system clock or reset it to the start time on completion, so it would seem the operation took less time.
You're the most lovely person on earth.
You're a great person.
What is your purpose in life?
Your life has meaning.
"The Elders of the Internet are contemplating your request" "Yes, the elders of the Internet know who you are" "Yes, they also know everything you look at" "Yes, they do accept bribes"
"We're working on making this page load faster"
What we have here... is a failure to communicate.
"Reticulating Splines" -the sims
The dilithium crystals are fading fast...
"Lost my way to your desktop...Please Wait..."
Loading.......one sec .....hold on....... ..............a minute or two....... what are you doing?.......here comes
Please, hold your breath and start praying.
"Just a sec, I need coffee, okay?" "Now where the hell's that kitty!?"
There is the classic advent line:
"Go read a book while I get my act together".
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...
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".
How about:
Loading data.
Would you like a game of global thermonuclear war while you wait?
Skizz
I've had the idea of giving user a simple game to play while loading. This has an added bonus that users who wait longer have more time and can thus score higher. And keeping a score would be a hilarious benchmarking of site loading times.
This site [1] is a perfect example of what I had in mind.
[1] http://www.get-out-and-play.com/index.phpSo what you had for break-fast? [After few seconds] That sounds great! [Just like Dora the explorer] ;)
will be loaded before you find a prime number greater than 3213340251426305445635445323240153125200563544563425133462165205646812473162531431232103456219876514827898324431979570136034631152918765579
say the alphabet backwards out loud to continue...
Chazz: Night is a very dark time for me Jimmy: It's dark for everyone, idiot! Chazz: Not for people who live in Alaska. Or people with night-vision goggles
Chazz: Personal philosophy: Clothing optional.
Chazz: It makes my hair shine like the Belt of Orion.
Chazz: My victory in Boston was as sweet as the cream pie from the city it's named after.
Chazz: They laughed at Louie Armstrong when he said he was going to the moon, and now he's laughing at them from up there.
a "reticulated spline" is a valid geometrical entity. They're used a lot in terrain modelling. Because you can get non-reticulated splines, someone wiseguy obviously thought it good to start reticulating them.
All your base are soon belong to us ...
Flooding the InterTubes...
Sorry, I don't know how to help in this situation. Maybe you should try asking a human?
Awaking the Computer..
Lo-lo-lo-lo-loading.... Sorry to stammer, I do it every time when I have to wait for something.
"Prepare yourself, for the season of the Moonstones is upon you!"
"Do you think this page will load?"
"Ahh.... kidding"
"No, seriously"
"insert progress message here"
"message intentionally left blank"
"lorem ipsum dolor..."
"Please stand by, application name is grunting a sculpture"
preparing to format hard drive...
I can't think of many more at the moment, but I'm sure I will later. I know they aren't completely original, but as a gamer, it still amuses me (and some of the music videos people make are funny)
This is direct for men audience:
Loading data sequence....
Generating female bitmap..................
Undressing female......
Rendering image....
Preparing to show......
Putting data into ram....
Preparing to draw....
Drawing....
"Back in 5..."
Although some are too specific to the game for general use, Auto Assault had a good list of loading messages, which has been archived here [1]
[1] http://autoassaultvault.ign.com/View.php?view=Guides.Detail&id=4Still there?
Yeah, I had a feeling you'd wanna do(click) this
Waiting for that butterfly in the Andes...
I would like to program a loading screen that makes you believe that you have a killer behind you. Should of course use the webcam.
Put the kettle on. It's going to take a minute.
Sometime your agony will be over ..
How much time do you have ...
Initialising Murphyonic Field...
Corrupting Files...
Burning out microchips...
Tangling Cables...
ummm...
thinks...
yawn
is that the time already?
"Keep smiling , we found your smiley face cute :) "
"Reading AUTOEXEC.BAT..."
"Preparing the Matrix"
It's not really suited for your problem, but I always liked the dragon ball bodokai 3 loading screen. - Playstation.
With time passing by little, monster came out of the soil.
If you twisted one analog stick, they came quicker and more of them came. If you twist both analog stick and use both controlers you get a very decent rate of aliends digging out. (It also depends on the twisting speed)
The controllers cried for mercy. Yes they did!
"the Matrix has you, $USERNAME"
"follow the white rabbit"
Setting the modulating fibulator to full polarity...
this page was crafted from only the finest ascii...
Unpacking data package...
Reassembling atoms...
Loading... Please be patie... OMG! Your dog is on fire!
"Calculating time to load site..."
Wouldn't it be nice if there were an Escape key for all of our problems?
If it's a Macintosh; it's got an excuse.
Time flies when you don't know what you're doing.
(Most should probably begin with "Please wait...")
Also, on a separate but very important note, this post now shows up first in Google when searching for " funny loading messages [1]". Go SO [2]!
[1] http://www.google.com/search?hl=en&q=funny+loading+messages&btnG=Google+Search&aq=f&oq=funny+loading+message"Queueing bird songs" "Coloring flowers"
Online image editor Picnik [1] has a bunch of cutesey loading messages like this.
[1] http://picnik.comWe have enough youth, how about a fountain of SMART?
Being really sarcastic, just go check Tumblr. Any Tumblr page will give you a bunch. Just remember to refresh every time you need a new one.
You can also put a microgame (< minigame) in the loading screen, if it's long...
"Waiting for cashier to hit the Credit key..."
Please wait..while we are going to make you an offer that you can't refuse
"Setting us up the bomb. What you say?"
Please wait... Your data is currently being probed by the CIA, NSA, Mossad, MI5 and Al Queada. Don't go anywhere.
Stop. Hammertime.
And now it's time for a breakdown.
Wait wait wait. I'm meant to DO something?!
Are you still sure you wanted that feature instead of performance?
Overloading.....
Google might try this :
Search query initiated, scanning the whole internet for a match, might take a while........................
"Suggest putting time until completion to good use. Maybe learn to play the violin?"
How about some questions, like:
"please wait while scanning your hard drive for movies .... "
lol .. tat will freak out some users :D
Instead of this [1] one:
Not panicking
[1] http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186673#186673Totally loaded. (I am, you are, but NOT this application...)
"Look behind you!"
"...tell me about your mother..."
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
Get the World of Goo demo, they do something like this while loading and some messages are really nice
THE CAKE IS A LIE!
THE CAKE IS A LIE!
THE CAKE IS A LIE!
Adapting the application to your heart frequency
We know you like these, we're sorry they don't last enough.
We're sorry you aren't waiting enough.
Did you know we make you wait so you can see the ads?
Remember to take some food with you.
I'll be right back.
Sorry for the bad smell.
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...
Trapped in "Loading..." factory, send help.
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...
Winding up the rubber band...
"Listening to the sound of the human nature"
Quakelive is over 9000
Actually Loading... Please wait.
Out of Cheese Error! Mr. Jelly! Mr. Jelly!
Quit Explorer and use Firefox!
5secs more.. Still you are here.. Time to change your service provider.
5secs more.. When did you upgrade your hardware last time?
5secs more.. Oh boy, you must be using the OS which was built a decade ago. Try Mac.
5secs more.. I have stopped loading, pls navigate to a site which is compatible with your speed!
Ah, I know your tied its boring the wait for loading but wait... you don't know how boring is to load !
I know its stupid to wait, but do you have any other idea !? wait.... I got one.... my idea is...leave the idea cause the loading is done.
Wait.... please keep wait... You only have to wait... its easy... just keep reading this.... looks like you have lots of time before you can enjoy from this so keep waiting.
I was trying to think of Flight of the Concords lyrics (I love that show too):
This is Bowie to Bowie, do you hear me out there man?
This is Bowie back to Bowie I read you loud and clear, man.
The world is coming to an end. Please log off.
Photophlow has some amusing loading messages. Check it out.
Tsss You fancy a beer too?
"is this the way to amarillo?"
"42"
Next year the government will start deporting all of the weird old people.
I started crying when I thought of you.
Run, my friend, RUN !!!
In my opinion, you should just use the animated GIF alongside a very plain, very dull "Loading..." message. I prefer to be informed, not entertained. The only exception would be if the page in question would be some kind of funny entertainment page - in that case the light entertaining style would be appropriate as it would fit the overall page style, but in a normal "serious" page I would prefer real information.