Wednesday, May 7, 2008

Scripts

Here are at least 6 scripts that I have done for this class

jsrecipe.html - Contains a script to add text to the directions body when you click on it

Super Secret Form - Application script for signing up to the super secret society

home.html - Contains a script to automatically link to to the page selected

ajax test - This page uses JQuery to call a php script on the server and displays the result in the page

Here are some from the project site:

Front Page - The front page dynamically gets the title of the latest blog entry and places a link to it on the home page.

Page Template - Drupal uses php template files to generate the layout of the site. This is the main template for every page on the site.

Furniture Type Template - This is the theme template for a node that is of type furniture. When displaying a furniture page drupal will use this template inside the page template where the $content variable is.

Tuesday, April 29, 2008

PHP form

Take a look at my php form thingy HERE!
Notice that I only have one file for the form and for the resulting page, and that I never actually use print of echo. Tricky, eh?

Monday, March 17, 2008

Home page thing

So I'm working on my home page for the class. Trying to design my own css and I think it's going alright. I am having a bit of difficulty though, but mostly with deciding what layout I want to do. Check out what i have here... home.html

Recipe Pages

htmlrecipe.html
xhtmlrecipe.html

Here are my recipe pages. I initially had a bit of issues validating both the html and xhtml pages dealing with content type. With xhtml I also had to add a xmlns attribute to the html tag, I'm not sure what that does...

First Post

Hi! My name is Andy Zickler. I added late to the class so I'm working on catching up. This is just a quick post to make sure that my blog is working correctly. Links to completed assignments will follow in a little bit.