Profile
Achievement

vagrantradio's Recent Snippets
- All /
Removes anything that isn't a digit from input on complete.
0
180
posted 8 years ago by vagrantradio
Couple of ways to check if HTML5 form elements exist and use a fallback if they don't.
0
195
posted 9 years ago by vagrantradio
If you want to simulate someone clicking on a link, use location.href. If you want to simulate an HTTP redirect, use location.replace.
0
142
posted 9 years ago by vagrantradio
Clean up the crap in wp_head(). Put it in yo functions file.
1
186
posted 9 years ago by vagrantradio
This is a plugin for creating a dynamic video gallery. Call videos by rel tag, including title.
0
239
posted 9 years ago by vagrantradio
Removed depreciated elements, added Firefox button dotted line removal and fixed a few other styling issues. Compressed version in the link above.
1
242
posted 9 years ago by vagrantradio
Prevents WordPress from loading Contact Form 7 on page templates other than the one defined.
0
182
posted 10 years ago by vagrantradio
Very useful line of code that I'm using very often to prevent old and cached CSS file being served to visitors. You just need to use timestamp of the file.
0
217
posted 10 years ago by vagrantradio
If post thumbnail doesn't exist, then get the first uploaded image. Change sizes as needed.
0
266
posted 10 years ago by vagrantradio
HTML5 starting point template. Used in conjunction with HTML5 CSS reset at the above link.
12
369
posted 10 years ago by vagrantradio
Redirects to specified page ignoring specified ip address and folders.
0
215
posted 10 years ago by vagrantradio
Removes all but the text widget, look them up: /wp-includes/default-widgets.php.
0
171
posted 10 years ago by vagrantradio
Dump it in your functions file and stare at the amazing blank page when you log in!
0
167
posted 10 years ago by vagrantradio
Loads WordPress header for external functions like get_option();
0
184
posted 10 years ago by vagrantradio
Reworked CSS reset I use in projects. *Updated, added input type font inheritance and removal of firefox button outline, removed depreciated items; center, font, applet, big, s, u, tt, strike, menu & acronym. Uncompressed version in the link above.
3
253
posted 10 years ago by vagrantradio
Generic function to test whether and element supports a particular element in HTML5.
0
155
posted 10 years ago by vagrantradio