Archive for the ‘ColdFusion’ Category
Sunday, February 21st, 2010
I will be upgrading CF server to CF9 tonight. The server might be down for few hours. CMS and SIS will be affected as well. I'll update with news.
UPDATE: Scheduled time is: 11:00 pm tonight
UPDATE: The installation/upgrade of CF9 has been completed
The applications has been tested for CF9 upgrade. If there ...
Posted in ColdFusion, Content Management System, Student Information System | No Comments »
Wednesday, December 16th, 2009
If your using Mach-II (ColdFusion framework) with Dreamweaver, then here is the extension to make your life easier. He has for all the major framework. Currently i'm using mach-ii, so i had a chance to give it a shot. It works out pretty well.
Mach-II, Model-Glue, Transfer, and FuseBox tag library:
http://www.massimocorner.com/
Posted in ColdFusion, Mach-II | No Comments »
Tuesday, July 14th, 2009
Just thought I'd give people heads up on the ColdFusion 9 and ColdFusion Builder public beta availability on Adobe's Labs.
Check out Adobe Labs.
Posted in ColdFusion | No Comments »
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 »