Orange County ColdFusion User Group Blog tag:www.occfug.org,2008:/blog/ Orange County ColdFusion User Group Blog Mango 0.2 Test with Contribute CS3 urn:uuid:51E47AA4-3048-7B3D-C77D926394E5D614 2007-11-18T01:11:56Z 2007-11-18T01:11:04Z Steve Farwell Just checkin' this out from Adobe's Contribute CS3 <BR/> Nov 15th Connect URL urn:uuid:459BBEDD-3048-7B3D-C70D0E70AD155791 2007-11-15T04:11:15Z 2007-11-15T04:11:03Z Steve Farwell Connect URL <a href="http://connect.webassist.com/usergroup/" target="_blank" title="http://connect.webassist.com/usergroup/"><u><font face="Arial" size="2" color="#800080">http://connect.webassist.com/usergroup/</font></u></a><font face="Arial" size="2" color="#000080">.</font> Adobe LiveCycle Designer (Book Review) urn:uuid:459AE8C0-3048-7B3D-C7B66E7429109FB7 2007-11-15T04:11:07Z 2007-11-15T04:11:30Z <div><font face="Arial" size="2">Creating Dynamic Forms with Designer</font></div><div><font face="Arial" size="2"></font></div><div><font face="Arial" size="2">LiveCycle Designer is a Windows based program that provides all of the tools you need to create basic or sophisticated forms...</font></div> Steve Farwell <h2>Adobe LiveCycle Designer <font face="Arial" size="2">by J.P. Terry</font></h2><div><font face="Arial" size="2">Creating Dynamic Forms with Designer</font></div><div><font face="Arial" size="2"></font></div><div><font face="Arial" size="2">LiveCycle Designer is a Windows based program that provides all of the tools you need to create basic or sophisticated forms...</font></div><div><font face="Arial" size="2"></font></div><div><font face="Arial" size="2">This book basically is the How-To Manual for creating interactive, dynamic&nbsp;and powerful&nbsp;PDF forms!&nbsp; It takes you from beginning to end in creating rich, robust forms for any given situation, with all the features of design and graphics that you could imagine.&nbsp;</font></div><div><font face="Arial" size="2" color="#0066cc"></font></div><div><font face="Arial" size="2">I personally feel that this&nbsp;application is underrated due to the other stellar products from Adobe, however, most of its functionality is complimentary to other online venues, but it does&nbsp;command the respect for &quot;B2C&quot; regions.</font></div><div><font face="Arial" size="2">An interesting note is that you can use&nbsp;&quot;generic&quot; .PDF forms in Designer, but you can&#39;t&nbsp;access &quot;Adobe&#39;s XFA&quot; (Adobe&#39;s XML Forms Architecture..) .PDF forms in other .PDF programs.&nbsp; So even though its native language is XML, its native&nbsp;communication is set apart&nbsp;only for those in the</font>&nbsp;<font face="Arial" size="2">Adobe family!</font></div><div><font face="Arial" size="2"></font></div><div><font face="Arial" size="2">There are a great number of samples and templates to choose from, so if you just want to take an existing script (they actually encourage you to...) or create one on your own, this is the program for you.</font></div><div><font face="Arial" size="2"></font></div><div><font face="Arial" size="2">So if you have Adobe Acrobat 7 or 8, Designer comes with, but as stated earlier, this program has minimal exposure, but its capabilities are powerful and extremely user-friendly.</font></div><div><font face="Arial" size="2"></font></div><div><font face="Arial" size="2">I recommend this book for all those who&nbsp;favor data more than content or design, and for those who want to create a more&nbsp;dynamic way to interact with your&nbsp;potential or existing clients, and display the information quickly and more effienciently.</font></div><div><font face="Arial" size="2"></font></div><div><li><strong>Publisher:</strong> Adobe Press; 1 edition (August 27, 2007) </li><li><strong>Language:</strong> English </li><li><strong>ISBN-10:</strong> 0321509870 </li></div><div><font face="Arial" size="2">Thank you,</font></div><div><font face="Arial" size="2">Andre&#39;&nbsp;Harden</font>&nbsp;</div> Head First SQL (Book Review) urn:uuid:459634C2-3048-7B3D-C727544E17112BBB 2007-11-15T04:11:51Z 2007-11-15T04:11:04Z <h2>Head First <span class="misspell">SQL</span></h2><p><span class="misspell"><span class="misspell">SQL</span> is one of the basic tools that every web developer needs in his or her tool box. If you are a developer that learned HTML and picked up <span class="misspell">ColdFusion</span> as the natural step into dynamic web development, <span class="misspell">SQL</span> may have been new to you.</span></p> Steve Farwell <h2>Head First <span class="misspell">SQL</span></h2><p><span class="misspell"><span class="misspell">SQL</span> is one of the basic tools that every web developer needs in his or her tool box. If you are a developer that learned HTML and picked up <span class="misspell">ColdFusion</span> as the natural step into dynamic web development, <span class="misspell">SQL</span> may have been new to you. So you learned&nbsp; how to grab sets of data with &quot;select * from artists&quot; and maybe fine tuned it with &quot;where artist_id = 3&quot;. Soon you found that you could loop through the data set using <span class="misspell">CFOUTPUT</span> or <span class="misspell">CFLOOP</span> and conditionally displayed information or reformatted the data using <span class="misspell">CFIF</span> or a number of <span class="misspell">ColdFusion</span> functions. Continuing to explore <span class="misspell">ColdFusion&#39;s</span> cool tags and functions you start creating arrays, structures, queries of queries and even dabble with <span class="misspell">CFSCRIPT</span>, <span class="misspell">ColdFusion</span> Components and user defined functions. This is all so cool....but your pages are dead slow and your code looks like all-you-can-eat night at Ye <span class="misspell">Olde</span> Spaghetti Factory. At this point you remember hearing that you should let <span class="misspell">SQL</span> do what it does best, manipulate data, and let <span class="misspell">ColdFusion </span>do what it does best, present data. <br /><br />That&#39;s Head First <span class="misspell">SQL</span> comes in. It will take you from the basics of <span class="misspell">SQL</span> that you learned from a <span class="misspell">ColdFusion</span> developer&#39;s book to a point where you can separate out just about all of the data manipulation and let <span class="misspell">ColdFusion</span> display that nicely crafted data set. Head First <span class="misspell">SQL</span> assumes you have no <span class="misspell">SQL</span> knowledge so you can rush through the first couple chapters being careful to catch a few tips and tidbits as flip through those pages. The first couple chapters will cover things to consider in table creations and how to get data into and out of the table. The book does a nice job of covering SELECT enhancements using the qualifiers like BETWEEN, LIKE, IN, IS NULL to help you bring back just the data you need. </span><span class="misspell"><br /><br />One of the most important concepts in database design is normalization. Normalization is organizing your database so that you have a minimal amount of redundant data. A simple example is having a table of customer information with a unique ID assigned to each customer and only that ID is stored with each order from that customer. This reduces the amount of data stored and also improves accuracy and maintenance as a change of address would mean one customer record change rather than changing many order changes. Head First <span class="misspell">SQL</span> covers this well and of course does it in a fun fashion, come on the chapter is titled &quot;Why be normal?&quot;. Primary keys and foreign keys, the data that relates one tables data to another, are clearly explained and emphasized. <br /><br />After expanding our minds into good database design with normalization, they need to do some mind expansion to help us get that data back out. Withmultiple related tables we need to do JOINS, INNER JOINS, and OUTER JOINS to pull it all back together. There is also a concept of sub queries which helps us get our minds around bringing back a data set by first bringing back a general data set and querying that again to get a presentable data set.<br /><br />The book has a nice set of extras at the end and overall it presents a critical topic for web developers in a fun way. If <span class="misspell">SQL</span> is something you may need to see some documentation or a few examples to get the concept or get through a step in a project, this book might not be the best reference manual for you. If <span class="misspell">SQL</span> or other areas are hard for you to get your head around, the Head First Series is definitely worth your consideration. And hey, it&#39;s <span class="misspell">O&#39;Reilly</span> so you won&#39;t feel like A Complete Idiot or a For Dummies kind of person when you are having some fun learning. Once you get through this book you can look to O&#39;Reilly for books to learn about SWITCH/CASE, triggers, stored procedures, and all the stuff you need to know to keep your DBA in line. <br /><li><strong>Publisher:</strong> O&#39;Reilly Media, Inc. (September 1, 2007) </li><li><strong>Language:</strong> English </li><li><strong>ISBN-10:</strong> 0596526849 </li><li><a href="http://www.oreilly.com/catalog/9780596526849/">http://www.oreilly.com/catalog/9780596526849/</a></li></span></p><p><span class="misspell">Tom Barr</span></p><p><span class="misspell"><br />&nbsp;</span></p> Bulletproof Web Design by Dan Cederholm (Book Review) urn:uuid:4592456D-3048-7B3D-C747D7E710A0EED6 2007-11-15T04:11:26Z 2007-11-15T04:11:59Z <h2>Bulletproof Web Design by Dan Cederholm (Book Review)</h2><div><font face="Arial">This book took me back to school again!&nbsp; It basically&nbsp;instructs you how to &quot;Bulletproof&quot; your site designs with only CSS (cascading style sheets..). Mind you, its not a &quot;CSS-for-beginners&quot; read, but more-or-less how to accent or improve existing html with CSS.</font></div> Steve Farwell <h2>Bulletproof Web Design by Dan Cederholm (Book Review)</h2><div><font face="Arial">This book took me back to school again!&nbsp; It basically&nbsp;instructs you how to &quot;Bulletproof&quot; your site designs with only CSS (cascading style sheets..). Mind you, its not a &quot;CSS-for-beginners&quot; read, but more-or-less how to accent or improve existing html with CSS.</font></div><div><font face="Arial">Its basic structure&nbsp;is to take an&nbsp;existing&nbsp;&quot;familiar&quot; website from the World Wide Web and use it - at its example to show how/why its not bulletproof.&nbsp; The term &quot;bulletproof&quot; means&nbsp;<strong><em>being prepared for whatever is thrown at your design. </em></strong>(i.e.&nbsp;Different browsers/versions, resolution/sizing, download time/speed, etc.etc...).&nbsp; At this point I found the book to be a&nbsp;tad condescending&nbsp;as many of the sites fore-mentioned as examples - I&#39;ve personally never had a problem with.&nbsp; But when put to the test, I could see how these sites in question could improve or overall better their chances to cover all bases to become bulletproof.</font></div><div><font face="Arial"></font></div><div><font face="Arial">As a designer, I must admit, I had a hard time reverting to a &quot;CSS&quot; mode, as most of my projects are more Flash/Flex related, I hardly use CSS anymore, however, after reading chapter 1, I&#39;ve acquired a new found respect for Cascading Style Sheets; &nbsp;I found myself rethinking makeovers and facelifts on existing and completed projects!&nbsp; There were quite a few tips and tricks using .CSS I didn&#39;t even know existed.&nbsp; So I&#39;m now banging the drum in the .CSS parade!</font></div><div><font face="Arial"></font></div><div><font face="Arial">The book contains only 9 chapters, and each chapter gives a &quot;hands on&quot; lesson/project that&#39;s easy to follow and complete.&nbsp;<a href="http://www.dre-enterprise.com/bulletproof.html" title="blocked::http://www.dre-enterprise.com/bulletproof.html"><u><font color="#800080">(see completed project!)</font></u></a>&nbsp;Once again, its not a how-to create .CSS layouts, but more or less, how to improve or design sites that will work on any platform, speed, resolution or anything else the Internet will throw at it - and not break!</font></div><div><font face="Arial"></font></div><div><font face="Arial">I recommend this book to anyone who wants to improve or accent new or existing sites, diversify or modify layout designs, or if you want to learn a few tips and tricks in CSS - this books&#39; for you!</font></div><div><font face="Arial"></font></div><div><font face="Arial">Thank you,</font></div><div><font face="Arial">Andre&#39; Harden</font></div><div><font face="Arial"></font></div><div><li><strong>Publisher:</strong> New Riders Press; 1 edition (July 28, 2005) </li><li><strong>Language:</strong> English </li><li><strong>ISBN-10:</strong> 0321346939 </li></div> Adobe Soundbooth CS3 Classroom in a Book urn:uuid:45C0EEC0-3048-7B3D-C7C33AAA5F339BA2 2007-11-15T03:11:10Z 2007-11-15T05:11:41Z <h2>Adobe Soundbooth CS3 Classroom in a Book</h2><p>Get yourself up to speed quickly with Adobe Soundbooth CS3.</p> Steve Farwell <span style="font-size: 10pt; color: black; font-family: Verdana"><span style="font-size: 10pt; color: black; font-family: Verdana"></span>&nbsp;<span style="font-size: 10pt; color: black; font-family: Verdana">Get yourself up to speed quickly with Adobe Soundbooth CS3. The Classroom in a book series does what it intends to, give you enough info to hit the ground running and at least be able to communicate confidently on the subject after reading and doing the lesson.</span><span style="font-size: 10pt; color: black; font-family: Verdana">Each chapter gives you hands on projects that get you involved.</span><span style="font-size: 10pt; color: black; font-family: Verdana">If you need to create and publish sound for the web, Soundbooth makes it easy and The Classroom in a book series will get you going.</span> <strong><span style="font-size: 10pt; color: black; font-family: Verdana">Publisher:</span></strong><span style="font-size: 10pt; color: black; font-family: Verdana"> Adobe Press; Pap/Cdr edition (August 9, 2007) </span><strong><span style="font-size: 10pt; color: black; font-family: Verdana">Language:</span></strong><span style="font-size: 10pt; color: black; font-family: Verdana"> English </span><p style="margin: 6pt 0pt 6pt -18pt" class="MsoNormal"><strong><span style="font-size: 10pt; color: black; font-family: Verdana">ISBN-10:</span></strong><span style="font-size: 10pt; color: black; font-family: Verdana"> 0321499778 </span></p><p style="margin: 6pt 0pt 6pt -18pt" class="MsoNormal"><a href="http://www.peachpit.com/store/product.aspx?isbn=0321499778">http://www.peachpit.com/store/product.aspx?isbn=0321499778</a></p></span> SQL Pocket Guide (Pocket References) urn:uuid:45D20FE8-3048-7B3D-C77D506BD6F3E0B2 2007-11-10T03:11:07Z 2007-11-15T05:11:12Z <p>This is a great handy guide to have around when you&rsquo;re not a DBA </p> Steve Farwell <p>This is a handy guide to have around when you&rsquo;re not a DBA but find yourself dealing with Databases from the different vendors. Each vendor has there own little differences of SQL syntax that make them special. I don&rsquo;t want to be a DBA I just want a little data and the guide will help you quickly deal with the quirks and special features of the major Databases.</p><p>This is not a how to book, if you want that get the Head First SQL book. If you need to know the difference on correct syntax for using Regular Expressions with MS SQL and mySQL, this guide is for you.</p><p>&nbsp;</p><strong><span style="font-size: 10pt; color: black; font-family: Verdana">Publisher:</span></strong><span style="font-size: 10pt; color: black; font-family: Verdana"> O&#39;Reilly Media, Inc.; 2 edition (April 17, 2006) </span><strong><span style="font-size: 10pt; color: black; font-family: Verdana">Language:</span></strong><span style="font-size: 10pt; color: black; font-family: Verdana"> English </span><strong><span style="font-size: 10pt; color: black; font-family: Verdana">ISBN-10:</span></strong><span style="font-size: 10pt; color: black; font-family: Verdana"> 0596526881 </span><p>&nbsp;</p> Flex Builder 2 urn:uuid:040737A7-3048-7B3D-C76CA659A816513A 2007-11-02T10:11:27Z 2007-11-02T10:11:29Z <span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Flex Builder 2 is an awesome product!</span> Andrew Maurer <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Flex Builder 2 is an awesome product! </span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">I was skeptical at first, being new to the built on Eclipse IDE, though the interface proved to be very intuitive to the new user. If you&#39;re a Dreamweaver user, never fear, this IDE is a synch once you use it a bit.</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">There are two views, Source View and Design View:</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Source View - If you&#39;re a coder, you&#39;ll feel right at home here. It has color coding, line numbering, line collapsing, tag hinting, easy tabbing features to separate your code and the list goes on. One of the features that amazes me is tag hinting for your custom classes. If you were to create a custom class (or component which would be a class) then by declaring it with a namespace or importing it, Flex Builder will automatically add it to the tag hinting along with all of the built-in classes, methods, properties and events.</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Design View &ndash; Without a doubt, Design View simplifies building your interface. Being able to drag and drop built in components into your app, give you the ability to build your interface quickly while Flex Builder handles the code. Flex Builder manages layout nicely unlike the browser specific markup of the past. You can specify x and y coordinates, expand and contract using percentages and have components float based on constraints.</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Debugging mode is an extremely powerful feature of Flex Builder. You can set breakpoints, see all variables and expressions. It also has the ability to step through the breakpoints.</span></p><p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">There are many more features I am not going to mention in this review. I will say that if you plan on developing RIA&rsquo;s, Flex is the way to go with increased productivity of Flex Builder 2.</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Also, Flex Builder 2 is available FREE to educational institutions and students!</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">&nbsp;</span></p> <p style="margin-bottom: 0.0001pt; line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;">Andrew Maurer</span></p> Programming Flex 2 Book Review urn:uuid:DDA57F06-3048-7B3D-C77CC2B87888EE8A 2007-10-26T11:10:46Z 2007-10-26T01:10:37Z Authors Kazoun and Lott present a quite credible case for rich, solid Internet applications with sophisticated interfaces for the end user. Steve Farwell review by John E. Bowen<br /><br />Authors Kazoun and Lott present a quite credible case for rich, solid Internet applications with sophisticated interfaces for the end user. They do so by introducing, explaining and giving many examples illustrating the Flex approach and making use of the various tools of the Flex framework. A reader coming to Flex (and Adobe) for the first time could be forgiven for thinking that this is a new programming language called Flex 2. There is no such language. Still, a slightly misleading title is a small thing, easily remedied in the first two chapters; paraphrasing, Flex uses ActionScript, so does Flash, but Flex is, or can be, a whole new way of thinking about application development.<br /><br />This book is a coder&#39;s book. It assumes some familiarity with object oriented programming, hopefully via ActionScript from previous Flash experience. There is a chapter devoted to the MXML language and how Flex Builder can help generate interfaces through MXML; however, the authors are clear to point out that very few applications consist solely of MXML and no ActionScript.<br /><br />There is a brief mention that Flex 2 requires Flash Player 9. Otherwise, one can&#39;t use Flex 2; obviously something of importance to teams deciding where and how to actually deploy their application once it&#39;s finished. Mostly, though, the book is forward-looking: if you build it with Flex 2, ActionScript 3 and Flash Player 9, they will come.<br /><br />There is a chapter on ActionScript 3. It includes an honest assessment that if this is the reader&#39;s first encounter with ActionScript, an additional book would help. Kazoun and Lott are not shorting the importance of that programming language, but merely saying there are many more pieces involved in the whole process. In this sense, while fairly thorough for each piece, Programming Flex 2 can be considered an overview. A little attention to the concept of frameworks, user interface screen layout and UI components goes a long way toward helping the developer make sense of the whole alphabet soup of acronyms and buzzwords. Once that is addressed, the next roughly two thirds of the book deal with advanced topics.<br /><br />What are advanced topics? A short answer would be the kinds of features one does not normally see in Web pages: easy access to audio, video, other media; effects such as gradients, fades, transitions; dynamic changes to CSS; live update of data; validation of client-side data, and more. Many of these are the kinds of things users have come to expect (demand?) from Flash-enabled sites; others help more with the back end, and with the stability and maintenance of the application.<br /><br />All in all, this effort is informative introduction and guide to a quite possibly daunting set of technologies. Recommended.<br /><br /><br /><p>Programming Flex 2: The comprehensive guide to creating rich media applications with Adobe Flex </p><p>(Programming) [ILLUSTRATED] (Paperback) </p><p>by <a href="http://www.amazon.com/exec/obidos/search-handle-url/103-2987716-1845430?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Chafic%20Kazoun" title="http://www.amazon.com/exec/obidos/search-handle-url/103-2987716-1845430?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Chafic%20Kazoun"><u><font color="#0066cc">Chafic Kazoun</font></u></a> (Author), <a href="http://www.amazon.com/exec/obidos/search-handle-url/103-2987716-1845430?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Joey%20Lott" title="http://www.amazon.com/exec/obidos/search-handle-url/103-2987716-1845430?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Joey%20Lott"><u><font color="#0066cc">Joey Lott</font></u></a> (Author) </p><p>&nbsp;</p><ul><li><p>Paperback: 502 pages </p></li><li><p>Publisher: Adobe Dev Library (April 16, 2007) </p></li><li><p>Language: English </p></li><li><p>ISBN-10: 059652689X </p></li></ul><p>&nbsp;<a href="http://www.oreilly.com/catalog/9780596526894/index.html">http://www.oreilly.com/catalog/9780596526894/index.html</a></p> Action Script 3.0 Cookbook Book Review urn:uuid:DDA41248-3048-7B3D-C72E8B26AD36CE92 2007-10-26T11:10:16Z 2007-10-26T01:10:13Z The book &quot;Action Script 3.0 Cookbook&quot; is laid out in an easy to use, logical manner. The chapters are an outline of the large divisions of Action Script 3.0. Steve Farwell <font size="2"><p>The book &quot;Action Script 3.0 Cookbook&quot; is laid out in an easy to use, logical manner. The chapters are an outline of the large divisions of Action Script 3.0.</p><p>Not surprisingly this is similar to the divisions in earlier versions of Action script. The book chapters are laid out with the problem in a quick sentence and the solution immediately following. After the solution is a discussion of what variations of the solution can be used to solve different types of the same problem and problems that you may run into. </p><p>An example is working with an array. Look at Chapter 5 as it is the chapter about arrays. It starts with an introduction to arrays and then lists the problems you may encounter. The first is &quot;Adding Elements To An Array.&quot; The solution follows the problem description and tells how to enter an element using the push and unshift methods to add elements to the beginning or end of the array. The discussion explains when to use the methods and why they should be used. It also talks about some of the unforeseen problems that happen when the code is not used properly. </p><p>All chapters are laid out in the same way. The book is easy to use when looking for information in one of those frustrating times you wrote a piece of code that did not do exactly what you wanted. This usually happens when a deadline is fast approaching and the solution just eludes you.</p><p>The index is also laid out like a cookbook, so when you need to mix in X and Y coordinates when placing an object, just look up X or Y coordinate. If you run into one of those problems mentioned above you can look up the problem in the index, it just might be listed there also.</p><p><strong>Title:</strong> ActionScript 3.0 Cookbook <br /><strong>Subtitle:</strong> Solutions for Flash Platform and Flex Application Developers<br /><strong>First Edition:</strong> October 2006 <br /><strong>Series:</strong> <a href="http://www.oreilly.com/store/series/adl.csp"><font color="#0000ff">Adobe Developer Library</font></a><br /><strong>ISBN 10:</strong> 0-596-52695-4<br /><strong>ISBN 13:</strong> 9780596526955<br /><strong>Pages:</strong> 586</p><p><a href="http://www.oreilly.com/catalog/actscpt3ckbk/index.html" target="_blank">http://www.oreilly.com/catalog/actscpt3ckbk/index.html</a><br /></p></font> AS3 Design Patterns Review urn:uuid:8F2CF7EC-3048-7B3D-C71A3763E4891AC1 2007-10-11T06:10:18Z 2007-10-11T06:10:44Z ActionScript 3.0 Design Patterns starts off going over the basics of OOP.... Steve Farwell <p>AS3 Design Patterns is a must read and keep for reference!</p><p>ActionScript 3.0 Design Patterns starts off going over the basics of OOP and comparing AS3 to AS2.&nbsp; The rest of the book is Design Patterns to use in various coding situations. Many books use conceptual ideas to teach and are filled with ambiguity therefore leaving much to be desired, but not this one!</p><p>ActionScript 3.0 Design Patterns is a must have for the novice all the way to the advanced developer, although not designed for the beginning Actionscripter. To clarify, the book does require, at minimum, basic knowledge of OOP which includes, but is not limited to packages, variables, classes and inheritance. I purchased Essential ActionScript 3.0 by Colin Moock which is a great starting point to learn AS3 . I definitely recommend reading a beginners AS3 book before starting this one if completely new to OOP. Make sure to pickup ActionScript 3.0 Design Patterns as well.</p><p>&nbsp;</p><p>Andrew Maurer</p><p style="margin: 0in 0in 0pt" class="MsoPlainText"><font face="Consolas" size="3" color="#000000"></font></p><li><strong>Paperback:</strong> 530 pages </li><li><strong>Publisher:</strong> Adobe Dev Library (July 16, 2007) </li><li><strong>Language:</strong> English </li><li><strong>ISBN-10:</strong> 0596528469 </li><li><strong>ISBN-13:</strong> 978-0596528461 </li><li><strong>Product Dimensions: </strong>9.1 x 7 x 1.1 inches </li><p><a href="http://www.oreilly.com/catalog/9780596528461/">http://www.oreilly.com/catalog/9780596528461/</a></p><p>email stevef at occfug.org to get the discount code for the 35% off discount code</p> October 18th Meeting urn:uuid:8F268BCA-3048-7B3D-C78BE99270CE182B 2007-10-11T05:10:57Z 2007-10-17T11:10:07Z Steve Farwell <p>Ray Camden will be presenting&nbsp;via Adobe Connect on am intro to using SPRY with CF join us for all the fun.&nbsp;</p><p>This month we&#39;ll have plenty of surprises, and backhanded prizes. The lucky winner will have to write a review to recieve a &quot;FREE&quot; copy of Adobe&#39;s Flex Builder 2.0!</p><p>As a reminder, for the November 15th we&#39;re raffling an Adobe Software bundle, you must be present to win. Comming to the October meeting earns you raffle tickets.</p><p>&nbsp;See you next week</p><p>The connect meeting space will open about 6PM PST </p><p>Connect URL <a href="http://adobechats.adobe.acrobat.com/r55725677/">http://adobechats.adobe.acrobat.com/r55725677/</a></p> Next meeting September 20th urn:uuid:0261DB1E-3048-7B3D-C796D205519ABE6B 2007-09-13T09:09:50Z 2007-09-13T10:09:28Z Steve Farwell <p>Ryan Favro of <a href="http://www.newmediateam.com/" target="_blank" class="noBorder">New Media Team</a> has volunteered to do a Live Adobe Connect Presentaion for our group. Ryan is the lead systems architect and managing partner at New Media Team Inc. and has several articles in the ColdFusion Developers Center on Adobe.com</p><p>I&#39;ll post the link to the meeting room shortly. </p><p>The final details of the next meeting are being worked out now. Please check back soon.</p><p>All are welcome. </p> November 15th Meeting urn:uuid:0263D0C5-3048-7B3D-C7251D8A2C7550EC 2007-09-13T09:09:35Z 2007-09-13T10:09:22Z Steve Farwell Webassit will be joining us via Adobe connect to demonstrate thier Dreamweaver Extentions, specificly &quot;<a href="http://www.webassist.com/professional/products/productdetails.asp?PID=135&amp;RID=930" target="_blank">Eric Meyer&#39;s CSS Sculptor</a>&quot; One lucky member will walk away with this powerful tool. All the rest can take advantage of our user group discount of 20% off. by following the link on our <a href="/sponsors.cfm">sponsors page</a>. CF 8 is great urn:uuid:021AD29D-3048-7B3D-C77566AC4BD2CCB1 2007-09-13T08:09:49Z 2007-09-13T08:09:53Z Steve Farwell CF 8 Is Great