rendered paste body<!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" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Facebook Associates</title>
<meta name="description" content="Just another 3DN Site" />
<link rel="alternate" type="application/rss+xml" href="http://wordpress.3dn.nl/feed/" title="3DN Technology Blog latest posts" />
<link rel="alternate" type="application/rss+xml" href="http://wordpress.3dn.nl/comments/feed/" title="3DN Technology Blog latest comments" />
<link rel="pingback" href="http://wordpress.3dn.nl/xmlrpc.php" />
<link rel="shortcut icon" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/images/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="3DN Technology Blog » Facebook Associates Comments Feed" href="http://wordpress.3dn.nl/2011/06/01/facebook-associates/feed/" />
<link rel='stylesheet' id='admin-bar-css' href='http://wordpress.3dn.nl/wp-includes/css/admin-bar.css?ver=20110325' type='text/css' media='all' />
<link rel='stylesheet' id='wp-polls-css' href='http://wordpress.3dn.nl/wp-content/plugins/wp-polls/polls-css.css?ver=2.50' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='http://wordpress.3dn.nl/wp-content/plugins/contact-form-7/styles.css?ver=2.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='thickbox-css' href='http://wordpress.3dn.nl/wp-includes/js/thickbox/thickbox.css?ver=20090514' type='text/css' media='all' />
<link rel='stylesheet' id='UserStyle-css' href='http://wordpress.3dn.nl/wp-content/plugins/expertise/style/user.css?ver=3.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css' href='http://wordpress.3dn.nl/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<link rel='stylesheet' id='wp_greet_box_style-css' href='http://wordpress.3dn.nl/wp-content/plugins/wp-greet-box/css/style.css?ver=3.1.3' type='text/css' media='all' />
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/themes/arras-theme/js/superfish/hoverIntent.js'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/themes/arras-theme/js/superfish/superfish.js'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/comment-reply.js?ver=20090102'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/themes/arras-theme/js/jquery.equalheights.min.js'></script>
<script type='text/javascript' src='http://platform.twitter.com/anywhere.js?id=KmtPV9tCoOgw8yE3GysUA&v=1&ver=1'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/expertise/scripts/user.js?ver=3.1.3'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/wp-greet-box/js/functions.js?ver=3.1.3'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/wp-greet-box/js/js-mode.js?ver=3.1.3'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.1.3'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://wordpress.3dn.nl/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://wordpress.3dn.nl/wp-includes/wlwmanifest.xml" />
<link rel='index' title='3DN Technology Blog' href='http://wordpress.3dn.nl/' />
<link rel='start' title='First Post on 3DN blog' href='http://wordpress.3dn.nl/2009/05/08/first-post-on-3dn-blog/' />
<link rel='prev' title='Math Geekness' href='http://wordpress.3dn.nl/2011/05/30/1882/' />
<meta name="generator" content="WordPress 3.1.3" />
<link rel='canonical' href='http://wordpress.3dn.nl/2011/06/01/facebook-associates/' />
<link rel='shortlink' href='http://wordpress.3dn.nl/?p=1905' />
<script type="text/javascript">
//<![CDATA[
var _wpcf7 = { cached: 1 };
//]]>
</script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/tw-sack.js?ver=1.6.1'></script>
<script type="text/javascript">
//<![CDATA[
function expertise_signup (id,results_div) {
for (var i=0; i < document.lvlfrm.lvlval.length; i++) {
if (document.lvlfrm.lvlval[i].checked) {
var expertise_level = document.lvlfrm.lvlval[i].value;
}
}
var mysack = new sack (
"http://wordpress.3dn.nl/wp-admin/admin-ajax.php" );
mysack.execute = 1;
mysack.method = 'POST';
mysack.setVar ("action", "handle_signup");
mysack.setVar ("expertise_level", expertise_level);
mysack.setVar ("page_id", id);
mysack.setVar ("results_div_id", results_div);
mysack.runAJAX();
parent.tb_remove();
}
function expertise_signout (id,results_div) {
var mysack = new sack (
"http://wordpress.3dn.nl/wp-admin/admin-ajax.php" );
mysack.execute = 1;
mysack.method = 'POST';
mysack.setVar ("action", "handle_signout");
mysack.setVar ("page_id", id);
mysack.setVar ("results_div_id", results_div);
mysack.runAJAX();
parent.tb_remove();
}
//]]>
</script>
<style type="text/css"><!--
.picasna{text-align:center;}
.picasna-wrap{margin:1em 0;}
.picasna-image{}
.picasna-caption{} // -->
</style>
<style type="text/css">
.wp-polls .pollbar {
margin: 1px;
font-size: 6px;
line-height: 8px;
height: 8px;
background-image: url('http://wordpress.3dn.nl/wp-content/plugins/wp-polls/images/default/pollbg.gif');
border: 1px solid #c8c8c8;
}
</style>
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/css/blueprint/screen.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/css/blueprint/print.css" type="text/css" media="print" />
<!--[if IE 6]>
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/css/blueprint/ie.css" type="text/css" media="screen,projection" />
<![endif]-->
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/css/styles/default.css" type="text/css" media="screen,projection" /> <!--[if IE 6]>
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/css/ie6.css" type="text/css" />
<![endif]-->
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/css/layouts/2c-r-fixed.css" type="text/css" />
<!-- Generated by Arras Theme -->
<style type="text/css">
#wrapper { background: center top scroll no-repeat #F1EFE6; }
#index-featured .posts-default .post { width: 205px; }
#index-featured .posts-default img, #index-featured .posts-default .entry-thumbnails-link { width: 195px; height: 110px; }
#index-featured .posts-default .entry-thumbnails { width: 205px; height: 120px; }
#index-featured .posts-quick .entry-thumbnails { width: 195px; height: 110px; }
#index-featured .posts-default .entry-meta, #index-featured .posts-quick .entry-meta { width: 195px; }
#index-news .posts-default .post { width: 165px; }
#index-news .posts-default img, #index-news .posts-default .entry-thumbnails-link { width: 155px; height: 155px; }
#index-news .posts-default .entry-thumbnails { width: 165px; height: 165px; }
#index-news .posts-quick .entry-thumbnails img { width: 155px; height: 155px; }
#index-news .posts-default .entry-meta, #index-news .posts-quick .entry-meta { width: 155px; }
#archive-posts .posts-default .post { width: 165px; }
#archive-posts .posts-default img, #archive-posts .posts-default .entry-thumbnails-link { width: 155px; height: 155px; }
#archive-posts .posts-default .entry-thumbnails { width: 165px; height: 165px; }
#archive-posts .posts-quick .entry-thumbnails img { width: 155px; height: 155px; }
#archive-posts .posts-default .entry-meta, #archive-posts .posts-quick .entry-meta { width: 155px; }
</style>
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css">
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style>
<style type="text/css">
/* <![CDATA[ */
img.latex { vertical-align: middle; border: none; }
/* ]]> */
</style>
<meta id="syntaxhighlighteranchor" name="syntaxhighlighter-version" content="3.1.1" />
<link rel="stylesheet" href="http://wordpress.3dn.nl/wp-content/themes/arras-theme/user.css" type="text/css" media="screen,projection" /><!-- Google Analytics Tracking by Google Analyticator 6.1.3: http://ronaldheft.com/code/analyticator/ -->
<script type="text/javascript">
var analyticsFileTypes = [''];
var analyticsEventTracking = 'enabled';
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8147377-13']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('.multi-sidebar').tabs();
$('.sf-menu').superfish({autoArrows: true, speed: 'fast', dropShadows: 'true'});
$('.posts-default').equalHeights();
$('#footer-sidebar').equalHeights();
});
</script>
</head>
<body class="single single-post postid-1905 single-format-standard logged-in admin-bar layout-2c-r-fixed style-default no-js">
<script type="text/javascript">
//<![CDATA[
(function(){
var c = document.body.className;
c = c.replace(/no-js/, 'js');
document.body.className = c;
})();
//]]>
</script>
<div id="header">
<div id="branding" class="clearfix">
<div class="logo clearfix">
<span class="blog-name"><a href="http://wordpress.3dn.nl">3DN Technology Blog</a></span>
<span class="blog-description">Just another 3DN Site</span>
</div>
<div id="searchbar">
<form method="get" class="searchform clearfix" action="http://wordpress.3dn.nl/">
<input type="text" value="Search..." name="s" class="s" onfocus="this.value=''" />
<input type="submit" class="searchsubmit" value="Search" title="Search 3DN Technology Blog" />
</form>
</div>
</div><!-- #branding -->
</div><!-- #header -->
<div id="nav">
<div id="nav-content" class="clearfix">
<div class="menu-top-menu-container"><ul id="menu-top-menu" class="sf-menu menu clearfix"><li id="menu-item-1877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1877"><a href="http://wordpress.3dn.nl/about-2/">About</a></li>
<li id="menu-item-1876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1876"><a href="http://wordpress.3dn.nl/idm/">IdM</a></li>
<li id="menu-item-1870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1870"><a href="http://wordpress.3dn.nl/about-2/faq/">FAQ</a></li>
<li id="menu-item-1871" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1871"><a href="http://wordpress.3dn.nl/contributors/contributors/">Contributors</a></li>
<li id="menu-item-1872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1872"><a href="http://wordpress.3dn.nl/about-2/friends/">Friends</a></li>
<li id="menu-item-1873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1873"><a href="http://wordpress.3dn.nl/about-2/contact/">Contact</a></li>
<li id="menu-item-1869" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1869"><a href="http://wordpress.3dn.nl/expertise/">Expertise</a>
<ul class="sub-menu">
<li id="menu-item-1868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1868"><a href="http://wordpress.3dn.nl/expertise/unixlinux-expertise/">Unix/Linux</a></li>
<li id="menu-item-1864" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1864"><a href="http://wordpress.3dn.nl/expertise/identity-management/">Identity Management</a></li>
<li id="menu-item-1863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1863"><a href="http://wordpress.3dn.nl/expertise/expertise-plugin/">Expertise Plugin</a></li>
<li id="menu-item-1867" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1867"><a href="http://wordpress.3dn.nl/expertise/programming/">Programming</a></li>
<li id="menu-item-1866" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1866"><a href="http://wordpress.3dn.nl/expertise/ipv6-expertise/">IPv6</a></li>
<li id="menu-item-1865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1865"><a href="http://wordpress.3dn.nl/expertise/wordpress-expertise/">WordPress</a></li>
</ul>
</li>
<li id="menu-item-1874" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1874"><a href="http://wordpress.3dn.nl/contributors/editting-tips/">Editting Tips</a></li>
<li id="menu-item-1875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1875"><a href="http://wordpress.3dn.nl/contributors/">Contribute</a></li>
</ul></div> <ul class="quick-nav clearfix">
<li><a id="facebook" title="3DN Technology Blog Facebook" href="https://www.facebook.com/apps/application.php?id=132109923533911">Facebook</a></li>
</ul>
</div><!-- #nav-content -->
</div><!-- #nav -->
<div id="wrapper">
<div id="main" class="clearfix">
<div id="container" class="clearfix">
<div id="content" class="section">
<div id="post-1905" class="post-1905 post type-post status-publish format-standard hentry category-internet-2 category-social-6 clearfix single-post">
<h1 class="entry-title"><a href="http://wordpress.3dn.nl/2011/06/01/facebook-associates/" rel="bookmark">Facebook Associates</a></h1><div class="entry-info"><span class="entry-author">By <address class="author vcard">Fred Leeflang</address></span> – <abbr class="published" title="2011-06-01T09:35:32+00:00">June 1, 2011</abbr><a class="post-edit-link" href="http://wordpress.3dn.nl/wp-admin/post.php?post=1905&action=edit" title="Edit Post">(Edit Post)</a><span class="entry-cat"><strong>Posted in: </strong><a href="http://wordpress.3dn.nl/category/internet-2/">internet</a>, <a href="http://wordpress.3dn.nl/category/social-6/">social</a></span></div>
<div class="entry-content">
<div id="greet_block"><noscript><div class="greet_block wpgb_cornered"><div class="greet_text"><div class="greet_image"><a href="http://wordpress.3dn.nl/feed/rss/" rel="nofollow"><img src="http://wordpress.3dn.nl/wp-content/plugins/wp-greet-box/images/rss_icon.png" alt="WP Greet Box icon"/></a></div>Hello there! If you are new here, you might want to <a href="http://wordpress.3dn.nl/feed/rss/" rel="nofollow"><strong>subscribe to the RSS feed</strong></a> for updates on this topic.<div style="clear:both"></div><div class="greet_block_powered_by">Powered by <a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/" title="WP Greet Box WordPress Plugin" style="text-decoration:none;">WP Greet Box</a> <a href="http://omninoggin.com/" title="WordPress Plugin" style="text-decoration:none;">WordPress Plugin</a></div><div style="clear:both"></div></div></div></noscript></div><p>I’m currently in the process of setting up the <a title="3DN Politics" href="http://politics.3dn.nl" target="_blank">3DN Politics</a> site, a site through which friends connected to each other through Facebook can automatically share articles they publish on their friends’ walls. Essentially, this site lets associates sign up to the site by using their facebook identity to sign up to the site and allowing a Facebook application certain privileges.</p>
<p>I will use this article as a scratchpad for those developers willing to learn more about the Facebook <a title="Facebook Graph API" href="http://developers.facebook.com/docs/reference/api/" target="_blank">Graph API</a> and the <a title="Facebook PHP SDK" href="https://github.com/facebook/php-sdk/" target="_blank">Facebook PHP SDK</a> as I go, hoping that it will be useful.</p>
<h3>Facebook PHP SDK 3.0.0</h3>
<p>There’s a choice to be made here; We can develop a full WordPress plugin and embed the Facebook PHP API functionality in it or we can simply work on building a standalone Facebook IFRAMES app. I’ve chosen the latter for simplicity but I may later incorporate this into a WordPress plugin.</p>
<p>I’ll assume you have some basic understanding of how to create a facebook app and where to find the appid and the app secret.</p>
<p>So in the <em>index.php </em>of your app, start with setting up the following:</p>
<pre class="brush: php; title: ;" title="">
$fbconfig['appid'] = "";
$fbconfig['secret'] = "";
$fbconfig["baseUrl"] = "";
$fbconfig["appBaseUrl"] = "";
</pre>
</div>
<!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description rdf:about="http://wordpress.3dn.nl/2011/06/01/facebook-associates/"
dc:identifier="http://wordpress.3dn.nl/2011/06/01/facebook-associates/"
dc:title="Facebook Associates"
trackback:ping="http://wordpress.3dn.nl/2011/06/01/facebook-associates/trackback/" />
</rdf:RDF> -->
<div class="about-author clearfix">
<h4>About the Author</h4>
<img alt='' src='http://0.gravatar.com/avatar/a3cdf78d219e30594aa226dfa795fdfb?s=48&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D48&r=G' class='avatar avatar-48 photo' height='48' width='48' /> I'm the technical maintainer of the 3DN Network. Through setting up the 3DN Network I look forward to maintaining my company site, technology site, politics site and football site. </div>
</div>
<a name="comments"></a>
<h4 class="module-title">Comments Closed</h4>
<p class="nocomments">Comments are closed. You will not be able to post a comment in this post.</p>
</div><!-- #content -->
</div><!-- #container -->
<div id="primary" class="aside main-aside sidebar">
<ul class="xoxo">
<li class="multi-sidebar-container">
<div class="multi-sidebar clearfix">
<ul class="tabs clearfix">
<li><a href="#s-featured"><span>Featured</span></a></li><li><a href="#s-latest"><span>Latest</span></a></li><li><a href="#s-comments"><span>Comments</span></a></li><li><a href="#s-tags"><span>Tag Cloud</span></a></li> </ul>
<div id="s-featured" class="widgetcontainer clearfix"><ul> <li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2009/12/writing-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="writing" title="writing" /> <a href="http://wordpress.3dn.nl/2011/06/01/facebook-associates/">Facebook Associates</a><br />
<span class="sub">01 June 2011 9:35 AM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/math-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="math" title="math" /> <a href="http://wordpress.3dn.nl/2011/05/30/1882/">Math Geekness</a><br />
<span class="sub">30 May 2011 8:47 PM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/security-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="security" title="security" /> <a href="http://wordpress.3dn.nl/2011/05/30/japanese-security/">Japanese Security</a><br />
<span class="sub">30 May 2011 12:03 PM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/sexay-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="sexay" title="sexay" /> <a href="http://wordpress.3dn.nl/2011/05/30/microsoft-says-to-use-porn-button/">Microsoft says to use Porn button</a><br />
<span class="sub">30 May 2011 11:54 AM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/gems-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="gems" title="gems" /> <a href="http://wordpress.3dn.nl/2011/05/28/you-facebook-addict/">You Facebook Addict!</a><br />
<span class="sub">28 May 2011 8:18 PM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/forensics-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="forensics" title="forensics" /> <a href="http://wordpress.3dn.nl/2011/05/28/european-cookie-law/">European Cookie Law</a><br />
<span class="sub">28 May 2011 5:29 PM |
1 Comment</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/forensics-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="forensics" title="forensics" /> <a href="http://wordpress.3dn.nl/2011/05/26/spy-with-my-little-eye/">Spy with my little Eye</a><br />
<span class="sub">26 May 2011 6:23 PM |
2 Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/security-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="security" title="security" /> <a href="http://wordpress.3dn.nl/2011/05/25/nukular-leak/">Nukular Leak?</a><br />
<span class="sub">25 May 2011 10:34 PM |
No Comments</span>
</li>
</ul></div><!-- #s-featured --><div id="s-latest" class="widgetcontainer clearfix"><ul> <li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2009/12/writing-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="writing" title="writing" /> <a href="http://wordpress.3dn.nl/2011/06/01/facebook-associates/">Facebook Associates</a><br />
<span class="sub">01 June 2011 9:35 AM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/math-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="math" title="math" /> <a href="http://wordpress.3dn.nl/2011/05/30/1882/">Math Geekness</a><br />
<span class="sub">30 May 2011 8:47 PM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/security-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="security" title="security" /> <a href="http://wordpress.3dn.nl/2011/05/30/japanese-security/">Japanese Security</a><br />
<span class="sub">30 May 2011 12:03 PM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/sexay-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="sexay" title="sexay" /> <a href="http://wordpress.3dn.nl/2011/05/30/microsoft-says-to-use-porn-button/">Microsoft says to use Porn button</a><br />
<span class="sub">30 May 2011 11:54 AM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/gems-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="gems" title="gems" /> <a href="http://wordpress.3dn.nl/2011/05/28/you-facebook-addict/">You Facebook Addict!</a><br />
<span class="sub">28 May 2011 8:18 PM |
No Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/forensics-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="forensics" title="forensics" /> <a href="http://wordpress.3dn.nl/2011/05/28/european-cookie-law/">European Cookie Law</a><br />
<span class="sub">28 May 2011 5:29 PM |
1 Comment</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/forensics-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="forensics" title="forensics" /> <a href="http://wordpress.3dn.nl/2011/05/26/spy-with-my-little-eye/">Spy with my little Eye</a><br />
<span class="sub">26 May 2011 6:23 PM |
2 Comments</span>
</li>
<li class="clearfix">
<img width="36" height="36" src="http://wordpress.3dn.nl/files/2011/05/security-36x36.jpg" class="attachment-sidebar-thumb wp-post-image" alt="security" title="security" /> <a href="http://wordpress.3dn.nl/2011/05/25/nukular-leak/">Nukular Leak?</a><br />
<span class="sub">25 May 2011 10:34 PM |
No Comments</span>
</li>
</ul></div><!-- #s-latest --><div id="s-comments" class="widgetcontainer clearfix"><ul id="recentcomments"><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/a3cdf78d219e30594aa226dfa795fdfb?s=36&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D36&r=G' class='avatar avatar-36 photo' height='36' width='36' /><span class="author">Fred Leeflang</span><br /><a href="http://wordpress.3dn.nl/about-2/faq/#comment-506">FAQ</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/a3cdf78d219e30594aa226dfa795fdfb?s=36&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D36&r=G' class='avatar avatar-36 photo' height='36' width='36' /><span class="author">Fred Leeflang</span><br /><a href="http://wordpress.3dn.nl/2011/05/28/european-cookie-law/#comment-483">European Cookie Law</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/a3cdf78d219e30594aa226dfa795fdfb?s=36&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D36&r=G' class='avatar avatar-36 photo' height='36' width='36' /><span class="author">Fred Leeflang</span><br /><a href="http://wordpress.3dn.nl/2011/05/26/spy-with-my-little-eye/#comment-481">Spy with my little Eye</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/a3cdf78d219e30594aa226dfa795fdfb?s=36&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D36&r=G' class='avatar avatar-36 photo' height='36' width='36' /><span class="author">Fred Leeflang</span><br /><a href="http://wordpress.3dn.nl/2011/05/26/spy-with-my-little-eye/#comment-480">Spy with my little Eye</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=36' class='avatar avatar-36 photo avatar-default' height='36' width='36' /><span class="author">Fred Leeflang</span><br /><a href="http://wordpress.3dn.nl/2010/01/13/software-configuration-management-wouldnt-it-be-nice-if/#comment-34">Software configuration management – Wouldn’t it be nice if…</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=36' class='avatar avatar-36 photo avatar-default' height='36' width='36' /><span class="author">Rene Schaap</span><br /><a href="http://wordpress.3dn.nl/2010/01/13/software-configuration-management-wouldnt-it-be-nice-if/#comment-33">Software configuration management – Wouldn’t it be nice if…</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=36' class='avatar avatar-36 photo avatar-default' height='36' width='36' /><span class="author">Gaston2lyon</span><br /><a href="http://wordpress.3dn.nl/2009/05/08/new-3dn-authors-how-to-use-your-picasa-albums/#comment-3">New 3DN Authors: How to use your Picasa Albums</a></li><li class="recentcomments clearfix"><img alt='' src='http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=36' class='avatar avatar-36 photo avatar-default' height='36' width='36' /><span class="author">admin</span><br /><a href="http://wordpress.3dn.nl/expertise/unixlinux-expertise/#comment-92">Unix/Linux</a></li></ul></div><!-- #s-comments --><div id="s-tags" class="tags widgetcontainer clearfix"><a href='http://wordpress.3dn.nl/tag/activation-code/' class='tag-link-24' title='1 topic' style='font-size: 9pt;'>activation code</a>
<a href='http://wordpress.3dn.nl/tag/ajax/' class='tag-link-25' title='2 topics' style='font-size: 10.2352941176pt;'>ajax</a>
<a href='http://wordpress.3dn.nl/tag/album/' class='tag-link-26' title='1 topic' style='font-size: 9pt;'>album</a>
<a href='http://wordpress.3dn.nl/tag/anonimity/' class='tag-link-27' title='1 topic' style='font-size: 9pt;'>anonimity</a>
<a href='http://wordpress.3dn.nl/tag/anonymity/' class='tag-link-28' title='1 topic' style='font-size: 9pt;'>anonymity</a>
<a href='http://wordpress.3dn.nl/tag/apache/' class='tag-link-29' title='3 topics' style='font-size: 11.0588235294pt;'>apache</a>
<a href='http://wordpress.3dn.nl/tag/api-client/' class='tag-link-30' title='1 topic' style='font-size: 9pt;'>api client</a>
<a href='http://wordpress.3dn.nl/tag/car/' class='tag-link-39' title='4 topics' style='font-size: 11.7450980392pt;'>car</a>
<a href='http://wordpress.3dn.nl/tag/coding/' class='tag-link-5' title='3 topics' style='font-size: 11.0588235294pt;'>coding</a>
<a href='http://wordpress.3dn.nl/tag/content/' class='tag-link-48' title='2 topics' style='font-size: 10.2352941176pt;'>content</a>
<a href='http://wordpress.3dn.nl/tag/expertise/' class='tag-link-68' title='6 topics' style='font-size: 12.7745098039pt;'>expertise</a>
<a href='http://wordpress.3dn.nl/tag/facebook/' class='tag-link-72' title='5 topics' style='font-size: 12.2941176471pt;'>facebook</a>
<a href='http://wordpress.3dn.nl/tag/firewall/' class='tag-link-78' title='7 topics' style='font-size: 13.1176470588pt;'>firewall</a>
<a href='http://wordpress.3dn.nl/tag/forensics/' class='tag-link-7' title='8 topics' style='font-size: 13.4607843137pt;'>forensics</a>
<a href='http://wordpress.3dn.nl/tag/gadget-guide/' class='tag-link-87' title='7 topics' style='font-size: 13.1176470588pt;'>gadget guide</a>
<a href='http://wordpress.3dn.nl/tag/gadgets/' class='tag-link-8' title='2 topics' style='font-size: 10.2352941176pt;'>gadgets</a>
<a href='http://wordpress.3dn.nl/tag/global-identity/' class='tag-link-91' title='2 topics' style='font-size: 10.2352941176pt;'>global identity</a>
<a href='http://wordpress.3dn.nl/tag/google/' class='tag-link-94' title='6 topics' style='font-size: 12.7745098039pt;'>google</a>
<a href='http://wordpress.3dn.nl/tag/greysheets/' class='tag-link-99' title='3 topics' style='font-size: 11.0588235294pt;'>greysheets</a>
<a href='http://wordpress.3dn.nl/tag/html/' class='tag-link-105' title='4 topics' style='font-size: 11.7450980392pt;'>html</a>
<a href='http://wordpress.3dn.nl/tag/identity/' class='tag-link-109' title='6 topics' style='font-size: 12.7745098039pt;'>identity</a>
<a href='http://wordpress.3dn.nl/tag/image/' class='tag-link-110' title='2 topics' style='font-size: 10.2352941176pt;'>image</a>
<a href='http://wordpress.3dn.nl/tag/images/' class='tag-link-111' title='3 topics' style='font-size: 11.0588235294pt;'>images</a>
<a href='http://wordpress.3dn.nl/tag/internet/' class='tag-link-230' title='16 topics' style='font-size: 15.3823529412pt;'>internet</a>
<a href='http://wordpress.3dn.nl/tag/ipv6/' class='tag-link-117' title='2 topics' style='font-size: 10.2352941176pt;'>ipv6</a>
<a href='http://wordpress.3dn.nl/tag/jquery/' class='tag-link-120' title='3 topics' style='font-size: 11.0588235294pt;'>jquery</a>
<a href='http://wordpress.3dn.nl/tag/michael-schumacher/' class='tag-link-133' title='2 topics' style='font-size: 10.2352941176pt;'>michael schumacher</a>
<a href='http://wordpress.3dn.nl/tag/microsoft/' class='tag-link-134' title='2 topics' style='font-size: 10.2352941176pt;'>microsoft</a>
<a href='http://wordpress.3dn.nl/tag/network/' class='tag-link-143' title='2 topics' style='font-size: 10.2352941176pt;'>network</a>
<a href='http://wordpress.3dn.nl/tag/opensource/' class='tag-link-151' title='6 topics' style='font-size: 12.7745098039pt;'>opensource</a>
<a href='http://wordpress.3dn.nl/tag/perl/' class='tag-link-155' title='2 topics' style='font-size: 10.2352941176pt;'>perl</a>
<a href='http://wordpress.3dn.nl/tag/photo/' class='tag-link-156' title='2 topics' style='font-size: 10.2352941176pt;'>photo</a>
<a href='http://wordpress.3dn.nl/tag/php/' class='tag-link-157' title='12 topics' style='font-size: 14.5588235294pt;'>php</a>
<a href='http://wordpress.3dn.nl/tag/pictures/' class='tag-link-161' title='2 topics' style='font-size: 10.2352941176pt;'>pictures</a>
<a href='http://wordpress.3dn.nl/tag/privacy/' class='tag-link-166' title='2 topics' style='font-size: 10.2352941176pt;'>privacy</a>
<a href='http://wordpress.3dn.nl/tag/race/' class='tag-link-170' title='4 topics' style='font-size: 11.7450980392pt;'>race</a>
<a href='http://wordpress.3dn.nl/tag/sccm/' class='tag-link-14' title='3 topics' style='font-size: 11.0588235294pt;'>sccm</a>
<a href='http://wordpress.3dn.nl/tag/security-technical-contents/' class='tag-link-15' title='20 topics' style='font-size: 16pt;'>security</a>
<a href='http://wordpress.3dn.nl/tag/social/' class='tag-link-228' title='17 topics' style='font-size: 15.5882352941pt;'>social</a>
<a href='http://wordpress.3dn.nl/tag/subversion/' class='tag-link-197' title='3 topics' style='font-size: 11.0588235294pt;'>subversion</a>
<a href='http://wordpress.3dn.nl/tag/techblog/' class='tag-link-205' title='2 topics' style='font-size: 10.2352941176pt;'>techblog</a>
<a href='http://wordpress.3dn.nl/tag/virus/' class='tag-link-18' title='3 topics' style='font-size: 11.0588235294pt;'>virus</a>
<a href='http://wordpress.3dn.nl/tag/vuurmuur/' class='tag-link-222' title='3 topics' style='font-size: 11.0588235294pt;'>vuurmuur</a>
<a href='http://wordpress.3dn.nl/tag/wordpress/' class='tag-link-19' title='9 topics' style='font-size: 13.8039215686pt;'>wordpress</a>
<a href='http://wordpress.3dn.nl/tag/writing/' class='tag-link-20' title='2 topics' style='font-size: 10.2352941176pt;'>writing</a></div><!-- #s-tags --> </div>
</li>
<li class="widgetcontainer clearfix"><h5 class="widgettitle">Categories</h5><div class="widgetcontent"> <ul>
<li class="cat-item cat-item-3"><a href="http://wordpress.3dn.nl/category/biology/" title="View all posts filed under biology">biology</a>
</li>
<li class="cat-item cat-item-4"><a href="http://wordpress.3dn.nl/category/cars/" title="View all posts filed under cars">cars</a>
</li>
<li class="cat-item cat-item-5"><a href="http://wordpress.3dn.nl/category/coding/" title="View all posts filed under coding">coding</a>
</li>
<li class="cat-item cat-item-6"><a href="http://wordpress.3dn.nl/category/energy/" title="View all posts filed under energy">energy</a>
</li>
<li class="cat-item cat-item-7"><a href="http://wordpress.3dn.nl/category/forensics/" title="View all posts filed under forensics">forensics</a>
</li>
<li class="cat-item cat-item-8"><a href="http://wordpress.3dn.nl/category/gadgets/" title="View all posts filed under gadgets">gadgets</a>
</li>
<li class="cat-item cat-item-262"><a href="http://wordpress.3dn.nl/category/idm/" title="View all posts filed under idm">idm</a>
</li>
<li class="cat-item cat-item-263"><a href="http://wordpress.3dn.nl/category/internet-2/" title="View all posts filed under internet">internet</a>
</li>
<li class="cat-item cat-item-12"><a href="http://wordpress.3dn.nl/category/math/" title="View all posts filed under math">math</a>
</li>
<li class="cat-item cat-item-13"><a href="http://wordpress.3dn.nl/category/photography/" title="View all posts filed under photography">photography</a>
</li>
<li class="cat-item cat-item-14"><a href="http://wordpress.3dn.nl/category/sccm/" title="View all posts filed under sccm">sccm</a>
</li>
<li class="cat-item cat-item-15"><a href="http://wordpress.3dn.nl/category/security-technical-contents/" title="View all posts filed under security">security</a>
</li>
<li class="cat-item cat-item-261"><a href="http://wordpress.3dn.nl/category/social-6/" title="View all posts filed under social">social</a>
</li>
<li class="cat-item cat-item-17"><a href="http://wordpress.3dn.nl/category/space/" title="View all posts filed under space">space</a>
</li>
<li class="cat-item cat-item-18"><a href="http://wordpress.3dn.nl/category/virus/" title="View all posts filed under virus">virus</a>
</li>
<li class="cat-item cat-item-19"><a href="http://wordpress.3dn.nl/category/wordpress/" title="View all posts filed under wordpress">wordpress</a>
</li>
<li class="cat-item cat-item-20"><a href="http://wordpress.3dn.nl/category/writing/" title="View all posts filed under writing">writing</a>
</li>
</ul>
</div></li> </ul>
</div><!-- #primary -->
<div id="secondary" class="aside main-aside sidebar">
<ul class="xoxo">
<!-- Widgetized sidebar, if you have the plugin installed. -->
<li></li>
<li></li>
</ul>
</div><!-- #secondary -->
</div><!-- #main -->
<div id="footer" class="clearfix">
<ul id="footer-sidebar" class="clearfix xoxo">
<li></li>
</ul>
<div class="footer-message">
<p class="floatright"><a class="arras" href="http://www.arrastheme.com/"><strong>About Arras Theme</strong></a></p>
<p>Copyright 3DN Technology Blog. All Rights Reserved.</p>
</div><!-- .footer-message -->
</div>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/admin-bar.js?ver=20110131'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/jquery/ui.core.js?ver=1.8.9'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/jquery/ui.widget.js?ver=1.8.9'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/jquery/ui.tabs.js?ver=1.8.9'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.52'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/contact-form-7/scripts.js?ver=2.4.5'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var pollsL10n = {
ajax_url: "http://wordpress.3dn.nl/wp-content/plugins/wp-polls/wp-polls.php",
text_wait: "Your last request is still being processed. Please wait a while ...",
text_valid: "Please choose a valid poll answer.",
text_multiple: "Maximum number of choices allowed: ",
show_loading: "1",
show_fading: "1"
};
/* ]]> */
</script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/wp-polls/polls-js.js?ver=2.50'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var thickboxL10n = {
next: "Next >",
prev: "< Prev",
image: "Image",
of: "of",
close: "Close",
noiframes: "This feature requires inline frames. You have iframes disabled or your browser does not support them."
};
try{convertEntities(thickboxL10n);}catch(e){};
/* ]]> */
</script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-includes/js/thickbox/thickbox.js?ver=3.1-20100407'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shCore.js?ver=3.0.83b'></script>
<script type='text/javascript' src='http://wordpress.3dn.nl/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushPhp.js?ver=3.0.83b'></script>
<script type='text/javascript'>
(function(){
var corecss = document.createElement('link');
var themecss = document.createElement('link');
var corecssurl = "http://wordpress.3dn.nl/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0.83b";
if ( corecss.setAttribute ) {
corecss.setAttribute( "rel", "stylesheet" );
corecss.setAttribute( "type", "text/css" );
corecss.setAttribute( "href", corecssurl );
} else {
corecss.rel = "stylesheet";
corecss.href = corecssurl;
}
document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
var themecssurl = "http://wordpress.3dn.nl/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0.83b";
if ( themecss.setAttribute ) {
themecss.setAttribute( "rel", "stylesheet" );
themecss.setAttribute( "type", "text/css" );
themecss.setAttribute( "href", themecssurl );
} else {
themecss.rel = "stylesheet";
themecss.href = themecssurl;
}
//document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
})();
SyntaxHighlighter.config.strings.expandSource = '+ expand source';
SyntaxHighlighter.config.strings.help = '?';
SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
SyntaxHighlighter.defaults['pad-line-numbers'] = true;
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
</script>
<div id="wpadminbar">
<div class="quicklinks">
<ul>
<li id="wp-admin-bar-my-account-with-avatar" class="menupop">
<a href="http://3dn.nl/wp-admin/profile.php"><span><img alt='' src='http://1.gravatar.com/avatar/b033fde48c59a0fcd6527ba36d11bf83?s=16&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D16&r=G' class='avatar avatar-16 photo' height='16' width='16' />admin</span></a>
<ul>
<li id="wp-admin-bar-edit-my-profile" class="">
<a href="http://3dn.nl/wp-admin/profile.php">Edit My Profile</a>
</li>
<li id="wp-admin-bar-dashboard" class="">
<a href="http://3dn.nl/wp-admin/">Dashboard</a>
</li>
<li id="wp-admin-bar-log-out" class="">
<a href="http://wordpress.3dn.nl/wp-login.php?action=logout&_wpnonce=ad0aa6e18f">Log Out</a>
</li> </ul>
</li>
<li id="wp-admin-bar-edit" class="">
<a href="http://wordpress.3dn.nl/wp-admin/post.php?post=1905&action=edit">Edit Post</a>
</li>
<li id="wp-admin-bar-new-content" class="menupop">
<a href="http://wordpress.3dn.nl/wp-admin/post-new.php?post_type=post"><span>Add New</span></a>
<ul>
<li id="wp-admin-bar-new-post" class="">
<a href="http://wordpress.3dn.nl/wp-admin/post-new.php?post_type=post">Post</a>
</li>
<li id="wp-admin-bar-new-page" class="">
<a href="http://wordpress.3dn.nl/wp-admin/post-new.php?post_type=page">Page</a>
</li> </ul>
</li>
<li id="wp-admin-bar-comments" class="">
<a href="http://wordpress.3dn.nl/wp-admin/edit-comments.php">Comments </a>
</li>
<li id="wp-admin-bar-appearance" class="menupop">
<a href="http://wordpress.3dn.nl/wp-admin/themes.php"><span>Appearance</span></a>
<ul>
<li id="wp-admin-bar-widgets" class="">
<a href="http://wordpress.3dn.nl/wp-admin/widgets.php">Widgets</a>
</li>
<li id="wp-admin-bar-menus" class="">
<a href="http://wordpress.3dn.nl/wp-admin/nav-menus.php">Menus</a>
</li> </ul>
</li>
<li id="wp-admin-bar-get-shortlink" class="">
<a href="http://wordpress.3dn.nl/?p=1905">Shortlink</a>
<input class="shortlink-input" type="text" readonly="readonly" value="http://wordpress.3dn.nl/?p=1905" /> </li> </ul>
</div>
<div id="adminbarsearch-wrap">
<form action="http://wordpress.3dn.nl" method="get" id="adminbarsearch">
<input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" />
<input type="submit" class="adminbar-button" value="Search"/>
</form>
</div>
</div>
<script type="text/javascript">
jQuery(document).ready(function($) {
});
</script>
</div><!-- #wrapper -->
</body>
</html>