Show all feed information | Ping Blog Update
In my post on Redirecting Output to a File in Windows Batch Scripts, I discussed the basics of output redirection into a text file and how this can be used for logging, including error logging by using the >& operator to combine the stderr and stdout streams. But Mark asked, “How do …
keywords error logging, howto, microsoft, stderr, streams, windows
To accomplish these effects, we use Lightbox 2 and Glossy.js.
A nice picture:
A gallery:
So you go to turn on line debugging in ColdFusion, and when you save your changes, it warns you that the ColdFusion service will fail to start if the debugging port is already in use. Great, but what do you do if this actually happens?
I was at a loss for a few minutes on how [...]
keywords adobe, cf, coldfusion, debugging, few minutes
These notes are taken at Adobe MAX 2009.
You can use HTTPService, WebService, RemoteObject components in Flex to pull data in different ways. Now what about ColdFusion 9?
ColdFusion’s Flash Remoting has been improved. So Flash applications that have ColdFusion 9 as a backend will interact …
keywords adobe, air, backend, coldfusion, coldfusion flash, conferences, different ways, flash applications, flash remoting, flex, integration, max2009, orm
These are notes from Adobe MAX 2009 about advanced ORM in ColdFusion 9.
Join Mapping. You can have a CFC whose primary table is “Person”, but it has properties that fetch values from a joined table, such as the “City” property from an “Address” table. …
keywords adobe, cfc, coldfusion, conferences, mapping, max2009, orm
These are notes from Adobe MAX 2009. This is what is new in ColdFusion Administrator for ColdFusion 9.
Mail. You can sign mail with a keystore. You can view undeliverable email by clicking a button instead of browsing to the directory on the server.
Document. You can configure ColdFusion to point …
keywords adobe, coldfusion, conferences, email, keystore, mail, max2009, servers
These are notes from Adobe MAX 2009. This session will help us see what problems we may encounter moving to Flex 4, as well as what new features we can use.
Packages. The old mx packages are still there. But now everything new is in the spark packages. Why two different packages? At first, they …
keywords adobe, conferences, flex, max2009, moving, mx, new features
These are notes from Adobe MAX 2009. The talk was given by Adam Lehman.
First, ColdFusion 9 also introduces the new ColdFusion Builder product, an Eclipse-based IDE “to rule them all”. Because it is based on Eclipse, you can also combine other products, like Flash Builder, so that one …
keywords adobe, coldfusion, conferences, eclipse, job, lehman, max2009
These are notes taken at MAX 2009. This is obviously subject to change before AIR 2 is launched.
Multi-touch gestures. This is especially useful for Flash’s new ability to compile down to iPhone, but it will even work on tablets or laptops that support multi-touch, such as the track pad on …
keywords adobe, air, conferences, gestures, iphone, laptops, max2009
In my last post, I discussed some of the mistakes that can be made when using ColdSpring as our factory. It became evident that using ColdSpring to inject transient objects—that is, objects that have a state for a momentary use and then are discarded—into our service objects or other …