Recent content by Rex100

  1. R

    Server Header and Mod Headers.c

    When I'm signed in there's no edit button to avoid multiple posting. I found the answer to my question Cache-Control Headers using Apache and .htaccess - Easy Apache Speed Tips Rex
  2. R

    Server Header and Mod Headers.c

    I'll edit, instead of posting twice. Other forums you can't edit but you can post again.
  3. R

    Server Header and Mod Headers.c

    Tech-Forums, I added <IfModule mod_headers.c> <FilesMatch "\.(ico|jpg|jpeg|gif)$"> Header set Cache-Control "max-age=37440000" </FilesMatch> <FilesMatch "\.(css)$"> Header set Cache-Control "max-age=87000" </FilesMatch> <FilesMatch "\.(html|htm)$"> Header set Cache-Control "max-age=300"...
  4. R

    Far Future Expires Header

    In the question above, ignore "(before or after a bunch of redirects, and before or after". 'Not sure how that got there.
  5. R

    Far Future Expires Header

    Tech-Forums, I want to add a far Future Header Header to tell people's browser to hold on to my images (instead of reloading them from the server) to improve download speed for repeat visitors. I wrote this for my HTaccess file. ExpiresActive On ExpiresByType text/html "access plus 25...
  6. R

    Two External CSS Files?

    I read somewhere that there's a download speed advantage to having two external CSS documents. If so , what sort of situation would that be? Thanks, Rex
  7. R

    CSS Li and Underline

    Thanks Craze
  8. R

    CSS Li and Underline

    CrazeD, I want to put the code in a <ul> and I found you can change <div> to <li> and it will work. One problem though, but I'll skip the explanation and ask this question If I have <ul class="linklist"> that means all the <li>s in the <ul> follow the "linklist" css class. What if I have an...
  9. R

    Domain Longevity

    I used a tool I found to evaluate my site. Some of the results made no sense but it did say that there is only 8 months left on my domain name subscription and that I should buy more time for better ranking and traffic from search engines. At the current domain host for the domain you really...
  10. R

    Captchas becomming obsolete

    CrazeD, In the code you have above (bot.php) you have <?php if (isset ($_POST['submit'])) { $answer = $_POST['answer']; if (!empty ($answer)) { Is that exclamation point supposed to be there, or should that be a $ ? Thanks, Rex
  11. R

    CSS Li and Underline

    Craze, I have been meaning to check my work with a validator before asking, so I did, after the fact, and it passed, and now I realize a CSS validator check is also necessary when everything looks right. Of course, even the error "Value Error : color cfcfff is not a color value : cfcfff " may...
  12. R

    CSS Li and Underline

    CrazeD, This is what i have in my CSS span.c2 {text-decoration: underline; color: red;} span.c1 {color: cfcfff;} div.blackred {text-align:center} and here the HTML code for the red underline is published Solution For Iron Deficiency Due To Iron Supplement Causing Digestive Problems For Iron...
  13. R

    CSS Li and Underline

    CrazeD, That Doctype is just the one the editor (NVU) uses. I use NVU to work out code and then put it on my wordpress site. On my site I had the programmer program mine so the search engines see the middle (content) column first. I'm not sure there's any floating. If you run my site...
  14. R

    Captchas becomming obsolete

    CrazeD, Thanks !! I really think this is going to work. I think Ill rename the file they target also. I'll be sure let let you know what I find. I'll keep track of the number of spam bots my site gets for the next few days, by then I'll install this code and see if the spam traffic has been...
Back
Top Bottom