Whitepapers at Amikelive.com



Similar documents
Modern Web Development From Angle Brackets to Web Sockets

GUI and Web Programming

Software Requirements Specification For Real Estate Web Site

BEST WEB PROGRAMMING LANGUAGES TO LEARN ON YOUR OWN TIME

Internet Technologies_1. Doc. Ing. František Huňka, CSc.

Example. Represent this as XML

Web Cloud Architecture

Expert Reference Series of White Papers. 10 Tips for Creating Your Web Site COURSES.

Term Paper. P r o f. D r. E d u a r d H e i n d l. H o c h s c h u l e F u r t w a n g e n U n i v e r s i t y. P r e s e n t e d T o :

IT3504: Web Development Techniques (Optional)

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007

CSET 3100 Advanced Website Design (3 semester credit hours) IT Required

Server-Side Scripting and Web Development. By Susan L. Miertschin

Evolution of the Major Programming Languages

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Credits: Some of the slides are based on material adapted from

Web Design Technology

10CS73:Web Programming

JÁN LACKO, EUGEN RUŽICKÝ WEB TECHNOLOGIES AND DESIGN

BRIAN RUSSEL DAVIS. New Media Programming, Design & Concept Development. Summary

Syllabus INFO-UB Design and Development of Web and Mobile Applications (Especially for Start Ups)

IT3503 Web Development Techniques (Optional)

A review and analysis of technologies for developing web applications

OIT 307/ OIT 218: Web Programming

Framework as a master tool in modern web development

Short notes on webpage programming languages

Introduction to web development and JavaScript

How To Build A Web App

Web Applications Come of Age

Cloud Computing, Interactive Websites, and Scientific Research/Education

Maldives Pension Administration Office Republic of Maldives

Web. Programming. Hans- Pe0er Halvorsen, M.Sc. h0p://home.hit.no/~hansha/?page=sojware_development

MANAGEMENT INFORMATION SYSTEMS

Web Development News, Tips and Tutorials

Chapter 13 Computer Programs and Programming Languages. Discovering Computers Your Interactive Guide to the Digital World

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Fast track to HTML & CSS 101 (Web Design)

Platform Independent Mobile Application Development

XML Processing and Web Services. Chapter 17

Start up Jobs Germany FEB 2014

Client-side Web Engineering From HTML to AJAX

Integration the Web 2.0 way. Florian Daniel April 28, 2009

4.2 Understand Microsoft ASP.NET Web Application Development

Case Study. Data Governance Portal Brainvire Infotech Pvt Ltd Page 1 of 1

ActiveX AJAX ASP. AudioMP3

Web Development: Techniques for Handling Content. Shelley Slaey June 2, 2014

From Desktop to Browser Platform: Office Application Suite with Ajax

Distance Examination using Ajax to Reduce Web Server Load and Student s Data Transfer

Preface. Motivation for this Book

Release 1. ICAPRG604A Create cloud computing services

Conference Paper. Distributed Performance Systems using HTML5 and Rails. Dr. Jesse Allison 1.

From Microsoft to Open Systems and Back

Macromedia Dreamweaver 8 Developer Certification Examination Specification

MO 25. Aug. 2008, 17:00 UHR RICH INTERNET APPLICATIONS MEHR BISS FÜR WEBANWENDUNGEN

Overview. In the beginning. Issues with Client Side Scripting What is JavaScript? Syntax and the Document Object Model Moving forward with JavaScript

opalang - Rapid & Secure Web Development

Boston University. Overview and Description: Instructor, Contact , Office Hours and Blackboard Site: Topic Coverage.

Web Development Frameworks

Data Visualization in Ext Js 3.4

Volkov Vyacheslav. Summary. Saransk, , Mordovia, Russian Federation Moscow, Russian Federation +7(925) , +7(917)

Web 2.0 Technology Overview. Lecture 8 GSL Peru 2014

A WEB-BASED APPLICATION FOR REAL-TIME GIS

Lucy Zhang UI Developer Contact:

601/8498/X IAO Level 3 Certificate in Web Design and Development (RQF)

Developing Your School Website

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

ASP.NET 2.0, AJAX And Expression Web. Name Title Microsoft Corporation

Programming in HTML5 with JavaScript and CSS3

RIA Technologies Comparison

Trollhättan, Sweden

COS 333: Advanced Programming Techniques

How To Write An Ria Application

The GITO (Global IT & Operations) main goal is to deliver and maintain internal solutions for the business needs.

Rich User Interfaces for Web-Based Corporate Applications

An Introduction to the Development of Web Applications using Ruby on Rails with Ajax

HTML5. Turn this page to see Quick Guide of CTTC

At least 2 GCE A Level Passes and credit in Mathematics at Ordinary level. Mature candidates will also be considered on a case-by-case basis.

06 XML-based Technologies

Chapter 1. Introduction to web development

JavaScript By: A. Mousavi & P. Broomhead SERG, School of Engineering Design, Brunel University, UK

Nothing in this job description restricts management's right to assign or reassign duties and responsibilities to this job at any time.

Teaching web application development: Microsoft proprietary or open systems?

Smartphone Application Development using HTML5-based Cross- Platform Framework

Pentesting Web Frameworks (preview of next year's SEC642 update)

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA

AJAX The Future of Web Development?

Computer Science Course Descriptions Page 1

Web Developer Knowledge and Skills 2014

design coding monitoring deployment Java Web Framework for the Efficient Development of Enterprise Web Applications

AJAX. Gregorio López López Juan Francisco López Panea

World Wide Web Aka The Internet. Karst Koymans. Friday, October 2, 2015

IT6503 WEB PROGRAMMING. Unit-I

dustin caruso JavaScript / WordPress / UI developer 1230 Parkside Drive South, Reading, PA, USA dustin@dustincaruso.com

AALTO UNIVERSITY SCHOOL OF ELECTRICAL ENGINEERING. Page Load Performance Evaluation for Mobile Browser on a Cloud Computing Platform

AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev

2013 Ruby on Rails Exploits. CS 558 Allan Wirth

Performance Testing for Ajax Applications

Offerte del 13 giugno 2014

PROJECT MANAGEMENT SYSTEM

IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design,

Transcription:

Brief Overview view on Web Scripting Languages A. Web Scripting Languages This document will review popular web scripting languages[1,2,12] by evaluating its history and current trends. Scripting languages to be reviewed is as the following: 1. Scripting languages running at client side - Javascript - CSS - XSL 1 2. Scripting languages running at server side - Python - Perl - Ruby - PHP Google trends for server-side scripting languages: 1. Client Side Web Scripting Languages a. Javascript Originally built by Netscape and later standardized by ECMA under ECMA-262 specification[3]. This language is also known by several nicknames[4]. Javascript is 1) Although XSL is not mentioned in the reference, this language is important as stylesheet language for XML-based documents.

running at client side and is interpreted by browser. These days, Javascript is popular with its AJAX implementation which handles asynchronous request between server and client (browser). This enables more interactivity with less page loads thus a more responsive web application since only partial content is updated upon the invocation of the request. Data exchange between client and server can vary with several formats, for e.g: XML, JSON, plain text[5]. A common problem with Javascript implementation is when browser has no Javascript support, incomplete or varying Javascript compliance, or Javascript is disabled. Hence, another design approach (e.g: degradable ajax[6]) needs to be considered. Another problem is different level of DOM support by different browsers. Consequently, some workaround needs to be done in order to make javascript work properly among browsers. Some Javascript frameworks are also created to address cross-browser compatibility and more effective Javascript coding. The popular ones include Dojo,Yahoo UI (YUI), Prototype and Scriptaculous, and Jquery 2. b. CSS Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of document written in a markup language[7]. CSS is interpreted by browser and its specification is recommended by W3C[8]. Level of implementation varies among browser. It s also noticed that some browsers bring up their own CSS rules. Common workarounds in addressing different CSS interpretations are by adding CSS hacks or writing different CSS for different browsers. c. XSL XSL (Extensible Stylesheet Language) is a language used to format document written in XML. A subset of this language called XSLT (XSL Transformations) is used to convert or transform XML document into XHTML document for webpage. Just as CSS, the standard for XSL is defined by W3C[9]. Support for this language is 2) In some documents, Jquery is not mentioned as popular (or class A javascript framework), but I add it to the list due to its adoption in industrial and commercial sites.

provided by web browsers. However, someone can also use parser at the server side to process the XML file and its XSL stylesheet to render a valid XHTML page. 2. Server Side Web Scripting Languages a. Python Python was designed by Guido van Rossum who now is working for Google[10]. Python is characterized by its minimalist syntax and semantics while the standard library is large and comprehensive[11]. According to TIOBE index, Python ranks 7 th in term of programming language popularity[12] and it gets more widely used by academician and researchers and also businesses[13]. b. Perl Perl is popular as a language used for system management in *NIX based OSes. This language was created by Larry Wall, a UNIX hacker. Perl has evolved from a language originally developed for text manipulation into a general purpose language used in system administration, web development, network programming, GUI, and more[14]. c. Ruby Ruby was built by Yukihiro Matsumoto following the principle of good user interface design. He stresses that systems design needs to emphasize human, rather than computer needs[15]. Ruby is an object-oriented language, every data type is an object. For handling web development, a web framework called Ruby on Rails[19] is written in Ruby. This web framework gets more exposure and popularity due to its capability in RAD (Rapid Application Development) [16,17].

d. PHP PHP is a web scripting language popular for open source web developers and some companies who want quick development process. This language was developed by Rasmus Lerdorf and nowadays has been enhanced from a language used to produce dynamic web pages into further support in CLI (Command Line Interface) and graphical applications[18]. Although this language is popular for open source and individual developers, it usually doesn t come as first choice at enterprise level. The lack of good coding practice is often questioned by enterprise architect. To address this, some companies have developed PHP based frameworks for more corporate usage. Server side web scripting languages in comparison Python Perl Ruby PHP Main purpose general general general web purpose purpose purpose Website python.org perl.org ruby-lang.org php.net First appeared 1991 1987 1995 1995 Latest version 2.5.2 5.10.0 1.8.6 5.2.5, 4.4.8 (as of 2008-03-14) License Python GNU GPL Ruby License, PHP License Software GNU GPL Foundation License OS support cross platform cross platform cross platform cross platform OO support yes yes yes yes Type hinting static and dynamic dynamic dynamic dynamic Popular web Django, Pylons Maypole, Ruby on Rails Cake, Symfony, frameworks Catalyst Zend Framework B. Web True Languages

Besides web script languages, some true languages which serve as general purpose languages are also popular for web deployment. Java with JSP and.net framework (using C#, VB.net) are two popular choices for web deployment using true languages. However, because this summary is narrowed into scripting languages, the aforementioned true languages are not reviewed. C. References [1] Ousterhout, John K. Scripting: Higher Level programming for the 21 st century. http://home.pacbell.net/ouster/scripting.html [2] Bezroukov, N. A Slightly Skeptical View on Scripting Languages. http://www.softpanorama.org/articles/a_slightly_skeptical_view_on_scripting_ languages.shtml [3] ECMA-262 specification. http://www.ecmainternational.org/publications/files/ecma-st/ecma-262.pdf [4] Wikipedia entry for ECMA script. http://en.wikipedia.org/wiki/ecmascript [5] http://billwscott.com/share/presentations/adaptivela/ap-la-ajax-technical- Portion.pdf [6] J. Gehtland, B. Galiraith, D. Almer. Pragmatic Ajax. Raleigh, NC: The Pragmatic Bookshelf, 2006, Chapter 9 [7] Wikipedia entry for CSS. http://en.wikipedia.org/wiki/cascading_style_sheets [8] http://www.w3.org/style/css/#specs [9] Wikipedia entry for XSL. http://www.w3.org/style/xsl/ [10] Guido van Rossum Homepage. http://www.python.org/~guido/ [11] Wikipedia entry for Python programming language. http://en.wikipedia.org/wiki/python_programming_language [12] TIOBE Programming Community Index. http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html [13] Pythonology Python Success Stories. http://pythonology.org/success [14] Wikipedia entry for Perl programming language. http://en.wikipedia.org/wiki/perl [15] Wikipedia entry for Ruby programming language. http://en.wikipedia.org/wiki/ruby_programming_language [16] Protopsaltou, A. Rapid Prototyping of Web Applications Combining Ruby and Rails and Reverse Engineering. IT University of Goteborg. 2004 [17] Berhorn, A., Rowe, M. An Introduction to the Development of Web Applications

Using Ruby on Rails with Ajax. MICS Symposium. 2007 [18] Wikipedia entry for PHP programming language. http://en.wikipedia.org/wiki/php [19] Ruby on Rails Framework Homepage http://www.rubyonrails.org