PuTTy Connection Manager: PuTTy with tabs. This is awesomely awesome. If I had to chose one feature a software was missing since mankind and software exist, I would have pointed this one. Now I can die happy :)
WordPress Snippet: add_meta_box()
To add custom content to the "Write" admin pages (where you write posts, pages or links), WordPress 2.5 introduces a new function set: add_meta_box() Simple plugin example : < View plain text > php <?php /* Plugin Name: Example: Add Meta Box Plugin URI: # Description: Simple example showing how to add a "meta box" in WP 2.5 Version: 0.0…