You are here |
amberwilson.co.uk | ||
| | | |
abdulapopoola.com
|
|
| | | | You are building a web application and need the application to pausewhenever the user stops interacting with the page; | |
| | | |
shaneosullivan.wordpress.com
|
|
| | | | In case you're working with the Origin Private File System on a browser whose dev tools don't yet support browsing the files (all browsers as of Nov 2023, though Chrome does have an unofficial extension which is nice), then here's a code snippet you can use to list all the contents of the file system.... | |
| | | |
kaspars.net
|
|
| | | | Update: Ryan has made this into a plugin -- Code Comments. Add this to your theme's functions.php to allow readers post fragments of code in their comments (wrapped in ...) which are automatically encoded (think of < and <) add_filter('pre_comment_content', 'encode_code_in_comment'); function encode_code_in_comment($source) { $encoded = preg_replace_callback('/(.*?)<\/code>/ims', create_function( '$matches', '$matches[1] = preg_replace( array("/^[\r|\n]+/i", "/[\r|\n]+$/i"), "",... | |
| | | |
nilsschaffer.com
|
|
| |