Showing source code for /jcd/useful/webcon/2005/index.php | |
<?php
$title = "Home";
$h4 = "<a href=\"#topics\">Topics</a> | <a href=\"covers.php\">Begin -></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";
?>
![]() |
Web Conference 2005Writing PHP for ITS/ASET Web services |
![]() |
Penn State Web 2005 Conference tutorial and lecture session by Jeff D'Angelo, Systems Analyst/Programmer, ITS
Pre-conference Tutorial: Information Science and Technology (IST) building, Room 203, 8 AM - 12 Noon. 4 hour lecture and hands-on laboratory
Conference Session: The Penn Stater Conference Hotel, Room 108, Break-Out Session 2 (11 - 12 AM),
Penn State Systems and Services track. 1 hour lecture
Both presentations will be on the same content.
|
If you have any questions, feel free to ask me. Content by: Jeff D'Angelo <jcd@psu.edu> © 2005 Last update on: Wed Jun 15, 2005, 11:28:48 PM |
|