Archive for July, 2003

31
Jul

RegExp to split Full Name into First, MI, Last

The question of splitting a full name into first, middle, and last came up today in the forums. This is a pretty common question with many possible solutions. I came up one solution which is a CFMX UDF that utilizes regular expressions to match the different possible combinations of individual names.

Continue reading ‘RegExp to split Full Name into First, MI, Last’

30
Jul

Shared Libraries

I’ve been working on a project that uses Shared Libraries a lot. I realized something that I’m not sure is very apparent. Version 6,0,65 of the Flash Player included a bunch of fixes/additions to implementing Shared Libraries. If you are using shared libraries make sure to test on different players as you are likely using some of the abilities that were fixed/added in that release.
Continue reading ‘Shared Libraries’

28
Jul

Unzip a file in CFMX with java.util.zip

The question of unzipping a file came up on the forums again. I’ve always replied that they can use CFX_Zip in CF5 and the java.util.zip package in CFMX. Never having had to actually use this myself in a ColdFusion application, I never relalized that java.util.zip is not all that straightforward.

After some research and one server crash, I put together this UDF.

Continue reading ‘Unzip a file in CFMX with java.util.zip’

27
Jul

Thread Hijacking

Ran into a few instances of Thread Hijacking today. Not sure if the term is clear–what I mean is if one person posts a question in a forum starting a new thread and then another person posts a new question as a response in the same thread. Is anyone else bothered by this or is it just me?

We end up with two different questions in the same thread and two different conversations intermingled. Intermingling is nice in the real world–especially for those of us computer geeks held up in basement offices that look more like NASA than my real NASA office–but for forum threads, intermingling is bad.

It’d be easier to get answers to your question is you post it as a new question as opposed to a response to an existing question. It’s more curteous to the original poster and to everyone participating.

25
Jul

DRK4 Released

DRK4 was released today and it has some nice Flash and ColdFusion content. The graphics library is very well done and the Polling application is a great example of combining Flash, ColdFusion, and Dreamweaver.

DRK4 also includes updated charting components, which are a major improvement over the original components. However, If you will be using charting in your applications I’d suggest taking a look at B-Line Charting Components which includes many more charts and are in constant development to add new features, like animations and native XML support. Read more.
Continue reading ‘DRK4 Released’

25
Jul

B-Line Charting Components 2.5 just around the corner

Now that B-Line Charting Components 2.0 have been released to the public for a few months, we’re ready to announce the enhancements that will be added in our next release. These include new charts, 3D effects, built-in animations, and native XML support.
Continue reading ‘B-Line Charting Components 2.5 just around the corner’

25
Jul

New easing equation: easeInSquare

I’m working on a project where I wanted to use easing other than linear and Zeno’s paradox, but am unable to use Robert Penner’s wonderful equations.

After a little toying around, I came up with a set of equations that use square root to create a smooth tween.

Continue reading ‘New easing equation: easeInSquare’

21
Jul

Very Cool: KineticFusion

I don’t usually post software links, but KeneticFusion by Kenesis Software is very cool. It allows you to decompile a swf into xml or compile xml to a swf. This may not seem like a big deal to some, but this software is so far along and is free. It decompiled a large swf/project that I did a while back without a hitch.

Some other things to note:
1. The documentation is there with a bunch of samples
2. There is work underway to develop an xml Schema
3. This might be an answer to some people who want to be able to version control their projects (including Fla’s). Since your project would be xml based, you could have CVS keep a record of all the changes!
4. ItÂ’s just cool!

18
Jul

How to lie with numbers

CNET has an article titled At Web sites, Windows outpaces Linux. This has got to be one of the worst bold-faced lies I’ve seen in a reputable news organization. Even looking at the numbers presented in the article itself they’re talking about how 0.06% of Linux sites migrated to Windows 2003 server. Would you call that type of migration “Outpacing”? They didn’t even mention how many sites switched from Windows to Linux in the same time period.

If you agree that this is irresponsible reporting please e-mail the author.

16
Jul

Back From Flash Forward

I caught a cold over the weekend in New York and have been a bit slow to post my wrap-up on Flash Forward.

Flash Forward NY was a great event. We got a lot of good feedback at our booth and the presentations I attended were very well prepared. The attendance seemed to me a bit low in comparison to the San Francisco event but that could just be me..
Continue reading ‘Back From Flash Forward’