Saturday, July 30, 2011

working

everything is making more sense. Definitely spending a lot of time. 5 hours already today.
got the documenter installed.
Can't find where THEME_PATH is defined - I'd like to use that and don't know how to
I like the objects we have such as copyright and sidebars - I want to learn how to make those to create a little nicer copyright notice
put in another 6 hours or so
got stempels list/view page to work, this will be great - need to work on theme and design still, but it works...

having trouble getting documenter to work, but then I don't know what it's supposed to do.

moving on

get a new theme up and running yesterday - about 5 hours
got mysql_demo page repurposed to use test_cars data and shows in new theme
several hours there

Friday, July 22, 2011

making tables

Got my project on wenick-photo host and zephir, made a couple tables for fun and used one of cars on the project page.

I have about four hours into it today. phpMinAdmin seems easier to use than PHPMyAdmin

Wednesday, July 20, 2011

command line

Finally got into zephir by using the command line. tried out the commands listed in our Lessons Page. Fun. Made new table on zepher and new page on final project site to show data printed to page from db

Created a new db on wenick-photo too using phpMyAdmin - very graphical, probably need more of a lesson with this than with command line

Monday, July 18, 2011

MAMP

installed MAMP - Mac/Apache/MySql/PHP on my laptop - trying to get it configured - graphical interface is very different than the command line we used in class. Definitely want to learn the command line interface. It will be nice having this n local machine.
Had trouble logging in to zephir - will find out more in class tonight.

Saturday, July 16, 2011

reCAPTCHA

Spent about 5 and a half hours working on the contact form to get it to work. Some problem with zephir not finding a socket. Documentation on google showed to go get a new recaptchalib.php file that had an updated function to send the contact page name as text rather than by ip address. Also had some updated URLs since google bought recaptcha. That didn't work. Went through contact file again, uploaded again, respelled zephir on filezilla. None of it worked. Put it on wenick-photo, got a key and it worked.

Maybe will do multiple form - did it took about an hour.

still having probs with zephir - works on wenick-photo

reCAPTCHA is a very cool thing/service, never realized it before. Also relevant to photography.

Wednesday, July 13, 2011

php is hard

got very confused after monday's class.
The idea that there are pre-made functions in php that are out of sight and do things based on short commands like foreach($blah as $whatever) is just sinking in.
not even sure I got that function right.

Friday, July 8, 2011

IT WORKS!!!!

just finished assignment 3 - where we use error reporting tools to fix problems with a web app. I spent 4 hours at it this morning and really didn't think I was going to get it. I went way down the wrong path at first - it really pays to save work and create a new file at different points so you can go back. I completely mangled one version and was able to go back. The Adder WORKS!!!!

http://edison.seattlecentral.edu/~dwenic01/itc280/assignments/a3-1-4.php

I used Zephir to do the assignment but had problems linking to it there. final version hosted on edison.

Sunday, July 3, 2011

like magic

This php stuff is really hard to understand. It's working and all but I don't understand why - especially why I see all the code when I view source on my web page. I thought I was just supposed to see the php from the index page, but I seem to be getting it all, maybe the browser puts together all the pages and shows me everything at once? Spent about half an hour finding a template to use and about an hour doing the assignment 2.

Saturday, July 2, 2011

splitting up pages

watched the elluminate of Wednesday's class - I got the concept of cutting up the files and the nuts and bolts of saving files and includes, but I'm not clear on how to make the decision of where to cut... the idea of chopping off '< /div>'s did not make sense. I'll play with it over the weekend.