HTML

Search

Tag Search

Recently Added

Most Popular

Member Options

Random little tips to do with HTML. Obviously I'll be refering to valid xHTML tags when providing any articles.

  • Turn off autocomplete - disable cache on form inputs of HTML Pages

    Most of the time having auto complete on form inputs is great, especially as a developer when you're constantly filling out forms to test data. I recently came across an instance where the auto complete was overiding my AJAX scripts on keyu...
  • Clear HTML cache via meta tags

    This is just a simple note that is handy to know when you are only using HTML to stop cache. It has been helpful for me to stop images from caching when I was cropping the image and saving under the same name.<meta http-equiv="Pragma" co...
  • Transparent image 1x1 displaying in weird IE8

    Came across a weird bug when I made a 1x1 semi-transparent .png image that repeats for a background on my website. IE8 renders it as a gradient!!! It get's even wonkier when you try to scroll your window or mouse-over content. I had already...