Saturday, May 1st, 2010
The android application that i have been working is in the final stages, few more tests will be done, then everyone will be able to download through android marketplace. As mentioned before, the application allows legacy android devices to connect to Microsoft Exchange Server remotely. Hence, allowing users to view ...
Posted in Uncategorized | No Comments »
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 »
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 »
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 »