User Profile

Collapse

Profile Sidebar

Collapse
korinth
korinth
Last Activity: Dec 11 '07, 09:16 PM
Joined: Apr 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • korinth
    replied to PHP Calendar/Date Question
    in PHP
    Those were a huge help. Thanks!
    See more | Go to post

    Leave a comment:


  • korinth
    replied to Protecting source code
    in PHP
    You could make it really annoying to read, like put it all on one line or something. That way if they steal it you get the gratification of knowing they went through a big hassle, if nothing else.
    See more | Go to post

    Leave a comment:


  • korinth
    started a topic PHP Calendar/Date Question
    in PHP

    PHP Calendar/Date Question

    Hello,

    I'm working on a scheduling system for a class project with a small group of developers. It is my responsibility to write the start-up code for the week view of a calendar. I've written the php to correctly render the html that I want, but here is my problem:

    At the top of each column will be the header that outputs the day of the week and the date. I'm looking for an efficient way to render the date dynamically...
    See more | Go to post

  • korinth
    replied to looping through an HTML
    have you tried using .value?

    it seems like if you're trying to get whatever is in the input field, myelement[i].value should work. at least if it's a text field.

    if it is another form of input, like a radio button or a checkbox, you have to specify the value in the tag.
    See more | Go to post

    Leave a comment:


  • korinth
    started a topic Issue w/ setTimeout

    Issue w/ setTimeout

    I'm trying to change the visibility of divs on a mouseover event. I have the script working that will do this, but when I try to use it with a setTimeout method, I cannot get it to work. My code is as follows:


    function slide(name) {
    setTimeout("dis play(name)", 1000);
    }

    function display(objname ){

    var caseNum;

    if (objname == document.getEle mentById("illHe ader"))...
    See more | Go to post
No activity results to display
Show More
Working...