HTML5 Boilerplate
Annoying to find, so a quick easy to find snippet here <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>New…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Annoying to find, so a quick easy to find snippet here <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>New…
I’ve seen a few methods of this using over-elaborate JavaScript, when its really not necessary. All you need to do…
You cannot strip a certain list of tags with PHP’s strip_tags() function, you can only strip ‘all but’ tags. So…
Just a simple function to sort an already populated list. Obviously it would be easier to sort before populating, but…
TabIndex is an attribute to HTML elements that tells the browser which control takes focus next when TAB is pressed.…