Categories
Uncategorized

Armistead’s Ague Tonic Mouse Trap Tilt Toy

Found among other junk is a promotional advertising toy. It is a mouse in a meat storage room that you have to get into the mousetrap. The mouse has a little ball under it that it rolls on. The clear cover is close enough to keep it from flipping over, yet still slide around. There is a tiny little metal flap on the trap. It keeps the mouse in the trap unless you give it a little shake. But it also makes it a little harder to get into the trap without a shake as well.

The Armistead’s Ague Tonic label on the back and the pork meat on the inside show the connection of two businesses at William M. Akin & Company. Established in 1848 by William M. Akin Sr..

armistead ague tonic toy front armistead ague tonic toy back
Categories
Computers

Firefox Ctrl+B toggle Bookmarks Toolbar like Chrome

Pressing Ctrl+B in Chrome opens and closes the Bookmarks Toolbar. By default, Firefox Ctrl+B toggles the Bookmarks Sidebar. Here is how to apply the same shortcut key to Firefox as in Chrome. The Bookmarks Sidebar will still be accessible with Ctrl+I.

Install keyconfig.xpi posted in the mozillaZine forums. It is not an official hosted plugin. There is also a keyconfig wiki.

Categories
Wordpress Plugins

Yahoo! Answers WordPress Widgets Plugin

A plugin for WordPress that gives you two widgets to show your Yahoo! Answers Questions and Starred / Favorites. These widgets have a few more options than a typical RSS feed simply loaded by an RSS widget. The statuses are reduced so they aren’t redundant (e.g. “Resolved Question:” is rewritten “Resolved:”) amung other options to toggle such as:

  • Show status.
  • Show category.
  • Show answer count.
  • Show comment count.

These are hidden by default when you create a new instance of the widget.

The widgets are built and tested on 2.9.2 with the WP_Widget class introduced for 2.8 and above.

Download at GitHub:
http://github.com/drale/wp-ya-widgets

Screenshots: (actual appearance depends on your theme)

Yahoo! Answers Widget slimmed display
Slimmed Display
Yahoo! Answers Widget full options
Full Options
Categories
Computers

MySQL PHP Table Viewer with Pagination and Sorting

Basic PHP MySQL table viewer. Just tell it the table you want to view and it does all the rest! Automatically lists all your fields and values for specified table; providing ASC and DESC sorting for each. Also has prevnext and number paging.

Options include:

  • Nice fields (on/off) – “field_name” gets changed to “Field Name”
  • Page numbers (on/off)
  • Prev / Next (on/off)
  • Limit per page

Download:
http://blog.drale.com/tableview/

Screenshot:
screenshot