Forum: HTML and CSS Jul 21st, 2006 |
| Replies: 7 Views: 2,401 This is taken from my file which works as designed:
Redirect 301 /firstfile.html http://www.mhanp.org/nextfile.html
//Explaination
'Redirect 301' is the command function
'/firstfile.html'... |
Forum: HTML and CSS Jul 12th, 2006 |
| Replies: 7 Views: 1,621 Your advice is great.
I also see an substantial increase in commercial sites that take forever to load because of banners, etc. A real pain!
What do you see as the cause of this? Where will it... |
Forum: PHP Mar 28th, 2005 |
| Replies: 4 Views: 2,224 Thank for the response.
I am looking for ways to improve the existing site. The schedule is just too long.
I must stay away from javascript and rely on html. The format must present without CSS... |
Forum: PHP Mar 26th, 2005 |
| Replies: 4 Views: 2,224 I need to improve our online calendar but the ones I have seen so far, will not handle the number of events I need to list, without horizontal scrolling. Several of our members have mobility... |
Forum: PHP Mar 11th, 2005 |
| Replies: 6 Views: 2,445 Paradox,
Your ideas are sound.
I have been placing password and other text files 'off site' and it works great. However, when I placed 'include' functions 'off site' I ran into issues... |
Forum: PHP Mar 11th, 2005 |
| Replies: 6 Views: 2,445 Hi,
I see what you mean. Thanks for the input.
Andy |
Forum: PHP Mar 11th, 2005 |
| Replies: 6 Views: 2,445 My isp web server is separated into ‘www’, which parses php, html, etc; and ‘private’ which does not parse. What are the practical limitations of placing files in the private section.
I am... |
Forum: PHP Mar 2nd, 2005 |
| Replies: 5 Views: 6,272 Jon,
See if this helps:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
Forum: PHP Mar 2nd, 2005 |
| Replies: 5 Views: 6,272 Jon,
You have created a monster. For example you rely on javascript and I for one couldn't use your form. XP rejects that.
What are you trying to accomplish?
I use both formmail and mail()... |