Below are snippets for mattrmiller.
11
Get a Cookie Value
11
This only seems appropriate, we were fighting with a similar issue this morning.
11
mattrmiller
Recursively delete a directory, emptying all contents.
11
Example of how to use CURL with PHP.
10
Validate Email Address Against MX
10
Format Bytes
10
mattrmiller
This is a correct way to do login form auto-focus, checking to see if either username or password have focus already. This prevents someone from typing a username hitting TAB, then having JavaScript chime in, resetting focus to Username while user is typing in their password. In this case, the password is appended to the username which is in plaintext.
9
Get File Size
9
Fixed the regular expression to check for more strict requirements.
9
I came across this in the Java Docs, in my ever growing attempt to learn Java.
I needed to implement custom listener events.
I needed to implement custom listener events. 








