• ARCHIVES 
  • » this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

Pages: 112345

this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

linettedannah24
» FTalker
FTalk Level: zero
252
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

thanks 4sharin!
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

[quote=03_khine_03]what will happen if there is multiple css?[/quote] advantage of using multiple css compiling tricks... u have a separate file for each efex... somewat a bookmark efex.. u can easily identify which is which...
sensya
» n00b
FTalk Level: zero
52
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

:arrow: thank you.. how swit of you :D
bratinela01
» FTalkGeek
FTalk Level: zero
1044
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

can i ask a question?? in the trick number 3.. where should i put the URL of my rootfolder??
SCHiZOPHRENIC SUNSHiNE
» n00b
FTalk Level: zero
56
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

dis one is cool. thanks for dis. :D
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

rootFolder =[b]'fileLibrary/[/b]' replace the bold part...
bratinela01
» FTalkGeek
FTalk Level: zero
1044
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

^aahhh...ok..thnx!! i`ll try it :eh:
ELNO
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

finally the WVM2.3.5 trick worked on my profile thanks swit for the new compilation trick that u added ( trick 1) million thanks to you swit:D
loshang14
» FTalker
FTalk Level: zero
119
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

nice tutorial.. i love it! :D
uramakihss
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

i have problem with the 4th one ....the css is working but my js isnt......here's my code but only the css is working http://h1.ripway.com/uramakihsss/compile.txt

Last edited by uramakihss (2008-04-09 07:23:37)

switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

try the other tricks..
rdvg3283
» FTalker
FTalk Level: zero
102
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

wow... this is very helpful swit! thanx for this one.. :)
icetandem13
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

[quote=switpotato]this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tricks made by Archer this will guarantee to resolve [b]ONLOAD CONFLICT[/b] [quote]var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet";css.href = "CSS HERE"; css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css); scriptFolder = 'ROOT FOLDER URL HERE' scripts = new Array() scripts[0] = 'loader.js' scripts[1] = 'tracker.js' scripts[2] = 'scrollsubnav.js' scripts[3] = 'scrollphoto.js' scripts[4] = 'reposition.js' scripts[5] = 'addbox.js' for(x in scripts){ myscripts = document.createElement('script') myscripts.src = scriptFolder+scripts[x] document.getElementsByTagName('head')[0].appendChild(myscripts)}[/quote] [b]if u guys are using the oldest loader script (IE) made by archer like the one i posted here in other topic no need to use CSS inject...[/b] eg: page with dual onload codes... again my sample is using IE loader Script... http://profiles.friendster.com/64508247 [b]==================== [/b] [color=red][b]tricks number 2: [/b][/color] [b]author:[/b] [color=red][b]ARCHER [/b][/color] [color=red]save ur work as [b].txt/ swf[/b][/color][quote][color=red][b]rootFolder[/b][/color] = 'http://www.myhost.com/myfolder/myfiles/' mycss = document.createElement('link') mycss.rel='styleSheet' mycss.href=rootFolder+'css[color=red].[b]css' [/b][/color] navBg.appendChild(mycss) var sCount var myscripts = new Array() myscripts[0] = 'myEnterPage[color=red][b].js' [/b][/color] myscripts[1] = 'myTracker[color=red].[b]js' [/b][/color] myscripts[2] = 'myWhateverDohicky[color=red].[b]js' [/b][/color] for(sCount in myscripts){ a=document.createElement('script') a.src=rootFolder+myscripts[sCount] navBg.appendChild(a) }[/quote] [color=indigo][b]rootFolder[/b][/color] = name of main folder wher u upload ur css and js pls [b]use one folder name [/b]for all of ur files [color=indigo][b]css and js[/b][/color] part= name of ur file ... u dont need to put the complete url if u need more slot for js just [color=indigo][b]add [/b][/color] eg: myscripts[3] = [color=indigo][b]'extra.js' [/b][/color] if u got[color=indigo] [b]none [/b]or juz [b]one js[/b][/color] remove the excess or better yet just leave the js part blank eg: myscripts[2] = [color=indigo][b]' ' [/b][/color] [b]arrange the myscript according to ur liking ..[/b] [color=indigo][b]decide w/c script u want to load first.[/b][/color] and insert it into [b][0][/b] .... [url]http://img245.imageshack.us/img245/8011/compilemz7.png[/url] [b]==================== [/b] [color=red][b]tricks number 3: multiple css [/b][/color] <">same explanation as mentioned above [color=red]============ [b]tricks number 4... author angell[/b][/color] [quote]var script = document.createElement("script"); script.type = "text/javascript";script.src = [color=red]"complete js url here";[/color] document.getElementsByTagName("head")[0].appendChild(script); var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet";css.href = "[color=red]complete css url here[/color]"; css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);[/quote] [b][color=red]save this as txt or swf and use the linker.. as final step..[/color][/b] =| hapi tweaking[/quote] ^_^ thnx...
kylagrace
» FTalker
FTalk Level: zero
242
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

thanks for sharing...^.^
retardedbords
» n00b
FTalk Level: zero
99
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

thanks!=)
Suigintou_Lilium
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

tnx..hmm...i got 2 try dis
alvine
» n00b
FTalk Level: zero
27
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

Wow nice tutorial switpotato =)
freaKmeOut
» FTalker
FTalk Level: zero
104
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

thanx for sharing.... :D nice trick u have.....
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

^it's not a trick dude...it's a tutorial... your spamming right?
xyayx
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

hmmm... do this work? :question: and then when i'm gonna save it... i'll use the linker? and gonna use just this javascript on the linker?
  • ARCHIVES 
  • » this will lessen if not totally resolve those codes conflicting issues.. [color=red][b]tricks number 1: good for those who have multiple ONLOAD function[/b][/color] this is the oldest compiling tric

Pages: 112345

Board footer

© 2024 F Talk

Current time is 13:08

[ 9 queries - 0.054 second ]
Privacy Policy