Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008.

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

White House New Media & Open Source Software Macon Phillips White House New Media.
Murach's PHP and MySQL, C3© 2010, Mike Murach & Associates, Inc.Slide 1.
Murach's PHP and MySQL, C2© 2010, Mike Murach & Associates, Inc.Slide 1.
Murach's PHP and MySQL, C2© 2010, Mike Murach & Associates, Inc.Slide 1.
PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
Murach's PHP and MySQL, C4© 2010, Mike Murach & Associates, Inc.Slide 1.
Murach's PHP and MySQL, C4© 2010, Mike Murach & Associates, Inc.Slide 1.
Using Drupal for Your Organizational Website (or, how to use Drupal without cursing) Michelle Murrain Nonprofit Open Source Initiative MetaCentric Technology.
M ASSIVE M OSAIC Jeremy Lenz Austin Nakamura Michael Rush Combining Photos with Friends.
Why choose Drupal?
Encrypted Passwords. your_password + username $u = crypt ( your_password ) PHP insert username + $u SQL MySQL database username | encrypted password username.
A little bit more about SQL Alternatives to MySQL Views/Triggers By Loïs Desplat.
FrontAccounting.
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.
Operating Systems & Infrastructure Services CERN IT Department CH-1211 Geneva 23 Switzerland t OIS CERN Search Updates Eduardo Alvarez November.
Magento is an open source Content Management System that is mostly powerful in E-Commerce Script. Magento is built using Zend PHP and MySQL Databases.
PHP HYPERTEXT: PREPROCESSOR By: Justin T. Pleva. WHAT IS PHP?  General purpose  Server-side web development  Console application.
Introduction: Drupal is a free and open-source content management system (CMS). A content management system(CMS) is a computer program that allows publishing,
PHP - Hypertext Preprocessor Yaron Benita De Paul University.
APPX Web Development Kit Bringing APPX applications to everyone.
Ruby & rails by Nicholas Belotti. What is ruby Ruby is an object orientated scripting language. In Ruby...everything is an object! Ruby was released in.
What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool.
Development Strategies for Web Applications Jonathan Babbage National Superconducting Cyclotron Laboratory.
Joomla An Open Source Content Management System. Scope of Workshop Definition and background of Joomla Explanation of Joomla’s abilities and strengths,
CSE Waitlist Made By: Peng Hu, Zhicheng Lin, Mark Mosby, Robert Pittman, and Derek Robati.
We Know IT … IT’s What We Do! ® 2 Cyprien Mvuanda & Jonathan Davis Empire 2.0 Services October 1, 2010 Albany, NY Design, Development,Workflow and Implementation.
Operating Systems & Information Services CERN IT Department CH-1211 Geneva 23 Switzerland t OIS Drupal Database Selection Tim Bell 6 th June.
2001 IT Conference RenoPage: 1 PHP 101 PHP – You can DO IT! Greg Lawler Brooks Institute of Photography February IT Conference Reno.
Jennifer Widom Constraints & Triggers Triggers – Demo (Part 1)
11 Object-Oriented DBMS Figure Table 11.4 The Thirteen OODBMS Rules.
DATABASE PROGRAMS Onurcan Denizci, Oguzhan Kanat, Bugra Güner.
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
“Which Content Management System (CMS)? Drupal, Word Press...” by Dene Grigar Spring 2012 Tech 101 Series.
Security Considerations Steve Perry
CS453: Databases and State in Web Applications (Part 2) Prof. Tom Horton.
Lahini Arunachalam Fred Kang Eric Peng Nan Yu. Collaborate and Share The old ways of doing things Single Trip PlannerDecentralized Photos Facebook Trip.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
How Web Database Architectures Work CPS181s April 8, 2003.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
Chapter 9 Using PHP with MySQL Part 2. view_users.php Script 9.4 on page 283 iew_users.php
pictures_slideshow/article.htm.
XAMPP.
COMPUTER SECURITY Ashesi University College Benson Wachira Julateh Mulbah.
________________________________________________________________________________ McMaster University Libraries library.mcmaster.ca x22533.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
© 2010, Mike Murach & Associates, Inc.
LibData Customizations at Macalester College Johan Öberg Digital Scholarship and Services Librarian Macalester College Library Technology Conference.
Blogging together 1st Vocational School - 1st Laboratory Center
Introduction to web development concepts
Joomla An Open Source Content Management System
PHP: includes MIS 3501 Jeremy Shafer Department of MIS
Sessions and cookies (part 2)
Form Data (part 1) MIS 3502, Fall 2015 Jeremy Shafer Department of MIS
Class07 PHP: loops and includes
Performance and User Experience Improvements to the ASU/NASA Space Grant Website
© 2010, Mike Murach & Associates, Inc.
Moving from a PHP Flat-File Electronic Resources Manager to Drupal 6 Views Image courtesy of USFSW Mountain Praire (Flickr User) Under Creative Commons.
© 2010, Mike Murach & Associates, Inc.
Constraints & Triggers
© 2010, Mike Murach & Associates, Inc.
Class07 PHP: loops MIS 3501 Jeremy Shafer Department of MIS
10:00.
FEATURE OF THE (EVERY OTHER) DAY
Constraints & Triggers
Using PHP with MySQL Part 2
MySQL Backup, Transfer and Restore
© 2010, Mike Murach & Associates, Inc.
Creating a Modern Electronic Medical Records (EMR) System
Presentation transcript:

Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008

Drupal is built on the shoulders of giants

PHP dying? gophp5.org PHP4 end of life:  no more feature releases since end of 2007  No more security releases after 8 Aug 2008 <? ?>

WhenPastPresentFuture Drupal5.x6.x7.x PHP Version >= >= 5.2.0

Proper OO SimpleXML PDO

MySQL: “the Drupal database”  Lacking in features Postgres: neglected sibling  More robust Others: experimental support at best SELECT * FROM {databases} WHERE name IN(

WhenPastPresentFuture Drupal5.x6.x7.x MySQL Version >= 4.1>= 4.1.1>= 5.0

Drupal 7 will let you hammer in any old DBMS

When the blocks fit together, anything is possible