May 15, 2005
Magpie RSS for PHP
My RSS aggregator mysteriously broke, so I patched it up with Magpie.
The trick is to get your cache directory set to the proper permissions (755).
Now check out learning.dom.net and mob.dom.net.
Thanks for the hint, Eric!
Posted by at 11:17 PM | TrackBack
April 20, 2005
How to Create Flash with Dreamweaver
This week in class we covered the following topics:
In Dreamweaver:
- 10 Steps to Create a Site
- Start by drawing a page
- Begin Storyboarding (again, on paper)
- Decide on a layout that portrays that storyboard
- Freeze static elements of the design
- Break the design into reusable modules
- Assign "editable regions" or areas that will change from page instance to page instance
- Either create a Template in DW or use includes for the reusable elements
- Create the rest of the page instances
- Test publish to staging server
- Final publish to live site
- Back up your site by creating a duplicate site and putting to another local folder
- Check 'Put dependent files' to just back up a few files and their associated images, etc
- Insert > Media > Image Viewer
- Insert > Media > Flash Text
- Insert > Media > Flash Button
- The Flash Video Kit
- Example 1: Surfing
- Example 2: Snowboarding
- Anatomy of a Bug
- Subject
- Platform
- Description
- Steps
- Actual Results
- Expected Results
In Code:
- The Power of phpinfo()
Homework:
Follow the steps above to create a new site from scratch. Before you begin, take a look at some free Flash to incorporate into your design:
Final site should have the following characteristics:
- Original and different from your previous designs
- More than two pages of complete content
- Some kind of Flash embedded in your design
- Published to your domain, URL sent to the class
Next week: Stump the Master!
Posted by at 08:29 PM | TrackBack
April 14, 2005
Advanced Server Interaction
This week we covered the following topics:
In Dreamweaver:
- Insert > HTML > Script Objects > Server-Side include
- The Power of the Server-Side include
- The Power of the Application panel (i.e. Build a Blog with Dreamweaver)
- Insert > Application Objects > Recordset
- Multiple Repeat Regions in the Same Page
- Insert > Application Objects > Master Detail Page Set
- PHP include syntax
On the Mac:
Regarding Design:
- Designing for Video
- RSS Tool: Newsfire
- PHP is FREE
- Designing for Mobile
- Designing for Ads
- Recycling Designs
Homework:
- Set up a sub-domain as a PHP testing server
- Set up your machine to run the latest PHP
- Set up your machine to run MySQL
- Draw a design flexible enough to incorporate an unknown amount of data.
- Access student database via Application panel
- Create a repeating region from the database, and place it in your design.
- Prototype using Live Preview button.
- Save to server, send URL.
Next Week: How to Create Flash With Dreamweaver!
Posted by at 11:32 PM | TrackBack
April 01, 2005
Free Blog Syndication using PHP
This week, I've set up two different syndication sites:
and
Here's how to do it:
1. Upload and configure Magpie.
2. Use a simple PHP or HTML include to stick one of the PHP templates onto your page, surrounded by some important links.
And there you have it, your own custom news page!