is anyone familiar with dropzone? i am having issues using it. specifically, it doesn't allow multiple items to be brought over. when i bring over an image, it goes right to the preview, not even...
i'm having another odd issue, slightly related to timing. i would like the page to, at the end, load the new contents to the main container, then show the new page. instead, it shows the old page...
I have a registration form, and when I create test accounts, all that is being put into the record's fields are 0's. I go to register again with an already registered username, and it says that the...
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE,...
What is the best way to set up a system message alert system? I was thinking I could either check the db for any updates, or there could be a local text file that grabs the info.
i found what the error was now:
i had the function, alertMe inside of the $(function() { tag. i put it before it, and now it works. why can't i have it inside of this tag?
i'm thinking its still with my code because i've tried two different browsers. what i am trying to do is create a part of a registration page where the user has to enter their information. after...