My website and a little bit of feedback required

Twingo Forum

Help Support Twingo Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
DrDrew":23mbs5a5 said:
Last piece of info from this check - as I'm about to go off to the pub. The very first time you load a page (or any CTRL+F5 refreshes) your AC_QuickTime.js file is not returned - causing a 404 error.

<script src="AC_QuickTime.js" language="javascript"></script>

Now to stop this you could just try sticking the script block further up the page or the better option, if your hosting provider allows server side includes - you can do the include that way - and it will have to be returned with the page.

Example of a SSI

Same directory
<!--#include file="affiliate.txt"-->

Some other virtual directory
<!--#include virtual="includesfolder/affiliate.txt" -->

This could have happened during the change-over of analytic software if the new scripts take a different amount of time to run :)


I *think* that this is the issue! I only use the QT JS file on one page (Recent work) but as I'm sure you've noticed I constructed all the basics of the pages fairly identically - only to make my life easier when i decided to add/remove videos etc; rather than recoding the entire page and integrating other files etc.

For some reason I didn't change the route source of that QT js file :? I must've had it in the route directory at the first stage and then when I moved it all into separate folders (CSS, JS, images etc) I must've only changed the one page that actually used it; which is correctly indexed as "../js/QTetc". I'll go change them all now and see if it helps; or I might cheat and dump the QTjs file in the route.

All a bit of a learning curve TBH! Still not bad for self taught off of the Internet! :lol:

Thanks for your help bud and enjoy the pub :D
 
Just changed all of the QT js files to the correct directory.... about 50% where wrong, including the home index page which may explain the 404 errors. I hope.

Was also some odd directing of that file to folders that didn't exist. I mustve been tired/fed up with hand coding those days :lol:
 
This is quite addictive going through and correcting some of the errors.....

I have no idea why I didn't wrap the mailto:etcetc@etcetc tags with " ". Shame they are on EVERY page :$
 
Top