CINXE.COM

2007 May 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="/_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("http://web.archive.org/web"); __wm.wombat("http://blog.snap.com:80/2007/05/","20090324225126","http://web.archive.org/","web","/_static/", "1237935086"); </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 --> <title> 2007 May 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/20090324225126cs_/http://blog.snap.com/wp-content/themes/k2/style.css"/> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/web/20090324225126/http://blog.snap.com/feed/"/> <link rel="alternate" type="text/xml" title="RSS .92" href="/web/20090324225126/http://blog.snap.com/feed/rss/"/> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="/web/20090324225126/http://blog.snap.com/feed/atom/"/> <script defer="defer" type="text/javascript" src="http://web.archive.org/web/20090324225126js_/http://shots.snap.com/snap_shots.js?as=1&amp;asf=10&amp;ap=1&amp;cl=0&amp;si=0&amp;po=0&amp;df=0&amp;oi=0&amp;link_icon=on&amp;shots_trigger=both&amp;lang=en-us&amp;key=blogkey&amp;sb=1&amp;domain=blog.snap.com"></script> <script type="text/javascript" src="/web/20090324225126js_/http://blog.snap.com/wp-content/themes/k2/js/prototype.js.php"></script> <script type="text/javascript" src="/web/20090324225126js_/http://blog.snap.com/wp-content/themes/k2/js/effects.js.php"></script> <script type="text/javascript" src="/web/20090324225126js_/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=" "> <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/20090324225126/http://blog.snap.com/"><img src="/web/20090324225126im_/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/20090324225126/http://blog.snap.com/">All Posts</a></li> <li class="page_item"><a href="/web/20090324225126/http://blog.snap.com/snap_shots_showcase/" title="Snap Shots Showcase">Snap Shots Showcase</a></li> <li class="page_item"><a href="/web/20090324225126/http://blog.snap.com/about/" title="About this Blog">About this Blog</a></li> <li class="page_item"><a href="/web/20090324225126/http://blog.snap.com/wp-register.php">Register</a></li><li class="admintab"><a href="/web/20090324225126/http://blog.snap.com/wp-login.php">Login</a></li> </ul> </div> <hr/> <div class="content"> <div class="primary"> <div class="pagetitle"> <h2> Archive for May, 2007 </h2> </div> <div id="post-726" 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/20090324225126/http://blog.snap.com/2007/05/21/snap-image-api-disclosure/" rel="bookmark" title="Permanent Link to &quot;Snap Image API Disclosure&quot;">Snap Image API Disclosure</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/21/snap-image-api-disclosure/#respond" class="commentslink" title="Comment on Snap Image API Disclosure">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 21st, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts in Miscellaneous" rel="category tag">Miscellaneous</a>, <a href="/web/20090324225126/http://blog.snap.com/category/snap-speaks/" title="View all posts in Snap Speaks" rel="category tag">Snap Speaks</a>, <a href="/web/20090324225126/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>Since the DIGG Expose mash-up blog post hit the front page of DIGG, we have received numerous requests for documentation and use of the Snap Shots Preview API. We wanted to take this opportunity to clarify that usage of our images is on an ad-hoc and permission based publisher service agreement basis at this time.<br/> As [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-714" 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/20090324225126/http://blog.snap.com/2007/05/18/snap-mentioned-in-oreilly-realease-202-channeling-crowds-by-dave-mcclure/" rel="bookmark" title="Permanent Link to &quot;Snap Mentioned in O'Reilly Realease 2.02: Channeling Crowds by Dave McClure&quot;">Snap Mentioned in O&#039;Reilly Realease 2.02: Channeling Crowds by Dave McClure</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/18/snap-mentioned-in-oreilly-realease-202-channeling-crowds-by-dave-mcclure/#respond" class="commentslink" title="Comment on Snap Mentioned in O'Reilly Realease 2.02: Channeling Crowds by Dave McClure">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 18th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts in Miscellaneous" rel="category tag">Miscellaneous</a>, <a href="/web/20090324225126/http://blog.snap.com/category/in-the-news/" title="View all posts in In the News" rel="category tag">In the News</a>, <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/snap-preview-anywhere/" title="View all posts in Snap Preview Anywhere" rel="category tag">Snap Preview Anywhere</a>, <a href="/web/20090324225126/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>Snap Preview Anywhere (now Snap Shots) was mentioned in the latest O&#039;Reilly Realease 2.02 in an article called Channeling Crowds, Why the merger of social networking and prediction markets will launch a new category of tech strartups by Dave McClure.<br/> O&#039;Reilly Release 2.02 (Download Sample PDF, Subscription Required)</p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-713" 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/20090324225126/http://blog.snap.com/2007/05/18/digg-expose-digg-snap-preview-shots/" rel="bookmark" title="Permanent Link to &quot;Digg Expose = DIGG + Snap Preview Shots&quot;">Digg Expose = DIGG + Snap Preview Shots</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/18/digg-expose-digg-snap-preview-shots/#comments" class="commentslink" title="Comment on Digg Expose = DIGG + Snap Preview Shots">11&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 18th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts in Miscellaneous" rel="category tag">Miscellaneous</a>, <a href="/web/20090324225126/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>Mashup of DIGG Posts and Snap Preview Shots<br/> digg_url = 'http://digg.com/programming/Digg_Expose_DIGG_Snap_Preview_Shots';</p> <p> It never ceases to amaze me the cool stuff that people are doing with APIs. This little mashup was found on the YourMinis site. Basically a realtime feed of DIGG posts illustrated using Snap Preview Shots, with some layout and sorting tools to adjust the [...] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-711" 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/20090324225126/http://blog.snap.com/2007/05/14/internationalizing-snap-shots-snap-wiki-statistics-and-update/" rel="bookmark" title="Permanent Link to &quot;Internationalizing Snap Shots - Snap Wiki Statistics and Update&quot;">Internationalizing Snap Shots - Snap Wiki Statistics and Update</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/14/internationalizing-snap-shots-snap-wiki-statistics-and-update/#respond" class="commentslink" title="Comment on Internationalizing Snap Shots - Snap Wiki Statistics and Update">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/jay/" title="Posts by Jay Meydad">Jay Meydad</a></span> May 14th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/" title="View all posts in Product Announcement" rel="category tag">Product Announcement</a>, <a href="/web/20090324225126/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>In less than a week since the Snap Wiki was launched:</p> <p>Over 35 volunteers have translated and proofread<br/> The translation of 19 new languages was completed<br/> The translation of additional 8 new languages is still in progress</p> <p>More:</p> <p>We are in the process of integrating the new languages into the UI and plan to release them in a week or [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-710" 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/20090324225126/http://blog.snap.com/2007/05/11/progressive-disclosure/" rel="bookmark" title="Permanent Link to &quot;Progressive Disclosure&quot;">Progressive Disclosure</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/11/progressive-disclosure/#respond" class="commentslink" title="Comment on Progressive Disclosure">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 11th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts in Miscellaneous" rel="category tag">Miscellaneous</a>, <a href="/web/20090324225126/http://blog.snap.com/category/snap-speaks/" title="View all posts in Snap Speaks" rel="category tag">Snap Speaks</a>, <a href="/web/20090324225126/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>While reorganizing my bookmarks I came across Jacob Nielsen&#039;s Alertbox from Dec 4, 2006:</p> <p>A classic dilemma all designers face&#8230;</p> <p>On one hand: Users want control; features and enough options to handle any situation.<br/> On the other hand: Users want simplicity; they don&#039;t have time learn a profusion of features in enough depth to select the few that [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-709" 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/20090324225126/http://blog.snap.com/2007/05/10/additional-snap-shots-improvements-and-snap-translation-wi/" rel="bookmark" title="Permanent Link to &quot;Additional Snap Shots Improvements and Snap Translation Wiki&quot;">Additional Snap Shots Improvements and Snap Translation Wiki</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/10/additional-snap-shots-improvements-and-snap-translation-wi/#respond" class="commentslink" title="Comment on Additional Snap Shots Improvements and Snap Translation Wiki">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/jay/" title="Posts by Jay Meydad">Jay Meydad</a></span> May 10th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/" title="View all posts in Product Announcement" rel="category tag">Product Announcement</a>, <a href="/web/20090324225126/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>Two short announcements:<br/> A. Earlier today we released additional enhancements to Snap Shots:</p> <p>PhotoShot™ now supports PicasaWeb &#038; Flickr Tags and Sets<br/> ProductShot™ now also displays the price<br/> VideoShot™ now supports Photobucket Videos</p> <p>B. Several weeks ago we asked for your help in translating Snap Shots to additional languages. The response was overwhelming - over 200 volunteers who speak over [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-707" 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/20090324225126/http://blog.snap.com/2007/05/08/snap-supports-microformats/" rel="bookmark" title="Permanent Link to &quot;Snap Supports Microformats&quot;">Snap Supports Microformats</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/08/snap-supports-microformats/#comments" class="commentslink" title="Comment on Snap Supports Microformats">1&nbsp;<span>Comment</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 8th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts in Miscellaneous" rel="category tag">Miscellaneous</a>, <a href="/web/20090324225126/http://blog.snap.com/category/snap-speaks/" title="View all posts in Snap Speaks" rel="category tag">Snap Speaks</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>Screenshot of hCard on Snap &#039;Contact Us&#039; Page<br/> In an effort to be supportive of the Microformats standard we have recently implemented an hCard on the Contact Us page of the Snap.com site. Tantek this ones for you!<br/> Snap &#039;Contact Us&#039; Page</p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-705" 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/20090324225126/http://blog.snap.com/2007/05/07/snapcoms-snapshots-service-adds-support-for-photobucket-hosted-imag/" rel="bookmark" title="Permanent Link to &quot;SNAP.COM’S SNAPSHOTS SERVICE ADDS SUPPORT FOR PHOTOBUCKET HOSTED IMAGES&quot;">SNAP.COM’S SNAPSHOTS SERVICE ADDS SUPPORT FOR PHOTOBUCKET HOSTED IMAGES</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/07/snapcoms-snapshots-service-adds-support-for-photobucket-hosted-imag/#respond" class="commentslink" title="Comment on SNAP.COM’S SNAPSHOTS SERVICE ADDS SUPPORT FOR PHOTOBUCKET HOSTED IMAGES">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 7th, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/" title="View all posts in Product Announcement" rel="category tag">Product Announcement</a>, <a href="/web/20090324225126/http://blog.snap.com/category/in-the-news/" title="View all posts in In the News" rel="category tag">In the News</a>, <a href="/web/20090324225126/http://blog.snap.com/category/in-the-news/press-release/" title="View all posts in Press Release" rel="category tag">Press Release</a>, <a href="/web/20090324225126/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>PhotoShot™ gives Photobucket’s 41 million users a quick and easy way to integrate photo albums on enabled web sites and blogs<br/> PASADENA &#038; PALO ALTO, CALIF. – MAY 7, 2007 – Perfect Market Technologies, Inc., operator of Snap.com, today announced that PhotoShot™ – part of the recently introduced Snap Shots™ service – has been expanded to [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-698" 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/20090324225126/http://blog.snap.com/2007/05/03/snap-shots-improvements-drag-a-shot-support-more-video-photo-provide/" rel="bookmark" title="Permanent Link to &quot;Snap Shots™ Improvements - Drag a Shot, Support More Video &amp; Photo Providers&quot;">Snap Shots™ Improvements - Drag a Shot, Support More Video &#038; Photo Providers</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/03/snap-shots-improvements-drag-a-shot-support-more-video-photo-provide/#respond" class="commentslink" title="Comment on Snap Shots™ Improvements - Drag a Shot, Support More Video &amp; Photo Providers">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/jay/" title="Posts by Jay Meydad">Jay Meydad</a></span> May 3rd, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/snap-speaks/" title="View all posts in Snap Speaks" rel="category tag">Snap Speaks</a>, <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/" title="View all posts in Product Announcement" rel="category tag">Product Announcement</a>, <a href="/web/20090324225126/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>Earlier today we released a few cool enhancements to Snap Shots. Most of them were based on your comments and feedback and include:</p> <p>Drag a VideoShot™ and AudioShot™. Simply click on the &#034;Play&#034; button to start playing the video or the song, and then drag and position the Shot anywhere on the page. To close the [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <div id="post-697" 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/20090324225126/http://blog.snap.com/2007/05/03/snap-demos-snap-shots-at-alwayson-update/" rel="bookmark" title="Permanent Link to &quot;Snap Demos Snap Shots at AlwaysON (UPDATE)&quot;">Snap Demos Snap Shots at AlwaysON (UPDATE)</a></h3> <small><span class="metadata"> <a href="/web/20090324225126/http://blog.snap.com/2007/05/03/snap-demos-snap-shots-at-alwayson-update/#respond" class="commentslink" title="Comment on Snap Demos Snap Shots at AlwaysON (UPDATE)">0&nbsp;<span>Comments</span></a> <span class="chronodata"> <span class="posting_link"><a href="/web/20090324225126/http://blog.snap.com/author/snapstaff/" title="Posts by Snap Staff">Snap Staff</a></span> May 3rd, 2007 in <span class="posting_link"> <a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts in Miscellaneous" rel="category tag">Miscellaneous</a>, <a href="/web/20090324225126/http://blog.snap.com/category/snap-speaks/" title="View all posts in Snap Speaks" rel="category tag">Snap Speaks</a>, <a href="/web/20090324225126/http://blog.snap.com/category/in-the-news/" title="View all posts in In the News" rel="category tag">In the News</a>, <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/snap-shots/" title="View all posts in Snap Shots" rel="category tag">Snap Shots</a>, <a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/snap-search/" title="View all posts in Snap Search" rel="category tag">Snap Search</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>Tom McGovern @ AlwaysON Hollywood, Apr 2nd, 2007<br/> As we mentioned in our earlier post, Tom McGovern was featured in a panel called CEO Showcase: Technology Enablers where he demonstrated Snap Shots to the press, bloggers, conference attendees and a panel of VCs. Not that we are biased, but we think it was the BEST presentation [&#8230;] </p> </div> <small><span class="metadata"> <span class="emaillink"> </span></span></small> </td> </tr> </table> </div> <hr/> <table class="navigation" cellpadding="2" cellspacing="0"> <tr> <td align="left" width="25%">&nbsp;</td> <td>Showing 1 to 10 of 11 Snap Posts</td> <td align="right" width="25%"><a href="/web/20090324225126/http://blog.snap.com/2007/05/page/2/"><img src="/web/20090324225126im_/http://blog.snap.com/wp-content/themes/k2/images/next_entries.gif"></a></td> </tr> </table> <hr/> </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/20090324225126/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/20090324225126js_/http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://web.archive.org/web/20090324225126js_/http://twitter.com/statuses/user_timeline/Snap.json?callback=twitterCallback2&amp;count=5"></script> <!-- <iframe src="http://contest.snap.com/badge/most_votes" width="200px" height="272px" frameborder="0" scrolling="no"></iframe> --> <div class="sb-about"><h2>About</h2> <p>You are currently browsing the <a href="">blog.snap.com</a> weblog archives for May, 2007.</p> Longer entries are truncated. Click the headline of an entry to read it in its entirety. </div> <!-- <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/20090324225126/http://www.addthis.com/feed.php?pub=snapshots&amp;h1=http%3A%2F%2Fblog.snap.com%2Ffeed%2F&amp;t1=" title="Subscribe using any feed reader!"><img src="http://web.archive.org/web/20090324225126im_/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/20090324225126js_/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/20090324225126js_/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&amp;ut=/feed/&amp;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/20090324225126/http://www.facebook.com/group.php?gid=2469261486"><img src="/web/20090324225126im_/http://blog.snap.com/wp-content/uploads/facebook.png" alt="Facebook"/><br/> Join our facebook group</a> </div> <div class="sb-categories"><h2>Categories</h2> <ul> <li><a href="/web/20090324225126/http://blog.snap.com/category/badge-o-rama/" title="View all posts filed under Badge-O-Rama">Badge-O-Rama</a> (104) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/co2-saver/" title="View all posts filed under CO2 Saver">CO2 Saver</a> (5) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-shot-add-on/firefox/" title="View all posts filed under Firefox">Firefox</a> (4) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/gold-publishers-program/" title="View all posts filed under Gold Publishers Program">Gold Publishers Program</a> (1) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/hotshots/" title="View all posts filed under HotShots">HotShots</a> (3) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/in-the-news/" title="View all posts filed under In the News">In the News</a> (74) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-shot-add-on/internet-explorer/" title="View all posts filed under Internet Explorer">Internet Explorer</a> (2) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/jobs-at-snap/jobs-archives/" title="This is just an archival place for job posts that are no longer active but might want to be saved for future use. Make sure that all entries in this category are not published so they do not appear to general users.">Jobs Archives</a> (1) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/jobs-at-snap/" title="View all posts filed under Jobs at Snap">Jobs at Snap</a> (2) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/launch-contest/" title="View all posts filed under Launch Contest {Closed}">Launch Contest {Closed}</a> (178) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/list-o-rama/" title="View all posts filed under List-O-Rama">List-O-Rama</a> (7) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/misc/" title="View all posts filed under Miscellaneous">Miscellaneous</a> (48) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/in-the-news/press-release/" title="View all posts filed under Press Release">Press Release</a> (31) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/" title="View all posts filed under Product Announcement">Product Announcement</a> (65) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/snap-preview-anywhere/" title="View all posts filed under Snap Preview Anywhere">Snap Preview Anywhere</a> (37) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/snap-search/" title="View all posts filed under Snap Search">Snap Search</a> (5) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-shot-add-on/" title="View all posts filed under Snap Shot Add-On">Snap Shot Add-On</a> (6) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/product-announcement/snap-shots/" title="View all posts filed under Snap Shots">Snap Shots</a> (62) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-shots-badges/" title="View all posts filed under Snap Shots Badges">Snap Shots Badges</a> (1) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-shots-experience/" title="View all posts filed under Snap Shots Experience">Snap Shots Experience</a> (14) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-shots-visuals/" title="View all posts filed under Snap Shots Visuals">Snap Shots Visuals</a> (1) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/snap-speaks/" title="View all posts filed under Snap Speaks">Snap Speaks</a> (73) </li> <li><a href="/web/20090324225126/http://blog.snap.com/category/feedback/" title="View all posts filed under User Feedback">User Feedback</a> (29) </li> </ul> </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/20090324225126/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/20090324225126js_/http://www.flickr.com/badge_code_v2.gne?count=3&amp;display=random&amp;size=t&amp;layout=v&amp;source=user_set&amp;user=21119473%40N00&amp;set=72157600090176397&amp;context=in%2Fset-72157600090176397%2F"></script> </table> </td></tr></table> </div> <!-- End of Flickr Badge --> <div class="sb-months"><h2>Archives</h2> <ul> <li><a href="/web/20090324225126/http://blog.snap.com/2009/02/" title="February 2009">February 2009</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/11/" title="November 2008">November 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/09/" title="September 2008">September 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/08/" title="August 2008">August 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/07/" title="July 2008">July 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/06/" title="June 2008">June 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/05/" title="May 2008">May 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/04/" title="April 2008">April 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/03/" title="March 2008">March 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/02/" title="February 2008">February 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2008/01/" title="January 2008">January 2008</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/12/" title="December 2007">December 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/11/" title="November 2007">November 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/10/" title="October 2007">October 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/09/" title="September 2007">September 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/08/" title="August 2007">August 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/07/" title="July 2007">July 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/06/" title="June 2007">June 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/05/" title="May 2007">May 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/04/" title="April 2007">April 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/03/" title="March 2007">March 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/02/" title="February 2007">February 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2007/01/" title="January 2007">January 2007</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/12/" title="December 2006">December 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/11/" title="November 2006">November 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/10/" title="October 2006">October 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/09/" title="September 2006">September 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/08/" title="August 2006">August 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/07/" title="July 2006">July 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/06/" title="June 2006">June 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/05/" title="May 2006">May 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2006/04/" title="April 2006">April 2006</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2005/09/" title="September 2005">September 2005</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2005/08/" title="August 2005">August 2005</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2005/07/" title="July 2005">July 2005</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2005/04/" title="April 2005">April 2005</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2005/03/" title="March 2005">March 2005</a></li> <li><a href="/web/20090324225126/http://blog.snap.com/2005/02/" title="February 2005">February 2005</a></li> </ul> </div> <div class="sb-notes"><h2>Notes</h2> <ul> <li>&copy;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/20090324225126/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/20090324225126/http://wordpress.org/" target="_blank">WordPress</a> and <a href="http://web.archive.org/web/20090324225126/http://binarybonsai.com/wordpress/k2/" target="_blank">K2</a> | <a href="http://web.archive.org/web/20090324225126/http://www.snap.com/about/index.php?page_id=21" target="_blank">Privacy Policy</a> | <a href="http://web.archive.org/web/20090324225126/http://www.snap.com/about/index.php?page_id=22" target="_blank">Terms of Use</a><br/> <!-- 74 queries. 2.393 seconds. --> </small></p> </body> </html><!-- FILE ARCHIVED ON 22:51:26 Mar 24, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:09:12 Nov 29, 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.893 exclusion.robots: 0.063 exclusion.robots.policy: 0.047 esindex: 0.016 cdx.remote: 15.619 LoadShardBlock: 125.909 (3) PetaboxLoader3.datanode: 131.127 (4) PetaboxLoader3.resolve: 136.45 (2) load_resource: 168.144 -->

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