CINXE.COM
An update from Snap at blog.snap.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"><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("http://web.archive.org/web"); __wm.wombat("http://blog.snap.com:80/2008/04/28/an-update-from-snap/","20090513063157","http://web.archive.org/","web","https://web-static.archive.org/_static/", "1242196317"); </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 --> <title> An update from Snap at blog.snap.com</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20090513063157cs_/http://blog.snap.com/wp-content/themes/k2/style.css"/> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/web/20090513063157/http://blog.snap.com/feed/"/> <link rel="alternate" type="text/xml" title="RSS .92" href="/web/20090513063157/http://blog.snap.com/feed/rss/"/> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="/web/20090513063157/http://blog.snap.com/feed/atom/"/> <script defer="defer" type="text/javascript" src="http://web.archive.org/web/20090513063157js_/http://shots.snap.com/snap_shots.js?as=1&asf=10&ap=1&cl=0&si=0&po=0&df=0&oi=0&link_icon=on&shots_trigger=both&lang=en-us&key=blogkey&sb=1&domain=blog.snap.com"></script> <script type="text/javascript" src="/web/20090513063157js_/http://blog.snap.com/wp-content/themes/k2/js/prototype.js.php"></script> <script type="text/javascript" src="/web/20090513063157js_/http://blog.snap.com/wp-content/themes/k2/js/effects.js.php"></script> <script type="text/javascript" src="/web/20090513063157js_/http://blog.snap.com/wp-content/themes/k2/js/ajax_comments.js"></script> <script type="text/javascript" src="/web/20090513063157js_/http://blog.snap.com/wp-content/themes/k2/js/livesearch.js.php"></script> <script type="text/javascript">//<![CDATA[ window.onload=function() { liveSearchInit(); } //]]></script> <link rel="archives" title="February 2009" href="/2009/02/"/> <link rel="archives" title="November 2008" href="/2008/11/"/> <link rel="archives" title="September 2008" href="/2008/09/"/> <link rel="archives" title="August 2008" href="/2008/08/"/> <link rel="archives" title="July 2008" href="/2008/07/"/> <link rel="archives" title="June 2008" href="/2008/06/"/> <link rel="archives" title="May 2008" href="/2008/05/"/> <link rel="archives" title="April 2008" href="/2008/04/"/> <link rel="archives" title="March 2008" href="/2008/03/"/> <link rel="archives" title="February 2008" href="/2008/02/"/> <link rel="archives" title="January 2008" href="/2008/01/"/> <link rel="archives" title="December 2007" href="/2007/12/"/> <link rel="archives" title="November 2007" href="/2007/11/"/> <link rel="archives" title="October 2007" href="/2007/10/"/> <link rel="archives" title="September 2007" href="/2007/09/"/> <link rel="archives" title="August 2007" href="/2007/08/"/> <link rel="archives" title="July 2007" href="/2007/07/"/> <link rel="archives" title="June 2007" href="/2007/06/"/> <link rel="archives" title="May 2007" href="/2007/05/"/> <link rel="archives" title="April 2007" href="/2007/04/"/> <link rel="archives" title="March 2007" href="/2007/03/"/> <link rel="archives" title="February 2007" href="/2007/02/"/> <link rel="archives" title="January 2007" href="/2007/01/"/> <link rel="archives" title="December 2006" href="/2006/12/"/> <link rel="archives" title="November 2006" href="/2006/11/"/> <link rel="archives" title="October 2006" href="/2006/10/"/> <link rel="archives" title="September 2006" href="/2006/09/"/> <link rel="archives" title="August 2006" href="/2006/08/"/> <link rel="archives" title="July 2006" href="/2006/07/"/> <link rel="archives" title="June 2006" href="/2006/06/"/> <link rel="archives" title="May 2006" href="/2006/05/"/> <link rel="archives" title="April 2006" href="/2006/04/"/> <link rel="archives" title="September 2005" href="/2005/09/"/> <link rel="archives" title="August 2005" href="/2005/08/"/> <link rel="archives" title="July 2005" href="/2005/07/"/> <link rel="archives" title="April 2005" href="/2005/04/"/> <link rel="archives" title="March 2005" href="/2005/03/"/> <link rel="archives" title="February 2005" href="/2005/02/"/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd"/> <script language="javascript" type="text/javascript"> <!-- function collapseThread( theId ) { var comment = document.getElementById(theId); if(!comment) { alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'"); return; } var theBody = findBody(comment); if(comment.className.indexOf("collapsed") > -1) { comment.className = comment.className.replace(" collapsed", "");; } else { comment.className += " collapsed"; } } function expandThread( theId ) { var comment = document.getElementById(theId); if(!comment) { alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'"); return; } var theBody = findBody(comment); if(comment.className.indexOf("collapsed") > -1) { comment.className = comment.className.replace(" collapsed", "");; } } function findBody(el) { var divs = el.getElementsByTagName("div"); var ret; for(var i = 0; i < divs.length; ++i) { if(divs.item(i).className.indexOf("body") > -1) return divs.item(i); } return false; } function onAddComment() { //checkDocumentIntegrity(); var el = document.getElementById("commentform"); // Future release: Check if form is filled correctly and mark the form fields. el.submit(); } function moveAddCommentBelow(theId, threadId, collapse) { expandThread( theId ); var addComment = document.getElementById("addcomment"); if(!addComment) { alert("ERROR:\nThreaded Comments can't find the 'addcomment' div.\nThis is probably because you have changed\nthe comments.php file.\nMake sure there is a tag around the form\nthat has the id 'addcomment'"); return } var comment = document.getElementById(theId); if(collapse) { for(var i = 0; i < comment.childNodes.length; ++i) { var c = comment.childNodes.item(i); if(typeof(c.className) == "string" && c.className.indexOf("collapsed")<0) { c.className += " collapsed"; } } } addComment.parentNode.removeChild(addComment); comment.appendChild(addComment); if(comment.className.indexOf("alt")>-1) { addComment.className = addComment.className.replace(" alt", ""); } else { addComment.className += " alt"; } var replyId = document.getElementById("comment_reply_ID"); if(replyId == null) { alert("Brians Threaded Comments Error:\nThere is no hidden form field called\n'comment_reply_ID'. This is probably because you\nchanged the comments.php file and forgot\nto include the field. Please take a look\nat the original comments.php and copy the\nform field over."); } replyId.value = threadId; var reRootElement = document.getElementById("reroot"); if(reRootElement == null) { alert("Brians Threaded Comments Error:\nThere is no anchor tag called 'reroot' where\nthe comment form starts.\nPlease compare your comments.php to the original\ncomments.php and copy the reroot anchor tag over."); } reRootElement.style.display = "block"; var aTags = comment.getElementsByTagName("A"); var anc = aTags.item(0).id; document.location.href = "#"+anc; document.getElementById("comment").focus(); } function checkDocumentIntegrity() { str = ""; str += checkElement("reroot","div tag"); str += checkElement("addcomment", "div tag"); str += checkElement("comment_reply_ID", "hidden form field"); str += checkElement("content", "div tag"); str += checkElement("comment", "textfield"); str += checkElement("addcommentanchor", "anchor tag"); if(str != "") { str = "Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\nThis is probably the because you have changed the original comments.php that was included with the plugin.\n\nThese are the errors:\n" + str; str += "\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed."; alert(str); } } function checkElement(theId, elDesc) { var el = document.getElementById(theId); if(!el) { if(elDesc == null) elDesc = "element"; return "- The "+elDesc+" with the ID '" +theId + "' is missing\n"; } else return ""; } function reRoot() { var addComment = document.getElementById("addcomment"); var reRootElement = document.getElementById("reroot"); reRootElement.style.display = "none"; var content = document.getElementById("content"); addComment.parentNode.removeChild(addComment); content.appendChild(addComment); addComment.className = addComment.className.replace(" alt", ""); document.location.href = "#addcommentanchor"; document.getElementById("comment").focus(); document.getElementById("comment_reply_ID").value = "0"; } function changeCommentSize(d) { var el = document.getElementById("comment"); var height = parseInt(el.style.height); if(!height && el.offsetHeight) height = el.offsetHeight; height += d; if(height < 20) height = 20; el.style.height = height+"px"; } --> </script> <style type="text/css"> .comment { position: relative; margin: 3px; margin-top: 6px; /* border: 1px solid #666; */ padding: 4px 4px 4px 8px; background-color: #fff; } .odd { background-color: #f8f8f8; } .comment div { position: relative; } .comment .comment img { margin: 0px; } .comment .reply { text-align: right; padding: 0px 6px 6px 0px; } .comment { border: 1px solid #ddd; margin-top: 10px; } input#subscribe { width: auto; } .comment .body .content { padding: 0px 3px 0px 3px; width: 100%; overflow: auto; } .comment .title abbr { border: none; } .collapsed .body, .collapsed .comment { display: none; } /* #addcomment small, #addcomment div { padding: 3px; } */ #commentform textarea { width: 97%; } </style> <style type="text/css" media="screen"> /* Begin Contact Form CSS */ .contactform { position: static; overflow: hidden; } .contactleft { width: 20%; text-align: right; clear: both; float: left; display: inline; padding: 0; margin: 0; } .contactright { width: 75%; text-align: left; float: right; display: inline; padding: 0; margin: 0; } .contacterror { border: 1px solid #ff0000; } #contactsubmit { float: right; } /* End Contact Form CSS */ </style> </head> <body class=" permalink"> <div id="page"> <div id="header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="middle" width="400px"> <a href="/web/20090513063157/http://blog.snap.com/"><img src="/web/20090513063157im_/http://blog.snap.com/wp-content/uploads/blog-logo2.gif"></a> </td> <td align="left" valign="middle"> <!-- <table width="282" border=0 cellpadding=2px cellspacing=0px> <form id="search_form" name="post" action="http://snap.com/search.php" method="GET"> <input type="hidden" name="ll" id="ll" value="us_blog" /> <tr> <td align=left><h2>Search The Web with Snap</h2></td> </tr> <tr> <td width="242" align=left valign="middle"> <input type="text" value="" name="query" width="242" id="search_text" /> </td> <td width="40" align=center valign="middle"> <input type="image" name="submit_index" id="submit_index" src="/wp-content/themes/k2/images/Blog_SearchButton.gif" title="Submit your search" /> </td> </tr> </form> </table> --> </td> </tr> </table> <ul class="menu"> <li class="current_page_item"><a href="/web/20090513063157/http://blog.snap.com/">All Posts</a></li> <li class="page_item"><a href="/web/20090513063157/http://blog.snap.com/snap_shots_showcase/" title="Snap Shots Showcase">Snap Shots Showcase</a></li> <li class="page_item"><a href="/web/20090513063157/http://blog.snap.com/about/" title="About this Blog">About this Blog</a></li> <li class="page_item"><a href="/web/20090513063157/http://blog.snap.com/wp-register.php">Register</a></li><li class="admintab"><a href="/web/20090513063157/http://blog.snap.com/wp-login.php">Login</a></li> </ul> </div> <hr/> <div class="content"> <div class="primary"> <div id="post-1282" class="item entry"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td colspan="2" style="padding:0px 10px 0px 15px"> <div class="itemhead"> <h3><a href="/web/20090513063157/http://blog.snap.com/2008/04/28/an-update-from-snap/" rel="bookmark" title="Permanent Link to "An update from Snap"">An update from Snap</a></h3> <small><span class="metadata"> <span class="chronodata"> <span class="posting_link"><a href="/web/20090513063157/http://blog.snap.com/author/jay/" title="Posts by Jay Meydad">Jay Meydad</a></span> April 28th, 2008 in <span class="posting_link"> <a href="/web/20090513063157/http://blog.snap.com/category/product-announcement/snap-shots/" title="View all posts in Snap Shots" rel="category tag">Snap Shots</a> </span> </span> </small> </div> </td> </tr> <tr> <td align="left" valign="top" style="padding:0px 0px 0px 15px"> </td> <td align="left" valign="top" style="padding:0px 15px 0px 0px"> <div class="itemtext"> <p>We have been running the "Claim your Space" campaign for a few months now, encouraging our publishers to opt-in and setup <a href="http://web.archive.org/web/20090513063157/http://www.snap.com/snapshots.php#shares">Snap Shares</a> for their site. Snap Shares is a program where we share part of the advertising impressions that we're placing in Snap Shots with the websites that host them. </p> <p>So far the program has been a great success. Many of our publishers have selected to market their sites or services using a graphical or a text ad, other have chosen to increase their web site's revenues by uploading ads from popular advertising networks such as Commission Junction, eBay Partner Network or Amazon Associates and the last group have donated the ad inventory to a beloved charity. </p> <p>The "Claim Your Space" campaign is coming to an end. Starting from tomorrow, you won't see our "Claim Your Space" reminder ads while browsing your own site. To clarify 0 the Snap Shares program is not changing at all. Now it is a great time for new publishers to set it up for the first time, and for existing ones, to refresh the creative. <a href="http://web.archive.org/web/20090513063157/https://account.snap.com/login.php">Login</a> to your Snap Shots Account to being.</p> <div class="snap_noshots" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Snap.com" rel="tag">Snap.com</a>,<a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Snap%20Shots" rel="tag">Snap Shots</a>,<a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Snap%20Shares" rel="tag">Snap Shares</a>,<a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Make%20Money%20Online" rel="tag">Make Money Online</a>,<a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Commission%20Junction" rel="tag">Commission Junction</a>,<a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Amazon" rel="tag">Amazon</a>,<a href="http://web.archive.org/web/20090513063157/http://technorati.com/tags/Claim%20Your%20Space" rel="tag">Claim Your Space</a></div> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <!-- You can start editing here. --> <div class="comments"> <!-- <p><a href='/2008/04/28/an-update-from-snap/feed/'><abbr title="Really Simple Syndication">RSS</abbr> feed</a></p> --> <h2 id="comments">Comments <a href="#postcomment" title="Leave a comment">»</a> </h2> <div class="#commentlist"> <p>No comments yet.</p> </div> <p>You must <a href="/web/20090513063157/http://blog.snap.com/wp-login.php?redirect_to=/2008/04/28/an-update-from-snap/">log in</a> to post a comment.</p> </div> </div> <hr/> <div class="secondary"> <div id="twitter_div"> <h2 class="twitter-title">Snaps Twitts<br/> <span style="font-size: .8em;">(<a href="http://web.archive.org/web/20090513063157/http://twitter.com/Snap">follow Snap</a>)</span></h2> <ul id="twitter_update_list"></ul></div> <script type="text/javascript" src="http://web.archive.org/web/20090513063157js_/http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://web.archive.org/web/20090513063157js_/http://twitter.com/statuses/user_timeline/Snap.json?callback=twitterCallback2&count=5"></script> <!-- <iframe src="http://contest.snap.com/badge/most_votes" width="200px" height="272px" frameborder="0" scrolling="no"></iframe> --> <!-- <div class="sparkstats"> <h2>Site Activity</h2> <p> <img src="/wp-content/plugins/sparkstats/curstats.png" alt="SparkStats"/> </p> <p> <img src="/wp-content/plugins/sparkstats/statslegend.gif" alt="SparkStats Legend" /> </p> </div> --> <div class="sb-feeds snap_noshots"> <h2>Feeds</h2> <p> <!-- AddThis Feed Button BEGIN --> <a href="http://web.archive.org/web/20090513063157/http://www.addthis.com/feed.php?pub=snapshots&h1=http%3A%2F%2Fblog.snap.com%2Ffeed%2F&t1=" title="Subscribe using any feed reader!"><img src="http://web.archive.org/web/20090513063157im_/http://s9.addthis.com/button1-rss.gif" width="125" height="16" border="0" alt="AddThis Feed Button"/></a> <!-- AddThis Feed Button END --> </p> <ul><script type="text/javascript" src="http://web.archive.org/web/20090513063157js_/http://embed.technorati.com/embed/gggakq48w6.js"></script></ul> <ul><!-- Site Meter XHTML Strict 1.0 --> <script type="text/javascript" src="http://web.archive.org/web/20090513063157js_/http://s24.sitemeter.com/js/counter.js?site=s24snapblog"></script> <!-- Copyright (c)2006 Site Meter --></ul> <!-- <a href="/feed/"><img src="/wp-content/themes/k2/images/feeds/rss-entries.png" alt="Subscribe to RSS Entries Feed" border="0" /></a><br /> <a href="/comments/feed/"><img src="/wp-content/themes/k2/images/feeds/rss-comments.png" alt="Subscribe to RSS Comments Feed" border="0" /></a><br /> <a href="/feed/atom/"><img src="/wp-content/themes/k2/images/feeds/atom-entries.png" alt="Subscribe to Atom Entries Feed" border="0" /></a> <br /> <ul><a href="http://client.pluck.com/pluckit/prompt.aspx?GCID=C12286x053&a=/feed/&t=blog.snap.com"><img src="/wp-content/themes/k2/images/feeds/rss-pluck.gif" alt="Subscribe with Pluck RSS reader" border="0" /></a></ul> <ul><a href="http://us.rd.yahoo.com/my/atm/Snap//feed//*http://add.my.yahoo.com/rss?url=/feed/"><img src="/wp-content/themes/k2/images/feeds/addtomyyahoo4.gif" width="91" height="17" border="0" align="middle" alt="Add to My Yahoo!"></a></ul> <ul><a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=/feed/&ru="><img src="/wp-content/themes/k2/images/feeds/addmymsn.gif" alt="MyMSN" style="border: none;" /></a></ul> <ul><a href="http://www.bloglines.com/sub//feed/" target="_blank"><img alt="Subscribe to Snap Blog on Bloglines" src="/wp-content/themes/k2/images/feeds/addbloglines.gif"></a></ul> <ul><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=/feed/"><img runat="server" src="/wp-content/themes/k2/images/feeds/ngsub1.gif" alt="Subscribe in NewsGator Online" border="0" /></a></ul> <ul><a href="http://www.netvibes.com/subscribe.php?url=/feed/"><img src="/wp-content/themes/k2/images/feeds/add2netvibes.gif" width="91" height="17" alt="Add to netvibes"></a></ul> <ul><a href="http://fusion.google.com/add?feedurl=/feed/"><img src="/wp-content/themes/k2/images/feeds/addgoogle2.gif" width="91" height="17" border="0" alt="Add to Google"></a></ul> --> </div> <div class="facebook snap_noshots"> <h2>Snap Facebook Group</h2> <a href="http://web.archive.org/web/20090513063157/http://www.facebook.com/group.php?gid=2469261486"><img src="/web/20090513063157im_/http://blog.snap.com/wp-content/uploads/facebook.png" alt="Facebook"/><br/> Join our facebook group</a> </div> <!-- Start of Flickr Badge --> <div class="snap_noshots"> <table id="flickr_badge_uber_wrapper" cellpadding="0" cellspacing="10" border="0"><tr><td><a href="http://web.archive.org/web/20090513063157/http://www.flickr.com/" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <script type="text/javascript" src="http://web.archive.org/web/20090513063157js_/http://www.flickr.com/badge_code_v2.gne?count=3&display=random&size=t&layout=v&source=user_set&user=21119473%40N00&set=72157600090176397&context=in%2Fset-72157600090176397%2F"></script> </table> </td></tr></table> </div> <!-- End of Flickr Badge --> <div class="sb-notes"><h2>Notes</h2> <ul> <li>©2006 Perfect Market Technologies. All rights reserved.</li> </ul> </div> <div class="sb-search"><h2>Search</h2> <div class="livesearchform"> <form onsubmit="return liveSearchSubmit()" id="searchform" name="searchform" method="get" action="/web/20090513063157/http://blog.snap.com/index.php"> <input type="text" id="livesearch" name="s" value="search blog archives" onkeypress="liveSearchStart()" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = 'search blog archives';}" onfocus="if (this.value == 'search blog archives') {this.value = '';}"/> <input type="submit" id="searchsubmit" style="display: none;" value="Search"/> <!--[if IE]><div><![endif]--><div id="LSResult" style="display: none;"><div id="LSShadow"></div></div><!--[if IE]></div><br /><![endif]--> </form> </div> </div> <div class="clear"></div> </div> <br class="clear"/> </div> <!-- Close Page --> <hr/> <p id="footer"><small> blog.snap.com is powered by <a href="http://web.archive.org/web/20090513063157/http://wordpress.org/" target="_blank">WordPress</a> and <a href="http://web.archive.org/web/20090513063157/http://binarybonsai.com/wordpress/k2/" target="_blank">K2</a> | <a href="http://web.archive.org/web/20090513063157/http://www.snap.com/about/index.php?page_id=21" target="_blank">Privacy Policy</a> | <a href="http://web.archive.org/web/20090513063157/http://www.snap.com/about/index.php?page_id=22" target="_blank">Terms of Use</a><br/> <!-- 24 queries. 0.225 seconds. --> </small></p> </body> </html><!-- FILE ARCHIVED ON 06:31:57 May 13, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:04:10 Feb 18, 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.689 exclusion.robots: 0.048 exclusion.robots.policy: 0.035 esindex: 0.013 cdx.remote: 4.651 LoadShardBlock: 158.821 (3) PetaboxLoader3.datanode: 240.676 (4) load_resource: 226.127 PetaboxLoader3.resolve: 104.084 -->