FTalk

FTalk

Welcome guest! Please Login or Register.

#21  2008-05-08 14:46:38

korokok
 immanuel
» n00b
FTalk Level: zero
Paranaque, Manila
28
1
2009-07-22
Website

Re: Converting Compile JS to Css

demn.. dunno why but its not working for me...
any other reports on this code?
I'd like to know if anyone has the same problem...


#22  2008-05-08 16:56:59

Angell de Ville
Angell de Ville's display avatar
» FTalker
FTalk Level: zero
123
6
2009-09-17

Re: Converting Compile JS to Css

this js to css injection is for ie only... u need to add the binding and create an xml file to make it work for fx also...


Imajinasi lebih baik daripada pengetahuan...

#23  2008-05-08 17:13:23

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Re: Converting Compile JS to Css

waaa... u didnt mention that to me .. when i viewd the sample in firefox its working wakoko better edit my post then ... tseee


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#24  2008-05-08 17:17:24

joebz
 joebs vi britannia
joebz's display avatar
» FTalkWhiz
FTalk Level: 7
Some FTalkers ♥ Me!
Midnight Prowler
the attic. lol
2673
210
Website

Re: Converting Compile JS to Css

oooh new one i'll try this, thanks ate switXDDD



Gee, Your Lip Looks Hairless.

#25  2008-05-08 22:43:33

angelalaine
 Retired Layout Maker
angelalaine's display avatar
» Promoter
FTalk Level: 6
Novice PromoterStill Alive & Kickin'Decent Thread Starter
Oh!! Snap!!
2020
162
Website

Re: Converting Compile JS to Css

thanks for this sweet. Lucky for me im using IE browser hehehe

#26  2008-05-09 00:22:23

*+*Jan Ivan*+*
 jan ivan manuel
*+*Jan Ivan*+*'s display avatar
» FTalker
FTalk Level: zero
I Told You So
Tragedy Area
270
0
2009-09-09
Website

Re: Converting Compile JS to Css

but in FF its not working :(



#27  2008-05-09 04:31:06

korokok
 immanuel
» n00b
FTalk Level: zero
Paranaque, Manila
28
1
2009-07-22
Website

Re: Converting Compile JS to Css

even in IE its not working for me...
just an update...


#28  2008-05-09 04:42:09

mabuhay
 Artmann
mabuhay's display avatar
» FTalkAgent
FTalk Level: zero
Bangon Pilipinas
The Insiders
Laguna
2175
132
Website

Re: Converting Compile JS to Css

last night it's working but now waaaaaaaaaahhhhhhhh not working again ...:crybaby:



#29  2008-05-09 04:46:16

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Re: Converting Compile JS to Css

@ mabuhay... fs updated but linker aint affected
to all.... FF user worry not ill bug angell for crossbrowser version :P


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#30  2008-05-09 05:18:01

sanchome
sanchome's display avatar
» n00b
FTalk Level: zero
31
0
2008-05-23

Re: Converting Compile JS to Css

this method is still working for me :D both FF IE

#31  2008-05-09 09:40:18

jen1209
 BipZ
jen1209's display avatar
» n00b
FTalk Level: zero
....mYseLf....
outside the woRlD
18
0
2008-05-19
Website

Re: Converting Compile JS to Css

i think it's not working for me... both FF and IE.. :cry:

#32  2008-05-09 15:14:48

alhakeem
alhakeem's display avatar
» FTalker
FTalk Level: zero
143
1
2010-03-15

Re: Converting Compile JS to Css

i don't know if this is stupid, but wouldn't it be easier if we just inject the code inside our existing css external file rather than create another css file?  Then we just have to generate the external css into the css linker?

#33  2008-05-09 16:56:05

sanchome
sanchome's display avatar
» n00b
FTalk Level: zero
31
0
2008-05-23

Re: Converting Compile JS to Css

that would a great idea.. since our css will load really fast.
use this kind of code instead of the one that switpotato give at the 1st page and its still working fine.

As what Angell been said u must add a binding to make it work with FF & create an XML file

Updated
Save as .css

It seems that the board filtered some of the code. download the here instead http://www.filefreak.com/ppublic/24287/…ve as .css

Your XML file based on Angell loader

Save as rss.swf

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

Done! now you dont need a js linker no more.. just use the css linker that posted in ug section =)

PRIVIEW = http://profiles.friendster.com/68778807 layie by switpotato

Last edited by sanchome (2008-05-12 00:54:50)

#34  2008-05-09 17:02:27

korokok
 immanuel
» n00b
FTalk Level: zero
Paranaque, Manila
28
1
2009-07-22
Website

Re: Converting Compile JS to Css

@sanchome

are we still going to put the same files in our js  to the swf file?
and in the "YOUR OWN XML FILE". should we replace it with the created swf?

>>>>> SORRY! didnt get it at first...
the created swf file is at the 2nd box and should be replaced in the"YOUR OWN XML FILE" right?
sorry! my bad:D

Last edited by korokok (2008-05-09 17:05:03)


#35  2008-05-09 17:13:32

sanchome
sanchome's display avatar
» n00b
FTalk Level: zero
31
0
2008-05-23

Re: Converting Compile JS to Css

Create a new file for those 2 files, which is for ex convertjs.css & rss.swf

YOUR OWN XML FILE = rss.swf
YOUR JS FILE = Your compile js
THE FILE THAT SHOULD BE ON CSS LINKER = convertjs.css

:)

Last edited by sanchome (2008-05-09 17:15:47)

#36  2008-05-09 17:15:11

slasher201994
 Paul Patricio
slasher201994's display avatar
» FTalkManiac
FTalk Level: zero
-=Deviantation Phase 5=-
Alchemy Explicit AE
Lurking Around
828
16
2010-03-04
Website

Re: Converting Compile JS to Css

where to paste??...
i copy the code then replace the url of js..
then where to paste??


Dont Go Judging me Around.. If you dont really know how I tick..

#37  2008-05-09 17:39:08

sanchome
sanchome's display avatar
» n00b
FTalk Level: zero
31
0
2008-05-23

Re: Converting Compile JS to Css

@slasher201994

you mean the linker ?? if so.. you should paste it in media

create a new files for those 2 codes that given by me

Last edited by sanchome (2008-05-09 17:42:27)

#38  2008-05-09 19:32:08

alhakeem
alhakeem's display avatar
» FTalker
FTalk Level: zero
143
1
2010-03-15

Re: Converting Compile JS to Css

you're right sanchome, it loads faster using css.

#39  2008-05-09 21:25:19

Refresh/Reload
 kino
Refresh/Reload's display avatar
» FTalkManiac
FTalk Level: zero
choose now!!
Philippines
817
23
Website

Re: Converting Compile JS to Css

@sanchome I think this topic should be discussed at
the underground section guys... or in PM...
friendster is too strict nowadays... =)

btw... still can be saved as .swf instead of .css if you want to hide your
codes on newbies who doesn't know how to open a .swf file... like me. =D
uppsss....  underground section pls... heheh... :paranoid:

Last edited by Refresh/Reload (2008-05-09 21:26:33)



careless whisperer nyahahah!!

#40  2008-05-10 00:34:19

chokowako_08
 Choko
chokowako_08's display avatar
» FTalker
FTalk Level: zero
philippines
116
1
2010-02-14
Website

Re: Converting Compile JS to Css

nice trick switpotato
=) youve just help many friendster User out there who is waiting for this trick!!!!
=)


Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 17:21:37 GMT

[ 9 queries - 0.042 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! 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. =)

( hide )