/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

digwp.com
| | kaspars.net
4.1 parsecs away

Travel
| | 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"), "",...
| | snarfed.org
4.3 parsecs away

Travel
| | One big IndieWeb raison d'ĂȘtre is using your own web site to reply, like, repost, and RSVP to posts and events. You do this by annotating links on your site with simple microformats2 HTML. Having said that, most people don't want to write HTML just to like or reply to something. WordPress's Press This bookmarklets...
| | permalinkmanager.pro
5.0 parsecs away

Travel
| | Learn how to programmatically change WordPress permalinks and handle 404 errors. Discover built-in solutions, and most useful tools & plugins.
| | www.neilmacy.co.uk
29.5 parsecs away

Travel
| There are so many unseen parts to software development that don't feel productive and aren't as measurable as writing code, but are key to the job.