Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


HTML effect code?

Reply to topic
Bike Chat Forums Index -> Random Banter
View previous topic : View next topic  
Author Message

killa
Won't Shut Up



Joined: 18 Oct 2004
Karma :

PostPosted: 13:09 - 19 May 2009    Post subject: HTML effect code? Reply with quote

Anyone remember that code that you paste into the address bar and it makes all your letters etc fly all over the place? Confused
____________________
Cleverly disguised as a responsible adult.
Bike:- Yamaha TRX850 | Killas Biking History | Killas Gaming History | Killas autmotive history
 Back to top
View user's profile Send private message Send e-mail Visit poster's website You must be logged in to rate posts

Kickstart
The Oracle



Joined: 04 Feb 2002
Karma :

PostPosted: 13:20 - 19 May 2009    Post subject: Reply with quote

Hi

In general or on a particular web site?

Although you just reminded me of the chav speak option from ages ago, and I have forgotten how to get that to work.

All the best

Keith
____________________
Traxpics, track day and racing photographs - Bimota Forum - Bike performance / thrust graphs for choosing gearing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

Fnatic
World Chat Champion



Joined: 11 May 2008
Karma :

PostPosted: 14:24 - 19 May 2009    Post subject: Reply with quote

It's JavaScript I believe.
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

mistergixer
World Chat Champion



Joined: 15 Jun 2005
Karma :

PostPosted: 16:40 - 19 May 2009    Post subject: Reply with quote

Kickstart wrote:
Hi

In general or on a particular web site?

Although you just reminded me of the chav speak option from ages ago, and I have forgotten how to get that to work.

All the best

Keith


You need the AOLer Translator:

Kickstart wrote:

HI
IN G3NERAL OR ON A PARTICULAR W3B SIET
ALTHOUGH???!?? U JUST REMINDED ME OF DA CHAV SPAAK OPTION FROM AEGS AGO AND I HAEV FORGOTAN HOW 2 G3T TAHT 2 WORK
AL!1!1! WTF LOL DA BST
KEITH

____________________
Space Monkey #7
Don Eladio is dead. His capos are dead. You have no one left to fight for. Fill your pockets and leave in peace. Or fight me and die!
Mistergixer's videos on YouTube
 Back to top
View user's profile Send private message Visit poster's website You must be logged in to rate posts

Kickstart
The Oracle



Joined: 04 Feb 2002
Karma :

PostPosted: 16:47 - 19 May 2009    Post subject: Reply with quote

mistergixer wrote:
You need the AOLer Translator


Nah, ages ago there was something on here that you could set to turn the posts into chav speak, or txt speak. Can't remember as it was years ago.

All the best

Keith
____________________
Traxpics, track day and racing photographs - Bimota Forum - Bike performance / thrust graphs for choosing gearing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

killa
Won't Shut Up



Joined: 18 Oct 2004
Karma :

PostPosted: 11:41 - 20 May 2009    Post subject: Reply with quote

Hmm maybe java script i cant remember.
You just popped it in the address bar of any page and then everything went crazy.
There is a thread somewhere....Thinking
____________________
Cleverly disguised as a responsible adult.
Bike:- Yamaha TRX850 | Killas Biking History | Killas Gaming History | Killas autmotive history
 Back to top
View user's profile Send private message Send e-mail Visit poster's website You must be logged in to rate posts

Kickstart
The Oracle



Joined: 04 Feb 2002
Karma :

PostPosted: 11:56 - 20 May 2009    Post subject: Reply with quote

Hi

Found this that does it with the images (not sure it works in all browsers)

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; var 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+"px"; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+"px"}R++}tag=setInterval('A()',5 );document.onmousedown=function(){clearInterval(tag);for(i=0; i<DIL; i++){DI[i].style.position="static";}}; void(0)


All the best

Keith
____________________
Traxpics, track day and racing photographs - Bimota Forum - Bike performance / thrust graphs for choosing gearing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

Kickstart
The Oracle



Joined: 04 Feb 2002
Karma :

PostPosted: 12:14 - 20 May 2009    Post subject: Reply with quote

Hi

Also this that works in some browsers (doesn't work in Opera, not sure about Firefox, works in IE6).

Code:

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)


All the best

Keith
____________________
Traxpics, track day and racing photographs - Bimota Forum - Bike performance / thrust graphs for choosing gearing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

Charlie
World Chat Champion



Joined: 27 May 2007
Karma :

PostPosted: 12:40 - 20 May 2009    Post subject: Reply with quote

Kickstart wrote:
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; var 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+"px"; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+"px"}R++}tag=setInterval('A()',5 );document.onmousedown=function(){clearInterval(tag);for(i=0; i<DIL; i++){DI[i].style.position="static";}}; void(0)


Works in Safari (although the Mac edition), I had forgotten how funny it was to do that. Laughing

Kickstart wrote:
Code:
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)


Doesn't work for me
____________________
Past: Honda x8rs, Honda City fly, Honda Hornet 250, Honda VFR750, Yamaha xt600e.
Current: Honda CBR929RR & Yamaha XT660Z Tenere
 Back to top
View user's profile Send private message You must be logged in to rate posts

Kickstart
The Oracle



Joined: 04 Feb 2002
Karma :

PostPosted: 14:34 - 20 May 2009    Post subject: Reply with quote

Hi

Bit of a look round and it seems the 2nd one to shake the screen is using self.moveBy which seems to be disabled by default in some browsers.

Another image one:-

Code:

javascript:var iPX=new Array(); var iPY=new Array(); var iDir=new Array(); var ida=1.1; var DI;  var DIL;   setTimeout('B()',500); function B(){ DI=document.getElementsByTagName("img");  DIL=DI.length;  for(i=0; i<DIL; i++) { iPX[ i ]=fPX(DI[i]);  iPY[ i ]=fPY(DI[i]); iDir[ i ]=-1; } setInterval('A()',5);  }  function A(){ var tp,lp,DIS; for(i=0; i<DIL; i++) { DIS=DI[ i ].style;  DIS.position='absolute'; tp=fPY(DI[i]);lp=fPX(DI[i]); if(iDir[ i ]==-1) { lp=parseInt(lp/ida); tp=parseInt(tp/ida); if(lp<20 || tp<20) iDir[ i ]=1; } else { lp=lp*ida; tp=tp*ida; if(lp>=iPX[ i ] || tp>=iPY[ i ]) {iDir[ i ]=-1;lp=iPX[ i ];tp=iPY[ i ];} } DIS.top=tp+"px";DIS.left=lp+"px"; } } function fPX(obj) { var curleft = 0; if(obj.offsetParent) while(1)  { curleft += obj.offsetLeft; if(!obj.offsetParent) break; obj = obj.offsetParent; } else if(obj.x) curleft += obj.x; return curleft; } function fPY(obj) { var curtop = 0; if(obj.offsetParent) while(1) { curtop += obj.offsetTop; if(!obj.offsetParent) break; obj = obj.offsetParent; } else if(obj.y) curtop += obj.y; return curtop; }void(0);


All the best

Keith
____________________
Traxpics, track day and racing photographs - Bimota Forum - Bike performance / thrust graphs for choosing gearing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts
Old Thread Alert!

The last post was made 17 years, 130 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> Random Banter All times are GMT + 1 Hour
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.08 Sec - Server Load: 0.58 - MySQL Queries: 14 - Page Size: 74.12 Kb