richie19rich77 Posted April 9, 2007 Share Posted April 9, 2007 Hi Everyone, Nearly finished the frontend of my Table Tennis site, using php and javascript. I did think about the problems posted before regarding the use of javascript, but I have got carried away and will deal with the problem is users moan. http://richardfarthing.org (If it does not come up, just re-enter into url again) Old site I want to replace is www.mtttl.co.uk, but I have to present it to the executive committee and see if they want to change. Need to look at the layout in different browsers, have designed it using IE7. This is my first go at building a website, so a complete noob. Any coments regarding layout would be welcome. Thanks Rich Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/ Share on other sites More sharing options...
MadTechie Posted April 9, 2007 Share Posted April 9, 2007 Looks nice. Abbey Wood !!! you live down the road from me!!! Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224617 Share on other sites More sharing options...
AndyB Posted April 9, 2007 Share Posted April 9, 2007 Difficult to comment on layout without seeing how it looks with something approximating content (lorem ipsum, anyone?). I found the links that go bold on hover irritating, but not as much as the spelling of officers Having looked at the 'old' site, I'd suspect the fix would be in with the exec committee if they didn't choose to proceed to your alternative. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224670 Share on other sites More sharing options...
MadTechie Posted April 9, 2007 Share Posted April 9, 2007 Does use AJAX which is nice Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224677 Share on other sites More sharing options...
tomfmason Posted April 9, 2007 Share Posted April 9, 2007 I got this in FireFox The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224700 Share on other sites More sharing options...
redbullmarky Posted April 9, 2007 Share Posted April 9, 2007 well. just as i thought when i first mentioned it - I turned of javascript to be stubborn (like many people still do) and guess what? I couldn't view a single page - it effectively killed every single one of your links. So i'll say it again - the site's looking much better these days - but the pointless use of AJAX just for "using AJAX" sake is not a wise move. Search engines are NOT going to index all of the content on your site, the back button on the browser gets broken, as does the refresh button. Personally I'd change them to static pages as it's just pointless. If you really are adament that the AJAX requests are staying put, then at least modify your links to provide an alternative for non-JS users. Something like: <a href="/index.htm" onclick="loadIndexPage(); return false;">Home Page</a> which, with the use of "return false", follows the link if javascript can't be run but calls your JS if it can. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224828 Share on other sites More sharing options...
richie19rich77 Posted April 9, 2007 Author Share Posted April 9, 2007 Thanks for the coments, redbullmarky I will check for Javascript and throw up as basic page telling the user to enable it. I need to spell check the site - thanks Andy. Just checked site with FireFox and it needs a lot of work. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224836 Share on other sites More sharing options...
AndyB Posted April 9, 2007 Share Posted April 9, 2007 well. just as i thought when i first mentioned it - I turned of javascript to be stubborn (like many people still do) and guess what? I couldn't view a single page - it effectively killed every single one of your links. So that explains why I see zero content and none of the links do anything. Since I viewed the site on a brand new computer (Win XP Media Center- software basically 'as delivered' ) I may not be the only person on the planet who sees empty pages. Hmm, another triumph of technology as Ajax trumps humans. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-224862 Share on other sites More sharing options...
richie19rich77 Posted April 9, 2007 Author Share Posted April 9, 2007 I will add screenshots on enabling Javascript if not enabled. (Add to my Todo list) I have also split the css into two parts FireFox and IE7 (Will look at IE6 later), and now it looks the same across both browsers. I hate Firefox everything just looks grainy. Thanks again. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-225013 Share on other sites More sharing options...
tomfmason Posted April 9, 2007 Share Posted April 9, 2007 FireFox is a "real" browser. IE is crap. It is full of security holes and doesn't pay attention to basic web standards. To be honest you should design your site in FF or opera first and then work it into IE. Very rarely will you have something that looks good in FF but don't in IE . On the other hand you can have something that looks ok in IE that is a complete mess in FF. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-225020 Share on other sites More sharing options...
MadTechie Posted April 9, 2007 Share Posted April 9, 2007 I agree FireFox is much better than MS IE, MS try to write the rules for standards but then their browser doesn't hold up to them.. Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-225130 Share on other sites More sharing options...
richie19rich77 Posted April 14, 2007 Author Share Posted April 14, 2007 Updated layout, added JavaScript checking and created CSS for IE7, IE6 and below and All other browsers. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/46201-review-site-nearly-done/#findComment-229458 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.