Tip : Using cfdump inside CFscript
One simple tip for the day, How to use cfdump inside the cfscript block !!!
cfscript block does not support cfdump tag or indeed any tag inside it. So the trick is to create function which dumps the value using cfdump and call the function inside cfscript by passing the variable as parameter.
Continue
What is Augmented Reality ?
Augmented Reality or in short AR is the term used to describe the mixture of real vs Virtual. Its the real time mixing of virtual environment to a real world.
Continue
Coldfusion 9 : Feature improvement history
Check out the new Coldfusion 9 feature comparison with its predecessors which includes CF8 and MX7. PDF download at the bottom of content.
Continue
Ask Neo: What is Digitization?
Today somebody asked me the question on the definition of Digitization specific to computer projects.
So I went back to my seat and did my googling and found some simple paragraphs defining Project Digitization.
Continue
TIPS : Best Practices when creating email Newsletter Part:1
When creating a new Newletter for your business promotion email , you have to make sure that the email is views in a vast range of borwsers, mail services and applications like Outlook and thunderbird. So i thought to consolidate some best practices that you should consider when creating a News letter. Continue
Connect me
Recent Posts
- Tip : Getting unsorted query columns in coldfusion
- Tip : Show hide columns in cfdump
- Tip : Using cfdump inside CFscript
- What is Augmented Reality ?
- Coldfusion 9 : Feature improvement history
Categories
Blogroll
Tags
Archives
- February 2010 (2)
- January 2010 (5)
- December 2009 (5)
CF Libs
- DeMoronize September 2, 2010Fixes text using Microsoft Latin-1 "Extentions", namely ASCII characters 128-160. […]
- readPropertiesFile September 1, 2010Load and parse a .properties file into a struct […]
- lastDayofWeek August 30, 2010Returns last day of the week, assumes Saturday is the last day. […]
- sitemapPing August 26, 2010Ping multiple search engines with your sitemap.xml file and get the server response. […]
- isURL August 5, 2010A quick way to test if a string is a URL. […]
- indentXml July 30, 2010indentXml pretty-prints XML and XML-like markup without requiring valid XML. […]
- verifyMailServer July 1, 2010Verifies a mail server connection. […]
- getFunctionHint July 1, 2010You give me a function and I return the hint. Useful for demo and documentation pages. […]
- getUrlRelativeToWebRoot June 23, 2010Pass in file path to web root and a file and it returns URL relative to site root. […]

nerdscubecom