Browse > Home / Archive by category 'Work'

| Subcribe via RSS

mod_speling Breaks Flash Forms in ColdFusion

February 12th, 2009 | No Comments | Posted in ColdFusion, Linux, Technology, Work

We were setting up a new server for our ecommerce site, and we knew that the code was primarily used in Windows environments. Having wrestled with apps built by developers who think “case sensitve” means not buying animal skin luggage, we decided to be preemptive and configure mod_speling to make Apache case-insensitive on Linux.

The ColdFusion 8 installer creates an alias on Linux systems from cfide to CFIDE so that either will work. Flash forms need to call the scripts folder in CFIDE in order to load their various components. On this server, Flash 10 on Safari would show the “Initializing” message and fill the loading bar, then stop. No error, nothing. Firefox on OS X would show the loading window, then throw an error “RSL Load Failed” and stop at 40%. Googling this problem led us to believe that it couldn’t find the .swf or even the scripts folder.

I suspected mod_speling fairly early on, and disabled it. No luck. Reinstall CF, build a completely new server, lots of time wasted. I never could get the debug version of Flash Player 10 on OS X to work and dump a trace, and there aren’t any instructions for this specific version that I found. None of the log files were any help, no error messages, nothing. The best we could do was look at the network activity on the client and see what the page was trying to load. It looked like it was finding all of the files.

Finally, I checked the SSL config that was included in the Apache config on the server. Spellcheck was turned on there as well, and we had missed it. Turned it off, and suddently Flash forms work again. We still don’t know exactly why they failed, but it obviously has something to do with redirects and aliases for the CFIDE and/or scripts folder.

ADDENDUM: Turns out the CheckSpelling directive works in .htaccess files. So we have case sensitivity and flash forms coexisting, for now. This fellow found a rather unique solution too, but I haven’t tested it.

 

Obligatory Application List

February 5th, 2009 | No Comments | Posted in Technology, Work

I was reconfiguring yet another portable for work and meetings and thought it might be useful to me and interesting to others to post a standard “applications I use” list. These are the ones that I use most often and I try to put on any system I’ll be taking to meetings. Some things like Photoshop are missing because I don’t use them enough to install on every system I use.

There are many more applications that I use in specific circumstances, but they aren’t on my essentials list.

 

I Just Want a Phone

January 14th, 2009 | 1 Comment | Posted in Opinion, Technology, Work

My Razr is finally dying, and I’m casting about for a new cell phone. I have an iPod Touch, and really like it, but I don’t always need a portable computer. It’s also not small, and I can’t really see carrying a phone that large. So I just want a phone.

I don’t want a camera, PDA, “web enabled device”, portable music player, video conferencing device nor even a full address book. I carry a phone to make and receive phone calls, occasionally a text message. I can handle phone keys for entering text, and I really don’t like downloading pictures and video on my phone. I don’t watch much TV, so zero need for that on a device.

I want the smallest, lightest, thinnest phone I can get, with excellent reception and call quality. I tried the Sony Ericsson W580i for a while, and it’s not bad. I couldn’t figure out how to turn off the face buttons, and I don’t need the music stuff. What really aggravated me was the proprietary charger. The Razr uses mini-USB, just like my kid’s Nintendos and my PlayStation controllers and my portable hard drives. I have those cables everywhere. I really hate having yet another cable to carry around or keep in multiple locations. Also, mini-USB can charge from the computer.

So, small, thin, light; excellent reception and call quality, no extraneous features, USB charging. I wonder if such a beast exists. All of the “simple” phones I’ve seen so far have been, frankly, ugly as hell. They’re not thin or light or small. I bet if they took most of the crap out of the new Razr it would be half the size and just what I want. Not likely though. I guess I’ll keep looking.

 

Not Learning a Framework

September 15th, 2007 | No Comments | Posted in ColdFusion, Technology, Work

Yeah, so after some digging and trying and working and reading I decided that I’m not going down the framework route in CF. I want to learn more Python, maybe go back to the Objective C stuff I was doing in XCode. There have been a couple of recent posts on CF blogs about the over-complication of a language that was designed to remove complexity for the purpose of building web applications. I have to agree. So I’m focusing on the principles, reuse, encapsulation, readability and not on someone else’s specific pattern and methodology.

  Last modified: November 5, 2007 @ 9:35 am

Puppy

September 15th, 2007 | No Comments | Posted in Personal, Work

We adopted a lab/hound mix puppy from a rescue in Mechanicsburg. He’s a cutie, but he’s got a biting problem that we need to work on. It’s been a very stressful couple of weeks, with kids starting new schools, puppy training, wife in classes and projects at work. Modern life, I guess. I’m finishing up Lewis’ Miracles and then taking a break from the heavier stuff for some of Jeff Shaara’s historical novels.

I’ve also started a tech blog on the new PSU blogging service. I think it will be a great way to share ideas and get feedback on things we’re thinking of doing in ES. I think I’ll still post general code and tech stuff here, and stick to PSU and work specific stuff on the other blog.