Unit PNG Fix is a great workaround for those projects which require the use of alpha transparency in IE6. As well as being very compact—just over 1KB—it is also very easy to implement. However, using Unit PNG Fix on a secure domain can result in a “This page contains both secure and non–secure items…” error… Read more »
Posts Categorized: js
Loading JSON from another domain with jQuery
Following this example on the JQuery docs only got me so far. I knew that you needed to pass a URL to getJSON() and append a callback parameter to the end of it: $.getJSON(“http://www.example.com? jsoncallback=?”); But then what? JQuery will look at the data returned for a call to ‘jsoncallback’ so to get this to… Read more »
Check your Google Map API versions
Got a problem with a Google Map? Don’t forget to check what version of the API you’re using! It’s easy to copy and paste the map javascript include over from another project without checking the version – but if you’re not using the latest version and you’ve got a problem it could have been fixed… Read more »