Search results

  1. kbjradmin

    Javascript and radio buttons help

    // these are your radio buttons var radio1 = document.getElementById('radio1'), radio2 = document.getElementById('radio2'); // check if one of them is selected var which = (radio1.checked) ? 'radio1' : 'radio2'; // tell you which is selected alert(which); i think that's right.
  2. kbjradmin

    Just a basic template

    there isn't much to this, yet, I'm just trying to decide what I want to do with it from here. Suggestions please (: http://kbjrweb.com/template01/
  3. kbjradmin

    Help with draggable layers javascript

    would it be possible to see a live site?
  4. kbjradmin

    Extreme Slowness

    ah, ok. thank you for the prompt response
  5. kbjradmin

    Extreme Slowness

    for some reason, since yesterday my site has been having a lot of trouble with some severe slowness. i know it isn't the specific content (eg. script running slow or lots of images) because it is affecting ftp, too. for example, trying to download some files via ftp, it was moving at 23...
  6. kbjradmin

    2,222 credits - Menu Bar Design

    is this offer still open or has it been finished?
  7. kbjradmin

    Cron trouble

    nope, still not working . . .
  8. kbjradmin

    Cron trouble

    that's a good idea . . . i'll try that and reply in 15 . . .
  9. kbjradmin

    Cron trouble

    ah, /usr/local/bin/php . . . i didn't know php was in local . . . i'll try that and see if it works, unfortunately i won't know until tomorrow morning :\
  10. kbjradmin

    Cron trouble

    i guess this sort of goes in programming help, if not, please just move it. i am trying to set up a php script to run automatically each day using cron, but i can't seem to get it to work. i have it running the command: cd /home/kbjr/cron && /usr/bin/php -q cleanPackages.php with the time...
  11. kbjradmin

    Help with drop downmenu!

    being you need to populate the second drop-down based on the value of the first, you are probably going to need to use ajax. the ajax is going to need to request a small php script to make the second mysql query and return the data back to the client. do you have any experience with ajax?
  12. kbjradmin

    Web Programming Work

    I am offering up my services of web programming. I will do PHP or JavaScript (including AJAX) or possibly something else, depending on what it is. So, if you need something programmed for your site, go ahead and make an offer. Edit: this is still available to any interested. if you want to see...
  13. kbjradmin

    php mail() code help

    have you fixed this or do you still need help? you may want to try a different method all together. PHPMailer is pretty good.
  14. kbjradmin

    PHP send mail - Unable to send to Yahoo! email addresses

    you may want to try sending the mail some way other than the PHP mail function. PHPMailer is a good SMTP/POP library for PHP...
  15. kbjradmin

    Website Review Please :)

    the header needs to be a little brighter / higher contrast. i think the color of the menu stands out a little much, its hard on the eyes. i also think that you need some more padding around the content area. it seems a little crowded. other than those things it looks good. i think the red and...
  16. kbjradmin

    PHP Mail() not working for certain emails

    my suggestion would be to not use the PHP mail() function, but to use SMTP. there is a really good SMTP/POP library for PHP called PHPMailer
  17. kbjradmin

    Internal Server Error

    im on choppin, what about you guys?
  18. kbjradmin

    Internal Server Error

    I was working on my site (http://ajax-builder.kbjrweb.com) when all of a sudden i start getting 500 Internal Server Error. I don't think its anything i did (because its affecting my other sub-domains and cPanel). I really need some help here... thanks in advance.
  19. kbjradmin

    Chopin Expedited Copy

    http://www.kbjrweb.com
  20. kbjradmin

    Error 500

    Up until about 5 minutes ago, my site (http://ctec126.kbjrweb.com) worked fine, but now every page on that site won't work; i just get a 500 Internal Server Error. Just before the problem, i was changing the setting on the cPanel Index Manager. now my site is broken. please help and thanks in...
Top