Category Archives for Javascript
 

How to use jQuery’s .animate to have a scrolling div element

When you have limited space on a page but require more text than the space allows, a nice trick to to have a scrolling effect for that div only. I personally don’t like having a scroll bar down the right hand side. When you’ve put in the effort to create a wonderful design, having a [...]

Also posted in Design, Technical | Tagged , , | 1 Comment

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 [...]

Also posted in Coldfusion, Design | 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 [...]

Also posted in Design | 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 [...]

Tagged , , , , , , , | Leave a comment