friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-07-03 11:23:29

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

{ADD ONS} Fader Maker Generator

Open This Site..

http://javascript.internet.com/image-ef … rator.html
And then select some options.After That click Generate Code:
Example of Generate code as like:

3 steps to implement your script:

1. Place this into the HEAD section of your page.

<script language = "JavaScript">
<!--Created by Fader Maker (http://www.bosiljak.hr/fadermaker/)
var fmTimer = null;
var fmfg = false;
function fminit(){
if (!document.getElementById) return;
fma1=255; fma2=0; fma3=0;
fma4=0; fma5=0; fma6=255;
if (!fmfg){
fmtemp=fma1; fma1=fma4; fma4=fmtemp; fmtemp=fma2; fma2=fma5; fma5=fmtemp; fmtemp=fma3; fma3=fma6; fma6=fmtemp;
}
fmfg = !fmfg;
fmFade();
}
function fmToHex(n){
var hexChars = "0123456789ABCDEF";
if (n == 0) return "00";
var j, n;
var temp = "";
while (n != 0){
j = n % 16;
n = (n - j)/16;
temp = hexChars.charAt(j) + temp;
}
if (temp.length < 2){
temp = "0" + temp;
}
return temp;
}

function fmFade(){
obj = document.getElementById('tekst').style;
fmcolor = "#" + fmToHex(fma1) + fmToHex(fma2) + fmToHex(fma3);
obj.color = fmcolor;
if (fma1 != fma4){
if (fma4 > fma1){fma1++;}
else{fma1--;}}
if (fma2 != fma5){
if (fma5 > fma2){fma2++;}
else{fma2--;}}
if (fma3 != fma6){
if (fma6 > fma3){fma3++;}
else{fma3--;}}
if ((fma1 == fma4) && (fma2 == fma5) && (fma3 == fma6)){
window.clearTimeout(fmTimer);
fminit()}
else{
fmTimer = window.setTimeout("fmFade()",50);
}
}
onload = fminit
-->
</script>

2. Put this on the place where you want your message to be.

<span id="tekst" style="font-size:xx-large; font-family: Verdana, Geneva, sans-serif; letter-spacing:normal; font-weight:bold; font-style:normal; padding-left:20; padding-right:20;">Fader Maker</span>

3. Enjoy!

:arrow: First you must paste this on JS external

Code:

<!--Created by Fader Maker (http://www.bosiljak.hr/fadermaker/)
var fmTimer = null;
var fmfg = false;
function fminit(){
if (!document.getElementById) return;
fma1=255; fma2=0; fma3=0;
fma4=0; fma5=0; fma6=255;
if (!fmfg){
fmtemp=fma1; fma1=fma4; fma4=fmtemp; fmtemp=fma2; fma2=fma5; fma5=fmtemp; fmtemp=fma3; fma3=fma6; fma6=fmtemp;
}
fmfg = !fmfg;
fmFade();
}
function fmToHex(n){
var hexChars = "0123456789ABCDEF";
if (n == 0) return "00";
var j, n;
var temp = "";
while (n != 0){
j = n % 16;
n = (n - j)/16;
temp = hexChars.charAt(j) + temp;
}
if (temp.length < 2){
temp = "0" + temp;
}
return temp;
}

function fmFade(){
obj = document.getElementById('tekst').style;
fmcolor = "#" + fmToHex(fma1) + fmToHex(fma2) + fmToHex(fma3);
obj.color = fmcolor;
if (fma1 != fma4){
if (fma4 > fma1){fma1++;}
else{fma1--;}}
if (fma2 != fma5){
if (fma5 > fma2){fma2++;}
else{fma2--;}}
if (fma3 != fma6){
if (fma6 > fma3){fma3++;}
else{fma3--;}}
if ((fma1 == fma4) && (fma2 == fma5) && (fma3 == fma6)){
window.clearTimeout(fmTimer);
fminit()}
else{
fmTimer = window.setTimeout("fmFade()",50);
}
}
onload = fminit

Then, this part you can paste as like as you want:

Code:

<span id="tekst" style="font-size:xx-large; font-family: Verdana, Geneva, sans-serif; letter-spacing:normal; font-weight:bold; font-style:normal; padding-left:20; padding-right:20;">Fader Maker</span>

see preview here  profiles.friendster.com/58642698
That's All for now.. Any feedback write here...

Last edited by dekha_21 (2008-07-03 13:43:09)

#2  2008-07-03 11:51:41

nykostep
» FriendsterNewbie
Registered: 2008-04-26
Posts: 24
Last visit: 2008-08-04
Reputation: -3

Re: {ADD ONS} Fader Maker Generator

nice..thanks for sharing

#3  2008-07-03 11:58:00

faelnar84
» FriendsterFreak
faelnar84's display avatar
[ Freak ]
The Scandalers
Location: Here.Wherelse?
Registered: 2008-04-14
Posts: 1678
Last visit: Today
Reputation: 54
Friendster

Re: {ADD ONS} Fader Maker Generator

Thanks for sharing bro.


Being MATURE is MANDATORY and not OPTIONAL
Blog.

#4  2008-07-03 12:37:09

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

Re: {ADD ONS} Fader Maker Generator

itz ok!! No problem..

#5  2008-07-03 13:22:29

portuniecho
» FriendsterElite
portuniecho's display avatar
[ L: Change the FTALK ]
Class-S
Location: Pentagon
Registered: 2007-11-22
Posts: 4949
Reputation: 260
Friendster

Re: {ADD ONS} Fader Maker Generator

any preview bro ? ,  :)



#6  2008-07-03 13:32:45

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

Re: {ADD ONS} Fader Maker Generator

portuniecho wrote:

any preview bro ? ,

see here profiles.friendster.com/58642698 and see shoutout part

#7  2008-07-03 13:40:02

portuniecho
» FriendsterElite
portuniecho's display avatar
[ L: Change the FTALK ]
Class-S
Location: Pentagon
Registered: 2007-11-22
Posts: 4949
Reputation: 260
Friendster

Re: {ADD ONS} Fader Maker Generator

okay nice, =) but, include ur preview on the first post,

more tricks/addons to come bro, imma add this topic on the compilation, if u have a addons to post, just report it to the compilation topic, so i can edit my post just to add ur topic, thanks you :)
http://friendstertalk.com/t25658-Compil … Name).html

Last edited by portuniecho (2008-07-03 13:40:59)



#8  2008-07-03 13:47:01

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

Re: {ADD ONS} Fader Maker Generator

portuniecho wrote:

more tricks/addons to come bro, imma add this topic on the compilation, if u have a addons to post, just report it to the compilation topic, so i can edit my post just to add ur topic, thanks you

ok, next time if i have great add ons thread, i will report to compilation..

#9  2008-07-04 05:11:16

butterflyprincesz
» FriendsterTalker
butterflyprincesz's display avatar
just the cutest girl ever
The Scandalers
Location: hir in mah hawz..
Registered: 2008-01-09
Posts: 120
Last visit: 2008-08-27
Reputation: 2
Friendster

Re: {ADD ONS} Fader Maker Generator


nice add-on..
tnx 4 sharing..


#10  2008-07-04 05:14:21

aufar
» FriendsterTalker
aufar's display avatar
eMo_rockk..
Location: MakazzaRt City
Registered: 2008-04-06
Posts: 173
Last visit: Yesterday
Reputation: 4
Friendster

Re: {ADD ONS} Fader Maker Generator

nice trick bro.. :thumbsup:


#11  2008-07-04 06:21:21

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

Re: {ADD ONS} Fader Maker Generator

butterflyprincesz wrote:

nice add-on..tnx 4 sharing..

aufar wrote:

nice trick bro..

ok,, you're welcome thx for comments

#12  2008-07-04 06:37:40

vetra9
» FriendsterManiac
vetra9's display avatar
ღ sister twin's ღ
Location: ♫ No Maden ♫
Registered: 2008-03-10
Posts: 666
Last visit: 2008-08-26
Reputation: 8

Re: {ADD ONS} Fader Maker Generator

thanks For Sharing Bro...
It's Nice Trick....And I wil Try :penguin:



#13  2008-07-04 08:14:44

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

Re: {ADD ONS} Fader Maker Generator

vetra9 wrote:

It's Nice Trick....And I wil Try

ok..!!
let try it..

#14  2008-07-04 08:17:51

Jerriedee
» FriendsterGeek
Jerriedee's display avatar
Artwork 101
Location: .NY.phil.♥
Registered: 2007-11-02
Posts: 1232
Last visit: Yesterday
Reputation: 40

Re: {ADD ONS} Fader Maker Generator



wow..


thank's for sharing.!!


:):thumbsup:

Last edited by Jerriedee (2008-07-04 08:19:07)



Currently Listening to : Crush - David Archuleta

#15  2008-07-04 09:50:52

dekha_21
» FriendsterManiac
dekha_21's display avatar
Forza Milan and Liverpool
Rockstars
Location: Indramayu
Registered: 2007-09-01
Posts: 957
Reputation: 46
Friendster

Re: {ADD ONS} Fader Maker Generator

ok, all thanks for comment

#16  2008-07-05 14:09:52

triciapink29
» Promoter
triciapink29's display avatar
ME? Hating You? NEVER!
Friendstertalk University
Location: PilipinasAustralia
Registered: 2008-04-01
Posts: 3245
Last visit: Yesterday
Reputation: 180
Friendster

Re: {ADD ONS} Fader Maker Generator

good job on this
it helps
keep that up




Im A Girl♥

#17  2008-07-05 14:20:03

kristinejeanne101
» FriendsterNewbie
kristinejeanne101's display avatar
2 CUTE for U 2 Handle
Location: Wyndcomm Spay-Stay
Registered: 2008-06-02
Posts: 76
Last visit: Yesterday
Reputation: 1
Friendster

Re: {ADD ONS} Fader Maker Generator

Luv it.. Tnx foe sharing!



Thanks to Me for My Siggie
Guys,, I'm on Idle.. I've got to hold a book and stay away from my Laptop..:) School starts on Tuesday..

#18  2008-08-21 19:09:15

zagit
» FriendsterNewbie
Registered: 2008-07-29
Posts: 5
Last visit: Yesterday
Reputation: ~

Re: {ADD ONS} Fader Maker Generator

mumet ndase...ra ngerti op2

Board footer

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

[ 27 queries - 13.571 second ]

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. =)