Flex Authority: Issue One - A Truly Polished Publication

Posted August 20, 2008 at 10:04 AM

I just received a review copy of the brand-spanking-new FLEX Authority Magazine by Fusion Authority. I haven't had a chance to read it yet, but flipping through it, I am extremely impressed. They have really taken the design to the next level! Everything from the table of contents to the section headers to the code samples has been made very attractive. As much as I think FLEX is cool, as a FAQu reader, I have to say that I'm a bit jealous. I hope that they take the design magic they made for the FLEX Authority and apply a little bit of it to my FAQu issues :)

A big congratulations to Judith And Michael Dinowitz for coming out with a beautiful publication.


 
 
 

 
FLEX Authority: Volume One Cover  
 
 
 

 
 
 

 
FLEX Authority: Volume One Table Of Contents  
 
 
 

 
 
 

 
FLEX Authority: Volume One Section Headers  
 
 
 

 
 
 

 
FLEX Authority: Volume One Code Samples  
 
 
 

NOTE: Screenshots posted with permission of House of Fusion.

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

There are no comments posted for this web log entry.


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 18, 2010 at 6:03 AM
ColdFusion Session Management Revisited... User vs. Spider III
Hi Ben, no, the timour is not dynamic at all. The two code chunks are: // This application definition is for robots that do NOT need sessions. this.name = "eClipse_KABS_Boomerang" ... read »
Mar 18, 2010 at 1:25 AM
Ask Ben: Blocking WSDL Access In A ColdFusion Application
Well,I have to say,this is too complicated for me to understand.But I think you're great,keep doing it. ... read »
Mar 17, 2010 at 11:36 PM
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
@Ben, It is. But I have tested again and sleep() seem to be keeping windows hanging. As a result, multiple people were having issues uploading and removing images when they are trying to do the imag ... read »
Mar 17, 2010 at 11:22 PM
Google Maps Not Working in Internet Explorer (IE)
@James The page has a problem in IE7, because line 112 has a comma at the end. Line 112 is the first problem, there are many more with the same. Ralph ... read »
Mar 17, 2010 at 8:39 PM
Looping Over ColdFusion JSON Queries In jQuery
Thanks Ben - this is just what I needed - just getting up to speed with jQuery - and your posts are accelerating that process substantially :) ... read »
Mar 17, 2010 at 7:50 PM
ColdFusion ArraySplice() Method As An Example Of A Dynamic Method Signature
Java is awesome and I love seeing new twists on it. @Ben - I totally agree with you. ... read »
Mar 17, 2010 at 4:13 PM
Testing For NULL Values In A ColdFusion Query Result Set
To get around the empty strings in an UPDATE statement I pretended the variable was a string by enclosing it in single quotes, CAST it to an integer, let it convert empty strings to zeroes, and used ... read »
Mar 17, 2010 at 4:12 PM
Ask Ben: Environment-Based Application.cfc Settings
Ben, those are valid comments. I posted some code that shows how to "worryfree ;o)" copy code and let the Application.cfc sort it out. http://boncode.blogspot.com/2010/03/cf-dynamically-changing-ap ... read »