Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Web Publishing with Alpha Five Session 1.

Slides:



Advertisements
Similar presentations
Publishing Your PDB Under Windows
Advertisements

Svetlin Nakov Director Training and Consulting Activities National Academy for Software Development (NASD) ASP.NET 3.5 New Features.
Building Database Relationships
AppViewXS Installation Infrastructure Overview Web Server Application Server.
Using EBSCOs Search Box Builder Tool Tutorial. Would you like to promote your EBSCOhost resources by adding an easy-to-use search box to your website?
Creating an EDS Search Box Using EBSCO’s Search Box Builder Tool
AJAX Development By Gary Mandela December 26,
E-Commerce CMM503 – Lecture 8 Stuart Watt Room C2.
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 11: Advanced Web Technologies.
Hypertext Transfer PROTOCOL ----HTTP Sen Wang CSE5232 Network Programming.
Session Variables Storing Session Variables on the Server.
Web Toolkit Julie George & Ronald Lopez 1. Requirements  Java SDK version 1.5 or later  Apache Ant is also necessary to run command line arguments 
Modern Web Application Frameworks CSE 591 – Security and Vulnerability Analysis Spring 2015 Adam Doupé Arizona State University
How to Use FT6 for Filling Data ?
Design of Web-based Systems IS Development: lecture 10.
Integrating Databases with the Web Using FileMaker Pro 5.0 Michael Lindeman Illinois Online Network Faculty Summer Institute May 22-24, 2000.
Week 2 IBS 685. Static Page Architecture The user requests the page by typing a URL in a browser The Browser requests the page from the Web Server The.
Multiple Tiers in Action
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Website Development with PHP and MySQL Introduction.
Agenda – Week 5, Day 2 Complete RoboHelp Tutorial Transition to HTML Tutorial –Warm-up – Explore HTML –Page Design – Create a page –Publishing – Make your.
Publishing a Web Page at the University of DE FREC 135.
Web Integration to an Appx Backend Server. Unix web servers + CGI Win2K web servers + ASP Win2K web servers + ODBC Processing requests Generating HTML.
Module 1: Installing Internet Information Services 5.0.
INTRODUCTION TO WEB DATABASE PROGRAMMING
1 Web Server Concepts Dr. Awad Khalil Computer Science Department AUC.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
CAIL Studio NonStop SOA Integration and Non- Intrusive Application Customization - Featuring - HTML access, Web Services, Screen Aggregation, and Automation.
Creating a Survey Using Dreamweaver’s Record Insertion Form Wizard.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
Elements of ASP Documents Adapted from MCDN Web Workshop ( and Webmonkey’s Introduction to Active.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,
Lesson 34: Web Site Publishing and Maintenance. Objectives Perform site testing Use a staging/mockup server to test a site Compare in-house Web site hosting.
Integration of OpenStreetMap into ArcGIS Al Pascual.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
Extend the Operations Dashboard with Custom Widgets (and more)
The Problem of State. We will look at… Sometimes web development is just plain weird! Internet / World Wide Web Aspects of their operation The role of.
Client-side & Server-side Scripting ©Richard L. Goldman August 5, 2003 Requires PowerPoint 2002 or later for full functionality.
Ajax for Dynamic Web Development Gregory McChesney.
From “Control Panel”, launch “Programs and Features” then select “Turn Windows features on or off” Lab 2: Setup Lab Environment.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Javascript JavaScript is what is called a client-side scripting language:  a programming language that runs inside an Internet browser (a browser is also.
1 An Introduction to Dreamweaver and PHP Part C: Setting Dreamweaver up to handle file transferring FTP.
Learning Aim C.  In this section we will look at some simple client-side scripts, browser compatibility, exporting and compressing and suitable file.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
Copyright © 2011 Pearson Addison-Wesley Web Servers and Projects Deployment Chapter 11 – Slide 1.
Building Complete Web Application Using ASP.NET 3.5 & Visual Studio 2008 Omar Khan Group Program Manager Visual Studio.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
JQuery Fundamentals Introduction Tutorial Videos
DYNAMIC CONTENT DELIVERY
SharePoint Broken Link Manager
Project 1 Introduction to HTML.
CISC103 Web Development Basics: Web site:
Active Server Pages Computer Science 40S.
Google Web Toolkit Tutorial
Data Virtualization Tutorial… CORS and CIS
WWW Basics.
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
ASP.NET Module Subtitle.
SharePoint Broken Link Manager
Are You Remote? Presented by.
Rev Up Your Design Cycle With DesktopServer
Choosing between Silverlight and AJAX
Presentation transcript:

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Web Publishing with Alpha Five Session 1

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing What Why Where How Integration with Alpha Five Desktop Overview of Web environment Getting Started

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing - What Runs xbasic code on the server and sends html/javascript to the client (your web browser). ServerClient (browser) XbasicHtml PerlJavascript Cold FusionXML ASP.net

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing – Hello world Demo, only seen by the server.

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing - Why Leverage current knowledge of Alpha Rapid development environment Integrate with other tools, e.g. Dreamweaver Hybrid desktop – web applications Technologies such as AJAX

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing - Where Local development – localhost Local web server Hosted service “Publishing” is ALWAYS required. (must convert paths on local machine to path used by web server)

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing - How No-ip.com – see slide notes. No-ip.com - secure web connections Active vs. Passive mode FTP Server licensing

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing – Application Server

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing – Desktop Integration Field Rules – engine level Reports – Yes, but no UI features (Ask vars.) Forms – No Operations – Yes, via xbasic Xbasic – Yes, but no UI Xdialog – No Action scripting – Must convert to xbasic

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing – Web Overview Read the Web Publishing Tutorial in Help file Video tutorials on Alpha’s web site Set up the Application Server New Web Profile genie in version View -> Show quick start help. Sample web pages shipped with A5.

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing – Sample Pages

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing – Web Control Panel Demo – Tour of Web Control Panel

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Alpha Web Publishing - Profiles Concepts important to understand. Best learned by the following examples.

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Publishing – Localhost

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Publishing – Localhost folders

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Publishing - LAN

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Publishing - FTP

Alpha Five User Group, Bill Parker, Web Publishing - Session 1, April 2008 Publishing - Aliases