ColdFusion Keeps The Venetian Online
The Venetian is one of the top Vegas hotels, and The Venetian web site is powered by ColdFusion MX (and uses Flash too). This one sent to me by two different users, Bill Rawlinson and Casey Franklin. Thanks!
The Venetian is one of the top Vegas hotels, and The Venetian web site is powered by ColdFusion MX (and uses Flash too). This one sent to me by two different users, Bill Rawlinson and Casey Franklin. Thanks!
Sandy Clark is writing a series for Fusion Authority on building sites using CSS. She is using pages from my site as examples, deconstructing them, and them, gradually converting them over to structured CSS. The first part of her series is now online .
For a truly astounding example of what can be accomplished using Flash Forms in CFMX7, check out AS Fusion's CF Presenter . And this is not even a form!
The ColdFusion DevCenter page has been translated for our Spanish and Italian sites. (Much of the linked content is in English).
Back when I first discussed the new Application event model exposed via Application.cfc, several users asked if inheritance would be supported. At the time I said no (at the time it wasn't). But actually, inheritance did make it in. For example, you could define an Application.cfc in the root of...
Over the weekend I installed Windows XP Professional 64bit RC2 on my AMD powered IBM IntelliStation A Pro . It took a while to find the correct 64bit video drivers, and I still have one device showing up as "unidentified" ... but that being said, the system is running nicely, and I have not found...
This find sent to me by Brett Liotta. The Scotts Miracle-Gro Company is a leading supplier or lawn care and gardening products, and their Web site is all powered by ColdFusion (some parts using Fusebox). There's nice use of search-engine safe URLs in this site, too.
This find sent to me by Lucas Sherwood. Advanced Distributed Learning (ADL) are the folks behind standards and interoperability used in learning tools and course content on a global scale. The ADL Web Site is powered by ColdFusion MX and Fusebox.
Hasbro is a leading toy and games manufacturer, the company responsible for brands like Tonka Trucks , Playskool , and Milton Bradley , and games like Monopoly , Risk , Scrabble , Operation , and Trivial Pursuit . All of these links and sites, and many more, are all powered by ColdFusion MX. Thanks...
Most of us (and not just CFers) build applications with inline processing, For example, if a user uploads a file we process it in the ACTION page while the user waits. Or if a report needs to be generated we create it while the user waits. Or if we need to send out a batch of e-mail messages ......