Friendster Delight
How to make extension files? Testp


If you want to access fully in FD. Please do log in or register. Thank You. Welcome. FD
Friendster Delight
How to make extension files? Testp


If you want to access fully in FD. Please do log in or register. Thank You. Welcome. FD
Friendster Delight
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Friendster Delight


 
Home:: Portal ::Latest imagesSearchRegisterLog in

Share | 
 

 How to make extension files?

View previous topic View next topic Go down 
AuthorMessage
Russel
Administrator
Administrator
Russel

Posts : 332

Age : 34


How to make extension files? Vide https://fddelete.forumotion.net/
PostSubject: How to make extension files?   How to make extension files? I_icon_minitimeWed May 13, 2009 4:52 pm

Credits : HCG & The Cradle.
Info: Repost of Rafael from HCG.
More info : Learn more about having an extension files.

CREATING MAIN FILES
a tutorial in creating an extension file, wherein you can compile yer CSS and JS codes.

credits to:
the cradle(generator)

First, create an account @ fileave.com (or to whatever web hosting site ye prefer)
after that

create your own sub folder
Just go to FILES replace the Folder Name with yourfolder then click create subfolder
Spoiler:

Spoiler:

after creating yer subfolder click on the yourfolder folder and you'll likely find this:
Spoiler:

Now, click on the Create Text File and you'll see like this:
Spoiler:

--save yer BLANK text file as external.css

NOW for the js files same with yer external.css just replace the filename with external.js AGAIN DON'T PUT ANYTHING here first! here's the sample:
Spoiler:

After doing this your folder must have this two links:
Spoiler:

-------
now that you have the yer two external files. you will be needed to do this last and final step:

go to Create Text File and copy-paste this code on the text area:

[code:1:9871]var script = document.createElement("script");
script.type = "text/javascript";
script.src = "LINK OF YOUR EXTERNAL.JS";
document.getElementsByTagName("head")[0].appendChild(script);

var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "LINK OF YOUR EXTERNAL.CSS";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);[/code:1:9871]

--replace the bold letters with yer own link the one above, yer external css and js.

refer to this:

How to make extension files? 68190969yj7

--
JUST CLICK SAVE make sure that that the last text is external.swf

now you have three links in your own folder!
Spoiler:

get the direct link of yer external.swf and

generate the link @

http://the-cradle.users-board.com/JS-Llinker-Generator-h75.htm

and directions are given at the said generator. paste the code on your Mediabox section(only)

all you have to do is find codes! either css or js just make sure that js codes will be placed on yer EXTERNAL JS while the css on yer EXTERNAL CSS.

is this easy? of course just read the text carefully and follow each steps!


ENJOY!
Back to top Go down
--hayca--
Full Moderator
Full Moderator
--hayca--

Posts : 2125

Age : 30


How to make extension files? Vide http://www.friendster.com/tinytinytinytinytiny
PostSubject: Re: How to make extension files?   How to make extension files? I_icon_minitimeFri May 22, 2009 6:57 pm

thanks fer the tutorial sir Smile
Back to top Go down
nicole
Graphic Master
Graphic Master
nicole

Posts : 50


How to make extension files? Vide http://profiles.friendster.com/deathprincess14
PostSubject: Re: How to make extension files?   How to make extension files? I_icon_minitimeSat May 23, 2009 2:51 pm

tnx
Back to top Go down
whez
Simple Moderator
Simple Moderator
whez

Posts : 259

Age : 35


How to make extension files? Vide
PostSubject: Re: How to make extension files?   How to make extension files? I_icon_minitimeMon May 25, 2009 9:49 am

cool.....
for newbie like me...
Back to top Go down
usernamesz
Simple Moderator
Simple Moderator
usernamesz

Posts : 35


How to make extension files? Vide http://www.usertipsz.co.cc
PostSubject: Re: How to make extension files?   How to make extension files? I_icon_minitimeSun May 31, 2009 10:41 pm

^yeahh ,
same for me .
thx sir!
Back to top Go down
joshjammark
Promoter
Promoter
joshjammark

Posts : 120


How to make extension files? Vide http://www.friendster.com/joshjammark
PostSubject: Re: How to make extension files?   How to make extension files? I_icon_minitimeThu Jun 11, 2009 8:11 pm

thanks for sharin!
nice, cool!

^^

Spoiler:
Back to top Go down
Sponsored content




How to make extension files? Vide
PostSubject: Re: How to make extension files?   How to make extension files? I_icon_minitime

Back to top Go down
 

How to make extension files?

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Friendster Delight :: FD Tips & Tricks :: CSS-