sleduc on February 1st, 2011

Continue reading about 2010-11 Web Dev Blog Posts

sleduc on June 8th, 2010

 
icon for podpress  Podcast Video [6:14m]: Play Now | Play in Popup | Download

How do you get lots of data from a spreadsheet into HTML format without spending a lot of time geeking?  Watch this tutorial and see!
Download Samples

example_clients (Excel File)
example_clients (HTML File)

Continue reading about Data Migration

sleduc on March 22nd, 2010

Creating an input page to add information into a database table entails three steps

Create the ’sims’ database table
Create the html input form connected to the php script that adds the information into the table
Create the php script

Database Table

HTML Input Form

PHP Input Form

Download

Sims_Table_and_Input_Files Take II (zipped)

Continue reading about PHP Input Form

sleduc on March 21st, 2010

To create a simple search form and php script examine the following examples.  The HTML form and PHP script are all in one document.  You can download it below. Also remember to change the variables to your specific database and HTML form needs.
The HTML and PHP Form

Download

search.php (zipped)

The Tutorials
You should subscribe to rrphillips’ channel at [...]

Continue reading about PHP Sample Search Form and Script

sleduc on January 1st, 2010

Chapter 1: Adding Life to Web Pages with PHP

Goals

Learn the basic syntax and commands of PHP

Terms

HTML
PHP
Web Form
Browser
<?php ?>
Variable
Quotes
Echo
$_POST
Web Server
Array
Superglobal
Mail()

Concepts

HTML on Client side
PHP on Server side
PHP Syntax and command structure

Resources

Graphical Secure File Transfer Applications

Fugu (Mac)
WinSCP (Windows)

SSH (Secure Shell) Client

Terminal (Mac) - is already on all Macs
PuTTY (Windows and Unix)

HTML Editor

Kompozer

phpMyAdmin

Hulk Server Access

Head [...]

Continue reading about PHP and MySQL - Head First Book

sleduc on November 17th, 2009

The information in this quiz comes from Chapter 4 of the Head First HTML with XHTML and  CSS book

Continue reading about Image Media Quiz