Learn to Create Interactive Drill-Down Dashboards with PHP and FusionCharts via Learn to Create Interactive Drill-Down Dashboards with PHP at Nettuts. This tutorial is so similar to the SQL final project, I am sharing it to provide another approach using…
Tag Archive for php
Using Dreamweaver XSLT to Display Live News Feeds and XML
by jayperetz • • Comments Off
Publishing RSS feeds on a website has several benefits – keeping your visitors informed, adding content to support your search optimization and building partnerships with other internet publishers. Dreamweaver includes several server-based features designed to make it very simple to…
SQL: A Simple PHP/MySQL Master Detail Report
by jayperetz • • 3 Comments
This tutorial is based on Project 4 of the SQL class. It is of use to students in the Advanced Dreamweaver class as well. In fact, a summary/detail report is a very common technique in using SQL database-driven applications. …
Dreamweaver Cinco de Mayo Project
by jayperetz • • 9 Comments
In class on Thursday May 5 we started building a PHP form for a simple application that allows a user to upload an image and order a custom Cinco de Mayo tshirt with the image on the front. Using the…
Dreamweaver | Lecture Notes 4-21-2011
by jayperetz • • Comments Off
Complex Form Processing download the lesson08 files Examining the POST[] array Setting default Radio Group value with checked=”checked” Set multiselect select name values to arrays Handling mulitselect values to PHP Resetting Passwords examine the process – pg 288 Create a…
Data Form Validation and MySQL with Zend Framework
by jayperetz • • 6 Comments
Data Validation with Zend Framework You can download the lesson 7 start files here. The definitive reference for Zend Validation can be found here. The text is excellent at providing a step-by-step approach to building a robust web data form…
Weekly Update | March 31, 2011
by jayperetz • • Comments Off
Lecture Notes Review midterm CTE Surveys Zend Framework – what is it and how will we work with it – /home/WWW_pages/jperetz/advdw/ZendFramework/library – pseudo-MVC development – local code-hinting SQL:Alter Table Upgrading the Enter User form with server-side validation Assignments Lesson 7…
Weekly Recap | March 10, 2011
by jayperetz • • 12 Comments
Lecture Notes Review of Quiz 2 Re-Review of MySQL Database fundamentals Dreamweaver Server Behaviors with PHP & MySQL This week we reviewed many of the topics we covered in previous weeks. We pretty much covered all the server behaviors in…
Dreamweaver CS5 Test Server Setup on SRJC Student Accounts
by jayperetz • • 5 Comments
Dreamweaver Test Servers Many of the features in Dreamweaver CS5 that we rely on in this class, such as Live View, require a properly set up test server. Several students seem to have recurring problems with their test server setup,…
Part 2: Server Behaviors in Dreamweaver CS5 with PHP / MySQL
by jayperetz • • 1 Comment
In an earlier post focused on the first part of Lesson 6 we explored the server behaviors that create a fully function user login system using webpage forms and a MySQL database with user records stored in a table. …