This tutorial is beyond the scope of our class, but I am posting it for the ambitious students who, after reviewing David Power’s tutorial on the Widget Browser are curious about what makes up an Adobe Dreamweaver Widget. In this…
Spring 2011
Weekly Recap for February 17
by jayperetz • • Comments Off
Lecture Notes There is no class scheduled for Thursday February 17 – it is a Professional Development Day at SRJC. We will meet again on February Assignments Project 3 – A 3 tier drop down menu with PHP includes –…
Weekly Recap for February 10
by jayperetz • • 11 Comments
Lecture Notes Review Quiz 1 Review Project 2 Creating a Drop Down Menu navigation system with PHP includes Assignments Project 3: Drop Down Menu Navigation with PHP includes due February 27. Create a new PHP webpage with a UL-based drop…
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…
Weekly Recap for February 3
by jayperetz • • 11 Comments
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
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 …
Weekly Recap for January 27
by jayperetz • • 5 Comments
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
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…