Viewing My Posts
| 12 years ago |
| Thread: Big-Time Crashing when changing Fonts |
|
I had my first crash last night when trying some of my installed fonts in the nav bar. I was testing to see what would happen if I moved away from the web-safe category into something obscure, going down the list alphabetically. I crashed at Bubbledot. I didn't save the crash report, but I can do so in the future. |
| 12 years ago |
| Thread: Big-Time Crashing when changing Fonts |
| OK. Here it is ... |
| 12 years ago |
| Thread: Big-Time Crashing when changing Fonts |
| Actually, now that I think about it -- it was in fact changing my words as I typed. "Page" became "Rage," for instance, and I made a mental note to find the spell checker and turn it off. I also didn't save this file because I was just experimenting. Now, I do save constantly. |
| 12 years ago |
| Thread: User Registration Form |
|
Is there a way to have a registration form so that users must register to gain access to the site? Thanks, John <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> |
| 12 years ago |
| Thread: User Registration Form |
| Thanks, I'll check it out :o) |
| 12 years ago |
| Thread: letters space |
| 12 years ago |
| Thread: Text Animation |
| Is there are way I can add text animation? I would like to have phrases/quotes fade in and out on my home page? <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> |
| 12 years ago |
| Thread: Text Animation |
| http://www.dynamicdrive.com/dynamicinde ... nimate.htm |
| 12 years ago |
| Thread: Text Animation |
| Oh well...thanks for looking. Is there an easier way to get the effect I want? |
| 12 years ago |
| Thread: Text Animation |
|
Thanks! I've found this code...the description seems to be what I want but there was no preview. Can you help me get it to work please? If it's a big ask I can look for something else? There's a lot of code and I don't have a clue with this stuff :O( The text I want to animate is: "Fat does not make you fat!" "A calorie is not a calorie!" I just want one quote to fade in and out, then the other one to fade over the top and this process to repeat. Can this be done? Thanks, John <style type="text/css"> <!-- .textanimlink,a { text-decoration : none; } P.main { font-family : Arial; font-size : 15pt; font-weight : bold; } --> </style> <Script Language="Javascript"> <!-- Hiding /* Script created by Lefteris Haritou (lef@the.forthnet.gr) Permission granted to Dynamicdrive.com to feature the script For more DHTML scripts, visit Dynamicdrive.com */ bname=navigator.appName; bversion=parseInt(navigator.appVersion) if ((bname=="Netscape" ...... bversion>=4) || (bname=="Microsoft Internet Explorer" ...... bversion>=4)) window.onload=start else stop(); window.onunload=stop if (bname=="Netscape"){ brows=true dt=2 } else{ brows=false dt=20 } var z=0; var msg=0; var rgb=0; var link=false; var status=true; var updwn=false; var message= new Array(); var value=0; var h=window.innerHeight; var w=window.innerWidth; var timer1; var timer2; var timer3; var convert = new Array() var hexbase= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); // Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines below) var bgcolor="#FFFFFF"; //Color of background var color="#00008D"; //Color of the Letters message[0]='The future of JavaScript' message[1]='Today.' message[2]='Dynamic Drive DHTML code library' message[3]='<a href="http://dynamicdrive.com">Click here to begin THE experience</a>' // Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines above) for (x=0; x<16; x++){ for (y=0; y<16; y++){ convert[value]= hexbase[x] + hexbase[y]; value++; } } redx=color.substring(1,3); greenx=color.substring(3,5); bluex=color.substring(5,7); hred=eval(parseInt(redx,16)); hgreen=eval(parseInt(greenx,16)); hblue=eval(parseInt(bluex,16)); eredx=bgcolor.substring(1,3); egreenx=bgcolor.substring(3,5); ebluex=bgcolor.substring(5,7); ered=eval(parseInt(eredx,16)); egreen=eval(parseInt(egreenx,16)); eblue=eval(parseInt(ebluex,16)); red=ered; green=egreen; blue=eblue; function start(){ if ((bname=="Netscape" ...... bversion>=4) || (bname=="Microsoft Internet Explorer" ...... bversion>=4)){ link=false; updwn=true; if (brows) res=document.layers['textanim'].top else{ textanim.style.width=document.body.offsetWidth-20; textanim.innerHTML='<Pre><P Class="main" Align="Center">'+message[msg]+'</P></Pre>' res=textanim.style.top for (x=0; x<document.all.length; x++) if(document.all[x].id=="textanimlink") link=true; } up() } } function stop(){ clearTimeout(timer1); clearTimeout(timer2); clearTimeout(timer3); } function resz(){ h=window.innerHeight; w=window.innerWidth; if (updwn) timer1=setTimeout('up()',1000) else timer2=setTimeout('down()',1000) } function breakf(){ if (status){ clearTimeout(timer1); clearTimeout(timer2); status=false return; } else{ status=true; if (updwn) timer1=setTimeout('up()',dt) else timer2=setTimeout('down()',dt) } } function up(){ if (red<hred){ if ((red+7)<hred) red+=7; else red=hred redx = convert[red] } else{ if ((red-7)>hred) red-=7; else red=hred redx = convert[red] } if (green<hgreen){ if ((green+7)<hgreen) green+=7; else green=hgreen greenx = convert[green] } else{ if ((green-7)>hgreen) green-=7; else green=hgreen greenx = convert[green] } if (blue<hblue){ if ((blue+7)<hblue) blue+=7; else blue=hblue bluex = convert[blue] } else{ if ((blue-7)>hblue) blue-=7; else blue=hblue bluex = convert[blue] } rgb = "#"+redx+greenx+bluex; if (brows){ document.layers['textanim'].document.linkColor=rgb; document.layers['textanim'].document.vlinkColor=rgb; if (window.innerHeight!=h || window.innerWidth!=w){ clearTimeout(timer1); resz() return; } else{ document.layers['textanim'].document.write('<Pre><P Class="main" Align="Center"><font color="'+rgb+'">'+message[msg]+'</font></P></Pre>') document.layers['textanim'].document.close(); } } else{ textanim.style.color=rgb; if(link) textanimlink.style.color=rgb; } if (z<38){ if (brows) document.layers['textanim'].top-- else textanim.style.posTop-- z++ timer1=setTimeout('up()',dt) } else { updwn=false; down() } } function down(){ if (red<ered){ if ((red+7)<ered) red+=7; else red=ered redx = convert[red] } else{ if ((red-7)>ered) red-=7; else red=ered redx = convert[red] } if (green<egreen){ if ((green+7)<egreen) green+=7; else green=egreen greenx = convert[green] } else{ if ((green-7)>egreen) green-=7; else green=egreen greenx = convert[green] } if (blue<eblue){ if ((blue+7)<eblue) blue+=7; else blue=eblue bluex = convert[blue] } else{ if ((blue-7)>eblue) blue-=7; else blue=eblue bluex = convert[blue] } rgb = "#"+redx+greenx+bluex; if (brows){ document.layers['textanim'].document.linkColor=rgb; document.layers['textanim'].document.vlinkColor=rgb; if (window.innerHeight!=h || window.innerWidth!=w){ clearTimeout(timer2); resz() return; } else{ document.layers['textanim'].document.write('<Pre><P Class="main" Align="Center"><font color="'+rgb+'">'+message[msg]+'</font></P></Pre>') document.layers['textanim'].document.close(); } } else{ textanim.style.color=rgb; if(link) textanimlink.style.color=rgb; } if (z<76){ if (brows) document.layers['textanim'].top-- else textanim.style.posTop-- z++ timer2=setTimeout('down()',dt) } else { if (brows){ document.layers['textanim'].document.write('') document.layers['textanim'].document.close(); } else textanim.innerHTML=''; window.clearInterval(timer2); if(msg<message.length-1){ msg++; z=0; if (brows){ document.layers['textanim'].top=res; } else textanim.style.top=res; timer3=setTimeout('start()',100); } else { msg=0; z=0; if (brows) document.layers['textanim'].top=res; else textanim.style.top=res; timer3=setTimeout('start()',2000); } } } // done hiding --> </Script> <Div id="textanim" style="position: absolute; left: 0; top: 440" onclick="breakf()"> </Div> <Layer name="textanim" left=0 top=440> </Layer> |
| 12 years ago |
| Thread: Lightbox |
|
Anyway you could add this to the image gallery. top two on far right "Visual Lightbox"? http://visuallightbox.com Thanks |
| 12 years ago |
| Thread: Lightbox |
|
Thanks! But that would require shelling out more cash for a commercial copy. I know it can be done manually too, but I think it would be a great fit for EasyWeb. The Photo Gallery they have now is just about the same thing, just not very customizable. The Templates/Options in "VisualLightbox" are way more flexible. My problem is... If I buy EW, to actually get the functionality I need, I will then need to turn around and purchase "Wow Slider" or another gallery plug-in for a Slideshows with the option for thumbnails as well as "VisualLightbox" for the effect I am going for. Like I said, it sound like a perfect fit for EW. As an Art Teacher, the Galleries are by far the most important feature in my sites. I really need a product that will make it somewhat painless and time effective. Paul if you give me your word EW will add these to features, I will purchase EasyWeb and the Hosting plan ASAP! And... probably end up a life long customer. Thanks for your consideration! |
| 12 years ago |
| Thread: Lightbox |
| These are all great options, but they have restrictions. Some only allow for 15 -50 images. Most will also apply some type of copyright stamping with their logo or link. I need a gallery that would support hundreds of images. The school district I'm in also frowns upon outside commercial branding on any school related sites as well. Do you think it really would be a great undertaking to add this functionality to EW? If so, I will probably just bite the bullet and purchase a commercial copy of both WOW Slider and Visual LightBox. They are both easy to use and are the exact look I am going for. Thanks for you help! |
| 12 years ago |
| Thread: Domain transfer |
|
Please email our hosting department regarding this issue. http://www.ragesw.com/support/ |
| 12 years ago |
| Thread: Embedding a Forum in my Website |
|
Hi there, I would like to embed a forum into my website. Can anyone give me any advice on the best free forum software to use along with tips as to how to go about it? Thanks, John <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> |
