Jump to content

jlhaslip

Members
  • Posts

    2,568
  • Joined

  • Last visited

Everything posted by jlhaslip

  1. Sounds very much like a Forum software that you need.User profiles, sign-ons, messaging, and most Forums allows "groups" which you could use to offer various levels of authority.PHP and MySql are a great combination for this application.
  2. try this google search: dating site software freeware
  3. Also, change the file name after it is uploaded so the user can not guess at the name of the uploads folder and the filename contained inside.And either of the methods above should work for security, but having the uploads folder outside of the web-accessible path would be more secure. IMHO
  4. Define "annoying, erratic results", please.
  5. Alternately, simply apply the same CSS to the :hover state as the non-hover state and it will not change colour.Personally, I would simply comment out the existing :hover CSS in case you needed it back some day.
  6. I guess this Topic is complete now.
  7. jlhaslip

    Doctype

    Firefoxrules has been replying to dead topics for a week or two. I've been ignoring them. Please check the dates on Topics before replying.
  8. Another 3 year old reply.*wait*I mean a reply to a 3 year old Topic... sheesh!
  9. Welcome to all,and to Webgirl, don't be so sure that you are the oldest one around here...
  10. jlhaslip

    [php] secret link

    that is called a "captcha". Google it.
  11. On that list, I could not find application/x-httpd-php or application/x-httpd-phps ???*edit*I forgot to RTFM. "The reference below is a list of MIME types supported by Microsoft Internet Information Server version 5."M$ uses ASP don't they?
  12. Agreed. His activity here is greatly appreciated. A terrific member. Truly a jewel. Pay attention when he replies. You will learn loads from his words. I have.
  13. One of the best group of Moderators I have seen. Excellent work.I Mod or Admin at several Forums, and I know the effort you need to make to have such a large Forum work flawlessly. Kudos to all of the Mods here at w3schools.
  14. try resetting the margin and padding to 20 px for each of the UL/LI's. IE handles the margins and paddings differently than other Browsers. Adjusting them to 20 px will let you know that the margins or paddings are the culprit.I wrote this page some time back and I don't think it has the same issues. I don't currently have an IE Browser, so can't confirm it.http://www.jlhaslip.com/mlafever/sitemap.html
  15. Noticed that myself... last night. thought maybe the Database got re-set or some such thing...
  16. The only values for float are left, right and none.http://www.w3schools.com/css/pr_class_float.asp
  17. On a Windows machine, the OSX is under Start > Turn Off Computer > Turn Off > Go buy a Mac...
  18. http://bonrouge.com/cheerspics.php or use the hoverbox code from http://www.sonspring.com
  19. http://www.mvps.org/winhelp2002/hosts.htm
  20. jlhaslip

    Dropdowns

    http://www.cssplay.co.uk/menus/basic_dd.html
  21. we need to have a link to your page before we can make recommendations.
  22. Jonas, You can avoid ads by modding your Hosts file, too. The basic procedure is to add the domain to your Hosts file and point the URL to 127.0.0.1. The ads aren't found on your localhost and never get displayed.
  23. IE incorrectly uses the Alt tag. FF, Opera, and Netscape correctly use the title attribute.I'd add both to the Image map.
×
×
  • Create New...