SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
Typewriter With Color Effect (Shoutout) 358e34g
SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
Typewriter With Color Effect (Shoutout) 358e34g
SBL GRAPHICS DESIGNZ
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SBL GRAPHICS DESIGNZ

Solid bloodline-Grapics designz
 
HomePortalSBL LAYOUTSGalleryLatest imagesSearchRegisterLog in
Typewriter With Color Effect (Shoutout) 5b1ow1Typewriter With Color Effect (Shoutout) Fz45e9Typewriter With Color Effect (Shoutout) 21mzprqTypewriter With Color Effect (Shoutout) 2568eowTypewriter With Color Effect (Shoutout) 1072gqrTypewriter With Color Effect (Shoutout) 29yr3f7Typewriter With Color Effect (Shoutout) 11rbvpeTypewriter With Color Effect (Shoutout) J5gf2bTypewriter With Color Effect (Shoutout) 28248s0Typewriter With Color Effect (Shoutout) Efgh7lTypewriter With Color Effect (Shoutout) 5b1ow1Typewriter With Color Effect (Shoutout) Fz45e9Typewriter With Color Effect (Shoutout) 21mzprqTypewriter With Color Effect (Shoutout) 2568eowTypewriter With Color Effect (Shoutout) 1072gqrTypewriter With Color Effect (Shoutout) 29yr3f7Typewriter With Color Effect (Shoutout) 11rbvpeTypewriter With Color Effect (Shoutout) J5gf2bTypewriter With Color Effect (Shoutout) 28248s0Typewriter With Color Effect (Shoutout) Efgh7l
Generators
Live previewer
Css Linker
Js Linker
Auto friend Adder
Text Flipper
Image Effect
Js Encrypter
Fancy Text Generator
Comment Generator
Who View Me
SBL NavigatION
BIGGER CBOX
PRIVATE CBOX
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Top posters
cursed witch (66)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
redblood21 (58)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
SBL_MARIA (43)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
miZz_LABLAB (40)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
ivantage (32)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
Keana (25)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
miNgkay (24)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
muzikaXD (21)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
Mherwin (19)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
Ever. (14)
Typewriter With Color Effect (Shoutout) I_vote_lcapTypewriter With Color Effect (Shoutout) I_voting_barTypewriter With Color Effect (Shoutout) I_vote_rcap 
Contact

Site Designer

Banner maker ArK
Affiliates
Typewriter With Color Effect (Shoutout) Mkkyg1
Typewriter With Color Effect (Shoutout) 23vmbt1
Typewriter With Color Effect (Shoutout) 24mvrc4
Typewriter With Color Effect (Shoutout) 2hcgg1j
Typewriter With Color Effect (Shoutout) N16pnm
Typewriter With Color Effect (Shoutout) 334hu2v
Typewriter With Color Effect (Shoutout) 2ll14di
Polls1

casino 99polls
Sbl playlist


 

 Typewriter With Color Effect (Shoutout)

Go down 
AuthorMessage
Keana




Number of posts : 25
Registration date : 2009-04-06
Age : 29
Location : Beloved Cebu

Typewriter With Color Effect (Shoutout) Empty
PostSubject: Typewriter With Color Effect (Shoutout)   Typewriter With Color Effect (Shoutout) I_icon_minitimeTue Apr 28, 2009 5:44 am

Instruction:

-copy and paste the following in notepad
-save as a js file "filename.js"



/* TYPEWRITER EFFECT FOR SHOUTOUT */

x1=0;c1=0;cache=new Array()

setTimeout('clearIt()',4000)

function clearIt(){

tSpan3 = document.getElementById('cpShoutoutBox')

cSpan3 = tSpan3.getElementsByTagName('Span')


for(p=0;p<cSpan3.length;p++){

cache[p]=cSpan3[p].innerHTML
cSpan3[p].innerHTML=''
}

toSpan3()
}

function toSpan3(){
if(x1<cSpan3.length){
typeIn = cache[x1]
tp=setInterval('typeIt()', 40)
}else{
p=0;x1=0;c=0;setTimeout('clearIt()', 500)
}
}

function typeIt(){
if(cSpan3[x1]!=null && c1<=typeIn.length){
cSpan3[x1].innerHTML = typeIn.substring(0,c1++)
}else{
clearInterval(tp);x1++; c1=0;toSpan3()
}
}






/* AUTO FONT COLOR CHANGER */
var naMe;
var newColay = new Array(5);
var curColay= 0;
newColay[0] = '#6600cc';
newColay[1] = '#990000';
newColay[2] = '#ccff00';
newColay[3] = '#00ff00'
newColay[4] = '#cc3399';

function chanColay() {
if (curColay == 4)
curColay = 0; else
++curColay;
document.getElementById('cpShoutoutBox').getElementsByTagName('span')[0].style.color= newColay[curColay];
}

function startChange() {
if (naMe != null)
clearInterval(naMe);
naMe = setInterval("chanColay()", 500);
}window.onload = startChange();
Back to top Go down
Keana




Number of posts : 25
Registration date : 2009-04-06
Age : 29
Location : Beloved Cebu

Typewriter With Color Effect (Shoutout) Empty
PostSubject: Re: Typewriter With Color Effect (Shoutout)   Typewriter With Color Effect (Shoutout) I_icon_minitimeThu Apr 30, 2009 4:12 am

PREVIEW IT HERE

l
l
l
l
l
V

http://patz0115.netau.net/Friendster/Generators/previewer.php
Back to top Go down
 
Typewriter With Color Effect (Shoutout)
Back to top 
Page 1 of 1
 Similar topics
-
» Shoutout font color Changer
» TYPEWRITTER EFFECT IN UR SHOUTOUT BOX
» scrolling title bar effect
» Fancyzoom Effect (all Images)
» PAGE VIEWERS NAME ON YOUR SHOUTOUT

Permissions in this forum:You cannot reply to topics in this forum
SBL GRAPHICS DESIGNZ :: SBL Tricks And Tutorials :: Js codes-
Jump to: