themagician
Regular Member
- Mar 25, 2008
- 221
- 1,112
O.K. guys and gals, this is child's stuff, but hey, every now and then we need to lighten the mood, especially, if like me, you are trying to solve an intense website design problem. If anyone has any more of these, please post as I find them entertaining. Even better if you have Mac tricks.
All of these have been tested in Windows XP. (Some work elsewhere).
#1. It's impossible to name a new folder with CON.
#2. -Open Notepad type in "Bush hid the facts"(without quotes)
#3. -Open MS Word and type in "=rand (200, 99)"(without quotes)
-then press enter.
#4. -Open Notepad type in ".LOG" (without quotes)
#5. -Open Firefox and type in address bar "about:mozilla", then press enter.
#6. -Open browser (tested in Firefox and IE)
themagician
All of these have been tested in Windows XP. (Some work elsewhere).
#1. It's impossible to name a new folder with CON.
#2. -Open Notepad type in "Bush hid the facts"(without quotes)
- -Save with any name and anywhere you like.
- - Try to re-open, and go translate it.
#3. -Open MS Word and type in "=rand (200, 99)"(without quotes)
-then press enter.
#4. -Open Notepad type in ".LOG" (without quotes)
- -then press enter.
- -Save with any names and anywhere you like.
- -Re-open the file.
#5. -Open Firefox and type in address bar "about:mozilla", then press enter.
#6. -Open browser (tested in Firefox and IE)
- -Goto Google homepage.
- -Click on Images button.
- -Type in anything..example "honda" and click "Search Images"
- - Remove the address URL link and paste with code given below:
Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images ; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
themagician