Recently, I ran some of my JavaScript code through Crockford's JSLint, and it gave the following error:
Is it possible to toggle the visibility of an element, using the functions .hide(), .show() or .toggle()? How
I have an array of numbers and I'm using the .push() method to add elements to it. Is there a simple way
I can find lots of information on how Long Polling works (For example, this, and this), but no simple examples
I want to convert these types of values, '3', '2.34', '0.234343', etc. to a numb
I saw different binaries for PHP, like non-thread or thread safe? What does this mean? What is the differen
I have tried reading some articles, but I am not very clear on the concepts yet. Would someone like to take a
I need to keep a session alive for 30 minutes and then destroy it.
Is there a catchall function somewhere that works well for sanitizing user input for SQL injection and XSS att
What is this? This is a number of answers about warnings, errors, and notices you might encounter while progra
It is currently said that MD5 is partially unsafe. Taking this into consideration, I'd like to know which
Every now and then I hear the advice "Use bcrypt for storing passwords in PHP, bcrypt rules". But what is bcr
In PHP: When should I use require vs. include? When should I use require_once vs. include_once?
Is it possible to redirect a user to a different page through the use of PHP? Say the user goes to www.exampl
Let me prefix this by saying that I know what foreach is, does and how to use it. This question concerns how i
If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the Y