Below are snippets for mattrmiller.
9
Reading and writing to a URL connection, thanks to Java.
9
Change the case of an array.
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.
11
Set a Cookie
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.









