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
Subscribe to:
Comments (Atom)