[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 12-06-2004, 01:55 PM   #1 (permalink)
New Member
 
Join Date: Dec 2004
Location: Latvia
Posts: 7
14.00 NP$ (Donate)

Irena is an unknown quantity at this point


Angelfire banner code interfering with my JavaScript?

Hi, I am new to this forum and also to web design. I was wondering if anyone here could help me.

I made a site for my friend and it is hosted on Angelfire.com. I recently made a slide show for it using a Java Script & template I got online. It worked just great on my computer but the pictures won't change when it is uploaded. You click and nothing happens.

I looked at the code and Angelfire has of course added their banners, and placed their code not at the top of my file, but RIGHT in the middle of my slide show code. That is the only reason I see that is making it not work right. Could that be so, and does anyone have any idea about how to make the automatically added Angelfire banner code go at the start of the page rather than break my code?

Thanks a lot in advance,
Irena
Irena is offline  
Old 12-06-2004, 03:37 PM   #2 (permalink)
NamePros Regular
 
Nunim's Avatar
 
Join Date: Oct 2004
Location: Florida
Posts: 385
6.20 NP$ (Donate)

Nunim is an unknown quantity at this point


make you slideshow a javascript popup or, go get hosted with webhostzero.com
Nunim is offline  
Old 12-06-2004, 05:20 PM   #3 (permalink)
NamePros Regular
 
CreativeLogic's Avatar
 
Join Date: Sep 2003
Posts: 894
138.00 NP$ (Donate)

CreativeLogic has a spectacular aura aboutCreativeLogic has a spectacular aura about


Popups will also have the code. It's possible that it is cuasing a problem. I couldn't tell you without actually seeing the code on anglefire though.
__________________
Online Time Tracking :)
CreativeLogic is offline  
Old 12-06-2004, 05:54 PM   #4 (permalink)
₪NamePros Elite™
 
PolurNET's Avatar
 
Join Date: Jul 2004
Location: Kingston, Canada
Posts: 2,963
365.30 NP$ (Donate)

PolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant future

Alzheimer's Cancer Survivorship Third World Education Autism Save a Life Cystic Fibrosis Parkinson's Disease Lou Gehrig's Disease (ALS) Autism Multiple Sclerosis SIDS
I would recommend leaving angelfire for some way better alternatives...
__________________
•• PolurNET Communications •• Avoid the Freeze, Enjoy the Breeze!
= A very special day, February 12th =
Proudly #1 on NamePros and WebHostingJury for over 3 years!
||LawPoint.org •• GREAT UK HOSTING DEALS NOW AT: ExcellentHost.com ••
PolurNET is offline  
Old 12-06-2004, 09:31 PM   #5 (permalink)
Account Closed
 
Sergio965's Avatar
 
Join Date: Apr 2004
Location: ~root
Posts: 1,095
1,505.80 NP$ (Donate)

Sergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to behold


Not sure if it would work...but maybe just add a bunch of comments at the bottom so that the middle is at the bottom of the show?

But yea...you're etter off swicting to another host..
Sergio965 is offline  
Old 12-07-2004, 01:16 AM   #6 (permalink)
NamePros Member
 
webdome's Avatar
 
Join Date: Sep 2004
Location: Vancouver not BC, Washington not DC
Posts: 188
288.00 NP$ (Donate)

webdome is an unknown quantity at this point


Make external js file , include as src in html code
webdome is offline  
Old 12-07-2004, 11:10 AM   #7 (permalink)
Senior Member
 
Join Date: Oct 2004
Posts: 1,201
969.20 NP$ (Donate)

vimkar is a name known to allvimkar is a name known to allvimkar is a name known to allvimkar is a name known to allvimkar is a name known to allvimkar is a name known to all


Quote:
Originally Posted by PolurNET
I would recommend leaving angelfire for some way better alternatives...
other alternatives like ??
__________________
Forex News and Reports
vimkar is offline  
Old 12-07-2004, 11:12 AM   #8 (permalink)
NamePros Regular
 
CreativeLogic's Avatar
 
Join Date: Sep 2003
Posts: 894
138.00 NP$ (Donate)

CreativeLogic has a spectacular aura aboutCreativeLogic has a spectacular aura about


You can find hosting rather cheap. Look around, and sign up for someone for $5 / month. Some people here offer hosting for NP.
__________________
Online Time Tracking :)
CreativeLogic is offline  
Old 12-07-2004, 01:20 PM   #9 (permalink)
New Member
 
Join Date: Dec 2004
Location: Latvia
Posts: 7
14.00 NP$ (Donate)

Irena is an unknown quantity at this point


Hi,

Thanks so much for the comments! I think I`m going to switch to another host then, also because they do offer much more space than Angelfire. I hadn`t really thought of it, thank you guys.

Would be interesting to see how adding comments or even making a separate .js file would work, but trouble is that I wouldn`t know yet how to do THAT. I just tried but I guess the code for a .js file would be very different then. I would have asked you all how to do it but I want to save my question asking quotas for other stuff, too! LOL

Again, thanks a lot for your help.

Irena
Irena is offline  
Old 12-07-2004, 03:26 PM   #10 (permalink)
₪NamePros Elite™
 
PolurNET's Avatar
 
Join Date: Jul 2004
Location: Kingston, Canada
Posts: 2,963
365.30 NP$ (Donate)

PolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant futurePolurNET has a brilliant future

Alzheimer's Cancer Survivorship Third World Education Autism Save a Life Cystic Fibrosis Parkinson's Disease Lou Gehrig's Disease (ALS) Autism Multiple Sclerosis SIDS
Well coding a JS isn't very different; you should NOT put the <script> tags in the JS document, just insert the raw javascript code and save as JS.

In your document, add the <script> tag now calling for the JS file (check google on the exact syntax...

And yeah, finding hosting is much easier, and more efficient, especially because hosting these days comes cheap!
__________________
•• PolurNET Communications •• Avoid the Freeze, Enjoy the Breeze!
= A very special day, February 12th =
Proudly #1 on NamePros and WebHostingJury for over 3 years!
||LawPoint.org •• GREAT UK HOSTING DEALS NOW AT: ExcellentHost.com ••
PolurNET is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 02:11 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85