friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-07-02 00:52:19

dekha_21
 Dekha Anggareska
dekha_21's display avatar
» FriendsterGeek
Forza Milan and Liverpool
Executive Coder
Location: Indramayu
Registered: 2007-09-01
Posts: 1019
Reputation: 52
Friendster

Randomized Text Splitter

Generator Randomized Text Splitter

:arrow: Credid : javascript.internet.com
:arrow: Function is for randomized font color and font size by letter or word...
:arrow: Code (Enter Into HTML extension) :
:arrow: Preview: http://h1.ripway.com/dekha/linkers/textsplitter.html


<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Rich Trowbridge -->

<!-- Begin
function randomise(){
var words=document.myform.wordlist.value;
var spacer="";
words=words.split(document.myform.randomiseby.options[document.myform.randomiseby.selectedIndex].value)
document.myform.code.value="";
var colourscheme=new Array("0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F")
for(var time=0;time<=(words.length-1);time++){
if(words[time]==" "){document.myform.code.value+=" "}
if(words[time]!=" "){
spacer=document.myform.randomiseby.options[document.myform.randomiseby.selectedIndex].value;
var c1=Math.round(Math.random()*(colourscheme.length-1));
var c2=Math.round(Math.random()*(colourscheme.length-1));
var c3=Math.round(Math.random()*(colourscheme.length-1));
var c4=Math.round(Math.random()*(colourscheme.length-1));
var c5=Math.round(Math.random()*(colourscheme.length-1));
var c6=Math.round(Math.random()*(colourscheme.length-1));
var size=1+Math.round(Math.random()*6);
document.myform.code.value+="<font color=\"#"+colourscheme[c1]+colourscheme[c2]+colourscheme[c3]+colourscheme[c4]+colourscheme[c5]+colourscheme[c6]+"\" size=\""+size+"\">"+words[time]+"</font>"+spacer+"";
}
}
looks_like.innerHTML=document.myform.code.value;
}
//  End -->
</script>

</HEAD>

<BODY>
<center><br><b><font color="#ff0000" size="6">Randomized Font Color And Size</font></center></b><br><br>
<div align="center">
<form name="myform" action="javascript:randomise()">
<b>Write Text Here</b><br>   <input name="wordlist" value="Dekha Ganteng Selalu Setiap Saat" size="50">
<br>
<b>Select Option</b><br>   <select name="randomiseby">
<option value="">Randomize by letter</option>
<option value=" ">Randomize by word</option>
</select><br><br>
<input type="submit" value="Do it Now">
<br><br>
<span id="looks_like"></span>
<br><br>
<textarea name="code" rows="5" cols="50"></textarea>
</form>
</div>
<center><b> You Can Paste The Code On <br>Media Box, About Me, Who I Want To Meet or Others you Need..</b></center>
</body>


DEKHA ANGGARESKA
Like : ADA Band, Kerispatih, Yovie Nuno, Milan, Liverpool, Atletico.


#2  2008-07-02 02:47:54

Infamous J
» FriendsterElite
Registered: 2008-05-26
Posts: 5447
Reputation: 168
Friendster

Re: Randomized Text Splitter

:arrow: This is probably more suitable for the Tricks and Tutorials section.

Thanks for sharing this, though


FTalk and Rockstars....There's been ups and downs, but it's been fun.  But all good things must come to an end.  I'm done.  Thanks for everything.

#3  2008-07-02 02:57:32

dekha_21
 Dekha Anggareska
dekha_21's display avatar
» FriendsterGeek
Forza Milan and Liverpool
Executive Coder
Location: Indramayu
Registered: 2007-09-01
Posts: 1019
Reputation: 52
Friendster

Re: Randomized Text Splitter

bhebhiej wrote:

This is probably more suitable for the Tricks and Tutorials section.

do u think so??
if sure I will move it to TnT..



DEKHA ANGGARESKA
Like : ADA Band, Kerispatih, Yovie Nuno, Milan, Liverpool, Atletico.


#4  2008-07-02 04:59:42

Lordheinz
 Heinz R.Fangonil
» Banned
^ trashed
Registered: 2007-06-26
Posts: 5178
Last visit: 2008-09-11
Reputation: 242

Re: Randomized Text Splitter

>>Nice one..its a generator huh...not bad..thanks for sharing..;)


Thank you so much FRIENDSTERTALK...

#5  2008-07-02 05:00:59

dekha_21
 Dekha Anggareska
dekha_21's display avatar
» FriendsterGeek
Forza Milan and Liverpool
Executive Coder
Location: Indramayu
Registered: 2007-09-01
Posts: 1019
Reputation: 52
Friendster

Re: Randomized Text Splitter

ok,, sir,, no problem....



DEKHA ANGGARESKA
Like : ADA Band, Kerispatih, Yovie Nuno, Milan, Liverpool, Atletico.


#6  2008-07-02 06:06:49

AFZULNIZAM
 The King of fighter
AFZULNIZAM's display avatar
» Moderator
.White Protector.
Location: Rusia
Registered: 2007-09-14
Posts: 6311
Reputation: 382
Friendster

Re: Randomized Text Splitter

nice bro
thanks for sharing


#7  2008-07-02 07:21:22

dekha_21
 Dekha Anggareska
dekha_21's display avatar
» FriendsterGeek
Forza Milan and Liverpool
Executive Coder
Location: Indramayu
Registered: 2007-09-01
Posts: 1019
Reputation: 52
Friendster

Re: Randomized Text Splitter

AFNULNIJAM wrote:

nice bro
thanks for sharing

ok bro,, no probz...



DEKHA ANGGARESKA
Like : ADA Band, Kerispatih, Yovie Nuno, Milan, Liverpool, Atletico.


#8  2008-07-02 08:19:07

triciapink29
 ♥Tricia♥
triciapink29's display avatar
» Promoter
ok.fine. whatever you say
Location: PilipinasAustralia
Registered: 2008-04-01
Posts: 3350
Reputation: 206
Friendster

Re: Randomized Text Splitter

Cool huh,.,
its easier than typing :retard:
good job on this

#9  2008-07-02 16:03:36

kuntilanak
 Dewi Kunthi
kuntilanak's display avatar
» Promoter
Registered: 2008-05-29
Posts: 4854
Reputation: 164

Re: Randomized Text Splitter

Kuntilanak Said To You

Nice work brother... thanks for share


#10  2008-07-03 11:07:29

dekha_21
 Dekha Anggareska
dekha_21's display avatar
» FriendsterGeek
Forza Milan and Liverpool
Executive Coder
Location: Indramayu
Registered: 2007-09-01
Posts: 1019
Reputation: 52
Friendster

Re: Randomized Text Splitter

triciapink29 wrote:

its easier than typing good job on this

No problem sis, its ok..

kuntilanak wrote:

Nice work brother... thanks for share

thank you sis dewi..



DEKHA ANGGARESKA
Like : ADA Band, Kerispatih, Yovie Nuno, Milan, Liverpool, Atletico.


Search Friendstertalk

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2009 PunBB

[ 12 queries - 0.038 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)