1,015 reputation
11129
bio website monkeycalendar.com
location Austin, TX
age
visits member for 3 years, 4 months
seen May 16 at 21:45
stats profile views 226
musician, newbee php javascript hack.

Nov
22
comment Changing form variables and need to change javascript to new variables
Actually-I think you have helped me with the duplicate code comment. I was changing the js code in the top, but didn't notice the duplicate code, so I think I was overriding those variables. I just deleted the first js code, and the slide down action is still working. To answer your question, this is an email signup form and when the user clicks on the email input box, the Name and City input boxes slide down to get that information as well.
Nov
22
comment Changing form variables and need to change javascript to new variables
I did, and what is strange to me is that if I remove the top code, the script no longer works. I know PHP but not javascript, so I'm hoping to learn more as I go here with this code....
Nov
22
asked Changing form variables and need to change javascript to new variables
Nov
12
awarded  Popular Question
Oct
25
awarded  Notable Question
Oct
22
awarded  Popular Question
Aug
17
awarded  Popular Question
Aug
17
comment string splitting and truncating with different formatting of incoming strings
Not much else to say about it...If I echoed $string, I would get the accurate string, but echoing the date would give Dec 31 end date.
Aug
16
comment string splitting and truncating with different formatting of incoming strings
This worked for me. Thank you!
Aug
16
accepted string splitting and truncating with different formatting of incoming strings
Aug
16
comment string splitting and truncating with different formatting of incoming strings
For some strange reason this seems to echo back the end date always as Dec 31?
Aug
16
comment string splitting and truncating with different formatting of incoming strings
I am getting 'Parse error: syntax error, unexpected T_FUNCTION' in the second line
Aug
15
comment string splitting and truncating with different formatting of incoming strings
Thanks. I need to figure out how to make this work with the array I'm returning now (a newbie issue) but I think this will work. Thanks again!
Aug
15
comment string splitting and truncating with different formatting of incoming strings
@Pekka-yes-the above formatting will always be the same.
Aug
15
comment string splitting and truncating with different formatting of incoming strings
yes...smacks head...this is what I have to work with.
Aug
15
comment string splitting and truncating with different formatting of incoming strings
no-I am saying that there is a whole lot of other stuff going on with other aspects of the incoming stream that I don't want to have to go in and change just for this.
Aug
15
comment string splitting and truncating with different formatting of incoming strings
To be most clear: If I have an event that is multiple days, there is not a "time" associated with it. If I have a one day event, there is a "time" associated with it. In either case, I need to do the above truncations.
Aug
15
comment string splitting and truncating with different formatting of incoming strings
Thanks for the comments. The above two examples are the only two different ways that I will have the strings. This is only one small part of the whole incoming stream of info from Google, so I won't be changing how the data is received.
Aug
15
asked string splitting and truncating with different formatting of incoming strings
Aug
14
awarded  Popular Question