Tuesday, August 14, 2007

writing copy content ~ 3 hrs

condensed copy for White Center History
compiled copy for White Center Today

admin packet ~ 2 hrs

1. simplified info about web host
2. simplified info about web email

also created info@ address to forward to client's personal account

final tasks for white center arts site

To do:

1. create comprehensive hand-off packet for nancy, including all admin instructions, login and password info, etc.
2. white center history/today copy

Done (...see recent blog posts):
1. contact form
2. volunteer form
3. styled both forms
4. javascript validation
5. find/create formhandler script for volunteer and contact page, so as not to use newmanic formhandler
6. file/image upload ~ Peter accomplished this already.

Not to bother:
1. slideshow template for potential art gallery section. have not received content from nancy.
2. phone validation for forms - only if i have time later

Monday, August 13, 2007

team meeting ~ 3.5 hrs

went through entire site page by page, got rid of lorem ipsum, fixed typos, etc.

trying to add phone validation ~ .5hr

1. fixed weird 'j' bug on thanks.php page

2. put some regex in for phone. don't know why it doesn't work

function regExPhone(eObj)
{//Uses regular expression for phone check
//strip out acceptable non-numeric characters
var rePattern = strng.replace(/[\(\)\.\-\ ]/g, '');
rePattern = /(^\d{10}$)/;
if(rePattern.test(eObj.value))
{
return true;
}else{
alert("Please enter a valid phone number.");
eObj.value = "";
eObj.focus();
return false;
}
}

Thursday, August 9, 2007

final tasks for white center arts site

final tasks for white center arts site

To do:

1. create comprehensive hand-off packet for nancy, including all admin instructions, login and password info, etc.
2. slideshow template for potential art gallery section. have not received content from nancy, create generic gallery section.
3. file/image upload ~ Peter might be doing this already.
4. phone validation for forms
5. white center history copy

Done (...see recent blog posts):
1. contact form
2. volunteer form
3. styled both forms
4. javascript validation
5. find/create formhandler script for volunteer and contact page, so as not to use newmanic formhandler

Bill--any more questions please ask me, thanks -aubrey

form handler ~ 1 hr

implemented simple form handler, so as not to use external url/newmnanix form handler

found this at apptools.com

Monday, August 6, 2007

JavaScript form validation ~ .5 hr

basic alert boxes
checks for required fields, checks basic valid email

should probably check for phone number format -> later

volunteer form and page ~ CSS ~ 1 hr

contact form and page ~ CSS ~ 1.5 hrs

also added thanks.php page

class meeting ~ .5 hr

damn metro; late for class

final breakdown of (my) tasks in order to present by Monday:

1. contact form
2. volunteer form
3. javascript form validation
4. form handler scripts
5. slideshow template for art gallery pages
-JS vs. php language
6. file upload feature?
7. hand off packet for client

Wednesday, August 1, 2007

site content ~ .5 hr

skipped team meeting - mental health evening

added some content to volunteer.php file
updated filetracker spreadsheet