If you create templates for WordPress custom post types you are probably naming them something like this archive-custom_name.php, if you are like me it feels wrong and you are hating it. It would be nice to be able to automatically use the post type name for the template (type_name.php), if you use the Hybrid theme Full Story
WordPress – Hide Adminbar Button
AdminbarButton is a very simple plugin that hides the bar and adds a small button @ bottom of the site that allows you to show/hide it if it gets in your way as it sometimes can! *|Warning this plugin is wrapped with option(s) free packaging*|
WordPress – Autoloading in Ver2.0
When the autoload function was added to PHP5x developers rejoiced the benefits were huge, you no longer needed to add list of includes at the top of all your scripts it made developing managing PHP applications a whole lot easier. Compatibility (backwards) however forced WordPress developers to continue the practice of includes so much so Full Story
