thara Posted August 13, 2012 Share Posted August 13, 2012 I have launched my website now, and I would be nice to get some extra feedback from you guys! The site: http://www.lankainstitute.com Thanks for any and all feedback! Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted August 13, 2012 Share Posted August 13, 2012 What's with the commented out image/huge gap at the top? Quote Link to comment Share on other sites More sharing options...
thara Posted August 13, 2012 Author Share Posted August 13, 2012 there is a slideshow. cant you view it????? Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted August 13, 2012 Share Posted August 13, 2012 Nope. Using Firebug, I see you have a couple JavaScript errors: SyntaxError: unterminated string literal http://www.lankainstitute.com/ Line 49 The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must to be declared in the document or in the transfer protocol. http://www.lankainstitute.com/ Line 0 Quote Link to comment Share on other sites More sharing options...
thara Posted August 14, 2012 Author Share Posted August 14, 2012 Thanks for response... and tell me how can I fix this errors.... If I couldn't fix those errors, will it problem to my website??? Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted August 14, 2012 Share Posted August 14, 2012 You should post your slideshow code in our JavaScript section. It'll get more attention there. And, yeah, not fixing it is a problem, since right now there's a gaping hole where the slideshow should be. What browser(s) did you test with? Quote Link to comment Share on other sites More sharing options...
Mahngiel Posted August 14, 2012 Share Posted August 14, 2012 The navigation's focus properties are terribly distracting. Quote Link to comment Share on other sites More sharing options...
thara Posted August 14, 2012 Author Share Posted August 14, 2012 I have checked my website almost all modern browsers and couldn't get any errors. every browsers display my website correctly.. Then what has happen??? Quote Link to comment Share on other sites More sharing options...
Christian F. Posted August 14, 2012 Share Posted August 14, 2012 As per the W3 Validator: Errors found while checking this document as XHTML 1.0 Strict! Result: 28 Errors, 6 warning(s) I recommend fixing those first, then you might find that things will work a lot better. PS: Why are you using to simulate margins, when you're using CSS for everything else? Change that to CSS as well, and drop all of the entities from the code. Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted August 14, 2012 Share Posted August 14, 2012 Huh... figured out that my not being able to see it stems from the slideshow triggering my ad blocker. Not sure why, as I don't normally have problems with JavaScript or slideshows in general. Maybe it has to do where the images are hosted, or something about the slideshow script itself (a script from 2006 is ancient by modern standards. look into jQuery and an extension for it like jQuery Cycle, or one of the others). That said, the JavaScript and HTML errors remain. Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted August 15, 2012 Share Posted August 15, 2012 A javascript string can not span more than one line, unless you place a "\" at the very end of the line (no trailing spaces). example: document.write('<div class="advert slideshow" style="overflow: hidden; height: 0px;">\ <ul id="slideshow_1004">\ <li><img src="images/slidshow/slide_image01.jpg" width="980" height="300" alt="" /></li>\ <li><img src="images/slidshow/slide_image02.jpg" width="980" height="300" alt="" /></li>\ <li><img src="images/slidshow/slide_image03.jpg" width="980" height="300" alt="" /></li>\ </ul>\ </div>'); Quote Link to comment Share on other sites More sharing options...
Monkuar Posted August 19, 2012 Share Posted August 19, 2012 I recommend you use this bar http://www.toddmotto.com/jbar-plugin-the-jquery-call-to-action-bar for your top , would fit really nice Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.