condensed copy for White Center History
compiled copy for White Center Today
Tuesday, August 14, 2007
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
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
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;
}
}
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
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
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
checks for required fields, checks basic valid email
should probably check for phone number format -> later
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
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
added some content to volunteer.php file
updated filetracker spreadsheet
Monday, July 30, 2007
team meeting ~ 3 hrs
CSS coding
copy writing:
White Center History
White Center Today
(Nancy sent us a dozen links for White Center History content; was hoping for straight copy; will most likely be writing most of the copy for the site)
copy writing:
White Center History
White Center Today
(Nancy sent us a dozen links for White Center History content; was hoping for straight copy; will most likely be writing most of the copy for the site)
Wednesday, July 25, 2007
Tuesday, July 24, 2007
client meeting ~ 2 hrs
reviewed site information architecture with client
asked for content
WCAA board meeting, Nancy to consult with WCAA, gather content
asked for content
WCAA board meeting, Nancy to consult with WCAA, gather content
Monday, July 23, 2007
team meeting ~ 3 hrs
site layout and look
realized that Manit doesn't know xhtml and css very well, and neither does Peter
Amy (primarily) and I to turn comp to code
realized that Manit doesn't know xhtml and css very well, and neither does Peter
Amy (primarily) and I to turn comp to code
Wednesday, July 18, 2007
Sunday, July 15, 2007
Friday, July 13, 2007
site scout ~ 3 hrs
One of WCAA's projects is called Music Nights: 6 venues (bars and restaurants) hosting free local music events. Amy, Peter and I (Manit had prior commitments) went down to get a feel of the neighborhood, the Music Night project/event, and to take photographs for possible image resources for the site.
Result: several good photographs, a better idea of the WCAA's mission and White Center as a community. Music Nights was fairly small, most likely not well advertised.
Result: several good photographs, a better idea of the WCAA's mission and White Center as a community. Music Nights was fairly small, most likely not well advertised.
Wednesday, July 11, 2007
Tuesday, July 10, 2007
client meeting ~ 2 hrs
met with Nancy to discuss project in more detail
walked her through web hosting and domain registration
registered with dreamhost
have only registered whitecenterarts.com
!!!need to register whitecenterarts.org!!!
walked her through web hosting and domain registration
registered with dreamhost
have only registered whitecenterarts.com
!!!need to register whitecenterarts.org!!!
Monday, July 9, 2007
Monday, July 2, 2007
ITC210 - project - White Center Arts Alliance
client: White Center Arts Alliance
contact: Nancy Calos-Nakano
email: culturalart@msn.com
studio: (206)763.2841
mobile: (206)795.0833
dev team: Peter McIlroy and myself
design: Amy Richardson and Manit Kathuria
contact: Nancy Calos-Nakano
email: culturalart@msn.com
studio: (206)763.2841
mobile: (206)795.0833
dev team: Peter McIlroy and myself
design: Amy Richardson and Manit Kathuria
Subscribe to:
Comments (Atom)