It's been working the whole time. Before I started trying to figure out how to double submit this way, it was working but I couldn't tell just by having the php script echo out a message.
...
I'm working with a 3rd party API which does not support ajax so I need to submit my form to them the normal html/php way. But before doing this, I need to use ajax to post the form data to...
Yeah that's what I was thinking. Just wasn't sure how to go about it. At first I was trying to think of a way to have javascript constantly check the dl and recalculate a timer based on how much of...
Can flash control css like jquery? I'm really looking for a way to just trigger my jquery so I can use a technology I know. I'd like to learn flash but was hoping to be able to get things going...
I think it is possible with actionscript which would mean first learning actionscript and then figuring out how to add cue points to call javascript through externalinterface.
I found this plugin (http://flowplayer.org/plugins/flash/content.html)which might be cool as far as better looking overlays than I would make but it still has the same limitation that I was looking...
Hi, I have no idea how to do anything with a video other than embed it in html but I had an idea and was wondering if it is possible and if so can someone point me in the right direction to start...
Been doing some reading and talking to some other people and came to the conclusion that a pagination class should not extend the db class because it only manipulates the data from the db class and...
My Mothers IE on Vista does this when she tries to log into google the normal way but not with firefox, chrome, or IE on xp or win7. She had IE7 and I upgraded it to IE8 but it did not change.
...
In OOA&D(Object Oriented Analysis and Design) class I was taught to use the crud matrix (http://www.databaseanswers.org/data_migration/crud_matrix.htm) to help identify re-usable code and classify...
I think I have finally got this figured out. The "THROW_CUSTOM" parameter in the example on php.net was not even necessary. After starting over many times and writing the code step by step(file by...
I'd have to say conceptually classes are better in all situations because they categorize and delegate functionality. But then again in some cases it might be a lot easier and faster to write a...
Oh, sorry about that. I assumed youtube has some instructions on how to do that once you sign up for an account. I don't know. I signed up for one months ago to try out making video tutorials of some...
I was wondering what everyone thinks about this. I want to create a single demo site that will show case my skills. The purpose will be to impress potential customers or employers and show...
I suppose the container may be a bad example to use since setting it to height:100%; is easy to do and in most cases works fine. But still want to figure out if I can make a div expand to fit the...
This is probably something simple but I never learned if there was a way to do it without working around the problem by specifying a height and width. Is there a way to make this work without...
I've seen in "good practice" type examples where the original author would put a comment section at the top of the page with his/her name as the author, date of creation, and updates(dated change...