|
You are here |
digwp.com | ||
| | | | |
perishablepress.com
|
|
| | | | | I've written before about how to protect WordPress XML-RPC and why it's important. In this quick post, I explain three easy ways to to disable WordPress... | |
| | | | |
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"), "",... | |
| | | | |
joshcollinsworth.com
|
|
| | | | | Some of these apps, resources and tools aren't directly WordPress-related, or even necessarily development-related; some have to do with productivity or just make life a little easier. That's by design. Part of being a developer is learning to work and use your tools as efficiently and with as little wasted time and mental energy as possible. | |
| | | | |
mpov.timmorgan.org
|
|
| | | Note: We no longer use this. I have an updated post for the new setup. Our church uses iPads and Dymo printers for children check-in. Parents check in their child, a label prints on the printer, and they stick the label on the child's shirt. We use Planning Center Check-ins of course, and it's great! One downside to Dymo printers, however, is that their software only runs on Mac and Windows, necessitating a full computer connected to the printer. | ||