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 17th, 2007
Start\Run menu then go to:
-Run regedit.exe
Then go to:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList key,
delete the values.
Posted in C Sharp | 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 »