What I’ve been consuming
I'm reading...Original Sin: A Cultural History - Alan JacobsFebruary 2010Random Quote
Facts are useful in emergencies
- Talking HeadsThe archive
Categories
Tags
ABC This Week AWS ColdFusion COM Dylan faith George F. Will home maintenance hubris Is It My Code Or Is It A Bug Java linux newbie ListQualify Meet the Press Microsoft N.T. Wright Palm PDA PHP podcasts pynchon reading Ron Coulter security Spy Sweeper Stack Overflow Technology the blog VBA Virtual PC WordPress XML XSL
Category Archives: ColdFusion
Cool Find and Replace using regexp
So I saved an Excel file as a tab-separated text file. Then I wanted to add some html. The first column was all numbers followed by a tab and the second column. I opened the text file in Dreamweaver and … Continue reading
Posted in ColdFusion, Internet, Regular Expressions
Comments Off
Shun the Coldfusion Developer’s Journal
Every fricking time I go to the Coldfusion Developer’s Journal (coldfusion.sys-con.com), Firefox crashes. I hate that.
Posted in ColdFusion
Comments Off
ColdFusion/Outlook email discovery
Generating an Outlook meeting invitation from ColdFusion is a challenge. There are snippets of code here and there, but I finally got a working solution. <cfmail to=”someone@someplace.com (Name here)” from=”someoneelse@someplace.com (Name)” subject=”Test appointment from ColdFusion” type=”multipart”> <cfmailparam name=”content-class” value=”urn:content-classes:calendarmessage”> <cfmailparam … Continue reading
Posted in ColdFusion
Comments Off
Another day in the life of a ColdFusion drone
This may be of use to the handful of people in the universe who: 1. use ColdFusion; 2. have no direct access to their Coldfusion server; 3. need to manipulate PowerPoint on the server; and 4. aren’t using .NET OK, … Continue reading