I'm a member of the copyleft FAT Lab and lead R&D at Rocketboom, where I've created Know Your Meme and Mag.ma
I also teach the Internet Famous Class at Parsons, where your grade depends on your online popularity.
Selected press:
NBC,
TIME [2],
CurrentTV,
Gawker,
Mashable,
TechCrunch,
BuzzFeed
,
ArtNews
Using the fabulous jQuery Javascript library. (P.S. I need a good syntax highlighting plugin; ako_syntax isn't flying)
<script type="text/javascript" src="/javascript/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.ajaxLoad').click(function() {
$('#replaceMe').load("<txp:permlink />") );
});
});
</script>
<txp:dub_if_ajax>
This page <strong>was</strong> requested with XMLHttpRequest! Sweet!
<txp:else />
This page was <em>not</em> requested with XMLHttpRequest. <a href="#" class="ajaxLoad">Load it below using Ajax</a>
<p id="replaceMe"></p>
</txp:dub_if_ajax>
Commenting is closed for this article.