We found this great trick to block most spam for any form mail type form. Just paste this right above the submit button in the code: <div id=”fooDiv”> <label for=”foo”>Leave this field blank</label> <input type=”text” name=”foo” id=”foo”> </div> <script> (function () { var e = document.getElementById(“fooDiv”); e.parentNode.removeChild(e); })(); </script> The will eliminate…
image
How to choose what picture type
Here is an awesome info-graphic on the different types of images that are used. It’s a great tools so save this page, using the right image type means faster loading images and better looking graphics. Enjoy!