Category Archives: tip

WordPress Plugin: Add Custom Post Type Slugs to Admin <body> Class

2015-03-14 UPDATE: Slight update, available in the WordPress repo and on GitHub, check the README.txt for details. 2013-03-18 UPDATE: Now available on GitHub: https://github.com/aarontgrogg/wp-plugin-add-custom-post-type-slugs-to-admin-body-class 2012-02-25 UPDATE: Now available via the WordPress Repository: http://wordpress.org/extend/plugins/add-custom-post-type-slugs-to-admin-body-class/ If you work with a lot of … Continue reading

Why Can’t I Edit JavaScript Files in the WordPress Theme Editor?

Please note that as of WP 4.4, you can now enable editing of JS (or any other file format) via the WP Themes editor! The details are illustrated in the comments below. Thanks to Dmitri for pointing out the new … Continue reading

Best Online File Comparison Tool

Being formerly of the World of Windows, I was a major fan of WinMerge (read: Like Firebug/Inspector tools, I cannot imagine doing my job without it now!), so I’ve been seriously sucking wind since moving to the Land of Apple… … Continue reading

Bye-bye Firefox, Hellooooooo Chrome: Making the Switch for Developers is Nearly a No-Brainer…

I would assume that, at least in this regard, I am like most web developers: I use Firefox as my primary development browser because it was the first to offer all the Add-ons that made my life soooo much easier, … Continue reading

WordPress Plug-in: Navigation Menu IDs & Classes

2015-03-13 UPDATE: Slight update, available in the WordPress repo and on GitHub, check the README.txt for details. 2013-03-19 UPDATE: Now available on GitHub: https://github.com/aarontgrogg/wp-plugin-navigation-menu-ids-classes Back in July 2011, I wrote about cleaning up the navigation menus in WP. In that … Continue reading

Update WordPress Comment Form to HTML5, Without Hacking Core Templates

For some reason, WordPress 3.2.1 still uses <input type=”text”…> for email and website addresses on their Leave a Reply form… But to edit those <input> types, you have to edit a core template, found in the wp-includes folder, which, of … Continue reading

Update for WordPress Plugin wp-phpmyadmin

Recently there has been a lot of press about security issues with the seemingly defunct wp-phpmyadmin WordPress plug-in, which allows you to access phpMyAdmin from within a WordPress installation. The plug-in has been abandoned by the author, but for those … Continue reading

WordPress Navigation Menus: Clean-up Classes and Add Page Names as IDs

UPDATE: I have converted the below code into a WordPress plug-in, check it out! I would have thought this would be a lot easier than it initially was, and in the end, it is really simple, but it took some … Continue reading

Know when your bus is late with live transit updates in Google Maps

Ironic to read as I stand on the corner, straining fruitlessly for the sight of anything useful coming my way… http://googleblog.blogspot.com/2011/06/know-when-your-bus-is-late-with-live.html Noticeably, but not unexpectedly, absent from the list of data providers is New York City, of course… That ride, … Continue reading

Practical CSS3 Update

Beyond the introduction of color, Practical CSS3 has been upgrading with several new bits and pieces. Included in the updates are: Addition of new WebKit gradient (while preserving the old, for older puppies). Removal of all references to -ms-filter (cause … Continue reading