At first I thought you were having a browser problem, since you mentioned my site, but my site is working just fine. Not sure why you had a problem there, unless you didn’t let it finish loading….
Your site, however, is having issues. I noticed that only the CSS file was loading on the site, and not the Javascript. At first I thought you were possibly compressing all your JS together into one file, which does cause problems, but it doesn’t look like that’s the case.
You mentioned testing it with all the other plugins disabled, did you try testing it with a different theme?
I noticed your theme bombs if you go to a page that can’t be found (404), wouldn’t surprise me if it’s bombing elsewhere, or is simply old.
This hardly constitutes an extensive test, but since I saw a few other JS files loading, I decided to pull down one of them to see how it was getting it’s JS files to load. I used Simple contact form, and while it is properly using [code:ezjy255h]wp_enqueue_script[/code:ezjy255h] it doesn’t appear to be hooking them onto the proper action, using [code:ezjy255h]init[/code:ezjy255h] instead of[code:ezjy255h] wp_print_scripts[/code:ezjy255h].
I realize that might not mean anything to you, but it’s telling me something else is wrong with your install.