<div class="grid--cell fl1 lh-lg">
<div class="grid--cell fl1 lh-lg">
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, <a href="/help/reopen-questions">visit the help center</a>.
</div>
</div>
</div>
<div class="grid--cell mb0 mt8">Closed <span title="2012-07-16 08:45:12Z" class="relativetime">7 years ago</span>.</div>
</div>
</aside>
Lately I've seen a lot of cool portfolio "AJAX project viewers" in WordPress with jQuery. For example: http://demo.designerthemes.com/prolio/portfolio/
http://themetrust.com/demos/reveal/
I've been searching for hours on Google to find some tutorials on how to build a cool AJAX project viewer, but couldn't find one. I would love to implement this on my portfolio!
I know a lot of these scripts are custom made, but anybody who knows if there are some tutorials?
Thanks in advance!
</div>
This particular example uses isotope, a jQuery plugin.
There's a tutorial here that talks about how you might do the integration http://rollyourowncreative.com/2011/09/using-isotope-jquery-plugin-in-wordpress-a-better-way-to-implement-isotope-in-wordpress/
A more suitable search would be "ajax in wordpress", and treat the tasks of UI (JS behaviours) and retrieving posts (the Ajax bit) separately.