Fatal error: Call to a member function FetchRow() on a non-object in /hermes/bosweb26a/b2005/ipg.monologixcom/drivingtests101/page_content.php on line 8
Fatal error: Call to a member function FetchRow() on a non-object in /hermes/bosweb26a/b2005/ipg.monologixcom/drivingtests101/car_insurance.php on line 12
Also, drop-down list is empty! Chromium on Windows 7.Edit: It's working fine now.
- You're not minifying your CSS or JS.
- You're loading your JS at the top of the document, which is slow (http://developer.yahoo.com/blogs/ydn/high-performance-sites-...)
- Response times for just loading the main page are over a second for me.
- The second panel of your carousel has items that don't fit on one line and break your design.
- 'Select your country' doesn't work.
- Even without interacting with anything on the site, I'm see this error appended to the DOM: "<b>Fatal error</b>: Call to a member function FetchRow() on a non-object in <b>/hermes/bosweb26a/b2005/ipg.monologixcom/drivingtests101/includes/banner_slider.php</b> on line <b>77</b><br />"
- Actually, as I click around more, pretty much the whole site is broken...
Good idea, but the site needs a lot more testing (and some design work) before it's useable.
One state is missing from Australia: Australian Capital Territory, which has it's own test and rules. Having that would be of particular use to a lot of people I know :)
I get a (rather ugly) 404 error if I click on my state without selecting a country first. It wasn't obvious to me that I had to select United States in the first dropdown since the second dropdown already had the fifty states loaded it. You should disable the second dropdown until a country is selected, or better yet don't even show it until the user selects from the first one.
Yes, the declaration is true. Took a lot of time! There is roughly 200 questions per US state per vehicle type. Plus questions for other countries.
This is how I got 100% correct after studying for an hour.
Still +1 for idea/effort
Fatal error: Call to a member function numRows() on a non-object in /hermes/bosweb26a/b2005/ipg.monologixcom/drivingtests101/state.php on line 479
I'm really not trying to bash you. Initiative is always good, but who decides this is first page material? It has 10 pts and 17 comments... I've been noticing lately that there is a huge amount of trash coming into HN rather than what I am used to being over-the-top, higher-quality-than-usual news and/or products.
People voting decide what makes the front page or not. Sometimes they vote for the wrong things (purely political stories; celebrity fluff; etc.) This is not an example of wrong voting. Most ShowHNs deserve front page coverage.
> I've been noticing lately that there is a huge amount of trash coming into HN rather than what I am used to being over-the-top, higher-quality-than-usual news and/or products.
You claim that you're not trying to bash OP, but the next words you say are really negative.
Your account is less than a year old. Please re-read the guidelines.
(http://ycombinator.com/newsguidelines.html)
> Please don't submit comments complaining that a submission is inappropriate for the site. If you think something is spam or offtopic, flag it by going to its page and clicking on the "flag" link. (Not all users will see this; there is a karma threshold.) If you flag something, please don't also comment that you did.
> If your account is less than a year old, please don't submit comments saying that HN is turning into Reddit. (It's a common semi-noob illusion.)
Thanks!
Why not load all questions/answers at the same time? That would improve the speed tremendously and would reduce the load on your servers.