I had the same thing happen 2 years ago. Google is completely deaf to complaints about this. You can ask for a review, but they just deny the request. Unless you are a large company you do NOT matter...
You're probably correct; but since my code is more compact (about 20 lines) I don't need jquery anymore. But I'll keep that in mind for future dealings with Yahoo histing.
I ran in to a strange problem with a client who uses Yahoo hosting. The web site uses AJAX (jquery, php, javascript). There is no problem viewing the site using IE8, Firefox on a Windows 7 computer....
I should have been clearer. In Access you have go to File, get External Data, Link Tables and then select ODBC databases. Now select the tables you want to use.
I often use Access as the front and MySql as the backend. I just use the Mysql ODBC connector. In that way I can have a MySql database on a web server and also access is via Access.
Some of the problems with using an IP address are as follows:
1. They can be spoofed
2. In the user is behind a NAT router, all the users behind that router will have the same IP address. Therefore...
I use the simple technique of putting a 2nd HIDDEN email field on the form. I then test to see if that hidden field has data- if it does, the form was completed by a robot since human's can't see a...
I looked at your contact form- here is your code:
===========================================
<form action="http://www.modernblue.com/web-design-blog/contact/#c_form_2" method="post">
<div...
I often put 2 hidden fields in the contact form.
I call them email and confirm email (or something like that) and make sure they are blank. Make sure the names don't conflict with the read email...