WordPress began as an open source blogging system that is now the most popular Web Content Management System used by professional web designers. It is probably the most effective platform for building a custom-designed website with complete content editing capabilities,…
Monthly Archives: April 2011
Informational Resources for Dreamweaver CS 5.5
by jayperetz • • Comments Off
New CS5.5 Features Creative Suite 5.5 will be available in May. Get started learning about it here: HTML5 in Dreamweaver CS5.5 Dreamweaver CS5.5 supports Phonegap Multiscreen Authoring with Dreamweaver CS5.5 video tutorial Dreamweaver CS5.5 HTML5 W3C Validation Dreamweaver CS5.5 HTML5…
Dreamweaver Assignments – Due May 1
by jayperetz • • 1 Comment
Read and go through examples in Lesson 08. It is a long chapter and includes lots of code, but very instructive in database, email and other PHP techniques. It is worth the time. Project 6: Submit a working version of…
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 Models & Forward Engineering with MySQL Workbench
by jayperetz • • Comments Off
Forward Engineering Tutorial I created a short video tutorial on how to forward engineer a database on the SRJC student server. The first few seconds are gray for some reason, but stick with it and you’ll see the step by…
Zend_Mail and Form Elements
by jayperetz • • 12 Comments
Setting up for Lesson 8 Download the lesson 8 folder. Update start/scripts/library.php with your own database information. Copy start/scripts/library.php to overwrite completed/scripts/library.php PHP email Sending email with the basic PHP core libraries is a snap, just call mail($to, $subject, $headers,…
North Bay tech seminar sees dynamic, mobile web
by jayperetz • • Comments Off
Great post from Tom about this week’s web conference…. http://tech.blogs.pressdemocrat.com/11554/north-bay-tech-seminar-sees-dynamic-mobile-web/?tc=ar
Weekly Update | April 7, 2011
by jayperetz • • 10 Comments
Lecture Notes Data Validation with Zend Framework Creating & using custom server behaviors Selecting & Inserting to MySQL with Zend Framework Zend_Auth database table authentication HTML5 Assignments Lesson 7 – Introducing the Zend Framework – read the blog entry before…
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…