Tag Archives for Javascript
 

How to use Uploadify with Coldfusion

Installing Uploadify This is a simple post on how to use the excellent uploading jQuery, Uploadify, with Coldfusion 6. You will need to find and download jQuery, swfobject.js and the jQuery-Uploadify.xxx.js library from the uploadify site Create two files in the downloaded uploadify directory (the same as the default uploadify.css). The first should be called [...]

Posted in Coldfusion, Design, Javascript | Also tagged , , , Leave a comment

How to automatically add an image to pdf links

One of the things I like to do as standard is to add a nice little pdf logo to any pdf links. This allows users to quickly see that there is something a little bit special on the page and attracts the eye to content. This code will automatically update any pdf links without any [...]

Posted in Design, Javascript | Also tagged , Leave a comment

JQuery – Curvy Corners Padding and Margins Gaps

This particular ‘gotcha’ arrived as an email and as such itisn’t from me but a front end designer colleague but they all count. I’ll just paste the email as I got it and let you guys decide whether its useful.. 1. Avoid adding padding or margins to the element you are curving. Sometimes it’s ok [...]

Posted in Javascript | Also tagged , , , , , , Leave a comment