CINXE.COM

Flickr Blog

<!DOCTYPE html> <html lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_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="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://blog.flickr.net/en","20190515174807","https://web.archive.org/","web","/_static/", "1557942487"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="flickr:embedr:footer" content="false"> <meta name="flickr:embedr:header" content="false"> <title>Flickr Blog</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://blog.flickr.net/xmlrpc.php"> <link rel="icon" href="https://web.archive.org/web/20190515174807im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="shortcut icon" href="https://web.archive.org/web/20190515174807im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="alternate" type="application/rss+xml" href="https://web.archive.org/web/20190515174807/https://blog.flickr.net/feed"/> <style type="text/css"> .untranslated { color: red; } .unstranlated a { color: red; } </style> <meta name="description" content=""/> <meta name="keywords" content="Flickr, photography, community, spotlight, photos, stories"/> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://web.archive.org/web/20190515174807/https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20190515174807/https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://web.archive.org/web/20190515174807/https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://web.archive.org/web/20190515174807/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cDovL2Jsb2cuZmxpY2tyLm5ldA%3D%3D" + "&wpcomid=957851" + "&time=1557942487"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174807/http://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174807/http://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174807/http://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174807/http://flickrtheblog.wordpress.com/"/> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20190515174807\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190515174807\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190515174807\/https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20190515174807cs_/https://s2.wp.com/_static/??-eJx9UVtSwzAMvBCuaGnpF8NZbEdJ1Pg1tkKa26MkNAwD+Mez0uyutBZMSdkYGAODH1VyY0ehgKMBC9yQk7aDWquDLeUJ/qZTaCkQzzvYyRSsGxvxkgY0VBiMi6ulyTrPUHh2ePAUavY2ZpS+T5oXhseGNDr0QqvJJmo65G30hhXjvSrx6fUxaIG9pK8Gn5KwlTEpYylKXk+jV9zLbr91Wxs+KEHryA5ZndbdvK7Hf+RotUUT43YPE+9fn7cqCUJkEnHZQc2yw6jkDpophh+Fap2mXJNmlAt2Art1+e/yv7z9GToXjXYL4d2/HS+X6+l8vL483z4BySLuuA==?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20190515174807js_/https://s1.wp.com/_static/??-eJyFkOsKwjAMhV/IrrgL/hKfZdZspuvNJt3Qp7fDiYhTIZBAPnLOiZyCQKdMOgFJneuSIF6XVmjayF+AsNjHlqGw6J6w8o7B8cwGT2yBqO1hZWv9EQ2IRBAz4DjLdH6Fe7eEbkSY/mIaOLRqEBEIbx/qfIbsS44YZGdQDVGU84nHvJaawivg93ct1MHut01Tl1W1q2t9B5epg2A="></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://flickrtheblog.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="shortlink" href="https://web.archive.org/web/20190515174807/https://wp.me/41bd"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website"/> <meta property="og:title" content="Flickr Blog"/> <meta property="og:url" content="https://web.archive.org/web/20190515174807/http://blog.flickr.net/"/> <meta property="og:site_name" content="Flickr Blog"/> <meta property="og:image" content="https://web.archive.org/web/20190515174807im_/https://flickrtheblog.files.wordpress.com/2018/04/flickr-blog-panda-logos.jpg"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:site" content="@Flickr"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="https://web.archive.org/web/20190515174807im_/https://flickrtheblog.files.wordpress.com/2018/04/flickr-blog-panda-logos.jpg"/> <meta name="twitter:title" content="Flickr Blog"/> <meta name="twitter:url" content="https://web.archive.org/web/20190515174807im_/http://blog.flickr.net/"/> <!-- End Jetpack Open Graph Tags --> <link rel="openid.server" href="http://flickrtheblog.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://flickrtheblog.wordpress.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/osd.xml" title="Flickr Blog"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190515174807/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style> .wpcom-related-posts ul li { list-style-type: none; display: inline-block; } </style> <meta name="application-name" content="Flickr Blog"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=http://blog.flickr.net/en/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><style type="text/css" id="syntaxhighlighteranchor"></style> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://web.archive.org/web/20190515174807cs_/https://s2.wp.com/?custom-css=1&amp;csblog=41bd&amp;cscache=6&amp;csrev=7"/> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/vip/flickr-2/js/ie-fallbacks.js"></script> <![endif]--> <script src="https://web.archive.org/web/20190515174807js_/https://s.yimg.com/ss/rapid-3.30.js"></script> </head> <body class="home blog mp6 customizer-styles-applied group-blog highlander-enabled highlander-light infinite-scroll"> <div class="background"></div> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="wrap header-wrap"> <div class="site-branding"> <h1 class="site-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/" rel="home">Flickr Blog</a></h1> </div> <form role="search" method="get" class="searchform" id="searchform" action="https://web.archive.org/web/20190515174807/http://blog.flickr.net/"> <div><label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s"/> <input type="submit" id="searchsubmit" value="Search"/> </div> </form> <nav id="site-navigation" class="main-navigation" role="navigation"> <h1 class="menu-toggle"><span class="genericon genericon-menu"></span></h1> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="menu-top-nav-container"><ul id="menu-top-nav" class="menu"><li id="menu-item-53903" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-53903"><a href="#">Categories</a> <ul class="sub-menu"> <li id="menu-item-53905" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53905"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/category/flickrfriday/">Flickr Friday</a></li> <li id="menu-item-56109" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-56109"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/category/photographer-spotlight/">Photographer Spotlight</a></li> <li id="menu-item-53906" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53906"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/category/commons/">The Commons</a></li> <li id="menu-item-78352" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-78352"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2017/02/28/top-tag-tuesday-6/">Top Tag Tuesday</a></li> <li id="menu-item-53952" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53952"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/category/theweeklyflickr/">The Weekly Flickr</a></li> </ul> </li> <li id="menu-item-56110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-56110"><a href="https://web.archive.org/web/20190515174807/https://www.flickr.com/photos/flickr/galleries/">Galleries</a></li> <li id="menu-item-54915" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54915"><a title="The Latest about the Flickr API" href="https://web.archive.org/web/20190515174807/https://code.flickr.net/">Code Blog</a></li> <li id="menu-item-81923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81923"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/submit-your-flickr-story/">Your Story</a></li> <li id="menu-item-53904" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53904"><a href="https://web.archive.org/web/20190515174807/https://www.flickr.com/">flickr.com</a></li> </ul></div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <section class="home-featured"> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/08/planned-maintenance-and-flickr-downtime/" title="Planned maintenance and Flickr downtime"> <img src="https://web.archive.org/web/20190515174807im_/https://flickrtheblog.files.wordpress.com/2019/05/downtime_header.jpg"/> </a> <div class="home-featured-inner"> <div class="wrap"> <header class="entry-header"> <h1 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/08/planned-maintenance-and-flickr-downtime/" title="Planned maintenance and Flickr downtime">Planned maintenance and Flickr&nbsp;downtime</a></h1> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/08/planned-maintenance-and-flickr-downtime/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-05-08T16:30:01-07:00">May 8, 2019</time><time class="byline-date updated" datetime="2019-05-09T15:55:18-07:00">May 9, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-excerpt"> <p>On May 22, 2019, Flickr will be down for planned maintenance for about 12 hours starting at 5pm PDT (that’s 8pm EDT or 12am GMT on May 23). Learn more details.</p> </div> </div> </div> </section> <div class="feature-posts-banner"> <div class="wrap"> <h2 class="featured-posts-title">Featured</h2> <div class="featured-post-wrap"> <div class="featured-post-item item-2"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/08/enter-our-good-panda-photo-contest-for-a-chance-to-win-a-free-year-of-flickr-pro/" title="Enter our “Good Panda” photo contest for a chance to win a free year of Flickr Pro!"> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/live.staticflickr.com/5679/23341046980_b9246994fd_b.jpg?resize=280%2C185&amp;ssl=1"/> </a> <h3 class="featured-post-item-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/08/enter-our-good-panda-photo-contest-for-a-chance-to-win-a-free-year-of-flickr-pro/" title="Enter our “Good Panda” photo contest for a chance to win a free year of Flickr Pro!">Enter our “Good Panda” photo contest for a chance to win a free year of Flickr&nbsp;Pro!</a></h3> </div><div class="featured-post-item item-3"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/09/flickr-partners-with-pixsy-to-fight-image-theft/" title="Flickr partners with Pixsy to fight image theft"> <img src="https://web.archive.org/web/20190515174807im_/http://i2.wp.com/live.staticflickr.com/7867/33696704208_7f8e5f7554_b.jpg?resize=280%2C185&amp;ssl=1"/> </a> <h3 class="featured-post-item-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/09/flickr-partners-with-pixsy-to-fight-image-theft/" title="Flickr partners with Pixsy to fight image theft">Flickr partners with Pixsy to fight image&nbsp;theft</a></h3> </div><div class="featured-post-item item-4"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/update-on-creative-commons-licenses-and-in-memoriam-accounts/" title="Update on Creative Commons licenses and “In Memoriam” accounts."> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/live.staticflickr.com/7376/14048746046_927dcd1232_b.jpg?resize=280%2C185&amp;ssl=1"/> </a> <h3 class="featured-post-item-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/update-on-creative-commons-licenses-and-in-memoriam-accounts/" title="Update on Creative Commons licenses and “In Memoriam” accounts.">Update on Creative Commons licenses and &#8220;In Memoriam&#8221;&nbsp;accounts.</a></h3> </div> </div> </div> </div> <section id="primary" class="content-area wrap"> <main id="main" class="site-main" role="main"> <article id="post-82141" class="archive-item post-82141 post type-post status-publish format-standard hentry category-en post-1 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/09/when-photography-goes-to-the-dogs/" title="When Photography Goes to the Dogs"> <img src="https://web.archive.org/web/20190515174807im_/http://flickrtheblog.files.wordpress.com/2019/05/56323674_10157340266124602_1985672056498290688_o.jpg?w=1024&amp;resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/09/when-photography-goes-to-the-dogs/" rel="bookmark">When Photography Goes to the&nbsp;Dogs</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/05/09/when-photography-goes-to-the-dogs/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-05-09T09:00:07-07:00">May 9, 2019</time><time class="byline-date updated" datetime="2019-05-10T10:01:26-07:00">May 10, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Flickr is so proud to be a new sponsor to the Kennel Club UK’s “Dog Photographer of the Year” competition, a contest that highlights and [&hellip;]</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82135" class="archive-item post-82135 post type-post status-publish format-standard hentry category-en tag-portugal tag-creative-commons tag-flickr-photowalk tag-lisbon tag-creative-commons-summit post-2 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/29/flickr-photowalk-in-lisbon-portugal/" title="Flickr Photowalk in Lisbon, Portugal"> <img src="https://web.archive.org/web/20190515174807im_/http://i0.wp.com/live.staticflickr.com/5149/5639201013_3955b4f7e9_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/29/flickr-photowalk-in-lisbon-portugal/" rel="bookmark">Flickr Photowalk in Lisbon,&nbsp;Portugal</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/29/flickr-photowalk-in-lisbon-portugal/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-04-29T12:21:31-07:00">April 29, 2019</time><time class="byline-date updated" datetime="2019-04-29T13:01:39-07:00">April 29, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Join Flickr’s COO Ben MacAskill and our co-hosts Creative Commons for a Photowalk in the beautiful city of Lisbon. Starting at the Chafariz das Janelas Verdes.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82128" class="archive-item post-82128 post type-post status-publish format-standard hentry category-en tag-brooke-shaden tag-critique tag-fine-art tag-fine-art-photography tag-flickr-groups tag-photography-critique post-3 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/26/want-pro-feedback-on-your-photos-submit-your-best-to-the-photography-critique-group/" title="Want pro feedback on your photos? Submit your best to the Photography Critique group."> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/live.staticflickr.com/65535/46789733055_54a28c6d36_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/26/want-pro-feedback-on-your-photos-submit-your-best-to-the-photography-critique-group/" rel="bookmark">Want pro feedback on your photos? Submit your best to the Photography Critique&nbsp;group.</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/04/26/want-pro-feedback-on-your-photos-submit-your-best-to-the-photography-critique-group/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-04-26T10:24:18-07:00">April 26, 2019</time><time class="byline-date updated" datetime="2019-04-26T10:26:40-07:00">April 26, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Have you ever wanted professional feedback on your photos? Fine art photographer Brooke Shaden will be hosting our critique collaboration with the wonderful Photography Critique group from April 26 to May 3, 2019.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82078" class="archive-item post-82078 post type-post status-publish format-standard hentry category-en category-photographer-spotlight tag-brooke-shaden tag-international-womens-day post-4 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”"> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/farm5.staticflickr.com/4894/46304155952_1d807ca024_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" rel="bookmark">Brooke Shaden: “Your voice needs to be&nbsp;heard”</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-03-08T13:44:52-07:00">March 8, 2019</time><time class="byline-date updated" datetime="2019-03-08T13:48:57-07:00">March 8, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers : Brooke Shaden.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82052" class="archive-item post-82052 post type-post status-publish format-standard hentry category-en tag-flickr-login post-5 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/04/flickr-login-freedom-is-here/" title="Flickr login freedom is here."> <img src="https://web.archive.org/web/20190515174807im_/http://i0.wp.com/farm8.staticflickr.com/7922/47199551002_5bfc68105d_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/04/flickr-login-freedom-is-here/" rel="bookmark">Flickr login freedom is&nbsp;here.</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/04/flickr-login-freedom-is-here/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-03-04T09:11:36-07:00">March 4, 2019</time><time class="byline-date updated" datetime="2019-03-04T17:08:10-07:00">March 4, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>The single most requested feature by our members has been a new, simple way to log in to and secure their accounts. Today, we’re happy to announce that we’re beginning rollout of the brand new login. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82028" class="archive-item post-82028 post type-post status-publish format-standard hentry category-en category-photographer-spotlight tag-light-drawing tag-light-painting tag-long-exposure tag-tim-gamble post-6 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/02/15/painting-with-light/" title="Painting with Light"> <img src="https://web.archive.org/web/20190515174807im_/http://i2.wp.com/farm3.staticflickr.com/2852/33145042210_c4756f000e_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/02/15/painting-with-light/" rel="bookmark">Painting with Light</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/02/15/painting-with-light/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-02-15T14:36:39-07:00">February 15, 2019</time><time class="byline-date updated" datetime="2019-02-16T12:49:20-07:00">February 16, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>English photographer Tim Gamble has always liked things that are different. His interest in light painting—a form of long exposure photography that creates colorful images by moving a hand-held light source—started seven years ago, when he came across a tiny section dedicated to the art of light drawing in his newly-purchased digital photography book. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82017" class="archive-item post-82017 post type-post status-publish format-standard hentry category-en post-7 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/" title="Introducing your new one-stop, curation station."> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/c2.staticflickr.com/8/7806/33065654578_c8712b23f3_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/" rel="bookmark">Introducing your new one-stop, curation&nbsp;station.</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-01-31T14:12:22-07:00">January 31, 2019</time><time class="byline-date updated" datetime="2019-01-31T15:07:32-07:00">January 31, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Organizing all the photographs you find inspiring needs to be easy. Really easy. So we built a new way to add all your favorite content to galleries, albums, and groups in one centralized tool from any photo context on Flickr. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-82003" class="archive-item post-82003 post type-post status-publish format-standard hentry category-en category-year-in-review tag-flickr-year-in-review tag-top-25 tag-top-25-flickr tag-year-in-review-2018 post-8 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/29/top-25-photos-on-flickr-in-2018-from-around-the-world/" title="Top 25 Photos on Flickr in 2018 From Around The World"> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/farm3.staticflickr.com/2867/32647649804_0ed6882d46_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/29/top-25-photos-on-flickr-in-2018-from-around-the-world/" rel="bookmark">Top 25 Photos on Flickr in 2018 From Around The&nbsp;World</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/29/top-25-photos-on-flickr-in-2018-from-around-the-world/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-01-29T06:08:25-07:00">January 29, 2019</time><time class="byline-date updated" datetime="2019-01-29T06:19:27-07:00">January 29, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Of billions of uploads, these are the Top-25 photos on Flickr in 2018.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-81994" class="archive-item post-81994 post type-post status-publish format-standard hentry category-en category-ybs2018 tag-flickr-your-best-shot tag-photo-competition tag-winners tag-ybs-2018 tag-ybs2018 tag-your-best-shot-2018 post-9 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/22/and-the-winners-of-your-best-shot-2018-are/" title="And the winners of Your Best Shot 2018 are…"> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/farm2.staticflickr.com/1963/44684985134_8e6e75f225_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/22/and-the-winners-of-your-best-shot-2018-are/" rel="bookmark">And the winners of Your Best Shot 2018&nbsp;are&#8230;</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/22/and-the-winners-of-your-best-shot-2018-are/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-01-22T09:54:35-07:00">January 22, 2019</time><time class="byline-date updated" datetime="2019-01-22T17:39:23-07:00">January 22, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>We’re pleased to announce the winners of Your Best Shot 2018 and know you’ll be just as impressed as we are. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-81979" class="archive-item post-81979 post type-post status-publish format-standard hentry category-commons category-en tag-commons-anniversary tag-flickr-commons tag-historical-photographs tag-the-commons post-10 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/16/celebrating-the-11th-anniversary-of-flickr-commons/" title="Celebrating 11 years of The Commons"> <img src="https://web.archive.org/web/20190515174807im_/http://i2.wp.com/farm4.staticflickr.com/3467/3210637493_429bf7044c_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/16/celebrating-the-11th-anniversary-of-flickr-commons/" rel="bookmark">Celebrating 11 years of The&nbsp;Commons</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/16/celebrating-the-11th-anniversary-of-flickr-commons/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-01-16T09:50:59-07:00">January 16, 2019</time><time class="byline-date updated" datetime="2019-01-16T12:26:40-07:00">January 16, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Today marks the 11th anniversary of The Commons &#8211; a project that Flickr began to provide cultural institutions, such as libraries, museums, and historical societies, with a space to share their digital collections with people around the world. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-81971" class="archive-item post-81971 post type-post status-publish format-standard hentry category-en category-ybs2018 tag-flickr-your-best-shot tag-ybs2018 tag-your-best-shot tag-your-best-shot-2018 post-11 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/03/theres-still-time-your-best-shot-2018-ends-jan-7/" title="There’s still time! Your Best Shot 2018 ends Jan. 7"> <img src="https://web.archive.org/web/20190515174807im_/http://i1.wp.com/farm8.staticflickr.com/7869/46588217211_ab331bef6d_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/03/theres-still-time-your-best-shot-2018-ends-jan-7/" rel="bookmark">There’s still time! Your Best Shot 2018 ends Jan.&nbsp;7</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/01/03/theres-still-time-your-best-shot-2018-ends-jan-7/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-01-03T09:55:30-07:00">January 3, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>We’re still accepting submissions for a few more days, so send us your celebratory photos (as long they were taken before January 1, 2019).</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-81957" class="archive-item post-81957 post type-post status-publish format-standard hentry category-en category-ybs2018 tag-flickr-your-best-shot tag-ybs-2018 tag-your-best-shot-2018 post-12 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2018/12/18/were-ready-for-more-submit-to-your-best-shot-2018-now/" title="We’re ready for more. Submit to Your Best Shot 2018 now."> <img src="https://web.archive.org/web/20190515174807im_/http://i2.wp.com/farm5.staticflickr.com/4887/45633937134_fcc379c093_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2018/12/18/were-ready-for-more-submit-to-your-best-shot-2018-now/" rel="bookmark">We’re ready for more. Submit to Your Best Shot 2018&nbsp;now.</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2018/12/18/were-ready-for-more-submit-to-your-best-shot-2018-now/" rel="bookmark"><time class="byline-date entry-date published" datetime="2018-12-18T07:40:45-07:00">December 18, 2018</time><time class="byline-date updated" datetime="2018-12-18T07:40:46-07:00">December 18, 2018</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>Your Best Shot 2018 is in full swing: we’ve already received thousands of stunning submissions—photos that made you smile, cry, and grow. Check them out [&hellip;]</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <nav class="navigation paging-navigation" role="navigation"> <h1 class="screen-reader-text">Posts navigation</h1> <div class="nav-links"> <div class="nav-previous"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/page/2/"><span class="meta-nav">&larr;</span> Older posts</a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </main><!-- #main --> </section><!-- #primary --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-119381793-2']); _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/20190515174807/https://ssl' : 'https://web.archive.org/web/20190515174807/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div><!-- #content --> <div id="sidebar" class="widget-area sidebar" role="complementary"> <div class="wrap sidebar-wrap"> <div class="sidebar-footer-one sidebar-footer"> <aside id="flickr_photographer_spotlight-2" class="widget widget_photographer_spotlight"><h3 class="widget-title">Featured Photographer</h3> <section class="featured-photographer"> <div class="featured-photographer-excerpt"> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”"><img class="photographer-mug alignleft" src="https://web.archive.org/web/20190515174807im_/https://flickrtheblog.files.wordpress.com/2019/03/shaden_headshot2.jpg?w=150&amp;h=150&amp;crop=1"/></a> <span class="featured-photographer-title"><a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”">Brooke Shaden</a></span> <p>In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers: Brooke Shaden.</p> <p>Brooke is a fine art photographer who specializes in self-portraiture, conceptual photography, and creative photo manipulation. She joined Flickr over ten years ago to share her surreal, dreamy stories with a broader community of photographers.</p> </div> </section> </aside> </div> <div class="sidebar-footer-two sidebar-footer"> <aside id="facebook-likebox-3" class="widget widget_facebook_likebox"><h3 class="widget-title"><a href="https://web.archive.org/web/20190515174807/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/flickr/" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/flickr/"><a href="https://web.archive.org/web/20190515174807/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></blockquote></div> </div> </aside> </div> <div class="sidebar-footer-three sidebar-footer"> <aside id="text-3" class="widget widget_text"><h3 class="widget-title">About</h3> <div class="textwidget"><p>Welcome to the companion blog for Flickr, the home for all your photos. Flickr is the best site on the web for organizing, sharing and storing your photos. We provide you the tools for easy collaboration with one of the world&#8217;s most passionate photo communities.</p> </div> </aside> </div> </div> </div><!-- #secondary --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="wrap footer-wrap"> <div class="site-info"> <span class="countries-list"> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/de" class="">Deutsch</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/en" class="selected">English</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/es" class="">Espa&#241;ol</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/fr" class="">Fran&#231;ais</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/id" class="">Bahasa Indonesia</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/it" class="">Italiano</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/ko" class="">한글</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/pt" class="">Portugu&#234;s</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/vi" class="">Tiếng Việt</a> <a href="https://web.archive.org/web/20190515174807/http://blog.flickr.net/zh" class="">繁體中文</a> </span> <span class="copywrite"> &#169; 2019 Flickr, Inc. All rights reserved. Powered&nbsp;by&nbsp;<a href="https://web.archive.org/web/20190515174807/http://vip.wordpress.com/">WordPress.com&nbsp;VIP</a> </span> </div><!-- .site-info --> </div> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22http%3A%5C%2F%5C%2Fblog.flickr.net%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22wrap%22%2C%22footer%22%3Afalse%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Load%20more%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2209.05.19%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A0%2C%22history%22%3A%7B%22host%22%3A%22blog.flickr.net%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B82169%2C82181%2C82099%2C82071%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A12%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22last_post_date%22%3A%222018-12-18%2007%3A40%3A45%22%2C%22stats%22%3A%22blog%3D957851%26v%3Dwpcom%26tz%3D-7%26user_id%3D0%26subd%3Dflickrtheblog%26x_pagetype%3Dinfinite-click%22%7D%7D' ) ); //]]> </script> <!-- wpcom_wp_footer --> <script type="text/javascript" src="//web.archive.org/web/20190515174807js_/http://0.gravatar.com/js/gprofiles.js?ver=201920y"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190515174807js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h"></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post"/> <input type="hidden" id="carousel-reblog-blog-id" value="957851"/> <input type="hidden" id="carousel-reblog-blog-url" value="http://blog.flickr.net"/> <input type="hidden" id="carousel-reblog-blog-title" value="Flickr Blog"/> <input type="hidden" id="carousel-reblog-post-url" value=""/> <input type="hidden" id="carousel-reblog-post-title" value=""/> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="1b74e51e9d"/><input type="hidden" name="_wp_http_referer" value="/"/> </form> <div class="arrow"></div> </div> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20190515174807cs_/https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1524699534j&amp;cssminify=yes" type="text/css" media="all"/> <script type="text/javascript"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"1","is_single":"0","is_front_page":"1","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/web.archive.org\/web\/20190515174807\/http:\/\/blog.flickr.net\/wp-admin\/admin-ajax.php","nonce":"e8956bde26","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/web.archive.org\/web\/20190515174807\/https:\/\/flickrtheblog.wordpress.com\/wp-login.php?redirect_to=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F05%2F09%2Fwhen-photography-goes-to-the-dogs%2F","blog_id":"957851","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<p id=\"jp-carousel-commenting-as\">You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in<\/a> to post a comment.<\/p>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=957851&v=wpcom&tz=-7&user_id=0&subd=flickrtheblog","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190515174807js_/https://s2.wp.com/_static/??-eJyVUMtOAzEM/CGCadWKXhCfgryJF5zNi9jZ0r8nFdoV4hCJk58znjFci7E5KSUFL+BoZUvl69HLA/waxWZKaO+cBAIvJPDZqNEHJheoDpY5zZxYb3sy2PWkBe0Cb5wszGhpynkxFCdyA9TRrFzu0nswmDDclK0MAOgiJzNhhYiiVHtm8kq1suu+9t4/GbR26fvZ7iC0O13XJdc5T56s/mXc6NZ+OAOKkMqPkV6XSjJyYbHmJhS2r5mt0TGv8eVwPj+fDpfL09F/A5uYtIE="></script> <script type="text/javascript" src="https://web.archive.org/web/20190515174807js_/http://platform.twitter.com/widgets.js?ver=20111117"></script> <script type="text/javascript" src="https://web.archive.org/web/20190515174807js_/https://s0.wp.com/_static/??-eJyVy0sOQEAMANALqcZnluIsmGbSUTUZRdyerZVYvsXDM8G0qpEaLjsk2QPrhnayGWUYZZjmkbOHxIRKB2VSzxrKuBX456bvx0IewiBC+XrrWf3SVc61deOquo03DQdDyw=="></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","postmessage","mobile-useragent-info","jquery_inview","jetpack_resize","flickr-js","spin","jquery.spin","grofiles-cards","wpgroho","devicepx","jetpack_likes_queuehandler","the-neverending-homepage","jetpack-facebook-embed","wpcom-vip-analytics","wpcom-masterbar-js","wpcom-masterbar-tracks-js","swfobject","videopress","jetpack-carousel","twitter-widgets","twitter-widgets-infinity","twitter-widgets-pending","tiled-gallery"] ); jQuery.extend( infiniteScroll.settings.styles, ["jetpack_likes","the-neverending-homepage","wp-block-library","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","mp6hacks","wpcom-bbpress2-staff-css","flickr-style","jetpack_facebook_likebox","noticons","geo-location-flair","reblogging","h4-global","jetpack-carousel","tiled-gallery"] ); </script><script src="//web.archive.org/web/20190515174807js_/http://stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'957851','blog_tz':'-7','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'957851','v':'wpcom','tz':'-7','user_id':'0','subd':'flickrtheblog'}]); function st_vt() {var x=document.createElement("img");x.src="https://web.archive.org/web/20190515174807/http://pixel.wp.com/g.gif?blog=957851&v=wpcomvt&tz=-7&user_id=0&subd=flickrtheblog&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTd1LERUSXUlY2t6XWRwWiYmcnkwR3ZJLTlpZVt4RTYlekE1a0hGTk51W1JsLkUuP0V5ejB4ZWphLyYsW2Fofm0ydkpFcWVBSnZseUJ3aUFrUGF1Yj00QnRSd0JZTi9jLmwxJStkdzFSfGJHXU9GQVVpL0M5S1duZ1E/L2R8d2R1d3RGSEJyaS4scXRXSVtfV11BWVN0flFBWDlTfnBPOUo/TlsuTFJSQ3pDbzlzSUhvVUpES2d0OHY3cHN3W1YtWnlNTF9+SWVoXUp0Sg=='}]); _stq.push([ 'clickTrackerInit', '957851', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20190515174807im_/http://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//web.archive.org/web/20190515174807/http://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script async src="https://web.archive.org/web/20190515174807js_/https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> <script type="text/javascript"> new YAHOO.i13n.Rapid({spaceid:1197792308, tracked_mods:['content']}); </script> </body> </html><!-- FILE ARCHIVED ON 17:48:07 May 15, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:05:32 Dec 03, 2024. 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.571 exclusion.robots: 0.026 exclusion.robots.policy: 0.015 esindex: 0.01 cdx.remote: 6.328 LoadShardBlock: 269.784 (6) PetaboxLoader3.datanode: 249.15 (7) load_resource: 99.121 PetaboxLoader3.resolve: 64.792 -->

Pages: 1 2 3 4 5 6 7 8 9 10