Tutorial on how to make EXTENSION files.
::FsTactics:: :: FsTactics Design and Development :: Tutorial's For Js/Css Etc. about fs Editing...XD
Page 1 of 2 • Share •
Page 1 of 2 • 1, 2 
Tutorial on how to make EXTENSION files.
CREATING MAIN FILES
a tutorial in creating an extension file, wherein you can compile yer CSS and JS codes.
credits to:
Sir Rafa XD
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


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

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

--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:

After doing this your folder must have this two links:

-------
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:
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);
--replace the bold letters with yer own link the one above, yer external css and js.
refer to this:

--
JUST CLICK SAVE make sure that that the last text is external.swf
now you have three links in your own folder!

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 WHO I WANT TO MEET section
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!
a tutorial in creating an extension file, wherein you can compile yer CSS and JS codes.
credits to:
Sir Rafa XD
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


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

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

--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:

After doing this your folder must have this two links:

-------
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:
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);
--replace the bold letters with yer own link the one above, yer external css and js.
refer to this:

--
JUST CLICK SAVE make sure that that the last text is external.swf
now you have three links in your own folder!

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 WHO I WANT TO MEET section
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!

Admin- Admin

-

Number of posts: 55
Age: 16
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-14


ZoZozoReN- Fstactics whiz

-

Number of posts: 95
Age: 29
Location: WaA!!!! HeK HeK!!!!
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
tnx fer sharin'
susubukan q po yan,, harhar,, pero wat mas mganda
ripway or file ave?
hehe
susubukan q po yan,, harhar,, pero wat mas mganda
ripway or file ave?
hehe

LYSSA13- Co-admin

-

Number of posts: 157
Age: 14
Location: manila/pampangga
Job/hobbies: chatting,editing fs,reading,coding
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
i use file ave..
d q lam if ano mas mganda ..
d q lam if ano mas mganda ..

ehj- Promoter

-

Number of posts: 231
Age: 19
Location: bulacan
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-15

Re: Tutorial on how to make EXTENSION files.
ehj wrote:i use file ave..
d q lam if ano mas mganda ..
ah,
tnx nlng po sa sgUT!


LYSSA13- Co-admin

-

Number of posts: 157
Age: 14
Location: manila/pampangga
Job/hobbies: chatting,editing fs,reading,coding
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
LYSSA13 wrote:ehj wrote:i use file ave..
d q lam if ano mas mganda ..
ah,
tnx nlng po sa sgUT!
ok ..


ehj- Promoter

-

Number of posts: 231
Age: 19
Location: bulacan
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-15

Re: Tutorial on how to make EXTENSION files.
Mas MaGaNda FileAve, SImple, At Bilis Mag load And Items
_________________


ZoZozoReN- Fstactics whiz

-

Number of posts: 95
Age: 29
Location: WaA!!!! HeK HeK!!!!
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
ZoZozoReN wrote:Mas MaGaNda FileAve, SImple, At Bilis Mag load And Items
ah !!i'll try it next yr!!
LOL

LYSSA13- Co-admin

-

Number of posts: 157
Age: 14
Location: manila/pampangga
Job/hobbies: chatting,editing fs,reading,coding
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19


ZoZozoReN- Fstactics whiz

-

Number of posts: 95
Age: 29
Location: WaA!!!! HeK HeK!!!!
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
fwastik!
lol
juk juk
lol
juk juk


LYSSA13- Co-admin

-

Number of posts: 157
Age: 14
Location: manila/pampangga
Job/hobbies: chatting,editing fs,reading,coding
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19


ZoZozoReN- Fstactics whiz

-

Number of posts: 95
Age: 29
Location: WaA!!!! HeK HeK!!!!
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
gLeT ba,
sabunutan tau
sabunutan tau


LYSSA13- Co-admin

-

Number of posts: 157
Age: 14
Location: manila/pampangga
Job/hobbies: chatting,editing fs,reading,coding
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19


ZoZozoReN- Fstactics whiz

-

Number of posts: 95
Age: 29
Location: WaA!!!! HeK HeK!!!!
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Re: Tutorial on how to make EXTENSION files.
che! fanget! whahaha
LYSSA13- Co-admin

-

Number of posts: 157
Age: 14
Location: manila/pampangga
Job/hobbies: chatting,editing fs,reading,coding
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19


ZoZozoReN- Fstactics whiz

-

Number of posts: 95
Age: 29
Location: WaA!!!! HeK HeK!!!!
Forum Contribution:



Reputation points:



Forum warnings:



Registration date: 2008-10-19

Page 1 of 2 • 1, 2 
Permissions of this forum:
You cannot reply to topics in this forum





