Saturday, March 20, 2010    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< May 2006 >>
S M T W T F S
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Search

Categories
 • Acrobat (3) [RSS]
 • Adobe (90) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (1) [RSS]
 • AIR (219) [RSS]
 • Appearances (191) [RSS]
 • Books (72) [RSS]
 • CFEclipse (15) [RSS]
 • ColdFusion (1381) [RSS]
 • Data Services (34) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (197) [RSS]
 • Flex (498) [RSS]
 • Home Automation (5) [RSS]
 • Jobs (116) [RSS]
 • JRun (14) [RSS]
 • Labs (43) [RSS]
 • LiveCycle (34) [RSS]
 • MAX (232) [RSS]
 • Mobile (120) [RSS]
 • Regular Expressions (17) [RSS]
 • RIA (21) [RSS]
 • SQL (40) [RSS]
 • Stuff (536) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (162) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Month : May 2006 / Main
May 31, 2006

Sho On ActionScript Asynchronous Processing

Sho Kuwamoto has posted a three part series on dealing with asynchronous events in ActionScript. This one is required reading: Part 1, Part II, Part III.


Mexico City User Group Presentation

I'll be in Mexico City in June for a series of customer and partner events. While I am there I will get the opportunity to present Flex 2 to Adobe User Group Mexico on Tuesday June 13th. Details should be on the group website shortly.


Google Maps Goes Green

Google Maps and Earth Day Network have teamed up to help you make your summer vacation a green one, and thus Summer of Green.


First Ever Search Engine Wedding Proposal Couple Just Married

A few months ago Barry Schwartz proposed to his girlfriend via a custom Ask.com search. Well, apparently the couple is now married. So sweet. <sniff>


WHIR: OHL Online Draft Powered By AJAX, ColdFusion And Oracle

Web Host Industry Review is running a story about how "minor league hockey organization the Ontario Hockey League has begun conducting its draft online through an interface resembling those used in many online fantasy sports pools." As per the story, the application saves time and money, and "is built using AJAX, ColdFusion and Oracle".

Oh, and the WHIR site which is reporting the story is itself powered by ColdFusion MX 7.

May 29, 2006

Accessing CF Debug Output In Flex

ColdFusion debug output is returned to Flex apps as part of the ResultEvent (as of beta 3 of CF 7.0.2). Of course, CF debugging must be enabled. This example does a simple text dump of returned debug information:

public function ResultHandler(event:ResultEvent):void
{
    Alert.show(mx.utils.ObjectUtil.toString(event.message.headers));
}

May 26, 2006

Using TABLESAMPLE To Retrieve Partial Resultsets

I just discovered a new SELECT clause that has been added to T-SQL in SQL Server 2005. TABLESAMPLE can be used to return a sampling of rows (either a fixed number or a specified percent of the table rows). Here is how it is used:

/* Get a sample 5 rows */
SELECT *
FROM table
TABLESAMPLE (5 ROWS)

/* Get a sample 10 percent of rows */
SELECT *
FROM table
TABLESAMPLE (10 PERCENT)
It is worth noting that you may not get the exact number of rows that you'd expect. Sampling occurs by table page, and the number of rows in a page can vary.

May 25, 2006

Emmy Huang On Flash Player 9 For Linux

Emmy Huang (Product Manager for Flash Player) has posted an update on Flash Player 9 for Linux (bottom line, it's being worked on).


PHP Version Of RegEx Tester Posted To RegEx Book Page

My Sams Teach Yourself Regular Expressions in 10 Minutes uses a little RegEx Tester utility to aid study, and versions of this utility have been posted for multiple languages. The next most requested language is PHP, and I just posted a PHP port of the utility created by my co-worker Charles Bihis. Thanks, Charles!


SQL Server 2005 Express Installation Woes

I needed to do a fresh install of SQL Server 2005 Express yesterday, and no matter what I tried the installation kept failing with really strange errors about invalid or missing MSI files. The solution? Manually extract the installer files to a temporary folder and then run the extracted setup, that fixed it. To extract installer files execute the installer on the command line with arguments /x:path (for example, /x:c:\sqltemp).

May 24, 2006

ColdFusion Position In Chicagoland

Abercrombie & Kent, a luxury adventure travel company located in Oak Brook, IL, has an immediate opening for a ColdFusion Developer. Details posted online.


Adobe Looking For Bay Area CF Developer

Looking for a ColdFusion position in the Bay Area? Adobe is looking for someone to join an in-house development team. Details posted online.


KraftMaid Powered By ColdFusion

KraftMaid is one of the largest and most recognized brands of cabinetry for the home. KraftMaid products are sold by Lowe's and The Home Depot as well as 1600 independent deals here in the U.S., as well as in over a dozen other countries. I visited the KraftMaid site today (I needed to contact them for some warranty information) and was pleased to discover that the site is powered by ColdFusion MX.

May 23, 2006

Check Out Ely Greenfield's In Place Editing Controls

Flex UI superstar Ely Greenfield is at it again, check out his In Place Editing Controls experiment. Very cool stuff!

May 22, 2006

Mike Morearty On Changing Flex Builder Syntax Color

We all love undocumented features, and Mike Morearty has posted what I think is the first undocumented Flex Builder tip, how to tweak the XML file containing the colors used in syntax color coding.

May 19, 2006

Adobe Developer Week Open For Registration

Developer Week is a week of free, online technical seminars on Adobe technologies, scheduled for June 12-16. Included are sessions on the Adobe engagement platform, ColdFusion, Flex, LiveCycle, ActionScript, and more. 5 days, 3 sessions a day, 15 unique sessions in all. All sessions will be via Breeze, with audio as voice-over-IP and telephone. Registration is required, and these sessions will fill up quickly. To learn more, visit the Adobe Developer Week page.


Federal Computer Week: Lt. General Listens To Lieutenants Who Like ColdFusion

Federal Computer Week has a story on Air Force Lt. Gen. Michael Peterson recognizing the role that technology plays in modern day warfare. As per the story:

The lieutenants demonstrated what they could do with the Web and ColdFusion software, and Peterson was sold. They built an automated target folder application that let aircrew members type in their target numbers from an air-tasking order. Then the target folder built itself based on the most current maps, images and intelligence reports about the target. "They had the real-time knowledge that they needed to plan their missions," Peterson said.

May 18, 2006

ColdFusion Now Supports Apache 2.2

A ColdFusion update is now available to support Apache 2.2 on Linux and Unix (Apache has not yet released a Windows version). Details posted in TechNote.

May 17, 2006

New Brazilian CFUG

São José dos Campos, São Paulo in Brazil is getting a new ColdFusion User Group. The site is now online, and the inaugural meeting will be tomorrow at Brazilian Institute of Advanced Technologies. Good luck with the new group guys!


I Don't See Myself In a Lexus, But ...

Digital Reports has a story on the new Lexus LS-460, proclaiming it the "Most Techie Car"

The 2007 Lexus LS-460, said TRG, has a number of technologies which they find particularly interesting. These include a factory-installed 30GB hard disk drive partitioned for music and navigation, three cameras for lane departure warning and park assist, touch-screen and voice activated navigation system, Bluetooth phone control, monitored telematics, live traffic reports and a 19-speaker audio system that reads compressed audio formats (i.e. MP3).

Cool stuff!

May 16, 2006

Hello From Vienna

I am in Vienna, the largest city in Austria, home to about 2 million, and once home to the likes of Mozart, Freud, the von Trapp family (immortalized by "The Sound Of Music"), and of course, California Governor Arnold Schwarzenegger.

The European Commission (the largest ColdFusion customer in Europe) is holding their annual web developer conference here, and I am speaking today (to IT managers) and tomorrow (to CF developers). (Which, by the way, is why I am not joining the Adobe contingent at JavaOne this week).


Damon And Dean On The CF/Flex Super Wizard

I've demonstrated the C/Flex super wizard several times already, the first time in San Diego a couple of weeks ago, and most recently last night in Zurich.

If you have yet to see this wizard, be prepared to be amazed. It creates a complete client-server data drill-down / data-entry application, complete with DAO CFCs on the ColdFusion end, and MVC style Flex on the client-side. You define the screens (using a query/form builder) and the wizard does the rest.

Damon Cooper has posted a detailed entry on the wizard, and Dean Harmon has created a Captivate demo that shows the Wizard at work.

Enjoy!


Looking For 30 ColdFusion Developers In Charlotte and Atlanta

I received an e-mail from a recruiter who is trying to find 30 ColdFusion developers for an organization in Charlotte and Atlanta. They are looking for junior, mid-level, and senior developers, these are permanent positions, and relocation fees could be paid, too. Interviews can be conducted over the phone, and applicants will also be tested for coding proficiency. If you want to learn more, contact Jenni Richardson at ettain group.

May 15, 2006

Hello From Zürich

I just arrived in beautiful Zürich. I've got a couple of meetings this afternoon, and then tonight I'll present "Flex 2 For ColdFusion Developers" to the Swiss ColdFusion User Group. If you happen to be in this part of the world, be sure to drop by. Details are on the group web page.

May 13, 2006

Case Study: Global Training Technologies

Read the Adobe Success Story on Global Training Technologies who built an innovative and powerful web based training solution using ColdFusion and Flex.

  © Copyright 1997-2009 Ben Forta, All Rights Reserved