Web Design

Web Design Techniques for Santa Rosa Junior College

Web Design Theory | Webdesigntuts+

Web Design Theory | Webdesigntuts+ …a series of essays, articles and tutorials on the theory behind great website design. This is supplemental reading for students. There are some really great articles in here.    Understanding design principles and having the ability…

North Bay Adobe User Group: Dreamweaver CS5

Monday Evening | February 28, 2011 07:00 PM – 09:00 PM Newman Auditorium Santa Rosa Jr College 1501 Mendocino Ave Santa Rosa CA 95401 Jeff Diamond will discuss Dreamweaver CS5 and Browser Labs — a nice way to see what…

HTML5 Completion Date Announced

Sitepoint: HTML5 Completion Date Announced “July 2014 is the date HTML5 will finally become an official W3C recommendation. May 22, 2011 has been confirmed as the last call— after that time, no new features will be added to the HTML5…

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 …

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…