Archive for the ‘ColdFusion’ Category
Sunday, July 27th, 2008
We are currently in the process to upgrade to cf8 and mysql 5. There are other patches being applied to the server.
UPDATE: Currently, there are some issues with database and coldfusion during the upgrade process in some parts of the application. The main website might go down as well.
UPDATE: 5:30 ...
Posted in ColdFusion, Misc | No Comments »
Sunday, June 29th, 2008
I've been looking into Luis's framework known as ColdBox for a while. Recently, i decided to check it out. And it seems like it has plenty of documentation, which is good.
I've been using FuseBox (one of the classic versions) for a while. I thought it would be a good time to ...
Posted in ColdFusion | No Comments »
Friday, April 11th, 2008
I've been working on content management system (cms) with coldfusion. I'm fairly new to the concept on cms, but so far looks good.
Like most cms, it will have front end and administration parts. I'm working on two main features, easy to customize and easy to maintain.
Posted in ColdFusion, Projects | No Comments »
Friday, March 28th, 2008
[CFM]
Test output
[/CFM]
Testing coldfusion code sample in a post.
Posted in ColdFusion | 2 Comments »
Thursday, July 26th, 2007
ColdFusion includes the cflocation tag for performing temporary redirects. This actually sends HTTP headers to the user's browser indicating a 302 status code, which means "Moved Temporarily". cflocation is the most common redirect method used in applications to reredirect to a new page, specially after forms submissions and login or ...
Posted in ColdFusion | No Comments »
Tuesday, July 10th, 2007
I've been already experimenting with most of the cf 8 new tags, but some of the best ones are:
CFIMAGE
CFTHREAD
CFFEED - Atom and RSS
Reminder: ColdFusion 8 is targetted towards September 2007.
Posted in ColdFusion | No Comments »
Monday, June 25th, 2007
I learned a handy trick which solved couple of problems today. CGI variables accessible in ColdFusion, like CGI.HTTP_USER_AGENT, which tells you what browser someone is using to look at your website.
The code below will tell you what CGI variables are available on your server. Just put it in a page ...
Posted in ColdFusion | No Comments »
Thursday, June 21st, 2007
People who haven't downloaded CF8, get the beta now and get feel to it. Also,
I know that HostMySite.com is planning to upgrade. In addition, they are offering free CF8 accounts for beta testing!
Posted in ColdFusion | No Comments »
Wednesday, June 13th, 2007
After uninstalling the previous version of ColdFusion 7, it took me around 10-15 minutes to finish installing ColdFusion 8.
First, let me start off with cfwindow tag example, it was actually real deal:
Posted in ColdFusion | No Comments »
Wednesday, June 13th, 2007
A question then occurred to me about the trial period. You have the option to install ColdFusion 8 as Developer Edition, Serial-licensed Edition or Trial Enterprise. The former won’t work for a public site (IP address restrictions). The middle option won’t work either - ColdFusion 8 is not yet on ...
Posted in ColdFusion | No Comments »