Showing source code for /jcd/useful/webcon/2005/index.php

Show normal

More about showing source

 

<?php
$title 
"Home";
$h4 "<a href=\"#topics\">Topics</a> | <a href=\"covers.php\">Begin -&gt;</a>";
include 
"header.php";
?>

<h2>PHP and the Current State of ITS Web Application Engines</h2>

<p><a href="http://www.psu.edu/webconference/">Penn State Web 2005 Conference</a> tutorial and lecture session by Jeff D'Angelo, <a href="../../../employ.html">Systems Analyst/Programmer</a>, <a href="http://its.psu.edu/">ITS</a></p>

<h3>Presentation dates</h3>

<ul>
<li><p><b><a href="http://www.psu.edu/webconference/program.html#Tutorials">Pre-conference Tutorial</a></b>: Information Science and Technology (IST) building, <b>Room 203</b>, <b>8</b> AM - <b>12</b> Noon.  4 hour lecture and hands-on laboratory</p>
<li><p><b><a href="http://www.psu.edu/webconference/program.html#Conference">Conference Session</a></b>: The Penn Stater Conference Hotel, <b>Room 108</b>, Break-Out Session 2 (<b>11 - 12 AM</b>), <img src="http://www.psu.edu/webconference/Images/diamond_peach.gif" class=nofloat> Penn State Systems and Services track.  1 hour lecture</p>
<p>Both presentations will be on the same content.</p>
</ul>

<h3><a name="topics">Topics</a></h3>

<ul>
<li><a href="errata.php">Errata</a> - Corrections and updates since the presentations (updated <span class="time"><?php echo last_updated("errata.php"); ?></span>).
</ul>

<ol>
<li><a href="covers.php">What this session covers</a>
<li><a href="takingcourse.php">Tips on how to take this course</a>
<li><a href="whats.php">The basic "What?"s</a> - PHP and server-side programming
<li><?=$psuicon?><a href="psu.php">Penn State ITS/ASET Web services</a> - What do we provide?  What is planned?
<li><a href="helloworld.php">Your first PHP script</a> - how to invoke php.scripts.psu.edu; from HTML to PHP
<li><a href="lang.php">The PHP language in a nutshell</a> - general language syntax, semantics, intro to programming, references
<li><a href="serverinfo.php">Learning about server capabilities</a>
<li><a href="form.php">Basic Web form</a>
<li><a href="post.php">The POST method</a>
<li><a href="email.php">Email Form</a>
<li><a href="savingonserver.php">Saving Data Server-Side</a>
  <ul>
  <li><a href="filestore.php">file storage</a>
  <li><a href="sqlite.php">SQLite</a>
  <li><a href="databases.php">tips using remote databases</a>
  </ul>
<li><a href="savingonclient.php">Saving Data Client-Side</a>
  <ul>
  <li><a href="paramreply.php">Passing State via Parameters</a>
  <li><a href="cookies.php">Cookie Management</a>
  <li><a href="sessions.php">Sessions Management</a.
  </ul>
<li><a href="security.php">Security Controls</a> - Identity management, authentication, authorization
<li><p>Practical lessons</p>
 <ul>
 <li><?=$psuicon?><a href="webaccess.php">Using Penn State WebAccess Authentication</a>
 <li><?=$psuicon?><a href="ldap.php">Using the Penn State Directory (LDAP)</a>
 <li><?=$psuicon?><a href="webaccessandldap.php">Penn State WebAccess and Directory Enabled Applications</a>
 </ul>
<li><p><a href="conclusion.php">Going From Here</a></p>
</ol>

<h3>Resources:</h3>
<ul>
<li><a href="viewhtmlsource.php">How to view HTML source</a>
<li><a href="viewphpsource.php">How to view PHP source</a>
<li><a href="helloworld_save.php">How to copy/paste, edit and save a Web page online</a>
<li><a href="rename.php">How to rename files on the server</a>
<li><a href="show_extensions.php">How to show filename extensions</a>
<li><a href="glossary.php">Glossary</a>
</ul>

<h3>References:</h3>
<ul>
<li><a href="references.php">References</a>
</ul>

<?php
include "footer.php";
?>

 

Penn State

Web Conference 2005

Writing PHP for ITS/ASET Web services

Topics | Begin ->

PHP and the Current State of ITS Web Application Engines

Penn State Web 2005 Conference tutorial and lecture session by Jeff D'Angelo, Systems Analyst/Programmer, ITS

Presentation dates

Topics

  1. What this session covers
  2. Tips on how to take this course
  3. The basic "What?"s - PHP and server-side programming
  4.  Penn State ITS/ASET Web services - What do we provide? What is planned?
  5. Your first PHP script - how to invoke php.scripts.psu.edu; from HTML to PHP
  6. The PHP language in a nutshell - general language syntax, semantics, intro to programming, references
  7. Learning about server capabilities
  8. Basic Web form
  9. The POST method
  10. Email Form
  11. Saving Data Server-Side
  12. Saving Data Client-Side

Resources:

References:


If you have any questions, feel free to ask me.

Content by: Jeff D'Angelo <jcd@psu.edu> © 2005

Show normal

Last update on: Wed Jun 15, 2005, 11:28:48 PM