• ARCHIVES 
  • » [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

Pages: 12

[b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

[b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head> <title>Quill typewriter by Tax</title> <meta http-equiv="imagetoolbar" content="no"> <style type="text/css"> html { overflow: hidden; } body { margin: 0px; padding: 0px; background: #000; position: absolute; width: 100%; height: 100%; cursor: crosshair; } #screen { position: absolute; left: 0%; top: 0%; width: 100%; height: 100%; color: #000; font-family: Comic Sans MS; overflow: hidden; font-size: 1em; } #inkp1 { position: absolute; top: 50px; left: 10px; } #inkp2 { position: absolute; top: 50px; left: 10px; } #context { position: absolute; width: 100%; height: 100%; overflow: hidden; } </style> <script type="text/javascript"> // =============================================== // ---- QUILL TYPEWRITER --- var TW = { t : "", p : 0, c : "", cc : "", mm : "<span>", cl : 0, sfx : false, tmp : 0, ////////////// inkFreq : .7, spdInk : 12, ////////////// mr : "<br><br>", R : 0, G : 0, B : 0, run : function () { with (this) { m = t.charAt(p); tmp = 32; if (m == "") cc = mr; else if (m == "`") { m = ""; mm = mm.substring(0, mm.length-1); tmp = 64; } else if (m == "<") { av = t.indexOf(">", p); m = t.substring(p, av + 1); p = av; } else if (m == "&") { av = t.indexOf(";", p); m = t.substring(p, av + 1); p = av; } else if (m == ".") tmp = 400; else if (m == ",") tmp = 100; else if (m == " ") tmp = 32; if (m == " ") { cl += spdInk; m = '</span><span style="color:RGB('+Math.round(R*cl/255)+','+Math.round(G*cl/255)+','+Math.round(B*cl/255)+')">' + m; if (cl < 40 && Math.random() > inkFreq) m += ' <img src = "' + document.getElementById("ink").src + '" align = "absmiddle"> '; } if (document.getElementById("inkp2").style.visibility == "visible") { cc = c; document.getElementById("inkp2").style.visibility = "hidden"; if (sfx) sfx.src = document.getElementById("pen").src; m = '</span><span style="color:RGB(0,0,0)">' + m; } if (cl > 180) { cl = 0; document.getElementById("inkp2").style.visibility = "visible"; if (sfx) sfx.src = document.getElementById("toc").src; tmp = 1000; cc = mr; } mm += m; if (p == t.length - 1) cc = mr; document.getElementById("context").innerHTML = mm + cc; document.getElementById("context").scrollTop = 100000; p++; if (p < t.length) setTimeout("TW.run();", 32 + tmp); else { if (sfx) sfx.src = ""; document.getElementById("context").style.overflow = "auto"; } } }, init : function(txt) { with (this) { sfx = document.getElementById("soundFX"); t = txt; c = " <img src='" + document.getElementById("cursor").src + "' style='position:absolute'>" + mr; cc = c; document.getElementById("screen").style.background = "URL("+document.getElementById("bkgr").src+")"; if (sfx) sfx.src = document.getElementById("pen").src; document.getElementById("inkp2").style.visibility = "hidden"; } } } onload = function() { TW.init(document.getElementById("text").innerHTML); TW.run(); } </script> </head> <body> <div id="screen"> <div id="context"></div> <img id="inkp1" src="http://h1.ripway.com/retch/tax/encrier.gif"> <img id="inkp2" src="http://h1.ripway.com/retch/tax/encrierplume.gif"> </div> <div style="display: none"> <img id="ink" src="http://h1.ripway.com/retch/tax/tache.gif"> <img id="cursor" src="http://h1.ripway.com/retch/tax/plumeBouge.gif "> <img id="bkgr" src="[b]http://h1.ripway.com/retch/tax/background.jpg[/b]"> </div> <div id="text" style="display: none"> <div style="margin:1em;margin-left:100px;font-style:italic"> [b]Title[/b] <br><br> [b]Message Here[/b] <br><br>[b]Name[/b] </div> </div> </body> </html>[/spoiler] just edit the bold parts on your own :thumbsup: step 2 :arrow: save this on your js :thumbsdown: [spoiler]if (!attachOnLoadHandler(function(){QuillShoutOut()})) window.onload = function(){QuillShoutOut()}; function QuillShoutOut(){ var tax = "<iframe id=\"tickermain\" src=\"[b]Link of .html[/b]\" width=\"100%\" height=\"[b]100[/b]px\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe>"; document.getElementById('cpShoutoutBox').style.height='100'; document.getElementById('cpShoutoutBox').style.overflowY='hidden'; document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+tax+"</td></tr></table>"; }[/spoiler] just edit the bold part :thumbsup: for banner :thumbsdown: [spoiler]if (!attachOnLoadHandler(function(){Quillbanner()})) window.onload = function(){Quillbanner()}; function Quillbanner() { var tax = "<iframe style='FILTER: chroma(color=transparent)' allowtransparency='true' frameborder=0 width='100%' height='[b]400[/b]' scrolling='no' src=[b]Link of your .html[/b]></iframe>"; document.getElementById('navLang').style.height='100%'; document.getElementById('navLang').style.overflowY='hidden'; document.getElementById('navLang').innerHTML = "<table width='100%'><tr><td align='center'>"+tax+"</td></tr></table>"; }[/spoiler] just edit the bold part, then paste it on your js :thumbsup: preview :arrow: http://profiles.friendster.com/70910422

Last edited by simpleMe (2008-11-11 05:54:41)

dekha_21
» FTalkManiac
FTalk Level: zero
793
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

wahh.. very nice trick!! i see it in your preview.. +repu fo ya.. [i]sorry cannot give it now...i'll try some green next time..[/i]

Last edited by dekha_21 (2008-07-08 06:18:14)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[quote=dekha_21]wahh.. very nice trick!! i see it in your preview.. +repu fo ya.. sorry cannot give it now...i'll try some green next time..[/quote] its ok bro :thumbsup: i know you have to spread it :thumbsup:

Last edited by simpleMe (2008-07-08 06:35:52)

BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[b]You always amaze me.. dude nice work .. Keep sharing...[/b] :thumbsup: :thumbsup:
0tai
» Banned
FTalk Level: zero
98
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

please include the credit dont act like you wrote this script here :arrow: [url]http://www.dhteumeuleu.com/run/QuillTypeW/[/url]
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[quote=0tai]please include the credit dont act like you wrote this script[/quote] sorry ive forgot :thumbsup: first posts edited :thumbsup: what a noob :D

Last edited by simpleMe (2008-07-08 06:58:34)

eunich
» FTalkAddict
FTalk Level: zero
551
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

Thanks for sharin'Bro
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[quote=0tai]please include the credit dont act like you wrote this script here :arrow: http://www.dhteumeuleu.com/run/QuillTypeW/[/quote] what is your problem buddy..he included anyway..just appreciate ok..if you cant then dont post anything.. @ simpleme..thanks for sharing buddy..i admire your works really..;)..i noticed as well your photo gallery very creative.. [b]+ reputation from me[/b] buds..keep on sharing..=)

Last edited by lordheinz (2008-07-08 07:06:54)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[quote=lordheinz]@ simpleme..thanks for sharing buddy..i admire your works really..;)..i noticed as well your photo gallery very creative.. + reputation from me buds..keep on sharing..=)[/quote] thanks buds =):thumbsup:
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

can't see the tricks on ur preview bro. anyway thanks for this... :thumbsup:

Last edited by mabuhay (2008-07-08 08:06:17)

simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[quote=mabuhay]can't see the tricks on ur preview bro. anyway thanks for this... :thumbsup:[/quote] preview updated bro :thumbsup:
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

wow, :o amazing tricks bro. i wish my handwriting improve just like that...:lol::D u gave me a handwriting tips bro. haha thanks 4 sharing... + repu for u...=):thumbsup:
Norikonichan
» FTalkAddict
FTalk Level: zero
416
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

uhhhhhh:o Good Job :D :thumbsup:
reikazek
» FTalkElite
FTalk Level: zero
3782
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

amazing.. love it... :D good job.. thanks for sharing
cheuw
» SuperFTalker
FTalk Level: zero
7763
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

wew nice trick cute typewriter gudd job
kuntilanak
» FTalkElite
FTalk Level: zero
4412
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

nice trick my friend... :thumbsup:
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

:arrow: thanks guys :thumbsup:
dJeZzy
» FTalkManiac
FTalk Level: zero
928
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

looks so great, gud job bro.. :thumbsup:
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

[quote=dJeZzy]looks so great, gud job bro.. :thumbsup:[/quote] thanks bro :thumbsup:
andrianalfspirit
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

hi every body i have just entered this forum this day.....:D i am the beginner about codding:| are there some one can help me to put a banner on my fs page? what way i should use? please please please please help me:crybaby:
  • ARCHIVES 
  • » [b]Description[/b] :arrow: This trick will make a Quill typewriter on your Shoutout & Banner :thumbsup: credits :arrow: dhteumeuleu step 1 :arrow: Save this as [b].html[/b] [spoiler]<html> <head>

Pages: 12

Board footer

© 2024 F Talk

Current time is 04:39

[ 10 queries - 0.031 second ]
Privacy Policy