A jQuery inline form validation, because validation is a mess
Category Archives: Programming
Jquery to bind ctrl+enter form submission
I need .live to get it to persist for future events. I just got the syntax wrong multiple times.
PHP Arrays: A good way to check if an array is associative or sequential
PHP treats all arrays as associative, so there aren’t any built in functions. Can anyone recommend a fairly efficient way to check if an array contains only numeric keys?
NetBeans IDE 7.2 Beta
NetBeans IDE 7.2 Beta Release Information The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of anopen-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as PHP, JavaScript and …
MySQL AES Encryption With PHP
Security should be at the top of every developer’s mind when building an application that could hold sensitive data. We wanted to replicate MySQL’s functions because a lot of our data is already AES-encrypted in our database, and if you’re like us, you probably have that as well.
PHP: Only variable references should be returned by reference
Take the following code example: