PHP Presentation at MaineWUG 2004
Posted on May 17th, 2004 by Gabriel HarperThis post contains slides and details of the PHP presentation I did for the MESDA Webmasters Group (MaineWUG) in May 2004.
Learn why PHP is one of the most popular web programming languages today. From evaluating the basics of a PHP web page to discussing multi-tier applications in PHP, we will cover topics of interest for both the beginner and the professional.
I would like to extend a thank you to everybody who attended Monday’s session. Time restricted me from hitting some of the detailed issues I know a few of you were looking for, so watch out next month for a follow up.
.ZIP – Download the slides in MS PowerPoint format [compressed - 126KB]
Please give me your feedback. Questions and constructive criticism are always welcome.
Time: 6:00 – 8:00 pm
Location: Northeast Technical Institute, Nonesuch River Plaza, 51 US Rte 1, Scarborough
- Introduction
- What is PHP? – Language overview, Server-side vs. client-side, Interpreted vs. compiled
- Brief History
- Using PHP
- Getting PHP
- Installing PHP (platforms,options)
- PHP Syntax
- A simple PHP application
- Why PHP?
- Benefits and disadvantages of PHP
- PHP in Maine – Cost analysis, Ease of use, Programmer population, Sample use cases
- Scalability and Multi-tier applications
- Language Comparison and Integration
- Language features overview (PHP, ASP, Java, Perl, etc.)
- Performance overview
- Integration with COM
- Integration with Java
- Advanced PHP Technical Features
- Database support
- Session management
- Image generation
- XML
- Web Services
- E-commerce
- Security
- Use Cases – time dependent
- Basic Templating System
- Email Contact Form
- Guestbook
- Simple user authentication
- Conclusion
- Links and resources
- Q&A
* Please note: The slide containing the start and end tags for PHP unfortunately did not contain the
syntax for ASP style tags. “ASP style” tags are of the format <% ... %>
. You
can find more information here.