Search results

  1. KCWebMonkey

    Email Form - 'To' selector

    what you could do is a combo box like this: <select name="email_to"> <option value="[email protected]">Whole Band</option> <option value="[email protected]">Guitarist</option> <option value="[email protected]">Singer</option> <option value="[email protected]">Bassist</option>...
  2. KCWebMonkey

    Email Form - 'To' selector

    this is fairly simple... what language do you want to code in? ASP, asp.net, php? etc...
  3. KCWebMonkey

    Persits Object Error

    what line is it giving you the error on? the SaveAsVirtual one?
  4. KCWebMonkey

    Ajax

    I use AJAX all the time... cleans my kitchen, the floor, even the bathtub! ;)
  5. KCWebMonkey

    Persits Object Error

    Using File.SaveAsVirtual instead shouldn't be that hard to implement, and it saves you from rewriting the whole app. Just look for File.Save or File.SaveAs and that's where the changes are needed.
  6. KCWebMonkey

    Need a Gmail Invite

    Gmail is open for registration now... no invites needed... https://www.google.com/accounts/SmsMailSignup1
  7. KCWebMonkey

    Help !!

    ????
  8. KCWebMonkey

    Free Gmail invites!!! Limited Time!!!

    BTW... don't need invites for Gmail anymore... just need a cell phone for a confirmation code.
  9. KCWebMonkey

    black listed again

    Is this an issue that all hosts are dealing with? and, if not, why is this an issue with Jodo?
  10. KCWebMonkey

    ColdFusion and ASP.NET???

    DON'T DO IT!!! You're going to bring down the servers... LOL :D
  11. KCWebMonkey

    Need suggestions for new Registrar

    The domain locking feature is optional, but good to have turned on unless you're making changes to the domain. And for propogation times, i just changed DNS for 11 domains, and they propogated to the new nameservers in about 12 hours with GoDaddy. Another tip... if you use the promo code...
  12. KCWebMonkey

    Change password from webmail ...

    all your client needs to do is go to mail.yourdomain.com and click "change your pop3 password"
  13. KCWebMonkey

    Opinions Anyone

    Looks decent, not too graphic intensive to take away from the content... Also, when you're coding images as links, you need to put border="0" in the image tag to take that ugly blue border off...
  14. KCWebMonkey

    cfmail trouble

    or you can just change to server="localhost" and not worrry about authentication :)
  15. KCWebMonkey

    Which Forum Software ?

    WWG can hande a high load if you use anything other than an Access database. The Terminator 3 website forum uses WWG and is very high traffic.
  16. KCWebMonkey

    Im New

    I went through 5 or 6 hosts as well in the 2 years before finding JodoHost. Haven't thought of leaving since!
  17. KCWebMonkey

    Hacked

    Team "Bunny"? ...all i can say about that is "LOL"
  18. KCWebMonkey

    Server Limits

    If you're worried about server-load... don't be. Jodo has very fast servers, and they never overload them with too many high traffic sites.
  19. KCWebMonkey

    File disappeared from server

    It did. I was already in the process of rewriting the code when the file was restored... but it saved me the time of having to re do the whole page.
  20. KCWebMonkey

    File disappeared from server

    i normally do the same... upload a local copy, but i was just making a quick edit remotely and didn't expect to lose the file when i saved it... lesson learned :)
Back
Top