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 18th, 2010

You need an HTML and PHP file to delete material from your database table from a web browser. Below are screenshots of two samples.  Linked in the Download are more examples from the Head First PHP and MySQL Book Web Site.
HTML File

PHP File

Download

Remove_Files (zipped)
You will find a sample similar to the .php pictured above at [...]

Continue reading about PHP Delete File Script Samples

sleduc on March 18th, 2010

Sample Page Titled: authorize.php

Include the file pictured below in the same folder as the page you are trying to protect, like any page that allows someone to enter or delete data.  You can download this file at the end of this blog entry.

Script Included on Protected Page

You must include this script above all of the [...]

Continue reading about PHP Authorization Page Sample

sleduc on March 18th, 2010

The PHP Code Embedded in HTML

The screenshots and zipped file for download, linked below, are based on the Chapter 3 addmail.html and .php scripts from the Head First PHP and MySQL Book with some fun CSS modifications.  It has these fields; First Name, Last Name, Gender, Graduation Year and Comments.  You need to be change [...]

Continue reading about PHP and HTML List Table

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

sleduc on October 15th, 2009

Quizlet.com HMTL Basics Flash Cards

Continue reading about Quizlet HTML Flash Cards

sleduc on October 14th, 2009

These are the basic html tags everyone should know
Here’s what it looks like on the page:
Header
Sub Header
Sub Sub Header
This is a paragraph.

Item 1
Item 2
Item 3

Item 1
Item 2
Item 3

W3Schools.com

Continue reading about HTML Basics Quiz

sleduc on May 20th, 2009

Caiden from the web development class made this game.  Please help him test the robustness of his creation.
caidenhome.com/beefense_page.html

Continue reading about Caiden’s New Game - Play On!

sleduc on February 28th, 2009

Make a folder named “surf” on your desktop.
Make another folder named “media” inside your surf folder.
Download the surf.html file into your surf folder.

http://hulk.osd.wednet.edu/sleduc/surf/

Download the surf.gif file into your media folder.

http://hulk.osd.wednet.edu/sleduc/surf/media/surf.gif

Open surf.html in Dreamweaver.
View the source code and look to see how the div tags work in the CSS at the top of the page and [...]

Continue reading about Create DIV Tags & Modify with CSS