D JANGO Leo Wang Daniel South Philip Kim. Introduction Open Source web application framework Released in 2005 Python is used throughout Speed of development.

Slides:



Advertisements
Similar presentations
By Brett Toothman Feed Me!. Overview Introduction Current Problem Project Description Deliverables Design Protocols Demonstration Conclusion.
Advertisements

Apache Tiles.
L/O/G/O ORION team MVC-Generator
Ruby on Rails Tutorial Peter Mosca April, Ruby on Rails Tutorial Ruby History Invented 12 years ago in Japan by Yukihiro Matsumoto Spent first 5.
Introduction to Model-View-Controller (MVC) Web Programming with TurboGears Leif Oppermann,
Building Applications using ASP.NET and C# / Session 1 / 1 of 21 Session 1.
VLab Web Application Architecture Xinyi Dong 10/1/
Broadcast Shane Pearlman & Reid Peifer GRSS AdCom Meeting, Vancouver July, 2011 Shane Pearlman & Reid Peifer GRSS AdCom Meeting,
Python, CGI November 23, Unit 8. So Far We can write programs in Python (in theory at least) –Conditionals –Variables –While loops We can create a form.
Creating Interactive Course Assignment Pages The OSU Libraries ICAP Project Coalition for Networked Information Fall 2007 Task Force Meeting Kim Griggs,
Ruby on Rails a popular web application framework, aimed to increase the speed and ease of web development Ruby on Rails, Tim Zappe.
The Solution to Your Product Problems. Overview - What is PDS? ➲ Project Management System ➲ Web Based Easy to use Scalable ➲ Streamlined tools for software.
Small/Medium Business Solutions Forum (Build Your Network within the User Community) Michael Maher, LG Philips Displays Diane Schwarz, Honeywell Video.
JavaServer Pages TM Introduce by
Session-01. Layers Struts 2 Framework The struts 2 framework is used to develop MVC-based web application. Struts 1.0 was released in June The.
Introduction to the OWASP Top 10. Cross Site Scripting (XSS)  Comes in several flavors:  Stored  Reflective  DOM-Based.
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
PHP-Fusion. Introduction PHP-Fusion is a lightweight open source content management system (CMS) written in PHP. PHP-Fusion utilizes a MySQL database.
Kentico CMS 5.0 Full-featured Flexible Web Content Management System for All Your Needs.
Dobrin / Keller / Weisser : Technical Communication in the Twenty-First Century. © 2008 Pearson Education. Upper Saddle River, NJ, All Rights Reserved.
Building Library Web Site Using Drupal
RUBY ON RAILS It’s so rad. What we’ll cover  What is Ruby?  What is RoR?  Why RoR?  Developing with RoR  Deployment  Demo  Questions.
Ruby on Rails CSCI 6314 David Gaspar Jennifer Garcia Avila.
Oracle Application Express (Oracle APEX)
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Seng and Wavering present:.  Don’t forget your paperwork!  Will be developing a website for a client – usually a club, nonprofit, or other worthy.
Lesley Bross, August 29, 2010 ArcGIS 10 add-in glossary.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
The following is intended to outline Oracle’s general product direction. It is intended for information purposes only, and may not be incorporated into.
PHP TUTORIAL. HISTORY OF PHP  PHP as it's known today is actually the successor to a product named PHP/FI.  Created in 1994 by Rasmus Lerdorf, the very.
DYNAMIC WAP BASED VOTING SYSTEM Bertrand COLAS Submission date: May 2002 School of Computing Bachelor of Engineering with Honours in Computer.
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
1 Dr Alexiei Dingli Web Science Stream Introducing Rails.
SENG 422 Lab 1 Project Intro and Tools Time: ELW B220 from (4:00 - 6:50) every Tuesday TA: Philip Baback Alipour Ph.D. Candidate in Electrical, Computer.
Features and Updates Native UTF-8 support Innovative user interface to simplify everyday tasks Enhanced Photo Gallery 2.0 Windows-style control panel interface.
Automate Administration with KURL Shayne Koestler.
# epi7fin #episerver7 1. Petri Isola Lead Technical Sales Engineer EPiServer 7: Content Blocks 2.
Arnold Geraldo Designing and Making of The Online Auction Website Using CakePHP Framework.
University of Palestine Faculty of Engineering and Urban planning Software Engineering department Software Engineering Group Project Requirements Project.
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
Under the hood source files in java J2SE, Tomcat, Pellet, MySQL, Spring 851 MB code base.
MVC Design Pattern Web Developer at Crimshield, Inc Application Developer at IBM Present - Delta Developer at Tides.
Ruby on Rails By S. Christopher Hellriegel. Overview 1. What is Ruby on Rails? 2. What is MVC? 3. Simple example 4. Wow, that was cool!
Ruby on Rails Evaluation – Cognitive Dimensions Joshua Sunshine
D JANGO Leo Wang Daniel South Philip Kim. Introduction Open Source web application framework Released in 2005 Python is used throughout Speed of development.
WikiPlus Configurations Configure WikiPlus elements to your needs.
Comanche A GUI management tool for Apache Daniel López Ridruejo
The basics of knowing the difference CLIENT VS. SERVER.
ASP.NET MVC Telerik Academy
Don’t Reinvent the Wheel Zach Boerger February 2012.
Parallel Session Interfaces This session is intended to be a working session with a couple of introductory presentations “Geant4 Web Application” by Hajime.
Collaborative Development Services Learning From the Open Source Agile Development Process Richard Kilmer, InfoEther LLC.
Keystroke Dynamics By Hafez Barghouthi.
Introduction to Model-View-Controller (MVC) Web Programming with TurboGears Leif Oppermann,
MATT, JARED, PAUL MEETING 10 Syllabus Management System.
Ruby on Rails. Web Framework for Ruby Designed to make it easier to develop, deploy, and maintain web applications Design with Model-View-Controller –almost.
The Django Web Application Framework zhixiong.hong
DotNetNuke v4 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
Expertsfromindia for Joomla Development. Introduction Joomla is an open source and free content management system (CMS) for publishing content on the.
Presented by Alexey Vedishchev Developing Web-applications with Grails framework American University of Nigeria, 2016 Intro To MVC Architecture.
Team: Daniel, Jeremy, Tai, Mike, Slavko (Formerly “Team Ramani Map”)
Introduction to Android Programming. Features of Android.
Dive into web development
Framework and Graph Visualization Tools
Y.-H. Chen International College Ming-Chuan University Fall, 2004
UNH Programming Assistance Center Automation
Web Based Power Management Tool
EXTENSION AND INTEGRATION
5 Leading web development Framework is good for developing a Secure Website.
Information Retrieval and Web Design
Presentation transcript:

D JANGO Leo Wang Daniel South Philip Kim

Introduction Open Source web application framework Released in 2005 Python is used throughout Speed of development

Django vs Rails Similarties: – Django is to Python as Rails is to Ruby – Model-View-Controller architectural – Emphasis is on Reuse, DRY and simplicity Differences: – Django has a built-in admin control whereas Rails doesn’t

Django Community

Rails Community

Common Uses Dynamic web pages – Guestbook – Poll voting – Forum – Social network

Features Session Framework – Store visitor data – Python dictionary Templates – Generate unique views – Built-in tags

Features Django admin interface – Designed for nontechnical users – User interface to perform tasks

Code and Demonstration