Michael Smith MDCFUG Tobe Goldfinger NYCFUG Sandra Clark MDCFUG

Slides:



Advertisements
Similar presentations
MFA for Business Banking – Security Code Multifactor Authentication: Quick Tip Sheets Note to Financial Institutions: We are providing these QT sheets.
Advertisements

Silverlight Presenter: Kevin Grossnicklaus February 25 th, 2010.
Java State Exploration Tool Mike Lawson CS522 Fall 2004.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Building Public Facing Websites with SharePoint 2010 Prepared for ILTA’s SharePoint for Legal Symposium June 16 th, 2010 George Durzi Principal Consultant.
Structure Content Presentation Semantics.
Dreamweaver MX and CF coding Presented By Eron Cohen Brainbox Productions
JRun 4 & Macromedia MX Tommy Reilly JRun Engineer.
The Art of Debugging Shlomy Gantz 02/13/01MDCFUG.
AJAX Without the “J” George Lawniczak. What is Ajax?
More on Fusebox at Fusebox Development Methodology : More on Fusebox at Fusebox Development Methodology.
Genesys Meeting Center End-User Technical Troubleshooting Guide (v1
Software Architecture for ColdFusion Developers Unit 4: Application Events and Global Variables.
Unit 1 – Improving Productivity Louis Price Instructions ~ 100 words per box.
Unit 1 – Improving Productivity Ryan Taroni Instructions ~ 100 words per box.
Troy Pullis - 12/3/03 MAX Conference 2003 Twin Cities CFUG.
Macromedia DevCon 2002 Keynote Highlights Performance Tuning tidbits Web Services tidbits New Technology showcased.
What’s New from Macromedia Simon Horwith CTO Etrilogy, Ltd.
SharePoint Branding "just not look like SharePoint!" Branding is the act of creating a specific image or identity that people recognize in relation to.
Application.cfm tips and Tricks Michael Smith President TeraTech, Inc ColdFusion, database & VB custom development and training.
Selenium and Selenium on Rails. Agenda  Overview of Selenium Simple Selenium Tests Selenium IDE  Overview of Selenium on Rails  Problems with Selenium.
CS 4720 Dynamic Web Applications CS 4720 – Web & Mobile Systems.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
The Future of ColdFusion Christian Cantrell ell.
Converting to Fusebox: asking an old CF app to FLiP * Challenges Methods Results Mark Wimer USGS Patuxent Wildlife Research Center,
Microsoft Management Seminar Series SMS 2003 Change Management.
TeraTech. Welcome to CFUN-03 Michael Smith President TeraTech, Inc Winner CFDJ Award Best Consulting ColdFusion,
CFUNITED – The premier ColdFusion conference ColdFusion Components Ajay Sathuluri Based on presentation.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Basic Webpage Design Building website Using Dreamweaver And Importing API’s.
WEB DESIGN CONCEPTS Brayden Burr. UNDERSTANDING THE CONTENT.
CERN - IT Department CH-1211 Genève 23 Switzerland t CERN - IT Department CH-1211 Genève 23 Switzerland t Windows Vista and.
Ajax 101 for CF Programmers Randy Brown – Michigan State University
The New Design Manager! Louis-Philippe Lavoie SharePoint Specialist / What does it mean for you? November.
The BEST Citrix/Microsoft RDS alternative
High Availability - Clustering ColdFusion
Tips for using Java with Internet Explorer
Introduction ITEC 420.
Jonathan Walpole Computer Science Portland State University
Selenium and Selenium on Rails
Testing with Selenium IDE
Cleveland SQL Saturday Catch-All or Sometimes Queries
TeraTech
Project Objectives Publish to a remote server
BIT116: Scripting Lecture 06
Introduction to ASP.NET 2.0
HTML & teh internets.
Outline SOAP and Web Services in relation to Distributed Objects
Brian Leonard ブライアン レオナルド
BTEC NCF Dip in Comp - Unit 15 Website Development Lesson 05 – Website Performance Mr C Johnston.
Outline SOAP and Web Services in relation to Distributed Objects
Whether you decide to use hidden frames or XMLHttp, there are several things you'll need to consider when building an Ajax application. Expanding the role.
Searching Business Data with MOSS 2007 Enterprise Search
Introduction to Computers
Introduction to Computers
PHP / MySQL Introduction
5 SYSTEM SOFTWARE CHAPTER
SharePoint-Hosted Apps and JavaScript
DHCP, DNS, Client Connection, Assignment 1 1.3
Introduction to Struts
Michael Smith MDCFUG MAX 2003 Report Michael Smith MDCFUG 11/13/2018 TeraTech.
SharePoint Essentials Toolkit
Introduction to Smart Search
Nate Nelson I*LEVEL, Inc.
ASP.NET Module Subtitle.
5 SYSTEM SOFTWARE CHAPTER
Bootstrap Direct quote from source: bootstrap/
The Web Andrew Spooner
Introduction to ASP.NET Parts 1 & 2
Intelligent Tutoring Systems
Presentation transcript:

Michael Smith MDCFUG Tobe Goldfinger NYCFUG Sandra Clark MDCFUG DevCon 2002 Report Michael Smith MDCFUG Tobe Goldfinger NYCFUG Sandra Clark MDCFUG 11/27/2018 TeraTech

Introduction Three conferences: Fusebox CF_Underground IV DevCon 2002 + Community Suite and Expo 11/27/2018 TeraTech

Fusebox Conference Fusebox 3 is mature FuseQ reuse of circuits outside parent circuit, multi-alias Fusebox and CFMX and CFCs Pleasantville Prototyping Steve Fusedoc v2 unit testing tool Adalon Free Wireframing tool Copyrights and licenses 11/27/2018 TeraTech

CF_Underground IV FLiP for the mainstream CF_Jeopardy Project Management tips Essential tools for CF 11/27/2018 TeraTech

DevCon 2002 Deliver “experiences” to users. Eg Starbucks. Evolution of business: Raw materials, Goods, services, experience Hot topics: elearning, accessibility, usability, developing for devices 508 on Director – speech synthesis ->Flash? 11/27/2018 TeraTech

More general info Flash 6 on Clie, House IO, Palm OS Flash Remoting coming of age, CFCs and web services Flash communication server and video add ons 2300 attendees, 70% CF More than 50% of sessions on non CF subjects 11/27/2018 TeraTech

Neat stuff Studio MX integration of code, Flash, images DW Nested templates auto update DW extensions </hassle> content tool XML tools in CFMX – structure, xpath and xslt 11/27/2018 TeraTech

More neat stuff Use of XML of ini files etc Rich UI Java – IBM Websphere 45% faster! CFMX on Linux needs Redhat 7.2 on solid hardware/uptodate drivers 11/27/2018 TeraTech

Problems 2 major security problems in CFLOGIN with timeout and roles 2 problems with CFC’s in shared scopes re cached pagecontext Issues with Linux versions to do with hardware CF MX Update 2 due out soon The cfc bugs both relate to the fact that a persistent cfc is caching the "pagecontext" from where it was originally called...... ie it doesn't "see" the new pagecontext from which it is subsequently being invoked. According to Mike Nimer (and he ought to know),(see last slide on page 384 of the devcon book) there are 2 known problems with CFC's, if you put them in scopes (like session. or application.) a) any output you generate doesn't find its way to the browser b) if you put a CFC into a shared scope, then on subsequent uses of that CFC, the CFC cannot see other scoped variables (eg your application vars or your sessions vars, probably not even the request vars) The 1st issue looks easily avoidable---- if you don't use CFC's to generate HTML, then you won't care. Since the recommendation is NOT to generate output in a CFC, this isn't such a big deal. The 2nd issue is very serious-- it pretty much invalidates the idea of putting a CFC into a scope to persist it across future page requests....... unless you're willing to get into the really ugly coding workarounds. This issue is discussed here in detail, including suggested workarounds http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=8&threadid=386634 note: I am trying hard NOT to use the phrase "persistent CFC's" or putting your CFC's into "persistent scopes". The word "persistence" as it applies to objects means something entirely different in the java community and I object to Macromedia muddying the waters by using the word "persistent" for CFC's, just because you put them into the application scope or session scope. The 2 bugs in the new CFSecurity module are : Timeout Bug - even though you can set a timeout in the CFLogin tag, it never actually times out. If a user shuts down their browser and comes back 4 days later, they are still logged in. The other one, which is considered much more serious and will be fixed in the next updater are: If Roles change and a user logs out and then back in, they still have their old roles. I don't know if it's "new", but I couldn't find a better slide to put it in. There were lots of people inquiring as to how to run CFMX on Linux.... and apparently the newer releases of Redhat (like 7.3 or 8.0) WILL NOT WORK! Also--even though a lot of people reported problems with CFMX in their Linux environment, they were able to track much of those problems to faulty hardware and drivers..... thus the emphasis to be running on serious, supported H/W (like from Compaq). 11/27/2018 TeraTech

More problems Internet weather affects audio on Flash video demo Bugs in Apache Axis affect web services compatibility .NET and CF in Update 3 11/27/2018 TeraTech

Dreamweaver MX Nested templated cool – protect areas and auto update Great integration with Flash and Fireworks Cool simple CF code tools Much better design view Extensible DW MX slow, large memory use 11/27/2018 TeraTech

More Dreamweaver MX missing some CF Studio Features – keyboard shortcuts for snippets, query analyzer, search and replace – RE not as good, only for projects Only VSS version control (not SCC compatible) No directory tool, true RDS have to set up sites, project deployment DWQ synchronize all files Help not F1 – Shift F1 or Control F1 DW MX vision and Birds of Feather 11/27/2018 TeraTech

Community Resources House of Fusion Community Suite – speakers, 110 book auction, DSL, webcast using Flash Communication server User Group Community Connection – T1s and Speakers, book authors 11/27/2018 TeraTech

Expo Video compression for Flash Macromedia Press and New Riders merger CMSs – Paperthin, Ektron, SiteExec Firefly – Flash data components Tech Support Zone Reportmill java reporting Karaoke night CFDJ Awards Webtrends DW extensions IBM, Apple, Sun Firefly - Think of it like VB for Flash---- drag and drop data-aware components that can really speed up building applications. You fill out lots of property sheets, instead of typing lots of Flash code. I thought it looked really neat. But I'm concerned what happens when you need to do more than these components do out-of-the-box. It wasn't clear to me how extensible they were. Anyhow--- Macromedia had better be taking a look at what these guys did. It looked to me that they're way ahead of what Macromedia is offering with the data-grid in the DRK. 11/27/2018 TeraTech

DevCon Blogs http://www.corfield.org/blog/ http://bilbo.macromedia.com/devconblog/blogitems.cfm http://www.macromedia.com/desdev/ http://vvmx.blogspot.com/ (Video) 11/27/2018 TeraTech

Real Life Per CPU pricing on CFMX/Java and tools Pushing Rich Client UI Pushing Studio MX Blue Dragon seen as competition to CF MX Unicode – Japanese DevCon already bigger than US DevCon Macromedia R&D – 30% of revenue! 11/27/2018 TeraTech

Next Year DevCon Next year in San Diego Convention Center 7-10 Sept 2003 www.macromedia.com/go/devcon2003/ CFUN-03 in Washington DC area 21-22 June 2003 www.cfconf.org/cfun-03/ 11/27/2018 TeraTech