Entries for month: April 2010
Just before some days when I was writing my post regaring cfgrid with
header and footer where I want to show output on my post. For this I
need to create new demo page and give link to that or I can add iframe
which load my demo page and just got idea why not add coldfusion tag on
post and post display output that code :).
And this is what addcfcode plugin will do. You can add your own
coldfusion code in post wrap with [addcfcode ][/addcfcode ].
After working with ColdFusion since last four years, todays I just thought to play with Railo. Railo started on 2002 and release on late 2005 ( and I get time today in 2010 to look into this :)) Railo open source and completely free open source CFML engine.
Installing Railo on window:
- Download setup executable from Railo.org.
- Keep installation to c:/railo to keep it simple and avoid administrator rights alerts in Vista and Window 7.
- Once installation is finish try out http://localhost:8600 which open administrator page and ask to set your administrator password.
I was working in on project in which I required to send link in email which redirect user to my site and automatically login to system and redirect to proper page. For security reason I like to entry URL query parameter, so it will be bit easy, build URL parameter string (ex. userId=123&commid=293&redirecturl=xyz.cfm) and enctry it with coldfusion inbuilt function encrypt. Now the problem is, encrypt function give some special characters which cause issue in URL, it is always better to have only alphanumeric values as URL paramter.
Recent Comments