CINXE.COM
Snippets from Suburbia
<!DOCTYPE html> <html lang="en-US"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.snippetsfromsuburbia.com:80/?","20131121113242","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1385033562"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script language="JavaScript"> <!-- //Disable right mouse click Script //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive //For full source code, visit http://www.dynamicdrive.com var message="© snippetsfromsuburbia.com"; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") // --> </script> <meta charset="UTF-8"/> <title>Snippets from Suburbia</title> <link rel="profile" href="http://gmpg.org/xfn/11"/> <link rel="stylesheet" type="text/css" media="all" href="https://web.archive.org/web/20131121113242cs_/http://www.snippetsfromsuburbia.com/wp-content/themes/Capture/style.css"/> <link rel="pingback" href="http://www.snippetsfromsuburbia.com/xmlrpc.php"/> <link rel="alternate" type="application/rss+xml" title="Snippets from Suburbia » Feed" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?feed=rss2"/> <link rel="alternate" type="application/rss+xml" title="Snippets from Suburbia » Comments Feed" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?feed=comments-rss2"/> <link rel="stylesheet" id="contact-form-7-css" href="https://web.archive.org/web/20131121113242cs_/http://www.snippetsfromsuburbia.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.4" type="text/css" media="all"/> <link rel="stylesheet" id="UPWbyETH_widget_css-css" href="https://web.archive.org/web/20131121113242cs_/http://www.snippetsfromsuburbia.com/wp-content/plugins/ultimate-photo-widget-by-eth/css/upwbyeth_widget_style.css?ver=2.0.2.3" type="text/css" media="all"/> <link rel="stylesheet" id="jetpack-widgets-css" href="https://web.archive.org/web/20131121113242cs_/http://www.snippetsfromsuburbia.com/wp-content/plugins/jetpack/modules/widgets/widgets.css?ver=20121003" type="text/css" media="all"/> <link rel="stylesheet" id="multilevelnav_style-css" href="https://web.archive.org/web/20131121113242cs_/http://www.snippetsfromsuburbia.com/?mlnmenu=css&ver=3.5.1" type="text/css" media="all"/> <link rel="stylesheet" id="really_simple_share_style-css" href="https://web.archive.org/web/20131121113242cs_/http://www.snippetsfromsuburbia.com/wp-content/plugins/really-simple-facebook-twitter-share-buttons/style.css?ver=3.5.1" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.snippetsfromsuburbia.com/wp-includes/js/jquery/jquery.js?ver=1.8.3"></script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.snippetsfromsuburbia.com/wp-content/plugins/ultimate-photo-widget-by-eth/js/upwbyeth_tiles_and_slideshow.js?ver=2.0.2.3"></script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.snippetsfromsuburbia.com/wp-content/plugins/multi-level-navigation-plugin/scripts/superfish.js?ver=1.4.8"></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.snippetsfromsuburbia.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.snippetsfromsuburbia.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress 3.5.1"/> <link rel="shortlink" href="https://web.archive.org/web/20131121113242/http://wp.me/2DHNK"/> <!-- Multi-level Navigation Plugin v2.3.5 by PixoPoint Web Development ... http://pixopoint.com/multi-level-navigation/ --> <!--[if lte IE 7]><script type="text/javascript" src="http://www.snippetsfromsuburbia.com/wp-content/plugins/multi-level-navigation-plugin/scripts/suckerfish_ie.js"></script><![endif]--><script>jQuery(document).ready(function() { jQuery("ul.sf-menu").superfish({ animation: {opacity:"show",height:"show"}, // fade-in and slide-down animation delay: 0, // delay on mouseout speed: "normal", // animation speed autoArrows: "", // enable generation of arrow mark-up dropShadows: "" // enable drop shadows }); }); /** * hoverIntent is similar to jQuery's built-in "hover" function except that * instead of firing the onMouseOver event immediately, hoverIntent checks * to see if the user's mouse has slowed down (beneath the sensitivity * threshold) before firing the onMouseOver event. * * hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+ * <http://cherne.net/brian/resources/jquery.hoverIntent.html> * * hoverIntent is currently available for use in all personal or commercial * projects under both MIT and GPL licenses. This means that you can choose * the license that best suits your project, and use it accordingly. * * // basic usage (just like .hover) receives onMouseOver and onMouseOut functions * $("ul li").hoverIntent( showNav , hideNav ); * * // advanced usage receives configuration object only * $("ul li").hoverIntent({ * sensitivity: 7, // number = sensitivity threshold (must be 1 or higher) * interval: 100, // number = milliseconds of polling interval * over: showNav, // function = onMouseOver callback (required) * timeout: 0, // number = milliseconds delay before onMouseOut function call * out: hideNav // function = onMouseOut callback (required) * }); * * @param f onMouseOver function || An object with configuration options * @param g onMouseOut function || Nothing (use configuration options object) * @author Brian Cherne <brian@cherne.net> */ (function($) { $.fn.hoverIntent = function(f,g) { // default configuration options var cfg = { sensitivity: 10, interval: 200, timeout: 0 }; // override configuration options with user supplied object cfg = $.extend(cfg, g ? { over: f, out: g } : f ); // instantiate variables // cX, cY = current X and Y position of mouse, updated by mousemove event // pX, pY = previous X and Y position of mouse, set by mouseover and polling interval var cX, cY, pX, pY; // A private function for getting mouse position var track = function(ev) { cX = ev.pageX; cY = ev.pageY; }; // A private function for comparing current and previous mouse position var compare = function(ev,ob) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); // compare mouse positions to see if they've crossed the threshold if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) { $(ob).unbind("mousemove",track); // set hoverIntent state to true (so mouseOut can be called) ob.hoverIntent_s = 1; return cfg.over.apply(ob,[ev]); } else { // set previous coordinates for next time pX = cX; pY = cY; // use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs) ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval ); } }; // A private function for delaying the mouseOut function var delay = function(ev,ob) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); ob.hoverIntent_s = 0; return cfg.out.apply(ob,[ev]); }; // A private function for handling mouse 'hovering' var handleHover = function(e) { // next three lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget; while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } } if ( p == this ) { return false; } // copy objects to be passed into t (required for event object to be passed in IE) var ev = jQuery.extend({},e); var ob = this; // cancel hoverIntent timer if it exists if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); } // else e.type == "onmouseover" if (e.type == "mouseover") { // set "previous" X and Y position based on initial entry point pX = ev.pageX; pY = ev.pageY; // update "current" X and Y position based on mousemove $(ob).bind("mousemove",track); // start polling interval (self-calling timeout) to compare mouse coordinates over time if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );} // else e.type == "onmouseout" } else { // unbind expensive mousemove event $(ob).unbind("mousemove",track); // if hoverIntent state is true, then call the mouseOut function after the specified delay if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );} } }; // bind the function to the two event listeners return this.mouseover(handleHover).mouseout(handleHover); }; })(jQuery); </script><script type="text/javascript" src="//web.archive.org/web/20131121113242js_/http://assets.pinterest.com/js/pinit.js"></script> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="blog"/> <meta property="og:title" content="Snippets from Suburbia"/> <meta property="og:url" content="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/"/> <meta property="og:site_name" content="Snippets from Suburbia"/> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url('https://web.archive.org/web/20131121113242im_/http://www.snippetsfromsuburbia.com/wp-content/uploads/2013/01/bluechevronfade.png'); background-repeat: repeat; background-position: top left; background-attachment: scroll; } </style> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-28229665-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20131121113242/https://ssl' : 'https://web.archive.org/web/20131121113242/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="home blog custom-background"> <div id="container"> <div id="header-wrapper"> <div id="masthead"> <img src="https://web.archive.org/web/20131121113242im_/http://www.snippetsfromsuburbia.com/wp-content/uploads/2013/01/cropped-Header2.png" width="1000" height="209" alt=""/> <object type="application/x-shockwave-flash" data="https://web.archive.org/web/20131121113242im_/http://www.snippetsfromsuburbia.com/wp-content/plugins/flashfader.swf" width="1001" height="300"><param name="bgcolor" value="#ffffff"/><param name="movie" value="http://www.snippetsfromsuburbia.com/wp-content/plugins/flashfader.swf"/><param name="FlashVars" value="path2xml=http://www.snippetsfromsuburbia.com/wp-content/flashfader/images.xml"/><param name="quality" value="high"/></object><div id="menu-wrapper"> <!-- Multi-level Navigation Plugin v2.3.5 by PixoPoint Web Development ... http://pixopoint.com/multi-level-navigation/ --> <div id="pixopoint_menu_wrapper1"><div id="pixopoint_menu1"> <ul class="sf-menu" id="suckerfishnav"><li class="current_page_item"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/">Home</a></li><li class="page_item page-item-1273"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=1273">365+1</a> <ul class="children"> <li class="page_item page-item-2214"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=2214">Slideshow of 2012</a></li> <li class="page_item page-item-1426"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=1426">January/February</a></li> <li class="page_item page-item-1480"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=1480">March/April</a></li> <li class="page_item page-item-1834"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=1834">May/June</a></li> <li class="page_item page-item-2079"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=2079">July/August</a></li> <li class="page_item page-item-2448"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=2448">September/October</a></li> <li class="page_item page-item-2623"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=2623">November/December</a></li> </ul> </li> <li class="page_item page-item-2"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=2">About</a></li> <li class="page_item page-item-1222"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?page_id=1222">FWIS</a></li> <li class="categories haschildren"><a href="">Categories</a><ul><li class="cat-item cat-item-74"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=74" title="View all posts filed under 2013">2013</a> </li> <li class="cat-item cat-item-18"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=18" title="View all posts filed under 365 for 2011">365 for 2011</a> </li> <li class="cat-item cat-item-45"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=45" title="View all posts filed under 365 for 2012">365 for 2012</a> </li> <li class="cat-item cat-item-67"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=67" title="View all posts filed under Camping Trips">Camping Trips</a> </li> <li class="cat-item cat-item-69"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=69" title="View all posts filed under ClickinMoms">ClickinMoms</a> </li> <li class="cat-item cat-item-17"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=17" title="View all posts filed under Crafts">Crafts</a> </li> <li class="cat-item cat-item-15"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=15" title="View all posts filed under Death Valley">Death Valley</a> </li> <li class="cat-item cat-item-38"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=38" title="View all posts filed under Elf on the Shelf">Elf on the Shelf</a> </li> <li class="cat-item cat-item-8"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=8" title="View all posts filed under Families">Families</a> </li> <li class="cat-item cat-item-16"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=16" title="View all posts filed under Food">Food</a> </li> <li class="cat-item cat-item-5"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=5" title="View all posts filed under Friends">Friends</a> </li> <li class="cat-item cat-item-65"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=65" title="View all posts filed under From the Archives">From the Archives</a> </li> <li class="cat-item cat-item-55"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=55" title="View all posts filed under From Where I Stand">From Where I Stand</a> </li> <li class="cat-item cat-item-6"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=6" title="View all posts filed under General">General</a> </li> <li class="cat-item cat-item-19"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=19" title="View all posts filed under Holidays">Holidays</a> </li> <li class="cat-item cat-item-9"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=9" title="View all posts filed under Home">Home</a> </li> <li class="cat-item cat-item-68"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=68" title="View all posts filed under Instagrams">Instagrams</a> </li> <li class="cat-item cat-item-70"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=70" title="View all posts filed under Jeeping">Jeeping</a> </li> <li class="cat-item cat-item-81"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=81" title="View all posts filed under Macro Photography">Macro Photography</a> </li> <li class="cat-item cat-item-13"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=13" title="View all posts filed under My Family">My Family</a> </li> <li class="cat-item cat-item-4"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=4" title="View all posts filed under My Girls">My Girls</a> </li> <li class="cat-item cat-item-29"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=29" title="View all posts filed under Off Road">Off Road</a> </li> <li class="cat-item cat-item-12"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=12" title="View all posts filed under On the Road">On the Road</a> </li> <li class="cat-item cat-item-14"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=14" title="View all posts filed under Photography">Photography</a> </li> <li class="cat-item cat-item-77"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=77" title="View all posts filed under Photoshop Nerd-ery">Photoshop Nerd-ery</a> </li> <li class="cat-item cat-item-66"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=66" title="View all posts filed under Summertime">Summertime</a> </li> <li class="cat-item cat-item-76"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=76" title="View all posts filed under Teens and Seniors">Teens and Seniors</a> </li> <li class="cat-item cat-item-20"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=20" title="View all posts filed under Thankfulness, 2011">Thankfulness, 2011</a> </li> <li class="cat-item cat-item-73"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=73" title="View all posts filed under Thankfulness, 2012">Thankfulness, 2012</a> </li> <li class="cat-item cat-item-44"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=44" title="View all posts filed under The Cat">The Cat</a> </li> <li class="cat-item cat-item-56"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=56" title="View all posts filed under The Desert">The Desert</a> </li> <li class="cat-item cat-item-72"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=72" title="View all posts filed under The Dog">The Dog</a> </li> <li class="cat-item cat-item-1"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=1" title="View all posts filed under Uncategorized">Uncategorized</a> </li> <li class="cat-item cat-item-71"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=71" title="View all posts filed under Weddings">Weddings</a> </li> </ul></li> <li><a href="">Archives</a><ul> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201311" title="November 2013">November 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201309" title="September 2013">September 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201308" title="August 2013">August 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201307" title="July 2013">July 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201306" title="June 2013">June 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201305" title="May 2013">May 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201304" title="April 2013">April 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201303" title="March 2013">March 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201302" title="February 2013">February 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201301" title="January 2013">January 2013</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201212" title="December 2012">December 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201211" title="November 2012">November 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201210" title="October 2012">October 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201209" title="September 2012">September 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201208" title="August 2012">August 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201207" title="July 2012">July 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201206" title="June 2012">June 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201205" title="May 2012">May 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201204" title="April 2012">April 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201203" title="March 2012">March 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201202" title="February 2012">February 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201201" title="January 2012">January 2012</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201112" title="December 2011">December 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201111" title="November 2011">November 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201110" title="October 2011">October 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201109" title="September 2011">September 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201108" title="August 2011">August 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201107" title="July 2011">July 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201106" title="June 2011">June 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201105" title="May 2011">May 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201104" title="April 2011">April 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201103" title="March 2011">March 2011</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201012" title="December 2010">December 2010</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?m=201011" title="November 2010">November 2010</a></li> </ul></li><li><a href="">Links</a> <ul><li><a href="https://web.archive.org/web/20131121113242/http://www.bellagracelynnphotographyblog.com/">Carey Clay</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.clickinmoms.com/blog/july-cmpro-of-the-month-allison-zercher/">ClickinMoms Interview</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://denisekramerphotography.com/main.html">Denise Kramer</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://desireehayesphotography.com/">Desiree Hayes</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.clickinmoms.com/store/shop/finding-the-frame-allison-zercher/">Finding the Frame</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://www.ginettestauderphotography.com/">Ginette Stauder</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://trueblissphoto.com/blog/">Kelly Mendoza</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://kristinrachellephotography.com/blog/">Kristin Brown</a></li> <li><a href="https://web.archive.org/web/20131121113242/http://arkworld.com/365/">Pete Ark</a></li> </ul></li></ul> </div> </div></div> </div><!-- #masthead --> </div><!-- #header --> <div id="content-wrapper"> <div id="content"> <div id="post-body"> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?paged=2"><span class="meta-nav">...</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-3244" class="post-3244 post type-post status-publish format-standard hentry category-2013"> <h1 class="post-title"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3244" title="Permalink to Someone has been a pretty awful blogger…" rel="bookmark">Someone has been a pretty awful blogger…</a></h1> <div class="post-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3244" title="6:38 am" rel="bookmark"><span class="entry-date">November 4, 2013</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?author=1" title="View all posts by Allison">Allison</a></span> </div><!-- .post-meta --> <div class="post-body"> <p>Me <-----</p> <p>Sometimes too much time goes by and then I just keep thinking "Meh, what's another week?"</p> <p>So I'll play catch up a little ;) </p> <p>In September, Avery and I went to Astrocamp for the weekend on a GATE field trip with our school district. Other than the buses not coming to pick us up on Sunday and having to wait 6 extra hours for replacements, it was lovely.</p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9907723876/" title="Kaboom by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm8.staticflickr.com/7423/9907723876_8d785c4742_o.jpg" width="960" height="1500" alt="Kaboom"></a></p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9908318214/" title="Swish? by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm8.staticflickr.com/7404/9908318214_568331aafc_o.jpg" width="960" height="1370" alt="Swish?"></a></p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9908511366/" title="Volunteers by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm6.staticflickr.com/5348/9908511366_c7d8b221a8_o.jpg" width="960" height="622" alt="Volunteers"></a></p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9908542604/" title="Rockets ready for launch by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm6.staticflickr.com/5466/9908542604_8b75501786_o.jpg" width="960" height="675" alt="Rockets ready for launch"></a></p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9908723395/" title="Microgravity by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm8.staticflickr.com/7341/9908723395_6cb5b3de25_o.jpg" width="960" height="690" alt="Microgravity"></a></p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9909451615/" title="Astrocamp, Room 1 by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm4.staticflickr.com/3691/9909451615_f582957516_o.jpg" width="960" height="720" alt="Astrocamp, Room 1"></a></p> <p>We had lots of fun together – it’s nice to sometimes have one kid to focus all of your energy on ;) More catching up to come!</p> <div style="min-height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_prepend_inline">Share this</div><div class="really_simple_share_facebook_like" style="width:45px;"><iframe src="//web.archive.org/web/20131121113242if_/http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3244&send=false&layout=button_count&width=45&show_faces=false&action=like&colorscheme=light&height=27&locale=en_US" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:27px;" allowtransparency="true"></iframe></div><div class="really_simple_share_pinterest" style="width:100px;"><a data-pin-config="none" href="https://web.archive.org/web/20131121113242/https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3244&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7423%2F9907723876_8d785c4742_o.jpg&description=Someone has been a pretty awful blogger…" data-pin-do="buttonPin"><img src="//web.archive.org/web/20131121113242im_/http://assets.pinterest.com/images/pidgets/pin_it_button.png"/></a></div></div> <div style="clear:both;"></div> </div><!-- .post-body --> <div class="post-meta-footer"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=74" title="View all posts in 2013" rel="category">2013</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3244#respond" title="Comment on Someone has been a pretty awful blogger…">Leave a comment</a></span> </div><!-- .post-meta-footer --> </div><!-- #post-## --> <div id="post-3237" class="post-3237 post type-post status-publish format-standard hentry category-2013 category-clickinmoms-2 category-photography"> <h1 class="post-title"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3237" title="Permalink to “Peek Inside”" rel="bookmark">“Peek Inside”</a></h1> <div class="post-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3237" title="5:19 am" rel="bookmark"><span class="entry-date">September 12, 2013</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?author=1" title="View all posts by Allison">Allison</a></span> </div><!-- .post-meta --> <div class="post-body"> <p>ClickinMoms asked me to share a “peek inside” to my gear and workstation. While my work station is a little less than fancy – it’s in the middle of the house and gets lots of kid and pet action – my gear is embarrassingly hoarder-ish :) Find the link <a href="https://web.archive.org/web/20131121113242/http://www.clickinmoms.com/blog/a-peek-inside-the-camera-bag-office-of-photographer-allison-zercher/"><u>here</u></a> as well as a description of all the gadgets I’ve acquired over the years…</p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9728881539/" title=":o by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm8.staticflickr.com/7287/9728881539_4db501bc0e_o.jpg" width="960" height="630" alt=":o"></a></p> <div style="min-height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_prepend_inline">Share this</div><div class="really_simple_share_facebook_like" style="width:45px;"><iframe src="//web.archive.org/web/20131121113242if_/http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3237&send=false&layout=button_count&width=45&show_faces=false&action=like&colorscheme=light&height=27&locale=en_US" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:27px;" allowtransparency="true"></iframe></div><div class="really_simple_share_pinterest" style="width:100px;"><a data-pin-config="none" href="https://web.archive.org/web/20131121113242/https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3237&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7287%2F9728881539_4db501bc0e_o.jpg&description=“Peek Inside”" data-pin-do="buttonPin"><img src="//web.archive.org/web/20131121113242im_/http://assets.pinterest.com/images/pidgets/pin_it_button.png"/></a></div></div> <div style="clear:both;"></div> </div><!-- .post-body --> <div class="post-meta-footer"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=74" title="View all posts in 2013" rel="category">2013</a>, <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=69" title="View all posts in ClickinMoms" rel="category">ClickinMoms</a>, <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=14" title="View all posts in Photography" rel="category">Photography</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3237#respond" title="Comment on “Peek Inside”">Leave a comment</a></span> </div><!-- .post-meta-footer --> </div><!-- #post-## --> <div id="post-3234" class="post-3234 post type-post status-publish format-standard hentry category-friends"> <h1 class="post-title"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3234" title="Permalink to Finley’s Fairy First Birthday" rel="bookmark">Finley’s Fairy First Birthday</a></h1> <div class="post-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3234" title="8:48 pm" rel="bookmark"><span class="entry-date">August 25, 2013</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?author=1" title="View all posts by Allison">Allison</a></span> </div><!-- .post-meta --> <div class="post-body"> <p>Such a cute theme for a cute little girl! We had a fun today visiting with friends for baby Finley’s first birthday. I can’t believe this little tiny thing is ONE! She’s such a doll — my kids have NEVER been SO excited to go to a one year old’s birthday party, LOL :)</p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9597538948/" title="Collage1 by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm8.staticflickr.com/7359/9597538948_193f585aea_o.jpg" width="960" height="2702" alt="Collage1"></a><br/> <a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9597538886/" title="Collage2 by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm3.staticflickr.com/2832/9597538886_b0a8c23cf4_o.jpg" width="960" height="6000" alt="Collage2"></a></p> <div style="min-height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_prepend_inline">Share this</div><div class="really_simple_share_facebook_like" style="width:45px;"><iframe src="//web.archive.org/web/20131121113242if_/http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3234&send=false&layout=button_count&width=45&show_faces=false&action=like&colorscheme=light&height=27&locale=en_US" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:27px;" allowtransparency="true"></iframe></div><div class="really_simple_share_pinterest" style="width:100px;"><a data-pin-config="none" href="https://web.archive.org/web/20131121113242/https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3234&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7359%2F9597538948_193f585aea_o.jpg&description=Finley’s Fairy First Birthday" data-pin-do="buttonPin"><img src="//web.archive.org/web/20131121113242im_/http://assets.pinterest.com/images/pidgets/pin_it_button.png"/></a></div></div> <div style="clear:both;"></div> </div><!-- .post-body --> <div class="post-meta-footer"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=5" title="View all posts in Friends" rel="category">Friends</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3234#comments" title="Comment on Finley’s Fairy First Birthday">1 Comment</a></span> </div><!-- .post-meta-footer --> </div><!-- #post-## --> <div id="post-3231" class="post-3231 post type-post status-publish format-standard hentry category-the-dog"> <h1 class="post-title"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3231" title="Permalink to Happy “Gotcha Day”" rel="bookmark">Happy “Gotcha Day”</a></h1> <div class="post-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3231" title="9:15 am" rel="bookmark"><span class="entry-date">August 25, 2013</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?author=1" title="View all posts by Allison">Allison</a></span> </div><!-- .post-meta --> <div class="post-body"> <p>Happy “Gotcha Day” to my little Sister Molly Margaret Magoo. We adopted her one year ago today from the Palm Springs Animal Shelter :)</p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9593151382/" title="Gotcha Day by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm8.staticflickr.com/7418/9593151382_1c0e66149f_b.jpg" width="950" height="722" alt="Gotcha Day"></a></p> <div style="min-height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_prepend_inline">Share this</div><div class="really_simple_share_facebook_like" style="width:45px;"><iframe src="//web.archive.org/web/20131121113242if_/http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3231&send=false&layout=button_count&width=45&show_faces=false&action=like&colorscheme=light&height=27&locale=en_US" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:27px;" allowtransparency="true"></iframe></div><div class="really_simple_share_pinterest" style="width:100px;"><a data-pin-config="none" href="https://web.archive.org/web/20131121113242/https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3231&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7418%2F9593151382_1c0e66149f_b.jpg&description=Happy “Gotcha Day”" data-pin-do="buttonPin"><img src="//web.archive.org/web/20131121113242im_/http://assets.pinterest.com/images/pidgets/pin_it_button.png"/></a></div></div> <div style="clear:both;"></div> </div><!-- .post-body --> <div class="post-meta-footer"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=72" title="View all posts in The Dog" rel="category">The Dog</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3231#respond" title="Comment on Happy “Gotcha Day”">Leave a comment</a></span> </div><!-- .post-meta-footer --> </div><!-- #post-## --> <div id="post-3228" class="post-3228 post type-post status-publish format-standard hentry category-photoshop-nerd-ery category-summertime"> <h1 class="post-title"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3228" title="Permalink to The Voice of the Sea Speaks the Language of the Soul" rel="bookmark">The Voice of the Sea Speaks the Language of the Soul</a></h1> <div class="post-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3228" title="10:43 am" rel="bookmark"><span class="entry-date">August 24, 2013</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?author=1" title="View all posts by Allison">Allison</a></span> </div><!-- .post-meta --> <div class="post-body"> <p>Just geeking out with Photoshop again ;)</p> <p><a href="https://web.archive.org/web/20131121113242/http://www.flickr.com/photos/snippets_from_suburbia/9585638602/" title="The Voice of the Sea Speaks the Language of the Soul by snippets_from_suburbia, on Flickr"><img src="https://web.archive.org/web/20131121113242im_/http://farm3.staticflickr.com/2821/9585638602_dcbe892d59_o.jpg" width="960" height="677" alt="The Voice of the Sea Speaks the Language of the Soul"></a></p> <div style="min-height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_prepend_inline">Share this</div><div class="really_simple_share_facebook_like" style="width:45px;"><iframe src="//web.archive.org/web/20131121113242if_/http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3228&send=false&layout=button_count&width=45&show_faces=false&action=like&colorscheme=light&height=27&locale=en_US" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:27px;" allowtransparency="true"></iframe></div><div class="really_simple_share_pinterest" style="width:100px;"><a data-pin-config="none" href="https://web.archive.org/web/20131121113242/https://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.snippetsfromsuburbia.com%2F%3Fp%3D3228&media=http%3A%2F%2Ffarm3.staticflickr.com%2F2821%2F9585638602_dcbe892d59_o.jpg&description=The Voice of the Sea Speaks the Language of the Soul" data-pin-do="buttonPin"><img src="//web.archive.org/web/20131121113242im_/http://assets.pinterest.com/images/pidgets/pin_it_button.png"/></a></div></div> <div style="clear:both;"></div> </div><!-- .post-body --> <div class="post-meta-footer"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=77" title="View all posts in Photoshop Nerd-ery" rel="category">Photoshop Nerd-ery</a>, <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?cat=66" title="View all posts in Summertime" rel="category">Summertime</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?p=3228#respond" title="Comment on The Voice of the Sea Speaks the Language of the Soul">Leave a comment</a></span> </div><!-- .post-meta-footer --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/?paged=2"><span class="meta-nav">...</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-below --> </div><!-- #post-body --> </div> </div> <div id="copyright"> <a href="https://web.archive.org/web/20131121113242/http://www.snippetsfromsuburbia.com/" title="Snippets from Suburbia" rel="home">Snippets from Suburbia</a> | all photographs and content property of snippetsfromsuburbia.com |</div> <style type="text/css" media="screen"> #bit, #bit * {} #bit { bottom: -300px; font: 13px "Helvetica Neue",sans-serif; position: fixed; right: 10px; z-index: 999999; width: 230px; } .loggedout-follow-typekit { margin-right: 4.5em; } #bit a.bsub { background-color: #464646; background-image: -moz-linear-gradient(center bottom , #3F3F3F, #464646 5px); background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#464646)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3F3F', endColorstr='#464646'); border: 0 none; box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2); color: #CCCCCC; display: block; float: right; font: 13px/28px "Helvetica Neue",sans-serif; letter-spacing: normal; outline-style: none; outline-width: 0; overflow: hidden; padding: 0 10px 0 8px; text-decoration: none !important; text-shadow: 0 -1px 0 #444444; } #bit a.bsub { border-radius: 2px 2px 0 0; } #bit a.bsub span { background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://web.archive.org/web/20131121113242im_/http://www.snippetsfromsuburbia.com/wp-content/plugins/follow-button-for-jetpack/plus.png); background-origin: padding-box; background-position: 2px 3px; background-repeat: no-repeat; background-size: 20% auto; padding-left: 18px; } #bit a:hover span, #bit a.bsub.open span { /*background-position: 0 -117px;*/ color: #FFFFFF !important; } #bit a.bsub.open { background: none repeat scroll 0 0 #333333; } #bitsubscribe { background: none repeat scroll 0 0 #464646; border-radius: 2px 0 0 0; color: #FFFFFF; margin-top: 27px; padding: 15px; width: 200px; float: right; margin-top: 0; } div#bitsubscribe.open { box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); } #bitsubscribe div { overflow: hidden; } #bit h3, #bit #bitsubscribe h3 { color: #FFFFFF; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 20px; font-weight: 300; margin: 0 0 0.5em !important; text-align: left; text-shadow: 0 1px 0 #333333; } #bit #bitsubscribe p { color: #FFFFFF; font: 300 15px/1.3em "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0 0 1em; text-shadow: 0 1px 0 #333333; } #bitsubscribe p a { margin: 20px 0 0; } #bit #bitsubscribe p.bit-follow-count { font-size: 13px; } #bitsubscribe input[type="submit"] { -moz-transition: all 0.25s ease-in-out 0s; -webkit-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; -ms-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; background: -moz-linear-gradient(center top , #333333 0%, #111111 100%) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111'); border: 1px solid #282828; border-radius: 11px 11px 11px 11px; box-shadow: 0 1px 0 #444444 inset; color: #CCCCCC; padding: 2px 20px; text-decoration: none; text-shadow: 0 1px 0 #000000; } #bitsubscribe input[type="submit"]:hover { background: -moz-linear-gradient(center top , #333333 0%, #222222 100%) repeat scroll 0 0 transparent; box-shadow: 0 1px 0 #4F4F4F inset; color: #FFFFFF; text-decoration: none; } #bitsubscribe input[type="submit"]:active { background: -moz-linear-gradient(center top , #111111 0%, #222222 100%) repeat scroll 0 0 transparent; box-shadow: 0 -1px 0 #333333 inset; color: #AAAAAA; text-decoration: none; } #bitsubscribe input[type="text"] { border-radius: 3px 3px 3px 3px; font: 300 15px "Helvetica Neue",Helvetica,Arial,sans-serif; } #bitsubscribe input[type="text"]:focus { border: 1px solid #000000; } #bitsubscribe.open { display: block; } #bsub-subscribe-button { margin: 0 auto; text-align: center; } #bitsubscribe #bsub-credit { border-top: 1px solid #3C3C3C; font: 11px "Helvetica Neue",sans-serif; margin: 0 0 -15px; padding: 7px 0; text-align: center; } #bitsubscribe #bsub-credit a { background: none repeat scroll 0 0 transparent; color: #AAAAAA; text-decoration: none; text-shadow: 0 1px 0 #262626; } #bitsubscribe #bsub-credit a:hover { background: none repeat scroll 0 0 transparent; color: #FFFFFF; } </style> <script type="text/javascript" charset="utf-8"> jQuery.extend(jQuery.easing, { easeOutCubic: function (x, t, b, c, d) { return c * ((t = t / d - 1) * t * t + 1) + b; } }); jQuery(document).ready(function () { var isopen = false, bitHeight = jQuery('#bitsubscribe').height(); setTimeout(function () { jQuery('#bit').animate({ bottom: '-' + bitHeight - 30 + 'px' }, 200); }, 300); jQuery('#bit a.bsub').click(function () { if (!isopen) { isopen = true; jQuery('#bit a.bsub').addClass('open'); jQuery('#bit #bitsubscribe').addClass('open') jQuery('#bit').stop(); jQuery('#bit').animate({ bottom: '0px' }, { duration: 400, easing: "easeOutCubic" }); } else { isopen = false; jQuery('#bit').stop(); jQuery('#bit').animate({ bottom: '-' + bitHeight - 30 + 'px' }, 200, function () { jQuery('#bit a.bsub').removeClass('open'); jQuery('#bit #bitsubscribe').removeClass('open'); }); } }); }); </script> <div id="bit" class=""> <a class="bsub" href="javascript:void(0)"><span id="bsub-text">Follow</span></a> <div id="bitsubscribe"> <h3><label for="loggedout-follow-field">Follow Snippets from Suburbia</label></h3> <a name="subscribe-blog"></a> <form action="" method="post" accept-charset="utf-8" id="subscribe-blog"> <p>Get every new post delivered to your Inbox</p> <p>Join other followers:</p> <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" value="Email Address" id="subscribe-field" onclick="if ( this.value == 'Email Address' ) { this.value = ''; }" onblur="if ( this.value == '' ) { this.value = 'Email Address'; }"/></p> <p> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="source" value=""/> <input type="hidden" name="sub-type" value=""/> <input type="hidden" name="redirect_fragment" value=""/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="2d47b832ae"/> <input type="submit" value="Sign me up!" name="jetpack_subscriptions_widget"/> </p> </form> </div> </div> <!-- Start of StatCounter Code --> <script type="text/javascript"> <!-- var sc_project=2506361; var sc_security="b40b7feb"; var sc_invisible=1; //--> </script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.statcounter.com/counter/counter_xhtml.js"></script> <noscript><div class="statcounter"><a title="web analytics" href="https://web.archive.org/web/20131121113242/http://statcounter.com/"><img class="statcounter" src="https://web.archive.org/web/20131121113242im_/http://c.statcounter.com/2506361/0/b40b7feb/1/" alt="web analytics"/></a></div></noscript> <!-- End of StatCounter Code --> <div style="display:none"> </div> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.snippetsfromsuburbia.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.32.0-2013.04.03"></script> <script type="text/javascript"> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"https:\/\/web.archive.org\/web\/20131121113242\/http:\/\/www.snippetsfromsuburbia.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.snippetsfromsuburbia.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201347"></script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://s.gravatar.com/js/gprofiles.js?ver=2013Novaa"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20131121113242js_/http://www.snippetsfromsuburbia.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.5.1"></script> <script src="https://web.archive.org/web/20131121113242js_/http://stats.wordpress.com/e-201347.js" type="text/javascript"></script> <script type="text/javascript"> st_go({v:'ext',j:'1:2.2.2',blog:'39015840',post:'0',tz:'-8'}); var load_cmc = function(){linktracker_init(39015840,0,2);}; if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc); else load_cmc(); </script> </div> </div> <!-- Start of StatCounter Code for Default Guide --> <script type="text/javascript"> var sc_project=2506361; var sc_invisible=1; var sc_security="b40b7feb"; var sc_https=1; var scJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20131121113242/https://secure." : "https://web.archive.org/web/20131121113242/http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost + "statcounter.com/counter/counter.js'></"+"script>");</script> <noscript><div class="statcounter"><a title="web analytics" href="https://web.archive.org/web/20131121113242/http://statcounter.com/" target="_blank"><img class="statcounter" src="https://web.archive.org/web/20131121113242im_/https://c.statcounter.com/2506361/0/b40b7feb/1/" alt="web analytics"></a></div></noscript> <!-- End of StatCounter Code for Default Guide --> </body> </html><!-- FILE ARCHIVED ON 11:32:42 Nov 21, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:56:06 Feb 20, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.678 exclusion.robots: 0.037 exclusion.robots.policy: 0.02 esindex: 0.011 cdx.remote: 9.26 LoadShardBlock: 223.376 (3) PetaboxLoader3.datanode: 191.307 (4) load_resource: 115.149 PetaboxLoader3.resolve: 60.822 -->