Skip to content

Instantly share code, notes, and snippets.

<img src="http://freeformers.com/assets/img/timberyardtechjam.jpg" width='250px'>
<img src="http://freeformers.com/assets/img/timberyardtechjam.jpg" width='250px'>
<p>
Build a web page for your portfolio or use your digital space to promote a cause.
</p>
<p>
Use free frameworks and plugins that will give your website a professional looking style and the ability to easily push your work to an audience.
</p>
<h2>Making Tech Easy.</h2>
<body>
TechJam
Making Tech Easy.
Build a web page for your portfolio or use your digital space to promote a cause.
Use free frameworks and plugins that will give your website a professional looking style and the ability to easily push your work to an audience.
<h1> TechJam </h1>
$('.facebookPhotos').append("<img src='https://graph.facebook.com/100004786450083/picture?width=150&height=150' />");
$('.facebookPhotos').append("Hello");
FB.api('/me/friends', function(response) {
for (var i=0;i<5;i++){
$('.container').append('<img src="https://graph.facebook.com/'+response.data[i].id+'/picture?type=large">');
}
}); //FB.api
FB.api('/me/friends', function(response) {
for (var i=0;i<5;i++)
{
//stuff you want to happen after getting data goes here
$('.container').append('<br>'+response.data[i].name+'<br>');
}