Author Archive for jayperetz

Weekly Recap for February 3

Lecture Notes Student Gallery Dreamweaver Efficiency Features – site links/files panel … spellchecker…css styles panel Server Side Includes PHP Contact Form & Autoresponder Assignments Project 2: Contact form and Autoresponder in PHP – Start with the tutorial and use your…

Contact Form with a PHP Autoresponder

This tutorial exercises three main concepts of Lesson 3 the POST method of data capture server side includes php programming for business rules. We are going to create a simple example of a very useful website feature.   We will …

Weekly Recap for January 27

Lecture Notes Setting up a portable site for this class | a testing server definition & the textbook example files numediacareers.com Dreamweaver page layouts Grid systems & HTML5 Dreamweaver HTML5 page layouts & Multiscreen viewing PHP and Webpages Assignments |…

PHP and webpages

PHP is a programming language that can be included on webpages and interpreted by the webserver as the page is assembled.    The page is delivered to the browser with the PHP already interpreted – so the View Source feature within…

Getting Started with PHP in Chapter 2

The first half of chapter 2 of our Training from the Source textbook covers the setup and configuration of a php server environment.  These are not steps that we need to take for this class because we are using php…

Weekly Recap for January 20

Lecture Notes Introductions Course overview Logistics Setting up a SRJC webserver Setting up a Dreamweaver Site Setting up a MySQL database A first look at php Assignments | Due January 30, 2011 Read Chapters 1 & 2 of Training from…

Setting up a Dreamweaver Site Definition

This class explores many great DW CS5 features that simplify the development of server-based web applications.   There are many useful features that become available in DW by using  Site Definitions, such as local caching, the Assets Panel features and the…

Setting up a webserver environment

In the Advanced Dreamweaver class we will be building websites that are dynamic and data-driven.     We will be using Dreamweaver to program components on the webserver in addition to the html, css and js files you may have worked with…