Hello people about 3 weeks ago i set up my own Static website wich i though was a great achiement for of knowing nothing about dreamweaver and html. since then i was not quite satisfied with with the downside of static website, so hence i moved on to creating a dynamic website with the help of tutorials and forums. now i have my dynamic site fully working in dreamweaver and testing it on local host... i cannot seem to upload it to my webhosting. i am very comfused about what i need to get inorder to fully upload my website, i am using coldfusion 8 developer addition and mysql database free addition i got from there website. i was just wondering can anybody point me in the right dicrection of getting this site on the road. i have heard that apache derby is free but i have no information to what it does (i have just heard it from videos but little explanation on what its used for??) Thanks David
I don't use Dreamweaver. So I've no clue about what's needed there. It's just a database like MySQL. If you've already chosen to use MySQL, you don't need Derby. Almost the same as what you'd need for static pages with a few exceptions: * Your host needs to support ColdFusion. Otherwise you can upload all the .CFM pages you want, but the CF code won't run. It'll probably just display as text. * Your host will need to set up a database AND CF datasource. The same way you did locally. Any cfquery's in your code will need to use the datasource name provided by your host.
yes just to add something: Coldfusion is very easy to use and very strong, but not at all cheap, at all its very expansive comparing to PHP
Not true. There are free CF engines such as Railo and Open BlueDragon http://en.wikipedia.org/wiki/ColdFusion#Alternative_server_environments
yes thats right thank you very much to correct me but i dont know if there difference between CF entrep and yhe other version like Railo
I'd guess the free versions try to be as compatible as possible. But look on their web sites (Open BlueDragon and Railo) for differences.