find articles
-
My Recent Tweets
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
-
-
Recent Posts
Recent Comments
Archives
- January 2013 (1)
- October 2012 (2)
- September 2012 (1)
- August 2012 (11)
- July 2012 (6)
Categories
- CSS (2)
- HTML5 (3)
- JavaScript (11)
- jQuery (7)
- More (5)
- Coldfusion (2)
- Developer Tools (1)
- IIS (1)
- Photoshop (1)
- Reviews (1)
- Movies (1)
Meta
-
Category Archives: More
SteelSeries 9HD Professional Gaming Mouse Pad
Ever since I started using the SteelSeries 9HD Professional Gaming Mouse Pad
for my front-end development I’ve wondered how I ever did without it!
These pads, combined with a Logitech mouse, gives you pinpoint accuracy when cutting images, measuring and anything else you need to accomplish.
(more…)
Processing files in ColdFusion with an extension other than .cfm
Want to run ColdFusion code on a page but don’t want the .cfm extension?
Or you have existing pages with an extension of .html and want to add CF code?
You need to update CF and IIS.
These instructions apply to ColdFusion version 9 and IIS 7+.
(more…)
Loading an image via the <img> tag using ColdFusion
I wrote a basic routine to accomplish this awhile back using <CFImage> and decided to revisit it.
I found out it needed major rework!
There were all types of exceptions dealing with transparent png and gif files.
After spending 2+ days on it, I believe the following is a solid solution.
(more…)
Developer Tools
How to create a favicon in Photoshop
A favicon is the small image you see in the location bar or tab of your browser.
Using a favicon gives your site a more professional look and feel.
The required dimensions of a favicon are 16×16.
You can easily create a favicon in Photoshop using the following procedure:
(more…)