Building on Online Store Using Flash and AMFPHP Part 1 CIS 254.

Slides:



Advertisements
Similar presentations
Exploring PHP and MySQL Using an Online Travel Agency as a Case Study Charles R. Moen, M.S. Morris M. Liaw, Ph.D. October 9, 2004 ACET 2004.
Advertisements

1 CGICGI Common Gateway Interface Server-side Programming Lecture.
RPC Robert Grimm New York University Remote Procedure Calls.
Lecture 6/2/12. Forms and PHP The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input When dealing with HTML forms.
1 ColdFusion Sandra Cadena-Torres IS-373 ~ Spring 2010.
Web Application Architecture Bird Book pp Client Server Model.
Vinotemp Online Store Presented by: Ken Hoang. Motivation To help the company selling its products online A part of my works.
Servlets and a little bit of Web Services Russell Beale.
Tutorials 2 A programmer can use two approaches when designing a distributed application. Describe what are they? Communication-Oriented Design Begin with.
CADDLAB Medical Imaging on Remote Compute Servers.
Andrew Dule Flash and the Internet Andrew Dule Comm. 115.
Business Sales Expert System. Intro As the Internet becomes more accessible, it is important to build more sophisticated systems on the web. These sophisticated.
Macromedia Studio MX 2004 Training from the Source.
Remote Procedure Calls. 2 Client/Server Paradigm Common model for structuring distributed computations A server is a program (or collection of programs)
E-Commerce Initiative Tegus Multimedia Nathan Perkins ELC200 12/18/2007.
Source: George Colouris, Jean Dollimore, Tim Kinderberg & Gordon Blair (2012). Distributed Systems: Concepts & Design (5 th Ed.). Essex: Addison-Wesley.
Theology and Religious Studies Laura Borst Bill McEwan Theresa Howe Shane Hostetter.
Flash: Overview Macromedia Flash MX Instructor: Adam Cavotta.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
Dreamweaver MX and CF coding Presented By Eron Cohen Brainbox Productions
FALL 2005CSI 4118 – UNIVERSITY OF OTTAWA1 Part 4 Web technologies: HTTP, CGI, PHP,Java applets)
Chris Pinski.  History  What is Ajax  Who uses Ajax  Underlying Technologies  SE Aspect  Common Problems  Conclusion.
AJAX Chat Analysis and Design Rui Zhao CS SPG UCCS.
Dynamic using ColdFusion and the inFusion Mail Server Howie Hamlin On-Line Data Solutions, Inc.
Flash Remoting Chafic Kazoun Senior Flash Developer - B-Line Express Work: Play:
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Prepared by Stephen Olaño June 12, Rich Internet Applications It allow to build rich applications with data and multimedia contents, offering a.
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
ISpheres Project. Project Overview iSpheresCore iSpheresImage Demonstration References.
1 Producing Rich Internet Applications with an Open Source Platform Martin Cadirola Ecotronics.
Using Web Services in Flash MX 2004 Pro in 60 Minutes or Less.
SHOPPING CARTS CHAPTER 19. E-COMMERCE Typically, an e-commerce site will have public pages and admin pages.
Data-driven Flash Development with AMFPHP David Knape
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
COMP3121 E-Commerce Technologies Richard Henson University of Worcester November 2011.
Dr. Rado Kotorov Technical Director Strategic Product Mgt. Jeff Shein Technical Manager Creating Web 2.0 Rich Internet Applications (RIA) and Dashboards.
Flex Data Communications Nick Kwiatkowski, Michigan State University.
WEB BASED DATA TRANSFORMATION USING XML, JAVA Group members: Darius Balarashti & Matt Smith.
Remote programs and commands In this presentation… –rpc concepts –rpc connections –rpc actions.
What’s New from Macromedia Simon Horwith CTO Etrilogy, Ltd.
New Store with MX 2004 Pro and amfphp CIS 126. The Online Store This is a Flash MX 2004 Pro version of the online store. In order to use this example.
CF101: Welcome to ColdFusion Simon Horwith CTO, Etrilogy Ltd.
Flash for CFers An Introduction to Rich Internet Application Development.
XP Tutorial 8 Adding Interactivity with ActionScript.
Producing a high-impact web experience by integrate Macromedia Flash and ASP By Katie Tuttle CS 330: Internet Architecture and Programming Project.
Welcome to the New World Kevin Towes Creative and Technical Director Pangaea NewMedia, Inc. Toronto, Canada :: Certified ColdFusion.
Introduction to Flex 2 by Rich Tretola. About Me Rich Tretola is a senior software developer at Herff Jones, Inc. specializing in Rich Internet Applications.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7
Web Technologies Lecture 8 Server side web. Client Side vs. Server Side Web Client-side code executes on the end-user's computer, usually within a web.
Movie Cornucopia: An On-Line Video Order System Yong Keyes March 13, 2002.
CSCE 315 – Programming Studio Spring Goal: Reuse and Sharing Many times we would like to reuse the same process or data for different purpose Want.
How Web Database Architectures Work CPS181s April 8, 2003.
Enterra Web GIS Embedded Flash System. Application Features 1. Dynamic data loading and caching Minimum data transfer on startup Additional data transfer.
Display Page (HTML/CSS)
Flash Remoting From CF Using ColdFusion MX and Flash MX to create an efficient and user friendly interface.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
CFUNITED – The premier ColdFusion conference Flex 2.0 and ColdFusion Integration – 101 Nahuel Foronda Laura Arguello.
A Presentation Presentation On JSP On JSP & Online Shopping Cart Online Shopping Cart.
Rich Internet Applications. 1 Spectrum of Internet Solution Simple HTML Broad Reach Browsing Oriented Content & Documents Rich Content Highly Interactive.
Section 6.3 Server-side Scripting
WEB SERVICES From Chapter 19 of Distributed Systems Concepts and Design,4th Edition, By G. Coulouris, J. Dollimore and T. Kindberg Published by Addison.
CF101: Welcome to ColdFusion
Web Development & Design Foundations with HTML5 8th Edition
ASP.NET developing web applications based on Microsoft.NET Framework.
Advanced Security Architecture System Engineer Cisco: practice-questions.html.
#01 Client/Server Computing
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Middleware, Services, etc.
WEB SERVICES From Chapter 19, Distributed Systems
#01 Client/Server Computing
Presentation transcript:

Building on Online Store Using Flash and AMFPHP Part 1 CIS 254

Ascendance of Flash as an Application Interface Flash is gaining greater acceptance New Versions include greater connectivity –ActionScript in MX more robust –Can transfer data to Databases through XML and middleware. Macromedia Envisions Rich Intenet Applications (RIA) –There model is Flash, ColdFusion, Database built with the complete MX Studio

Flash Remoting Allows Flash to call server side application –Passes Parameters –Receives Requests –Independent of server side parameters Transferred as Remote Procedural Calls (RPCs) –Transfers objects Not limited to name/value pairs Pass in binary More efficient Flash Remoting Built into ColdFusion Flash Remoting Components required on Flash

AMFPHP Designed to bring Flash Remoting to PHP Open Source Project –Currently.9 beta –Considered robust Has most of the same functionality of ColdFusion –Hack of the ActionScript Message Format

Goals of Tutorial Build Store for products –Allows for families of products –Shows photo of product and details Selected products added to Shopping Cart of Page Checkout system for collecting data on Customer

Prior to Site Development Have a clear idea of the needs of the site Plan your Database Plan your services for Flash Remoting Develop your Classes for the site Test your application