Interface Book Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Extention file by mhae™

3 posters

Go down

star :) Extention file by mhae™

Post by mhae™ Thu Jul 09, 2009 5:04 am

this is my vesion of extension file!! by mhae™️ no double posting pls... thanks

mhae™️ wrote: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

Extention file by mhae™ 78034483cz6
Extention file by mhae™ 98852785hk2

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

Extention file by mhae™ 39101465ai2

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

Extention file by mhae™ 85131918kh6


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

Extention file by mhae™ 38765172et4

After doing this your folder must have this two links:

Extention file by mhae™ 29110223sq3

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

Extention file by mhae™ 68190969yj7

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

now you have three links in your own folder!

Extention file by mhae™ 30680066vy8

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!


__________________
mhae™️fs cueh==========> teppeimhae@yahoo.com bounce


Last edited by mhae™ on Wed Aug 19, 2009 6:09 am; edited 2 times in total
mhae™
mhae™
IFB noob :)

Posts : 36 Join date : 2009-07-06

Back to top Go down

star :) Re: Extention file by mhae™

Post by krixia Sun Jul 19, 2009 10:28 am

^ That's a good share mhae. But you are in the wrong section.
Moved to Cboard :)
krixia
krixia
Partner Admin

Female

Posts : 287 Age : 27
Location : San Mateo Rizal, Philippines.
Humor : not funny.
Join date : 2009-07-01

Character sheet
Gamers: As what BM said, were not having RP here :) Field added for fun purposes only :)

http://profiles.friendster.com/kheizeavrilkholin

Back to top Go down

star :) Re: Extention file by mhae™

Post by teksmoko Thu Jul 23, 2009 5:51 am

good clap clap
teksmoko
teksmoko
Promoter

Female

Posts : 201 Age : 29
Location : trash can :D
Join date : 2009-07-21

http://profiles.friendster.com/paypetz

Back to top Go down

star :) thanks

Post by mhae™ Sat Aug 15, 2009 4:59 am

teksmoko wrote:good clap clap

mamats
mhae™
mhae™
IFB noob :)

Posts : 36 Join date : 2009-07-06

Back to top Go down

star :) Re: Extention file by mhae™

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum