Hostek.com Offering Free ColdFusion 10 Beta Hosting

Posted February 24, 2012 at 10:03 AM by Ben Nadel

Tags: ColdFusion

Yesterday, I learned that Hostek.com is offering free ColdFusion 10 beta hosting. It's really easy to setup. Simply add the ColdFusion 10 beta hosting to your cart, select a sub-domain, and checkout. The service is free but they will ask you for your credit card information. After your order is submitted, you'll receive an email with FTP and Control Panel information.

I set up a ColdFusion 10 site in about 5 minutes (mostly waiting for my email). The one page on my site simply CFDumps out the Server scope.


You Might Also Be Interested In:



Reader Comments

Feb 24, 2012 at 11:23 AM // reply »
3 Comments

Thanks Ben, I just created a beta account and will start testing.


Feb 24, 2012 at 11:32 AM // reply »
11,243 Comments

@Ricardo,

Very cool - enjoy!


Feb 24, 2012 at 12:11 PM // reply »
46 Comments

I currently have a CF9 reseller account through them...I wonder if under that condition one could score a test site with CF10 beta under that? In any case, sweet! Thanks for sharing this!


Feb 24, 2012 at 12:44 PM // reply »
2 Comments

Brian

Yes... From your WCP look at the ColdFusion section. There is an option for CF 10 beta. Just click that and it is auto setup for you.


Feb 24, 2012 at 12:49 PM // reply »
46 Comments

@Brian,

<maniacallaugh>Thanks!</maniacallaugh>

I know I'm going to see if I can drop that wonderful Taffy stuff in favor of CF10 for REST...I can't tell you how excited this has me.


Feb 24, 2012 at 5:02 PM // reply »
9 Comments

Thanks Ben.


Feb 24, 2012 at 5:44 PM // reply »
4 Comments

@Brian, That's exactly what I'm looking at now. I would be happy if you could tell me you're results of your tests of dropping Taffy in favour of ColdFusion 10s REST capabilities?


Feb 29, 2012 at 11:42 AM // reply »
1 Comments

If you're concerned about any potential for hosttek rolling your account once the free beta expires into a subscription plan without you authorizing it, select paypal as your payment method instead of entering a credit card. By selecting Paypal, they don't do any authorization (i.e., they don't have you sign in), which means that when beta expires, if you want to continue recieving hosttek's service, you have to opt-in by providing a valid form of payment.


Mar 1, 2012 at 4:24 PM // reply »
46 Comments

Just a quick update, I did indeed do the beta under my reseller account, and it set me up a new site from which to play with it.

The REST stuff is simple to produce and get the hang of quickly. My goodness, I am in love with it. I can envision refactoring a present suite of web services with relative ease.

My only gripe from the Hostek.com end of it is that you really need to avail yourself of an introduced function, restInitApplication. Anuj Gakhar blogged how to introduce this, but I would add, if you're using a Hostek.com account fresh, throw an empty index.cfm up there or throwing a query string check in your onRequestStart() to fire restInitApplication won't do much.

Check this out, too:
http://bk-mp-com-cf10beta.securecb1cf10.ezhostingserver.com/rest/restTest/resttest
--and then--
http://bk-mp-com-cf10beta.securecb1cf10.ezhostingserver.com/rest/restTest/resttest.json

Teehee.


Mar 8, 2012 at 8:31 AM // reply »
46 Comments

Has anyone heard if Hostek is going to make CF10 available without an upgrade when it goes gold? I am loving this release almost as much as I did CF9. It's definitely a bright ray of light.


Mar 8, 2012 at 2:46 PM // reply »
2 Comments

@Brian,

Regarding the earlier piece you mentioned... This problem was discussed within the post by Anuj Gakhar that a CFM page is required to register and refresh the REST service because the application.cfc will not be run just by accessing the rest URL alone.

Regarding your last question about Hostek.com offering CF10 when it's available... yes we will be offering CF10 when it's available. This would most likely be on a different server so your site could easily be migrated to the CF10 server when available.


Apr 24, 2012 at 1:04 PM // reply »
369 Comments

@Kevin Cruz,

Thanks so much for that info! I am also so wary of things like that. Sometimes, when you get married into a situation like that, getting out of it is harder than a divorce. Thanks a heap!!!


Jun 14, 2012 at 1:08 AM // reply »
1 Comments

Whats the difference between Linux Hosting and Windows Hosting?



Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 23, 2013 at 3:55 AM
Javascript Array Methods: Unshift(), Shift(), Push(), And Pop()
very interesting and helpful too. ... read »
May 22, 2013 at 5:35 PM
Script Tags, jQuery, And Html(), Text() And Contents()
This is still an issue 2 years later. jQuery is supposed to remediate these cross browser issues, no? I have been unable to find any statement from the jQuery team calling this behavior "by de ... read »
May 22, 2013 at 12:44 PM
Ask Ben: Query Loop Inside CFScript Tags
In cf10, if you call a function that has: local.result = {}; local.result.msg = ""; local.svc = new query(); local.svc.setSQL("SELECT * FROM..."); local.obj = local.svc.exe ... read »
May 22, 2013 at 12:29 PM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Ben: What version of Java are you using? Also, did you test users.id to see what Java reports as the data type? I wonder if it's not a Java primitive data type, but getting returned as something ... read »
May 22, 2013 at 11:47 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Dana, Awesome - so it looks like this bug was fixed in ColdFusion 10. Thanks so much for double-checking that. ... read »
May 22, 2013 at 11:37 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
When I c&p and run on cf10, I get: Selected User IDs: 1,4 User 1 selected: YES - YES User 2 selected: NO - NO User 3 selected: NO - NO User 4 selected: YES - YES User 5 selected: NO - ... read »
May 22, 2013 at 11:27 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Tom, Good thought, but no dice. Both of these still exhibit the same behavior: users.id[ users.currentRow ] users[ "id" ][ users.currentRow ] It's just something whacky happening with ... read »
May 22, 2013 at 11:07 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
Could your problem be that "users.id" is actually an ARRAY, not a single value? Perhaps try it again with "users.id[1]" (I only have CF8 here at work). ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools