I just started at a position about a month ago and one of their goals in to basically rewrite the entire web platform codebase going with a focus more on using front-end technologies for the...
That does not really help me it just talks about how to use it and on the bottom how to name fields to work with google, nothing about javascript stuff.
is there any way to trigger a input box event when someone uses a auto fill like the one on Google's tool bar? If not, is their a way to disable the use of Google tool bar?
I find it interesting they did not have a section on mootools. I mean all they said about mootools is that jQuery beat all with what they have in their small core code BUT not mootools.
I am trying to decide which javascript framework to use. I 3 i here the most about is jQuery, Prototype, and Mootools. Do any of these have any major advantage over the other is speed/core...
we have used paypal and on i believe presidents day(or another small holiday), they were completely closed and and we were not about to take payments for awhile. They may be cheap but the SUCK at...
Yea. I just don't see who perl is any better than PHP. I have converted a lot of perl code and that code i have convert seems pretty crappy to me, worst than some php code is. I will agree PHP is...
including a file is not the same as an iframe, not even close. I would look into javascript to replace these even tho i would personally find a way of doing tou you are trying to do, whatever that...
I am starting to design a mid-large scale project management system. MySQL is going to be the back end where all the data is stored. I am trying to decide whether or not i should use PHP for the...
I am looking for a good Javascript/CSS drop down menu. The one I currently have is ok and works(pure css) however it is a pain in the ass to maintain and add to item, i main thing that is hard to...
I am build a form helper class to do some stuff like focus certain elements on events and mainly validate the form information so they can not submit a form until all required fields are...
The type variable is not something i am getting from the DOM but something the programmer(me) has to put in. I would do something like this in the code:
I right now have a very solid understand of PHP/MySQL/HTML. I also have a good understanding of CSS and want to further my web development skill by picking up another language. The best possible...
I don't know if this is the right place but i can't imagine I can do what i want without AJAX/Javascript. Basically I have a form a user uses to insert some data to a database. I want to make sure...