Search results

  1. KCWebMonkey

    Rating Website

    haven't tried it... but found this when i googled for 'rating site script' http://www.hscripts.com/scripts/php/rating.php
  2. KCWebMonkey

    How not to get Spamcoped

    always always always use a double opt-in system. not too hard to set up. lots of scripts out there on the net
  3. KCWebMonkey

    Book recommendations

    I'm a vb.net guy myself, but i'd always recommend a Wrox book. http://www.bookpool.com/sm/0470042583
  4. KCWebMonkey

    Email Form - Pull & Send XP Login Name

    and here's a list of quick scripts you can utilize with Active Directory. http://www.15seconds.com/issue/020130.htm
  5. KCWebMonkey

    Email Form - Pull & Send XP Login Name

    Hopefully you are using active directory at your work, if so, check out this tutorial to get you started. http://www.serverwatch.com/tutorials/article.php/1476961
  6. KCWebMonkey

    Email Form - Pull & Send XP Login Name

    you can get that info if you use windows authentication. what language are you programming in?
  7. KCWebMonkey

    The JodoHost web site menus

    sometimes it's just a simple matter of rearranging javascript on the site... just a suggestion.
  8. KCWebMonkey

    iframe priority problem

    yeah, it's the site you're trying to load in the frame. They have javascript that detects if it's in a frame, and then reloads the page and forces it out of frames. not much you can do about that.
  9. KCWebMonkey

    iframe priority problem

    no clue... can you link to the page so we can see the problem?
  10. KCWebMonkey

    network at my office is slower than Dial-up...

    well, the 2nd hop starts with 192... doesn't that usually mean LAN?
  11. KCWebMonkey

    network at my office is slower than Dial-up...

    that would be our supply closet/datacenter. normal temps in there.
  12. KCWebMonkey

    network at my office is slower than Dial-up...

    ok so we've proved my network sucks... :) anybody got any troubleshooting tips? process of elimination, etc...
  13. KCWebMonkey

    network at my office is slower than Dial-up...

    Also, yes, it is ALWAYS this slow... something is really messed up in our network and I'd like to go to the network admins about it if i can narrow down where the issue might be.
  14. KCWebMonkey

    network at my office is slower than Dial-up...

    I'm at home now, but here's a tracert that i did earlier today when i was at work: U:\>tracert google.com Tracing route to google.com [72.14.207.99] over a maximum of 30 hops: 1 <10 ms <10 ms <10 ms 10.68.1.254 2 692 ms 683 ms 593 ms 192.237.112.164 3 *...
  15. KCWebMonkey

    network at my office is slower than Dial-up...

    At my office, the network they have set up here is rediculously slow... I'm currently downloading at about 10.5k/sec right now (cries...) Anybody know what i can do to troubleshoot and find out where the bottleneck is for this problem? I know very little about network admin'ing...
  16. KCWebMonkey

    Problems with Email Forms

    Do you have to use CDO? I'd rather use AspEmail... here's an example: <% ' change to address of your own SMTP server strHost = "mail.elinkisp.com" If Request("Send") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") ' enter valid SMTP host Mail.Host = strHost...
  17. KCWebMonkey

    Dsn

    Good example of DSN-less connection here http://www.haneng.com/lessons_20.asp
  18. KCWebMonkey

    Lots of Domains and Email Addresses

    As far as the mutiple accounts, yes Outlook allows for multiple email addresses under the same profile, and you can choose which email address you want to reply with or compose an email with.
  19. KCWebMonkey

    Setting file limit on particular folder

    well, you could do it using ASP and FSO... could get the size of the folder and allow access depending on folder size. http://www.w3schools.com/asp/prop_size.asp
  20. KCWebMonkey

    Jodohost Review

    It does matter whether it's $7 or $100... he went so far as to tell people to think twice before hosting with Jodohost... I think that's a little extreme considering...
Back
Top