Does CFEclipse have a future with Adobe?

Alright Adobe... Time to step up to the plate. Mozilla is putting their full support behind Firebug and creating a new team. Shouldn't Adobe do the same with CFEclipse? It's obvious that Homesite+ and Studio are gasping for air and Dreamweaver sure doesn't fill the gap. Come on Adobe. Help Mark Drew out!

18Jul
6

Is local ColdFusion development practical?

I used to develop entirely on development servers. This was fine until I started working 100% remotely about 5 years ago. At first I still used Homesite+ via RDP and continued to write code on the dev servers. Then I started using Eclipse/CFeclipse for my IDE. I have no regrets making that switch, but I was then limited to using Windows mapped drives to connect via a slow VPN connection (No RDP for CF5). Not Good! Eclipse was really-really slow doing anything over this connection. Somewhere in that time-frame I also started using Subversion and if I installed Subclipse it would literally kill Eclipse while it refreshed a project. I now use various virtual machines running in VMWare Workstation. This is a terrific way to program locally on your PC, but still have the flexibility to configure just about anything that you want for a development setup. I typically use a much smaller database in the this dev scenario, as moving 10-20 GB of data over that same slow VPN connection is not any fun. Well, today it bit me.

Read more…

24Jun
2

Network trouble with Ubuntu 8.04 Hardy when cloning VMWare

I'm still fairly new in the Linux world and still find things that make me scratch my head. I use Kubuntu 8.04 on my PC and I'm working with Ubuntu 8.04 Server in VMWare Workstation. When cloning or copying a VMWare image, a new MAC address is created for the new image, which means that the first time that you boot up the clone, guess what? No networking! This is stupid simple with Windows, as it would simply detect the new network adapter and continue booting with network support working just fine. It's a different story with Linux, of course! I knew it was an adapter issue and Ubuntu simply wasn't recognizing the new adapter.

Read more…

20Jun
0

Irony at its finest!

I searched on the term "coldfusion" for job openings at a company that creates products based on Coldfusion.

The response that I received was: "Your search contained invalid search terms, please adjust your search and try again. Thank you."

How's that for ya!?

19Jun
0

Where has the CF Community gone?

I've been following all the OpenBD trash talk/gossip and I certainly have my own personal views of New Atlanta, but this is getting to be like a bad soap opera with a bunch of old ladies getting their knitting bags in a twist.

Read more…

19Jun
4

Why annoy your users through bad UI?

I have to enter my work hours in a cheesy ASP web app. It functions OK, but every single freak'n time that you save your timesheet it comes back with a JavaScript prompt telling you that your time was saved. Why on earth would you force your user to acknowledge, by clicking the prompt button, something so obvious?? Wouldn't it be quite adequate to simply have a "Record Saved" info block on the returned web page?

05Jun
1

VMware unable to open network mapping library

When starting a VM, I received this error:
VMware unable to open network mapping library
This started when I moved back to VMware Workstation 6 after trying Server 2.0 Beta.

This thread got me to thinking, but didn't fix the problem.

I looked further into the .vmx file and found more entries that Server 2.0 beta had added. The removal of these 4 lines fixed the issue and the VM now starts fine in Workstation.

ethernet0.features = "1"
ethernet0.networkName = "Bridged"
ethernet0.allowGuestConnectionControl = "FALSE"
ethernet0.wakeOnPcktRcv = "FALSE"

26May
15

Good Web Design

I generally create business applications in my ColdFusion programming and usability is always at the top of my list.

webpagesthatsuck.com has a great post with some really good tips and examples of what not to do.

05Oct
0

PHRF Fall Series #2

I haven't been posting much about my sailing... I'm still doing foredeck on Cheetah and we usually sail every Wednesday in addition to the races. The PHRF Fall series has started in Jacksonville and we took a second place in race #1. Race #2 was yesterday and what a hoot! It was a Nor'easter blowing 20-25 knots all afternoon and made for some fun times. I love these conditions. There were only 5 boats in the spinnaker class. I'm sure the weather kept many boats at the dock. Wimps!

Read more…

30Sep
0

Per Application Settings Rock!

I never liked my folder layouts on shared hosting servers. I would place transfer, fusebox, customtags, and other items in the web root that really did not belong there. I'm now moving an application from CF7 on shared hosting to CF8 on a Win2k VPS at ahphosting. This is the perfect opportunity to try out CF8's new per application settings for mappings and custom tag paths.

Read more…

30Sep
0
1, 2, 3