• 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: 12345..5

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

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

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

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] .... [img]http://img245.imageshack.us/img245/8011/compilemz7.png[/img] [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

Last edited by switpotato (2008-03-18 12:54:39)

matsuchisakisakurah
» FTalker
FTalk Level: zero
205
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

[b]It's kinda confusing but I'll try this later...[/b]

Last edited by matsuchisakisakurah (2008-02-16 20:16:41)

PAIN
» n00b
FTalk Level: zero
10
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 get it =) thanks for sharing :thumbsup: i will try it :penguin: :penguin: :penguin:
lilprincess950
» FTalkManiac
FTalk Level: zero
771
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! :eh: =)
slashedkite
» FTalkManiac
FTalk Level: zero
973
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.. a big help for newbies! nice! ;) :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
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 this tutorial swit..by i guess there is already a tutorial posted by mickyriora... [url]http://theftalk.com/t15088-Compiling-javascripts-file.html[/url] Thanks for sharing anyway.. =)

Last edited by lordheinz (2008-02-17 00:33:21)

dale
» FTalkAgent
FTalk Level: zero
2122
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 swit!! :wow:
joez
» FTalker
FTalk Level: zero
128
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

thnX for this..... :gift:
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=lordheinz]Thanks for this tutorial swit..by i guess there is already a tutorial posted by mickyriora... [url]http://theftalk.com/t15088-Compiling-javascripts-file.html[/url] Thanks for sharing anyway.. =)[/quote] [b]nha heinz better review wat i posted [/b]this is far far far different from wat u r talking about... this is gud for newbie who got no idea wat that onload handler u guys fun of having... [b]next tym read once again ... and better read my siggy as well...[/b]

Last edited by switpotato (2008-02-17 02:01:38)

duchess
» FTalkElite
FTalk Level: zero
6453
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

uhmm i think what lordheinz meant miss swit is that this part is somehow similar with what miss mickyriora posted on her number 6 tutorial: [quote]var sCount var myscripts = new Array() myscripts[0] = 'myEnterPage.js' myscripts[1] = 'myTracker.js' myscripts[2] = 'myWhateverDohicky.js' for(sCount in myscripts){ a=document.createElement('script') a.src=rootFolder+myscripts[sCount] navBg.appendChild(a) }[/quote] just clarifying miss swit.. uhmm no offense meant.. Thanks for sharing this.. this will come in handy with the CSS for differen browser you posted. =) :thumbsup: keep sharing ma'am. :wow:
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

nhaa.. in wat part?...

Last edited by switpotato (2008-02-17 02:19:49)

Lordheinz
» FTalkElite
FTalk Level: zero
4377
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

Swit did we offended you?Calm down ok...well your tutorial is good but what im trying to say is that micky's tutorial is sufficient enough to those newbies..Well if your tutorial is better then let be..Infact i appreciated it right? Well sorry then if i offended you...

Last edited by lordheinz (2008-02-17 02:27:28)

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

the main point of this post is... u need not to mix the codes w/c in most case.... i myself dont really got at once... like post this before or after onloadhandler etc etc....
duchess
» FTalkElite
FTalk Level: zero
6453
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

uhmm.. no body is offending anybody here my elders. =) just a point of misunderstanding.. i got the point of this trick ma'am.. =) im just clarifying.. again thanks for sharing simplified tweaks in ftalk! :rose: :gift:

Last edited by ducheszv (2008-02-17 02:46:26)

dracoknight09
» FTalkAddict
FTalk Level: zero
302
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 sweetie. i saw this once in cvx. the concept in micky's thread is similar but only this use several external js and css files so it diff. :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

@ heinz de nada... its ok now... we been in this situation b4 remember when u say better close the topic coz its useless.. but everything are ironed out... cheer up.. im aint mad lol. :P "kurutin ko singnit mo ehh... " excuse me for my tagalog let me translate it " i just say hes cute hehehe"

Last edited by switpotato (2008-02-17 04:46:45)

duchess
» FTalkElite
FTalk Level: zero
6453
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

^ ok you guys are good together miss swit.. :wow: :eh: hahaha joke! ... he was worried you were mad.. =|
kangkong10
» FTalkManiac
FTalk Level: zero
617
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!
lollyta
» n00b
FTalk Level: zero
16
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 LOVE YOU :D This have trully helped me. Ive almost gave up on finding codes that are actually working. Thank You again. ;) :thumbsup:
jhayr87
» n00b
FTalk Level: zero
15
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

this one is a big help for a newbie like me :thumbsup: so thnx for sharing ms swit.. :eh:
  • 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: 12345..5

Board footer

© 2024 F Talk

Current time is 04:51

[ 10 queries - 0.025 second ]
Privacy Policy