Author: jess
-
MySQL Tuner has moved
Okay, I suppose this will be the currently updated location for the MySQL Tuner Perl script: https://launchpad.net/mysqltuner
-
WP Super Edit & Some WordPress TinyMCE Notes
Discussion on wp-hackers centering around a simpler api for creating simple buttons. Otto: There’s an example to add a quick button to TinyMCE at: http://tinymce.moxiecode.com/examples/example_20.php To do this in a WP plugin, you’d hook to mce_buttons_2 (or 3, or 4) to add your button to the list. Then you’d hook up a filter on tiny_mce_before_init…
-
Fixing The WordPress.com Custom CSS Plugin
That plugin is custom to WordPress.com, so it’s not really for wide usage yet. But I did find these notes for WPMU usage: I needed to do two things to make it work: On line 131 change is_int() to is_numeric(): if ( is_numeric( $blog_id ) ) { switch_to_blog( $blog_id ); $current_plugins = apply_filters( ‘active_plugins’, get_option(…
-
Saints Superbowl XLIV Victory Parade in New Orleans
A very busy week kept me from getting this uploaded sooner! We got some decent videos and good photo or two. Enjoy! Caidy and I took off early Tuesday afternoon and after almost four hours (to go about 60 miles) we made it to the Quarter House in New Orleans to stay the night and…
-
Line at Academy Sports in Houma, Lousiana after Saints win Superbowl XLIV
We Tivo’ed the game and the ringing church bells and volume of noise in Houma gave away the surprise. We couldn’t help it, and just had to drive out to see the reaction. This is Academy Sports around 10:30pm Feb. 7th, 2010 in Houma, Louisiana. I just keep thinking that my parents were there in…
-
A Walk Down Our Block – Mardi Saints Superbowl & Mardi Gras Parades!
I’ve wanted to do this since we moved into this house in Houma. It’s a quick walk down the block on Saints Superbowl Sunday to see the Krewe of Hyacinthians and Krewe of Titans parade through Houma. We live about two blocks from the main parade route. Although the krewes always have a theme when…
-
iPhone Otterbox & 3GJuice Cable (or that’s a darn expensive annoying case)
I’ve had way too much excitement about computer cables lately. First it was the Firewire 400 to 800 adapter because our new MacBook doesn’t do Firewire 400. Now I’m giddy because I don’t have to go through the complicated process of removing my iPhone from it’s Otterbox case to dock with the stereo, car, etc.…
-
Top New Orleans Coffee Shops 2009 http:/…
Top New Orleans Coffee Shops 2009 http://nola.humidbeings.com/posts/detail/75195/Top-Coffee-Shops-of-2009
-
Mega Menus
Mega Menu Notes from UDWEB list: Inspiration: http://designm.ag/inspiration/mega-menus/ http://www.jhu.edu/ http://www.bentley.edu/ http://www.useit.com/alertbox/mega-dropdown-menus.html Sample Code: http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/ http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/