Lecture Notes Announcements Review of Project 3 – Navigation & Sitemaps with PHP Server side includes - review some student projects – the jquery sliding footer Review of MySQL Database fundamentals Dreamweaver Server Behaviors with PHP & MySQL Assignments Lesson…
Tag Archive for php
Part 1: Server Behaviors in Dreamweaver CS5 with PHP / MySQL
by jayperetz • • 8 Comments
Dreamweaver has included server programming and database server programming features for over 10 years. The server behaviors in CS5 are virtually unchanged from CS4. The basic concept is that Dreamweaver inserts code snippets into your webpages that perform basic server-based…
Revisiting Drop Down Menus, Sitemaps & PHP Includes
by jayperetz • • 2 Comments
More about Sitemaps It is a good practice to refer to URLs in your sitemap as root relative or absolute, so that the sitemap can be included in files that are in all folders and subfolders of the site. Search…
SPRY Menu with Sitemap Includes | Scraping a Sitemap & Styling a Menu and Footer Navigation
by jayperetz • • 1 Comment
Website Navigation Navigation systems are central and vital to a website. Navigation needs to be highly efficient and intuitive for human visitors and search engine robots and adaptable for the productivity of the web designer. The approach I take…
Styling and inserting a Spry Menu Bar 2.0 widget | Adobe Developer Connection
by jayperetz • • Comments Off
Styling and inserting a Spry Menu Bar 2.0 widget | Adobe Developer Connection. This tutorial can be reviewed prior to or following our February 10 class. We will be extending/supplementing this tutorial on February 10 by using an extensible PHP…
Contact Form with a PHP Autoresponder
by jayperetz • • Comments Off
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 …
PHP and webpages
by jayperetz • • 3 Comments
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
by jayperetz • • Comments Off
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…