I came across an interesting article today about what to look for in a quality design that I wanted to share. The article outlines areas of design that separate good designers from great designers and some things that the average designer might not think of during the design process.
Quality is a word that a [...]
What Do you look for in a Quality Design?
Get current directory with Coldfusion
Recently, I have been working with reading of text files and xml files. To do this you can use the Coldfusion cffile function.
The function, getCurrentTemplatePath(), will return the full path of the current template. By path we mean the directory and file name. The function, getDirectoryFromPath(), will then get just the directory from the [...]
Stylish jQuery Tooltip plugin
qTip is an unobtrusive jQuery tooltip plugin with a list of nice features.
It has:
- rounded corner support without use of any PNGs
- very flexible tooltip pointers are as they can be positioned in several locations
- 5 ready to use stylish themes & you can create your own easily
- support for not-overlacking. How close the tooltips [...]
Still haven’t started the P90x yet
Yes, I have continued to put off the starting of the P90x workout, although, I am still planning on being committed and following through, but I think I will need to pick up a few things prior to starting after reviewing the videos and reading the user community feedback.
This does not mean that I am [...]
JQuery Word Count Example
Some times clients will request little features such as a word count on a form field or request the data collected from the user fall within a certain word count range. Although, this is slightly different then the more common practice of performing a character count for field size validation, it is still [...]