friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#81  2008-05-17 11:52:25

loxiens
» FriendsterTalker
loxiens's display avatar
milanisti
Location: japan
Registered: 2007-07-17
Posts: 178
Last visit: 2008-08-19
Reputation: 1
Friendster

Re: Converting Compile JS to Css

yes its working , but some file  seems not working


#82  2008-05-17 12:36:33

sanchome
» FriendsterNewbie
sanchome's display avatar
Registered: 2008-05-08
Posts: 31
Last visit: 2008-05-23
Reputation: ~

Re: Converting Compile JS to Css

yaa.. btw just use the stable one =)

#83  2008-05-17 13:03:33

niknok_1999
» SuperFriendster
niknok_1999's display avatar
wat eh burrrr....
Location: lihim na lokasyon
Registered: 2007-08-20
Posts: 8084
Reputation: 22

Re: Converting Compile JS to Css

nice one .. thanks for sharing this one  :):thumbsup:




nuthing here.. :D

#84  2008-05-17 13:58:29

xyayx
» FriendsterNewbie
xyayx's display avatar
Registered: 2008-03-07
Posts: 13
Last visit: 2008-08-31
Reputation: ~
Friendster

Re: Converting Compile JS to Css

great work!!:wow:  how i wish i know how to create these stuff...

it's now working on mine.. whew..

thanks!


#85  2008-05-17 14:17:28

slasher201994
» FriendsterAddict
slasher201994's display avatar
nice to be back..
Alchemy Explicit AE
Location: stuck here..
Registered: 2008-04-18
Posts: 565
Last visit: Yesterday
Reputation: 2
???

Re: Converting Compile JS to Css

ate monix.. sorry but can you send me again the code you gave me... pls. someone messed up my account... :crybaby: :crybaby: :crybaby:


#86  2008-05-17 14:47:21

bobcbar
» SuperFriendster
bobcbar's display avatar
Broke arm, hard typing
Location: Texas USA
Registered: 2007-04-08
Posts: 7928
Last visit: Today
Reputation: 182
Friendster

Re: Converting Compile JS to Css

swit..my js is not working and I do not understand this part of the instructions :retard:

IMPORTANT: If the window.onload creates conflicts with your other js codes with onload event handlers, change it to the one below

load()



Sorry but I only understand english

#87  2008-05-17 16:07:55

switpotato
» FriendsterWhiz
switpotato's display avatar
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 2676
Reputation: 240

Re: Converting Compile JS to Css

@ bob ... since tracker got... onload handler ryt...
and the codes got onload as well..
to minimize the conflict
replace this part...

from this...
get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}



to this..

get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
load()

Refresh/Reload wrote:

I'm using the idea on this post as an alternative linker code...
It works on my codes and on my browsers(IE6 and Fx2)...
but i think it doesn't show on others IE browser... or i guess
they have to hit the GO button to load the codes... I hope
somebody can make a round to it using the codes on this
thread to be a new linker code coz i think it's possible...

sanchome wrote:

@refresh
ya its possible buddy.. but u need a combo linker for it 
why dont you check the preview above.. look at the linker.. try it yself
its working fine on my other page but i just cant make it working smoothly on switpotato's layie

the prob is my code itself but just a lil modification everything works fine..
with my some test acct ..
i also implemented 2 linker lol... and it  works...


slasher201994 wrote:

ate monix.. sorry but can you send me again the code you gave me... pls. someone messed up my account...

wat code ... i got no backup copy of ur file waaa if i gave it already i remove it from my host...

Last edited by switpotato (2008-05-17 16:25:57)


   
        .. thnx Q ..kabit.. dai dai... muahhss

#88  2008-05-17 16:58:34

bobcbar
» SuperFriendster
bobcbar's display avatar
Broke arm, hard typing
Location: Texas USA
Registered: 2007-04-08
Posts: 7928
Last visit: Today
Reputation: 182
Friendster

Re: Converting Compile JS to Css

Thanks swit :thumbsup: Finally it is working after I logged out of my profile and back in all the codes are loading prefectly:D Your the best..:rose:..thanks to angel too :gift:

Last edited by bobcbar (2008-05-17 17:19:54)



Sorry but I only understand english

#89  2008-05-17 18:12:32

RedKryptonite
» FriendsterTalker
Registered: 2008-05-17
Posts: 180
Last visit: Today
Reputation: ~

Re: Converting Compile JS to Css

tanx for the codes!! it worked...
keep it cool you guys...:cool:

#90  2008-05-17 20:10:39

RedKryptonite
» FriendsterTalker
Registered: 2008-05-17
Posts: 180
Last visit: Today
Reputation: ~

Re: Converting Compile JS to Css

Code:

body {
-moz-binding:url("LINK OF YOUR JSLOADER.SWF#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}

IMPORTANT: If the window.onload creates conflicts with your other js codes with onload event handlers, change it to the one below

load()

hi...can u give me an example of how the code would then look like when the IMPORTANT part is done??
what part should be changed?? hehe..

Last edited by RedKryptonite (2008-05-17 20:23:10)

#91  2008-05-17 21:20:30

Refresh/Reload
» FriendsterManiac
Refresh/Reload's display avatar
choose now!!
Location: Philippines
Registered: 2007-03-22
Posts: 709
Last visit: Today
Reputation: 13
Friendster

Re: Converting Compile JS to Css

@ sanchome

heheh... what i did is inserting the codes directly to the media box
not using the import codes...  it's kinda have the same result like
the new linker coz maybe they're kinda similar after all... so i'll
stick to my linker using switP codes here for a while... =)

btw... Thanx SwitP for posting the codes!! :thumbsup: :D and to
Angell too... I almost forgot... =)

Last edited by Refresh/Reload (2008-05-17 22:04:17)


#92  2008-05-17 22:57:26

dheetiij's
» FriendsterAgent
dheetiij's's display avatar
Legendary Puppet Master
Class-S
Location: Red Sand
Registered: 2007-06-15
Posts: 2226
Reputation: 43
Friendster

Re: Converting Compile JS to Css

what should i put to this part swit???

LINK OF YOUR JSLOADER.SWF#thecradle

sorry,im still newbie :wallbash: :wallbash:

Last edited by tjayvalrose_02 (2008-05-17 22:57:49)


#93  2008-05-18 06:00:42

switpotato
» FriendsterWhiz
switpotato's display avatar
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 2676
Reputation: 240

Re: Converting Compile JS to Css

tjayvalrose_02 wrote:

what should i put to this part swit???

LINK OF YOUR JSLOADER.SWF#thecradle

sorry,im still newbie :wallbash: :wallbash:

ans:

step 3. Paste the link of your js file in the code below then save it at ripway as jsloader.swf

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=LINK OF YOUR JS FILE></script>')]]></constructor>
</implementation>
</binding>
</bindings>


   
        .. thnx Q ..kabit.. dai dai... muahhss

#94  2008-05-18 06:31:06

RedKryptonite
» FriendsterTalker
Registered: 2008-05-17
Posts: 180
Last visit: Today
Reputation: ~

Re: Converting Compile JS to Css

Code:

get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
load()

i followed this...but some of my js codes still wont work...
and if they do, the whole code runs in an infinite loop...:o
any ideas???:wallbash:

Last edited by RedKryptonite (2008-05-18 06:48:49)

#95  2008-05-18 07:33:18

dale
» Moderator
dale's display avatar
Clique Mee
Location: G.Lagro.subd.
Registered: 2007-05-24
Posts: 7180
Last visit: Today
Reputation: 66
Friendster

Re: Converting Compile JS to Css

thanks for this swit!! :kiss:


#96  2008-05-18 08:42:09

dheetiij's
» FriendsterAgent
dheetiij's's display avatar
Legendary Puppet Master
Class-S
Location: Red Sand
Registered: 2007-06-15
Posts: 2226
Reputation: 43
Friendster

Re: Converting Compile JS to Css

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=LINK OF YOUR JS FILE></script>')]]></constructor>
</implementation>
</binding>
</bindings>

wooot,thats it..!thankz sweetie :kiss:

Last edited by tjayvalrose_02 (2008-05-18 08:43:08)


#97  2008-05-18 08:43:23

hikari™16
» FriendsterTalker
hikari™16's display avatar
♥bhaby_koh♥
Registered: 2008-04-14
Posts: 130
Last visit: 2008-07-29
Reputation: ~

Re: Converting Compile JS to Css

wow.. nice.. m using it now..,  it works vry well.. thanks..  :thumbsup:

:penguin::penguin::penguin:


#98  2008-05-18 09:13:50

sickofyou
» FriendsterManiac
sickofyou's display avatar
Wrath upon myself
Location: Kabite, Pilipinas
Registered: 2007-08-25
Posts: 902
Last visit: 2008-08-28
Reputation: 5

Re: Converting Compile JS to Css

i used this but my css is gone

Last edited by sickofyou (2008-05-18 09:17:48)

#99  2008-05-18 09:18:16

cklahrckiey
» FriendsterFreak
cklahrckiey's display avatar
[ Tha Mafia ]
Class-S
Location: Lea's Heart
Registered: 2007-11-21
Posts: 1611
Reputation: 32

Re: Converting Compile JS to Css

^if you paste your linker in the media box section....
please hide it with this code...

Code:

.scrapbook {display:none!important;}

#100  2008-05-18 10:29:01

switpotato
» FriendsterWhiz
switpotato's display avatar
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 2676
Reputation: 240

Re: Converting Compile JS to Css

RedKryptonite wrote:

i followed this...but some of my js codes still wont work...
and if they do, the whole code runs in an infinite loop...
any ideas???

sickofyou wrote:

i used this but my css is gone

and others.. sorry if u cant follow this..
i cant do no more to fix it...
just analyze and check ur codes...
have a lil patient if u wish to make ur page looks good...
good luck...

Last edited by switpotato (2008-05-18 10:29:29)


   
        .. thnx Q ..kabit.. dai dai... muahhss

Board footer

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

[ 28 queries - 4.932 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. =)