Reply
site links freeze... please help
Old 07-07-2008, 04:45 PM site links freeze... please help
Junior Talker

Posts: 2
Hi Everyone~
Im really green with web design (I'm a print designer, now getting my hands dirty with the web)... and i'm having a problem with the top navigation links on our site (http://www.thenewbusinessofparadigms.com/).

When you click on them, the site just hangs there... can anyone take a look at it and tell me what i've done wrong?

Thanks,
Ali

p.s.: Sorry, im such a noob that if this is posted in the wrong place, let me know. Thanks!
McAli is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-07-2008, 06:13 PM Re: site links freeze... please help
seocd's Avatar
Super Talker

Posts: 129
Name: Ryan
the links work fine for me. One issue you do have that i see is somehow i don't think your videos are inputed properly because everytime the page refreshes i get some sort of request from adobe that i have never seen before. these popups could be keeping your browser from going to the page if the links are not working for you. But the links work fine for me in IE and firefox
seocd is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 06:14 PM Re: site links freeze... please help
wayfarer07's Avatar
$frontend->developer

Posts: 1,032
Name: Abel Mohler
Location: Asheville, North Carolina USA
I tested out your navigation, and didn't see an immediate problem. What exactly do you mean by "the site just hangs there"?

I was testing in Firefox 3, BTW
__________________
Go FREELANCE <=|If a donkey eats a melon, it is still a donkey... |=> Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 06:21 PM Re: site links freeze... please help
Novice Talker

Posts: 5
Name: Zerek
Location: With Carmen San Diego
Try taking away your leading '/'s. I think it is trying to look for the pages outside of your root folder
Zerk is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 07:03 PM Re: site links freeze... please help
chrishirst's Avatar
Super Moderator

Posts: 13,580
Location: Blackpool. UK
No, using a leading slash means it should start in the root folder
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-07-2008, 07:28 PM Re: site links freeze... please help
Novice Talker

Posts: 5
Name: Zerek
Location: With Carmen San Diego
oops, yea I was thinking a bit messed up there. Sorry about that
Zerk is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 08:03 PM Re: site links freeze... please help
vangogh's Avatar
Post Impressionist

Posts: 8,825
Name: Steven Bradley
Location: Boulder, Colorado
I'm not seeing the issue either. A few of your pages didn't take a little longer than you might like to load, but I don't think you've done anything wrong.

I looked at your source code and it seems fine. It could always be improved, but I don't see anything that would cause major problems. It also looks like you've kept image sizes small so they shouldn't be causing any issue.

The one thing that could be causing a problem is your hosting. It's possible the server you're on isn't responding as quickly as it should or there are other sites on the server hogging bandwidth. If you have access to another server try uploading a copy of the site to it and see if you notice any difference in performance.

You can also create a couple of very simple pages behind the scenes on your site, just text and html, and then link them together to see how quickly they load.

I'm not seeing anything you're doing wrong in your code.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 07-08-2008, 12:23 PM Re: site links freeze... please help
Junior Talker

Posts: 2
Thanks everyone... I really appreciate your input on this.

I just dont get it... it comes up just fine for me on my machine (im using firefox & i.e 7 for testing) but everyone else on our network (using ie) and some outside sources says it hangs when the top navigation links are clicked.

We host our sites internally... and on that technology im really daft.
My IT guy says it just cant be the server... so i dunno.

Im very close to just saying screw it and rebuilding it but i just dont have the time. **frustrated**

if anyone has an epiphany, ill check back throughout the day.

Thanks again.
McAli is offline
Reply With Quote
View Public Profile
 
Old 07-08-2008, 02:34 PM Re: site links freeze... please help
LadynRed's Avatar
Super Moderator

Posts: 6,553
Location: Tennessee
I checked it in FF3 and IE6 and didn't have any freezing problems at all.
I will say this though - having this line at the top of your document will throw IE into Quirks Mode:
Quote:
<?xml version="1.0" encoding = "UTF-8"?>
You need to remove that.

It's also possible that the problem is the Flash Version checking that's going on when the page loads. I've also had some problems with DW's current way of embedding Flash so I just don't use it.

Just some thoughts.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-08-2008, 03:08 PM Re: site links freeze... please help
wayfarer07's Avatar
$frontend->developer

Posts: 1,032
Name: Abel Mohler
Location: Asheville, North Carolina USA
Here is an idea: Have the problem computers disable JavaScript, to see if the problem still occurs. That way you can at least eliminate that as a possible reason. If the problem stops, you will know that there is something in the scripts causing it.
__________________
Go FREELANCE <=|If a donkey eats a melon, it is still a donkey... |=> Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Old 07-09-2008, 01:02 AM Re: site links freeze... please help
Average Talker

Posts: 19
Quote:
Originally Posted by LadynRed View Post
I checked it in FF3 and IE6 and didn't have any freezing problems at all.
I will say this though - having this line at the top of your document will throw IE into Quirks Mode:

You need to remove that.

It's also possible that the problem is the Flash Version checking that's going on when the page loads. I've also had some problems with DW's current way of embedding Flash so I just don't use it.
Good catch
Code:
<?xml version="1.0" encoding = "UTF-8"?>
needs to go. May I also suggest running the code through the markup validator at
http://validator.w3.org

There are several serious errors in the html
, mostly related to the browser detector and the flash.

To embed flash, here's the valid code for the "Classic Preview" on your start page.
Code:
<object width="324" height="275" type="application/x-shockwave-flash" data="1_NBOPclassic_preview.swf">
<param value="1_NBOPclassic_preview.swf" name="movie">
</object>
Try that. You can eliminate the a lot of the unnecessary scripts running on your page.
Johnnie Walker is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to site links freeze... please help
 

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.21587 seconds with 12 queries