Bucharest, 23 February 2005 CHM PTK technologies Adriana Baciu Finsiel Romania.

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 1 Introduction to Perl and CGI.
Advertisements

EIONET Training Beginners Zope Course Miruna Bădescu Finsiel Romania Copenhagen, 27 October 2003.
Overview Environment for Internet database connectivity
Lecture plan Information retrieval (from week 11)
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
Chapters 14 & 15 Internet Databases. E-Commerce  Bringing new products, services, or ideas to market, supporting and enhancing business operations 
Project 1 Introduction to HTML.
Chapter Concepts Review Markup Languages
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
1 CS6320 – Why Servlets? L. Grewe 2 What is a Servlet? Servlets are Java programs that can be run dynamically from a Web Server Servlets are Java programs.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
W3C Activities HTML: is the lingua franca for publishing on the Web XHTML: an XML application with a clean migration path from HTML 4.01 CSS: Style sheets.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
E-Commerce The technical side. LAMP Linux Linux Apache Apache MySQL MySQL PHP PHP All Open Source and free packages. Can be installed and run on most.
ECA 228 Internet/Intranet Design I Intro to the Web.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
The PHP Story. PHP Story PHP is a programming language. Incorporate(join) sophisticated business logic. Widely used general purpose scripting language.
John Hartley Mark Bransby Utilizing Adobe's Publishing Solutions for Distributed Web Publishing.
Zope/Plone Open-Source Application Server/ Content Management System Steve McMahon Reid-McMahon, LLC.
Website Development & Management Introduction & Overview CIT Fall Instructor: John Seydel, Ph.D.
INTRODUCTION TO DHTML. TOPICS TO BE DISCUSSED……….  Introduction Introduction  UsesUses  ComponentsComponents  Difference between HTML and DHTMLDifference.
Enterprise Application Integration – Web Collaboration and Standardisation Enterprise Application Integration – Web Collaboration and Standardisation.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
VS.NET Syllabus By Peter Huang.
NetTech Solutions Working with Web Elements Lesson 6.
Programming the Web Web = Computer Network + Hypertext.
Build a HTML 5 App Octobershiner. What is a HTML 5 app ? What is a Web application ? Sth. In your browser Maybe a webpage or a game Multiple type of OS.
Fundamentals of Database Chapter 7 Database Technologies.
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
PHP Features. Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
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.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
Overview Web Technologies Computing Science Thompson Rivers University.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Expertsfromindia for Joomla Development. Introduction Joomla is an open source and free content management system (CMS) for publishing content on the.
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.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
Zope Concepts - Python scripts Valentin Baciu Finsiel Romania Tirana, 6 June 2005.
Introduction to PHP and MySQL – Creating Database-Driven Websites
Web Programming Language
Web Basics: HTML/CSS/JavaScript What are they?
A PRESENTATION ON (IN PHP,CSS,HTML)
Web Technologies Computing Science Thompson Rivers University
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Developing Web-Based Applications
PHP / MySQL Introduction
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
IntroductionToPHP Static vs. Dynamic websites
Web Technologies Computing Science Thompson Rivers University
FEATURES OF PYTHON.
Class 4: Building Interactive Web Pages
Web Application Development Using PHP
Presentation transcript:

Bucharest, 23 February 2005 CHM PTK technologies Adriana Baciu Finsiel Romania

2 What is Zope?  A Web server  Zope comes with a built in web server  A Web based interface  you use your web browser to interact with the Zope management interface.  An object database  Mainly all your information is stored using ZOPE objects in the ZODB  Relational integration – works with other relational DBs  Scripting language support (Python, Perl, DTML, TAL, TALES)  Zope provides good programming productivity  Z Object Publishing Environment

3 ZOPE Features  Powerful Collaboration  Simple Content Management  Scalability  Extensible  Rapid content creation and distribution  Platform independence. Zope runs an all widely used operating systems: Linux, Windows NT/2K/XP, Solaris, Open BSD, Free BSD, NetBSD, Mac OS X

4 Zope Features  Has a built-in Web server, but it can run with third-party Web servers  Database integration (Oracle, PostgresSQL, MySQL, Access, LDAP, IMAP)  Built-in security model  Multiple protocol support (HTTP, FTP, SQL, ODBC) and standards (XML, DOM, XML/RPC, SOAP, WebDAV)  Open Source

5 Zope Server  Can be extended with special modules - the products, huge collection of open source Python modules and libraries  Most of Zope is coded in Python scripting language. Critical performance parts were written in C.  Python programming

6 Python  “Python has been an important part of Google since the beginning, and remains so as the system grows and evolves. Today dozens of Google engineers use Python…” (Peter Norvig, director of search quality at Google, Inc. )Google, Inc.  Interpreted, interactive, object-oriented programming language  Rapid  Portable  Clean syntax  Modules to support web standards and services  Great community of users who creates open source products, modules.

7 Other technologies used  HTML (Hyper Text Markup Language)  CSS (Cascading Style Sheets)  DTML (Document Template Markup Language)  ZClasses (to create products the Zope way)  Small Javascript usage