Posted on Leave a comment

Tears hurt

Amy wants to play outside right now. We spent a few minutes then came back inside. I want to play outside all day with her but I have to work. So much is at stake right now. Dollar amounts in the thousands. But none of that costs me as much as watching her slow, silent tears drip down her cheeks.

Posted on Leave a comment

Be a certified Jedi Knight

I’m a ULC minister and have been for many years. That means I can conduct marriages in TN. Now, the Universal Life Church Monastery offers a Jedi Knight Certificate!

To Become a Jedi requires a profound commitment and astute mind. The life of a Jedi is one of personal sacrifice. To train they live a life of simplicity and adhere to the Jedi Code which forbids material possession and emotional attachments. … This certificate brings you all the rights, privileges, and benefits the Rank of Jedi receives. This certificate bestows upon you the Rank of JEDI KNIGHT!
May the Force Be With You!

Thanks to Boyzoid for the link!

Posted on 1 Comment

CFChart problem solved!

I changed multiple variables at once so all of this may not be necessary. The final solution to the CFChart doesn’t work / won’t display / is blank problem is to add a virtual directory in IIS under the website wanting to use CFChart for "CFIDE" and another virtual directory for "JRunScripts". The last post in this thread helped me realize that having virtual directories for CFIDE and JRunScripts in the webroot was not sufficient.

Allan – CFUG Spain 5 Dec 2004 21:16:55 [ permanent link ]
What you have do is:

  1. Create the file GraphData.cfm in the CFIDE directory. (As a file can’t be empty stick a comment in there )
  2. Make sure the IIS website entry has a virtual directory to CFIDE (C:\Inetpub\wwwroot\CFIDE)
  3. Make sure the IIS website entry has a virtual directory to JRunScripts (C:\CFusionMX\runtime\lib\wsconfig\1)

Then restart CFMX server and Bob should be your uncle.

Allan

Update: Insult to injury. 6.5 hours ago, someone online recommended I confirm my mappings for CFIDE and scripts. I misinterpretted their question and blew it! Time to self-deprecate.

Posted on 1 Comment

Time to regroup – CFChart or not CFChart

So I’ve spent most of the day working on this issue. To recount, I’m trying to use CFChart to plot some data but the webpage returns blank. What we know:

The zero byte file reference was interesting. For people having trouble with CFChart or RDS you may need to know:

Some ColdFusion Administrator functions, as well as RDS and cfchart functionality, rely on two ColdFusion templates. However, these templates do not exist by default. You will need to create the following zero-byte files, since IIS will check for them during processing.

  1. Open Windows Explorer.
  2. Navigate to the web_root/CFIDE directory, typically located at \inetpub\wwwroot\CFIDE.
  3. Create a blank file named GraphData.cfm.
  4. Create a directory called main.
  5. Navigate to the new directory at web_root/CFIDE/main.
  6. Create a blank file titled ide.cfm.
  7. Repeat steps B-F for any additional instances of web_root/CFIDE.

At this point I’m running out of time. Can I do this with a different solution?

Posted on 3 Comments

Simple is never simple

So I take on two quickie low cost, fast turn around projects and they are eating me alive!

The first is a ColdFusion reporting project that is simply supposed to take the existing statistics report and produce a chart using CFChart. Works fine on my CFMX6.1 development server but apparently IIS6 and CF7.1 don’t play nice when it comes to CFChart. The problem is with IIS but Adobmedillare has been kind enough to release a hot fix that doesn’t work. "This hot fix explicitly generates HTTP headers before the chart data."

The second simple project is a PHP COTS shopping system (x-cart) that needs some customization. Only, it’s not using PHP per se. The customizations are all done using SMARTY. The challenge with programming, particularly web application programming, is constantly having to learn new languages/frameworks/methodoligies and being able to turn work like its old hack.

Using this simple CFChart example works in CF6.1 and fails in CF7.01 even after the hot fix.

<cfchart>
   <cfchartseries type="pie">
      <cfchartdata item="New car sales" value="50000">
      <cfchartdata item="Used car sales" value="25000">
      <cfchartdata item="Leasing" value="30000">
      <cfchartdata item="Service" value="40000">
   </cfchartseries>
</cfchart>

Anyone have extra tickets for CFUnited? I’d love to go this year but can’t justify the cost of the event.

UPDATE: Just tried the ColdFusion MX 7.0.1 Cumulative Hot Fix 2 with no luck. Note the hot fix advises:

Any individual hot fixes previously installed that are now contained in this cumulative hot fix should be removed.

we recommend always using the latest version of the cumulative hot fix

In short, remove any previous *.jars and only install the latest fix.

Posted on Leave a comment

The cute things they do that we don’t talk about

So parents have to go to the bathroom too. You find an activity that may occupy the child just long enough but at one year old they move fast. Pretty soon this knee high, nearly bald bundle of cuteness has snuck up behind you, grabbed one knee with both hands with a squeeze that would make you think the floor was about to fall out beneath him, then from his hidding place behind your leg he slowly peers around your knee looking up at you with these wide round eyes as if to say " Whatcha doing? Oh Daad! Don’t you know you are supposed to do that in your diaper?!"

Not yet son.

Posted on Leave a comment

From the mouths of babes

Noah, 10 years old: "I found a way to make the sugar stick to my toast. Since I don’t like butter, I use peanut butter."

Now, he is actually using cinnamon sugar but has used plain sugar before. Noah used to eat mac and cheese. Used to eat grilled cheese. Now has nothing to do with cheese in any form. Noah used to eat peanut butter and jelly; now jelly is off limits. Noah used to eat green beans; now gags. Noah will eat apple sauce, and apples but all other fruits and vegetables are off limits.

I thought your range of foods increased as you got older.

Posted on Leave a comment

I’m defined

Someone that I know only from online (irc efnet #coldfusion)sent me this message: "I was reading the Death Before Dullness article in the Make vol6 mag and immediately thought of you djuggler. :)" so I flip to page 14 and read the article, Following are the first 3 paragraphs:

I think many lightly organized geeks suffer from an overpowering fear of tedium. It’s part of being a novelty-seeking kind of person: when you get substantial amounts of pleasure from uncovering new knowledge, any task where you’re not learning — where you’re just repeating — is unbearably painful to pursue.

If you’re a programmer, there’s an additional level of suffering in drudgery. Doing the same thing over and over while coding, like copying and pasting the same function into different functions? That’s never a demonstration that you’re doing good work. It’s usually a sign that something is wrong with your code. You’re paid to remove redundancies. Programmers look at a task like weeding the lawn and think, "I’ve already done this. Why can’t I wrap it in a loop, and just run that?"

As a result, geeks often get themselves into terrible trouble because they cannot bear to do simple, everyday tasks — like pay bills on time, or fill in a tax form, or wash the dishes. It’s an aesthetic and moral offense. Better, says the subconscious, to be bankrupt and on the run from the IRS, eating from plastic cups and plates, than to have to do some brain-numbing piece of repetitious nonsense, even for a moment. Death before dullness!

Well now. That about says it. The rest of the article is equally great. Thanks atomi!