Annoying IE Compatability Mode
I recently had to create a site for an education facility, and they turn on Compatibility mode for all their networked…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I recently had to create a site for an education facility, and they turn on Compatibility mode for all their networked…
Say you are using Google Web fonts for some CSS. Well, if you don’t include the correct bits you may…
Had some CSS that worked in Chrome, but not Firefox or Opera. Firebug reported this: Turns…
Before you say it, I know there are better ways of streamlining your CSS based on the browser, but this…
So you want a little funky AJAX loader? Add this to your JS main core file…: $(document).ready(function() { //initiate an…
If you are trying to add a ‘total’ or a report footer and its getting split over the penultimate and…
I wanted to add a style to a div, but I was sure that our extensive CSS would have a…
Say you want to position something within its container, then the element you are trying to position needs to have:…
I need this quite often so I thought I would put it on my site. Nothing more, nothing less. (Click…