Fullasagoog

Show all feed information | Ping Blog Update

POI 3.5 beta 4 - Supports the Excel 2007 / XLSX Format 4 years ago

I was pleased to discover there is a new beta version of POI that supports the Excel 2007 xlsx format. The beta version introduces a new SS UserModel that supports both HSSF (xls) and the new XSSF packages (xlsx). While I have only tested some of the updated examples in the Busy Developers' Guide …

How to install the POI 3.5 beta on ColdFusion 8 using JavaLoader.cfc 4 years ago

In a previous entry I wrote about the new POI 3.5 beta that supports ooxml files. Here are some updated instructions on installing POI (3.5 beta 4) on ColdFusion 8 with the JavaLoader.cfc. You can download a sample Application.cfc file, and other CF + POI samples, using the file downloads widget …

OT: Sometimes I like spam (Yes, really) 4 years ago

Like most people, I get a moderate amount of spam. Usually annoying, but occasionally I find the subjects amusing and start dreaming up imaginary responses. (Do not ask me why, my sense of humor is just weird that way). Subject: You Have Won the British Lottery of £x,xxxx,xxx GBP Response: Wow. …

ColdFusion 8 - Multiple Date Selection Experiment with CFCALENDAR (HTML) and FLEX 4 years ago

For some time I have been wondering whether it was possible to select multiple dates with a cfcalendar. Technically, the answer is no. After working with flash forms, I realized cfcalendar is based on the DateChooser component in Flex 1.5 . Unfortunately, some of the niceties like selecting …

OT: Favorite twitter of the day 4 years ago

I do not always pay attention to Twitter but a link posted by Todd Rafferty had me shaking my head. Now that is just sad ... Weak Password Brings 'Happiness' to Twitter Hacker

CFCalendar Tip (Flash): Disable Multiple Date Ranges 4 years ago

Talk about missing the obvious. In a previous entry I mentioned a small tip about disabling individual dates in a cfcalendar using actionscript and the disabledRanges property. As the disabledRanges property is an array, it can also be used to disable multiple date ranges. Now I either missed …

Merry Christmas 4 years ago

I just wanted to say Merry Christmas and Happy Holidays to everyone! Yes Virginia, there is a Santa Claus

Determining which jar file a class was loaded from 4 years ago

A reader named Murray happened to ask if there is a way to determine which jar file a class was loaded from. It is an invaluable bit of information when working with new jars. Nothing worse than spending an hour trying to debug code, only to find out the real problem was you were working with the …

ColdFusion 8 - Creating a Simple Gantt Chart 4 years ago

I needed to create a basic Gantt Chart from a query. So once again I dipped into the webcharts3d utility, borrowing code from a great entry about charts on Raymond Camden's blog.I made some small modifications. Using the webcharts utility, I selected

CFSELECT required="true" (Well .. not really) 4 years ago

I was never a big fan of the old html cfforms, and consequently never learned much about them. Though they have probably improved over time. While googling I came across the old question of why the required attribute does not work unless the list suppo