<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Woody Hayday &#124; Blog &#187; Social Media</title>
	<atom:link href="http://blog.woodylabs.com/category/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.woodylabs.com</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:08:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Did you know: Facebook short url&#8217;s already kinda exist</title>
		<link>http://blog.woodylabs.com/2011/11/did-you-know-facebook-short-urls-already-exist/</link>
		<comments>http://blog.woodylabs.com/2011/11/did-you-know-facebook-short-urls-already-exist/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 09:46:03 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[dataspace savings]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook shorturl]]></category>
		<category><![CDATA[random occurance]]></category>
		<category><![CDATA[shorturl]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=800</guid>
		<description><![CDATA[As a side note: facebook shorturls, or at least abreviated urls exist. We all know about fb.me, but fb.com works too&#8230;. Random occurance: Was saving down facebook data into a database from the graph api, wanted to save the urls in a mixed url table but didn&#8217;t want to bother saving the whole http://www.facebook.com every [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>As a side note: facebook shorturls, or at least abreviated urls exist. We all know about fb.me, but fb.com works too&#8230;. Random occurance:</p>
<p>Was saving down facebook data into a database from the graph api, wanted to save the urls in a mixed url table but didn&#8217;t want to bother saving the whole http://www.facebook.com every time, what a waste of data. Initially I lazily abbreviated this too: fb.com/whateverthepagewas, left the acquisition stuff to its job and then went off to do something else. Coming back to the management system I accidentally clicked one of these fb.com/ links, and it worked! Facebook have set it up as a redirect. Maybe this was common knowledge but I hadn&#8217;t heard of it before&#8230;Anyhow a useful biproduct of dataspace savings!</p>
<h1 align="center">So check it out: <a href="http://fb.com/hayday">fb.com/hayday</a></h1>
<p>That will redirect you too http://www.facebook.com/hayday (my page.) &#8211; just like fb.me, but traditional-like, lol. Neat eh? Anyone else know any facebook quick wins?</p>
<div class="shr-publisher-800"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/11/did-you-know-facebook-short-urls-already-exist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook time in php &#8211; Facebook uses GMT not PDT/PST?</title>
		<link>http://blog.woodylabs.com/2011/10/facebook-time-in-php-facebook-uses-gmt-not-pdtpst/</link>
		<comments>http://blog.woodylabs.com/2011/10/facebook-time-in-php-facebook-uses-gmt-not-pdtpst/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 12:09:11 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[facebook pages]]></category>
		<category><![CDATA[facebook time]]></category>
		<category><![CDATA[timezones]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=793</guid>
		<description><![CDATA[I don&#8217;t know whether its purely related to my location when I am calling facebooks&#8217; graph API or what, but all the talk about what timestamps facebooks API returns seems to be wrong. Perhaps they&#8217;ve changed something, perhaps they are re-adjusting them just for me. If its the latter I wonder why they are giving me GMT [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know whether its purely related to my location when I am calling facebooks&#8217; graph API or what, but all the talk about what timestamps facebooks API returns seems to be wrong. Perhaps they&#8217;ve changed something, perhaps they are re-adjusting them just for me. If its the latter I wonder why they are giving me GMT when I am in Belgium? Is it based on the USER?</p>
<div align="center"><img src="http://farm4.static.flickr.com/3308/3324587240_c663bd1c9b_z.jpg?zz=1" width="640" height="425" alt="Antique Clock Face"><br /><a href="http://www.flickr.com/photos/arcticpuppy/3324587240/" title="Antique Clock Face by tibchris, on Flickr" rel="nofollow" target="_blank">Clock Face by tibchris</a><br /><strong>Facebook Time in PHP, who the what where?</strong></div>
<p>If you haven&#8217;t tried pulling anything time-sensitive out of the graph API yet, don&#8217;t, that&#8217;s my advice. There is not a single bit of coherent explanation as to how the API hand&#8217;s out times, when I first researched it I had written on my pad &#8220;Pacific time&#8221;&#8230;great, did my past (possibly beer holding) self not remember that Pacific time is one thing half the year and another the other half? PDT/PST? Obviously not. What&#8217;s more, now when I check (post something on a page, grab it with graph API) &#8211; its giving me GMT+00 times, WHEN I&#8217;M IN GMT+01.</p>
<p>&nbsp;</p>
<p>All I can work out is facebook have either been pleasant enough to convert the time to the users original registration locale (likely, and pleasant) and not noted it down ANYWHERE publicly, or they have chosen to use GMT. Probably the former, either way &#8211; facebook developers &#8211; we need a better solution for working with facebook times.</p>
<div class="shr-publisher-793"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/10/facebook-time-in-php-facebook-uses-gmt-not-pdtpst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting facebook Apps/Applications/iFrame Pages on 1and1 (SSL)</title>
		<link>http://blog.woodylabs.com/2011/08/hosting-facebook-appsapplicationsiframe-pages-on-1and1-ssl/</link>
		<comments>http://blog.woodylabs.com/2011/08/hosting-facebook-appsapplicationsiframe-pages-on-1and1-ssl/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:28:37 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Facebook Graph API]]></category>
		<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[fan gating]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=778</guid>
		<description><![CDATA[For those who run facebook fan pages you will likely know about fan gating and the importance of adding your own content to your facebook fanpage. This used to be done with the facebook static fbml app but that&#8217;s really the old way, looking forward the best way is to make its own specific app. [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>For those who run facebook fan pages you will likely know about fan gating and the importance of adding your own content to your facebook fanpage. This used to be done with the facebook static fbml app but that&#8217;s really the old way, looking forward the best way is to make its own specific app. There&#8217;s <a href="http://www.hyperarts.com/blog/adding-iframe-application-to-facebook-fan-page/" rel="nofollow" target="_blank">a bunch</a> of <a href="http://www.hyperarts.com/blog/facebook-secure-browsing-https-iframe-tabs-mixed-content-warnings/" rel="nofollow" target="_blank">really good stuff</a> out there about setting up your apps but none of it seems to deal with the middle level guys who don&#8217;t want to shell out time/capital setting up amazon hosting (probably a good idea either way) or don&#8217;t strictly have https for the domain, those that just need an interim/growth testing solution with their current hosts, specifically in this case 1and1.</p>
<p>You <em>can</em> host facebook apps on any host, but hosting somewhere unsecure (not accessible via https) will flag up the following prompt for anyone browsing to the page with secure browsing turned on (high proportion of fb users.) You CAN also use amazon cloud storage (S3) for free https file storage, up to a level, however you <em>cannot run server side code</em> (php/ASP.NET) without setting up a server with their EC service.</p>
<div align="center"><img class="aligncenter size-full wp-image-779" title="facebook-fan-page-app-creation-on-1and1-ssl" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-fan-page-app-creation-on-1and1-ssl.png" alt="" width="458" height="217" /><br /><em>Not pretty eh</em>? What will that do to your conversion rates? Yep nothing good.</div>
<p><span id="more-778"></span></p>
<p>Its not just the mavericks either, for example brands like banana republic are still running http stuff, prompting the user with this message on loading their like-capture pages.</p>
<h3>Set up 1and1 shared hosting to host Secure SSL facebook apps/applications/tab pages</h3>
<p>So anyway here&#8217;s the cheap, quick way to hosting your facebook apps SECURELY using 1and1 shared hosting.</p>
<ol>
<li>Log onto admin.1and1.co.uk (or .com)</li>
<li>(Optional) Register a domain name which you don&#8217;t mind generically hosting your fb content. For me this is www.whfb.co.uk &#8211; this will only show up if users looked at the information for the frame, probably wont ever matter, but if you are running a whole host of different niche pages it might be worth it for simplicity/segmentation.</li>
<li>Go to domain management section and click &#8220;Shared SSL Encryption&#8221; under SSL option<br /><img class="aligncenter size-full wp-image-780" title="shared-ssl-for-facebook-apps-applications-1and1" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/shared-ssl-for-facebook-apps-applications-1and1.png" alt="" width="364" height="83" /></li>
<li>Assign the Shared SSL Encryption to your generic domain/main domain you want to use<br /><img class="aligncenter size-full wp-image-781" title="assign-ssl-to-domain-for-creating-facebook-apps-secure" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/assign-ssl-to-domain-for-creating-facebook-apps-secure.png" alt="" width="224" height="76" /></li>
<li>Setup a folder under your domain like you would with any facebook page, use the facebook php api to fangate or just put some html up there, bare in mind all objects referenced in what you put up should direct resources to &#8220;https&#8221; not http. That is if you reference &#8220;http://www.example.com/someimage.png&#8221;, switch the http for https (save your own copy of the file if you need to. Referencing images locally in the folder should work fine for http/https if you use the same domain.</li>
<li>Setup your facebook app (theres thousands of guides on this&#8230;) and set the following (under &#8220;Select how your app integrates with Facebook -&gt; Page Tab&#8221;)<br /><img class="aligncenter size-full wp-image-782" title="select-how-your-tab-app-integrates-with-facebook-http-https" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/select-how-your-tab-app-integrates-with-facebook-http-https.png" alt="" width="423" height="146" /></li>
<li>Add the app to your facebook fan page and visit it, (setting it as default landing page perhaps <img src='http://blog.woodylabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) &#8211; you should not get any security messages, if you have you need to go back and check your html is pointing to any external elements via https.</li>
</ol>
<p>Chances are if you are running 1and1 shared hosting (or any other major) then you will have SSLRelays free of charge with your package, what&#8217;s more this takes about 1 minute to setup, so test with this before you stick stuff in the cloud!</p>
<div class="shr-publisher-778"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/08/hosting-facebook-appsapplicationsiframe-pages-on-1and1-ssl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Fan Page Branding Template &#8211; Illustrator</title>
		<link>http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/</link>
		<comments>http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 15:02:28 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[illustrator]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=761</guid>
		<description><![CDATA[Facebook Fan Page Branding Template &#8211; Creating a facebook fanpage branding with Adobe Illustrator As I have been dabbling with facebook fan pages I thought I would share a few of the take-away&#8217;s, in this case purely to do with the branding of your facebook page, increasingly an important outward factor in all web developments [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<h4>Facebook Fan Page Branding Template &#8211; Creating a facebook fanpage branding with Adobe Illustrator</h4>
<p>As I have been dabbling with facebook fan pages I thought I would share a few of the take-away&#8217;s, in this case purely to do with the branding of your facebook page, increasingly an important outward factor in all web developments &#8211; facebook fan pages are perhaps the building blocks of a good social sprawl. I will post later about the technicalities of using fan-gated iframe apps (hosting them on 1and1/Amazon S3 for no extra cost) and similar but for now lets focus on the looks.</p>
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td width="30">
<div style="font-size:100px">!</div>
</td>
<td>At the <a href="http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/#base">bottom</a> of this post you can get a copy of the Facebook Fan Page branding template I have made in Adobe Illustrator, it has all the artboards setup so all you have to do is add your graphics and export!</td>
</tr>
</table>
<p>Take a look at these few examples:</p>

<a href='http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/facebook-fan-page-branding-example-audi/' title='facebook-fan-page-branding-example-audi'><img width="250" height="250" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-fan-page-branding-example-audi-250x250.png" class="attachment-thumbnail" alt="facebook-fan-page-branding-example-audi" title="facebook-fan-page-branding-example-audi" /></a>
<a href='http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/facebook-fan-page-branding-example-banana-republic/' title='facebook-fan-page-branding-example-banana-republic'><img width="250" height="250" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-fan-page-branding-example-banana-republic-250x250.png" class="attachment-thumbnail" alt="facebook-fan-page-branding-example-banana-republic" title="facebook-fan-page-branding-example-banana-republic" /></a>
<a href='http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/facebook-fan-page-branding-example-captain-morgans/' title='facebook-fan-page-branding-example-captain-morgans'><img width="250" height="250" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-fan-page-branding-example-captain-morgans-250x250.png" class="attachment-thumbnail" alt="facebook-fan-page-branding-example-captain-morgans" title="facebook-fan-page-branding-example-captain-morgans" /></a>
<a href='http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/facebook-fan-page-branding-example-nike-football/' title='facebook-fan-page-branding-example-nike-football'><img width="250" height="250" src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-fan-page-branding-example-nike-football-250x250.png" class="attachment-thumbnail" alt="facebook-fan-page-branding-example-nike-football" title="facebook-fan-page-branding-example-nike-football" /></a>

<p><span id="more-761"></span><br />
You have probably noticed straight away what I am getting at. Coherence. Branding coherence is an eternal battle for marketing departments, making your brand appear coherent to the corporate strategies laid down to be long term principles. In the realm of smaller web projects though its not such a huge deal. The first thing I do when setting up a new facebook page is get the overall branding planned and implemented. In short I make/contract 6 Images. These 6 images will either work well together, leaving a mark in the mind of an already bombarded potential fan or they&#8217;ll excite no one and be forgotten along with the other mediocre half-attempts. Get these 6 images right.</p>
<p>So here&#8217;s how it is. You are allowed a facebook profile pic for your page, this image can be just a logo (check out HP) or it can be utilised as any ad space might be, stick up an exclusives offer deal, some shocking message etc. This image can be up to 200 px x 600 px and you can upload a higher resolution, baring in mind the width will always be proportionate.</p>
<p>Your other 5 images come in the form of Tagged/Wall posted/Album images. These are shown across the top of your wall (where ultimately you wan&#8217;t your fans to be hanging out) and are sorted in a RANDOM order by facebook. That&#8217;s right, however you upload them they will occasionally appear in a completely different order unlike the ones on your personal profile page. These stick to normal photo proportion ratio&#8217;s and can be uploaded via the &#8220;upload photos&#8221; option on the pages&#8217; wall. Remember they don&#8217;t have to be photo&#8217;s, use these 5 images to extend (coherently) the brand of the page you are trying to promote.</p>
<p>Take a look around, check out some pages of your favourite brands, I have no doubt they will be using the images in clever ways, ways that can improve like rates, conversation and overall brand image.</p>
<div align="center"><a name="base" /><img class="aligncenter size-full wp-image-767" title="facebook-fan-page-adobe-illustrator-template-for-branding" src="http://www.woodylabs.com/i/facebook-fan-page-adobe-illustrator-template-for-branding.png" alt="" width="600" height="308" /></div>
<h2>The file</h2>
<p>So before you go darting off to create a new facebook page about something or other, download this file:</p>
<div align="center" style="border: 1px solid #09C; background-color: #b5d1ea; padding: 4px; margin: 10px; text-align: center;width:250px;margin-left:auto;margin-right:auto;">
<a title="Download facebook fan page branding template for Adobe Illustrator cs2 onwards" href="http://blog.woodylabs.com/downloads/facebook-page-image-template-branding-example.rar" target="_blank">Facebook Fan Page Branding Template</a><br />
<br />
<a href="http://blog.woodylabs.com/downloads/facebook-page-image-template-branding-example.rar" target="_blank"><img src="http://www.woodylabs.com/i/ai-icon.png" title="download fan page branding template" border="0" /></a><br />
<br />
(Adobe Illustrator CS4, 600kb Rar&#8217;d)
</div>
<p>Its an Adobe Illustrator file with a dummy facebook page laid out with artboards setup for each of the 6 images I talk about above, it should let you create all your images in a single space so you can really get a feel as to how well they gel together. Once you have constructed your images, switch to artboard view and click each image in turn, remember when exporting the main profile pic image that it needs to be 200 pixels wide, this way you won&#8217;t suffer any of facebooks image downscaling nasties.</p>
<div class="shr-publisher-761"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/08/facebook-fan-page-branding-template-illustrator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Like button not working or showing 0 likes</title>
		<link>http://blog.woodylabs.com/2011/08/facebook-like-button-not-working-or-showing-0-likes/</link>
		<comments>http://blog.woodylabs.com/2011/08/facebook-like-button-not-working-or-showing-0-likes/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 08:58:27 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan page]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=740</guid>
		<description><![CDATA[Got a facebook like button not working showing zero? Do you wan&#8217;t to add a facebook like button to your page that points to a facebook page (fanpage) rather than the page the likebutton is actually on? It is possible but you may have come across this facebook bug that I did. Scenario&#8217;s are either: [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>Got a facebook like button not working showing zero? Do you wan&#8217;t to add a facebook like button to your page that points to a facebook page (fanpage) rather than the page the likebutton is actually on? It is possible but you may have come across this facebook bug that I did.</p>
<div align="center"><img src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-like-button-0-count-problem-zero-count.png" alt="" title="facebook-like-button-0-count-problem-zero-count" width="203" height="87" class="aligncenter size-full wp-image-743" /></div>
<p>Scenario&#8217;s are either:</p>
<ul>
<li>Use <a href="http://developers.facebook.com/docs/reference/plugins/like/" target="_blank" rel="nofollow">facebook like button generator</a> to generate code for a like button (sometimes even this bugs out..)</li>
<li>Use some service like ShareThis to generate code for a facebook like button</li>
</ul>
<div>And when you stick it on the webpage:</div>
<div>
<ul>
<li>It shows as Zero &#8211; Facebook likes &#8217;0&#8242; even if you know that URL (that you installed it on, or fb page) has likes</li>
<li>It occasionally shows correct like count, but most of the time shows Zero [0] like&#8217;s</li>
</ul>
<div>Investigate with:</div>
<div>
<ul>
<li><a href="http://developers.facebook.com/tools/debug/og/object?q=http://blog.woodylabs.com" target="_blank" rel="nofollow">Facebook Lint tool</a> (object debugger)</li>
</ul>
<div>After spending a few hours working out what was causing this 0 like problem on my facebook like button I narrowed it down to two problems people are experiencing:</div>
<p><span id="more-740"></span></p>
<div>
<ol>
<li>Error in the code you are copying across. It should be an iframe (unless you are using XFBML) like the code shown on the facebook lint tool (object debugger.) In fact the best way I found was to use the object debugger to make the iframe code and then adapt that using parameters from the facebook like button generator as the likebutton generator bugged out for me. MAKE SURE its pointing to the right url, use https if you can and point it to the page which validates in Lint tool.</li>
<li>Page Problems. If your page doesn&#8217;t validate properly in the Lint tool (object debugger) then this is your issue, this is the likely situation if you are seeing it OCCASIONALLY show the right figure in your likes box, but mostly 0 [zero] likes. Page problems as far as I have experienced boil down to:</li>
<ol>
<li>Facebook soft deleting your page and not telling you. If you are experiencing this ZERO likes situation it might well be that facebook has actually discontinued your page without telling you, leaving it on your admin menu&#8217;s and leaving the likes/wall/everything in tact. This is confusing as hell and I wish they would formally tell/make it obvious. Reasons why your page gets deleted? I am sure there are a bunch. I repeat. Your page may look to you to be live, with likes and all &#8211; but if you are experiencing zero likes on your like button it might also be deleted. Get your friend to search for it in the search box, if it doesn&#8217;t appear, you&#8217;ve had it deleted!</li>
<li>Restricted Content. We all love fangating, well its a working economy, but I have a sneaking suspicion it may occasionally cause a discrepancy in like button, potentially pointing a like button to an inaccessible page to the potential like&#8217;ee would mean facebook wouldn&#8217;t be able to access it and therefore show zero (whereas it might be showing you the proper number as you have access..)</li>
</ol>
</ol>
<div align="center"><img src="http://blog.woodylabs.com/wp-content/uploads/2011/08/facebook-like-button-and-google-plus-one-buttons.png" alt="" title="facebook-like-button-and-google-plus-one-buttons" width="108" height="64" class="aligncenter size-full wp-image-745" /></div>
<div>Anyway, for a nice combo of a facebook like button and a google + button (are these going to be more and more important?) check the following code, don&#8217;t forget to replace your url <img src='http://blog.woodylabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
</div>
<div style="margin-top:20px;margin-bottom:10px">
<pre class="brush: xml; title: ; notranslate">
&lt;div align=&quot;left&quot; style=&quot;height:70px&quot;&gt;
    &lt;div id=&quot;fbbox&quot; style=&quot;float:left;height:65px;width:55px;&quot;&gt;
    	&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=***YOURURL***&amp;layout=box_count&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;height: 65px; width: 55px&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
    &lt;/div&gt;
    &lt;div id=&quot;gbox&quot; style=&quot;float:left;height:65px;width:55px;&quot;&gt;&lt;g:plusone size=&quot;tall&quot; href=&quot;***YOURURL***&quot;&gt;&lt;/g:plusone&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
</div>
</div>
</div>
<div class="shr-publisher-740"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/08/facebook-like-button-not-working-or-showing-0-likes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Editor Released!</title>
		<link>http://blog.woodylabs.com/2011/08/automated-editor-released/</link>
		<comments>http://blog.woodylabs.com/2011/08/automated-editor-released/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 12:33:55 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Automated Editor]]></category>
		<category><![CDATA[Small Nugget Projects]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=697</guid>
		<description><![CDATA[A nice small chunk of a project, Automated Editor is a wordpress plugin which allows you to automate some of the post editing process. Written to be lightweight and flexible it can do a lot with a little input. The plugin replaces a previous script/small app I had previously commissioned to offer automatic string replacement/removal [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.automatededitor.com/i/automated-editor-box-109-t.png" alt="Automated Editor wordpress plugin" border="0" align="left" style="margin:9px;"/><br />
A nice small chunk of a project, <a href="http://www.automatededitor.com" target="_blank">Automated Editor</a> is a wordpress plugin which allows you to automate some of the post editing process. <a href="http://www.automatededitor.com/compare-versions/" target="_blank"><img src="http://www.automatededitor.com/i/download-automated-editor-word-press-plugin.png" alt="Automated Editor wordpress plugin" border="0" align="right" style="margin:5px;"/></a>Written to be lightweight and flexible it can do a lot with a little input. The plugin replaces a previous script/small app I had previously commissioned to offer automatic string replacement/removal from posts at point of publishing. With this public release version though it has had all the bells and whistles added to it, and will do some other useful tasks such as the following:
<div style="margin-top:20px">
<ul>
<li>Replace one string with another (String replace) e.g. Replace ‘X’ with ‘Y’</li>
<li>Remove instances of a string (String remove) e.g. Remove all instances of ‘X’</li>
<li>Replace strings which match a regex rule with another string (Regex replace) e.g. Replace any numbers (^[0-9]{3}$) with ‘y’</li>
<li>Remove strings which match a regex rule (Regex replace) e.g. Remove any numbers (^[0-9]{3}$)</li>
<li>Prepend a string onto the front of a post (Prepend) e.g. Add ‘X’ to the top of a post</li>
<li>Append a string onto the back of a post (Append) e.g. Add ‘X’ to the bottom of a post</li>
<li>Add a post into a category (Add category) e.g. Add category ‘X’ to the post if its not already added.</li>
<li>Add a tag onto a post (Add tag) e.g. Add tag ‘X’ to the post if its not already added.</li>
<li>Change a posts date</li>
<li>Change a posts status</li>
</ul>
<p>(Taken from <a href="http://www.automatededitor.com/anatomy/#rules" target="_blank">here</a>.)</div>
<p>If you want to read more about the plugin you can check out this post on, <a href="http://www.automatededitor.com/what-is-the-point-in-the-automated-editor-plugin/" target="_blank">What is the point in Automated Editor</a> or go right ahead and <a href="http://wordpress.org/extend/plugins/automated-editor/" target="_blank">get it from wordpress.org</a> or buy the professional version at <a href="http://www.automatededitor.com/compare-versions/" target="_blank">AutomatedEditor.com</a>.</p>
<p>Watch this space for a few posts on how I use the plugin, (it works fantastically well when rigged up with <a href="http://blog.woodylabs.com/2009/10/auction-2-post/" target="_blank">Auction2Post</a>.)</p>
<div class="shr-publisher-697"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/08/automated-editor-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a book. Yeah its a novel, Science fiction&#8230;1 year later</title>
		<link>http://blog.woodylabs.com/2011/05/writing-a-book-yeah-its-a-novel-science-fiction-1-year-later/</link>
		<comments>http://blog.woodylabs.com/2011/05/writing-a-book-yeah-its-a-novel-science-fiction-1-year-later/#comments</comments>
		<pubDate>Thu, 05 May 2011 14:46:32 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=609</guid>
		<description><![CDATA[It&#8217;s now about a year since I started writing my first book, a novel, a science fiction novel and I am still writing. It&#8217;s been an experience which has travelled the world with me and let me travel the world through it. Started on a bit of a whim it has become an all encompassing [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now about a year since I started writing my first book, a novel, a science fiction novel and I am still writing. It&#8217;s been an experience which has travelled the world with me and let me travel the world through it. Started on a bit of a whim it has become an all encompassing enjoyment as well as a huge challenge. Finally though I am getting somewhere, my words, sentences and drunken typing now resemble the beginnings of a serious manuscript, a plot at least mostly coherent, a real novel! In the process I have underestimated several things, in an effort to document them I intend to write about them here, this may be a tipping point for this blog but as its quite a mixed bag as it is who knows. </p>
<p>First underestimation: <strong>Scale</strong><br />
Write a book, yeah I could do that, what is it like a hundred pages? probably 6 months and I will have something. No. Not for me at least. I know the pro&#8217;s can pull a lot out of the bag but in my haphazard way of writing up mountains in Nepal or in notepads in bars it&#8217;s not going to be so straightforward. Just actually setting a scale seemed difficult for me. I went with the standard, not to be caught up in the masses of writers but just to set myself a goal, some boundaries. Somehow this equated to a goal of between 80,000 and 100,000 words, which in fact has worked out really well for this novel, however I can see how easily things can go astray and I am all for writing shorter/longer pieces after this, or this series (perhaps <img src='http://blog.woodylabs.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .) </p>
<p>As I side note I guess I could put pace and planning under scale, as the scale of interest I showed them at the beginning was negligible, tiny. This was a big fail for me, I decided to write the book in chunks, jumping about the story but in doing so did create a little confusion and fragmentation. I probably lost a few months to fix up, re-correlation and re-planning, in the end it will still work but next time I am going to plan it conscientiously and write from start to finish.</p>
<div align="center"><img alt="writing in the clouds - bandipur - nepal" src="http://blog.woodylabs.com/wp-content/uploads/2010/12/bandipur-nepal-office-in-the-clouds.jpg" title="writing in the clouds - bandipur - nepal" class="aligncenter"  /></div>
<p><span id="more-609"></span></p>
<p>Second underestimation: <strong>Enjoyment</strong><br />
There&#8217;s this funny kind of wall I have just hit in taking on this challenge, a kind of breakthrough point that I hope is not false thought. Once I had got the book to a state it was printable, once I had that big wodge of a4 paper in my hand emblazoned with a title no one has ever seen or read before it dawned on me. I guess it&#8217;s just a positive success thing, but for all I know the book could be atrocious. Either way, at the start when all that was keeping me going was stubborn discipline and coffee I never thought about what it would feel like to actually finish the thing. But then again it&#8217;s the last push, I don&#8217;t expect an easy time yet. </p>
<div align="center"><img alt="oooo wait till you read it" src="http://blog.woodylabs.com/wp-content/uploads/2010/12/eh-bt.png" title="EH-BT" class="aligncenter" width="297" height="382" /></div>
<p>So now it&#8217;s the case of a bit more writing, a lot more editing and then the answer to the dubious question of publication. Along the way I have been reading around the niche and I can see that the book should hopefully fit snugly into it, at least as much as I can subjectively tell, after all I had always intended to get the thing out there. Having spent years learning the benefits of leverage and importance of self sufficiency I also hope it to be a business success. I have the marketing and online experience so at the moment I am leaning towards self publication, it seems ludicrous to give up such a proportion as 50+ % to a publisher ultimately for the namesake of being &#8220;published&#8221; traditionally. I set out to write a book to entertain, to hit shelves, and it might still do that (eventually &#8211; fingers crossed), but what&#8217;s more important to me is that it hits retina&#8217;s, cerebral cortex&#8217;s and maybe even stimulates mouths to discuss, after all there is only ever one first novel, if it helps support the writing of more all the better.</p>
<p>Self publication seems to be the better horse to back, as well as being the bigger challenge, or at least a challenge not a gamble. Here&#8217;s to <a href="http://jakonrath.blogspot.com/2011/04/konraths-new-stuff.html" target="_blank">Joe Konrath</a>, <a href="http://barryeisler.blogspot.com/2011/04/ebooks-and-self-publishing-part-2.html" target="_blank">Barry Eisler</a>, <a href="http://www.deanwesleysmith.com/?p=4044" target="_blank">Dean Wesley Smith</a> and <a href="http://mjroseblog.typepad.com/buzz_balls_hype/2011/05/re-hand-yelling-the-lost-summer-of-louisa-may-alcott.html" target="_blank">M J Rose</a> for giving me the belief enough in the market to start planning.</p>
<p>Want to know if I have put you in the book? Well watch this space&#8230;.</p>
<div class="shr-publisher-609"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2011/05/writing-a-book-yeah-its-a-novel-science-fiction-1-year-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Graph Api &#8211; Is user a fan of page id &#8211; Using FQL and opengraph to mimic Pages.IsFan</title>
		<link>http://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/</link>
		<comments>http://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 14:14:02 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Facebook Graph API]]></category>
		<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan gating]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[FQL]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403</guid>
		<description><![CDATA[Working with integration of Facebook Connect for authentication is mostly easy at the moment, once you have got your head around FBML etc. However as they are in between switching from the old Restful API and the new graph API there remains the odd little thing that has only a splatter of useful documentation online. [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>Working with integration of Facebook Connect for authentication is mostly easy at the moment, once you have got your head around FBML etc. However as they are in between switching from the old Restful API and the new graph API there remains the odd little thing that has only a splatter of useful documentation online. The first one of these I have come across is trying to find out if a user (who is logged in to  your site via facebook connect) is a fan of page X.</p>
<p>There is infinite uses for this &#8211; with facebook more and more integrating &#8220;likes&#8221; with their search and other stuff you will need this functionality to drive traffic from facebook. Anyway this used to be the easy case of using https://api.facebook.com/method/pages.isFan?access_token=&#8230; to get a 1 or 0 depending on whether or not the user had &#8220;fanned&#8221; the page/website/whatever.</p>
<p>But then came along the big bad Graph API, which to get this IsFan functionality is a bitch. Getting the &#8220;likes&#8221; directly works for the page owner (which confuses everything) but not for third parties, showing just the popular/main category &#8220;likes&#8221; against them (and you need extended permissions.)<br />
<span id="more-403"></span><br />
Long and short of it there&#8217;s about 5 ways to skin this cat, all of which suck except this one, in my brief, frustrated look into it. In any case this uses FQL and the Graph API call to produce a Boolean indicating whether or not the user has fanned something with id $pageID. It works, in all scenario&#8217;s for me so far.</p>
<blockquote><p>$likeID = $facebook-&gt;api(<br />
array( &#8216;method&#8217; =&gt; &#8216;fql.query&#8217;, &#8216;query&#8217; =&gt;<br />
&#8216;SELECT target_id FROM connection WHERE source_id = $userID AND target_id = $pageID&#8217; )<br />
);</p>
<div>if ( empty($likeID) ) {</div>
<div style="margin-left:20px;">// user has NOT Liked the page/whatever</div>
<div>} else {</div>
<div style="margin-left:20px;">// user HAS Liked the page/whatever</div>
<div>}</div>
</blockquote>
<p>If only facebook would update their documentation to show how easy it is to fql query from the API!</p>
<div class="shr-publisher-403"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Reddit Wallpaper Grabber V0.1</title>
		<link>http://blog.woodylabs.com/2010/07/reddit-wallpaper-grabber-v0-1/</link>
		<comments>http://blog.woodylabs.com/2010/07/reddit-wallpaper-grabber-v0-1/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:52:51 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WoodyLabs]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=356</guid>
		<description><![CDATA[As I said last post if I couldn&#8217;t find a reddit wallpaper downloading program I would make one. Well I found upboat (which is good) but with windows 7 (or display fusion) offering cycling desktop backgrounds every x minutes I thought I might write a more brute force downloader. So I did. Reddit Wallpaper Grabber [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.woodylabs.com/reddit-wallpaper-grabber/" title="reddit wallpaper downloader"><img class="alignleft size-full wp-image-317" style="margin: 8px;" title="Get it!" src="http://blog.woodylabs.com/wp-content/uploads/2011/07/smallScreenshot.jpg" alt="" width="200" height="123" border="0" /></a></p>
<p>As I said <a href="http://blog.woodylabs.com/2010/07/unpublished-may-and-june-2010/">last post</a> if I couldn&#8217;t find a reddit wallpaper downloading program I would make one. Well I found <a href="http://www.reddit.com/r/circlejerk/comments/b6hk5/iama_guy_who_started_the_thread_which_lead_to_the/">upboat</a> (which is good) but with windows 7 (or display fusion) offering cycling desktop backgrounds every x minutes I thought I might write a more brute force downloader. So I did.</p>
<p><a href="http://blog.woodylabs.com/reddit-wallpaper-grabber/">Reddit Wallpaper Grabber</a> is essentially:</p>
<div class="wPoint">
<p style="text-align: center;">&#8230;a small program (77kb) that will grab wallpapers straight from their listings on reddit. With it you can download (in bulk) hundreds of the most upvoted wallpapers with the click of a button to a folder on your computer.</p>
</div>
<p>It&#8217;s only about 8 hours work, is unofficial and probably mildly buggy, but it works for me (and probably everyone on windows &gt; 98.)</p>
<p><strong>Features</strong></p>
<ul>
<li><strong>Save wallpapers in bulk</strong>, direct to a folder on your computer</li>
<li><strong>Get wallpapers from all the popular wallpaper reddit’s</strong></li>
<li><strong>Sort by reddit sections</strong> (e.g. Whats Hot or Top of All Time)</li>
<li>Include (or dont) <strong>NSFW Wallpapers</strong></li>
<li><strong>Preview wallpapers</strong> before you download them</li>
<li><strong>Portable exe </strong>(No install needed, just runs when you open it)</li>
<li><strong>Its Free!</strong></li>
</ul>
<div align="center"><a href="http://www.woodylabs.com/betaApps/RedditWallpaperGrabber/previewWallpapersAndSelect.jpg" target="_blank"><img class="aligncenter size-full wp-image-295" title="Preview Wallpapers and Select which to Grab" src="http://blog.woodylabs.com/wp-content/uploads/2011/07/previewWallpapersAndSelect.jpg" border="0" alt="" width="450" height="276" /></a></div>
<p></p>
<div align="center"><a href="http://www.woodylabs.com/betaApps/RedditWallpaperGrabber/savesWallpapers.jpg" target="_blank"><img class="aligncenter size-full wp-image-296" title="Save wallpapers to a folder in bulk" src="http://blog.woodylabs.com/wp-content/uploads/2011/07/savesWallpapers.jpg" border="0" alt="" width="450" height="276" /></a></div>
<p>If you want to suggest feature requests/point out bugs then please do on the comments of this post. If you haven&#8217;t already &#8211; go ahead and <a href="http://www.woodylabs.com/betaApps/RedditWallpaperGrabber/RedditWallpaperGrabber_0.1.exe">download it</a>.</p>
<table style="height: 54px; border: 4px solid #b5d1ea;" border="0" width="100%">
<tbody>
<tr>
<td valign="middle" colspan="2">
<div align="center"><img style="margin: 5px;" src="http://www.woodylabs.com/betaApps/redditwallpapergrabber/download.png" border="0" alt="Download Reddit Wallpaper Grabber, its Free" /></p>
<p><strong>Download v0.1 now of <a href="http://blog.woodylabs.com/reddit-wallpaper-grabber/">Reddit Wallpaper Grabber</a> (its free!)</strong></div>
</td>
</tr>
<tr>
<td valign="middle"><img style="margin: 5px;" src="http://www.woodylabs.com/betaApps/redditwallpapergrabber/exe.png" border="0" alt="Download Reddit Wallpaper Grabber exe" align="left" /></p>
<p><a title="exe (77kb)" href="http://www.woodylabs.com/betaApps/RedditWallpaperGrabber/RedditWallpaperGrabber_0.1.exe">RedditWallpaperGrabber_0.1.exe</a> (77kb)</td>
<td valign="middle"><img style="margin: 5px;" src="http://www.woodylabs.com/betaApps/redditwallpapergrabber/rar.gif" border="0" alt="Download Reddit Wallpaper Grabber compressed" align="left" /></p>
<p><a title="RAR'd (52kb)" href="http://www.woodylabs.com/betaApps/RedditWallpaperGrabber/RedditWallpaperGrabber_0.1.rar">RedditWallpaperGrabber_0.1.rar</a> (52kb)</td>
</tr>
</tbody>
</table>
<div class="shr-publisher-356"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2010/07/reddit-wallpaper-grabber-v0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2015 &#8211; What will technology be in 2015?</title>
		<link>http://blog.woodylabs.com/2009/12/2015-what-will-technology-be-in-2015/</link>
		<comments>http://blog.woodylabs.com/2009/12/2015-what-will-technology-be-in-2015/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:23:06 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Looking Back]]></category>
		<category><![CDATA[Looking Forward]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WoodyLabs]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=122</guid>
		<description><![CDATA[I read a fair bit of technology news and discussion online, its a kind of hobby of mine &#8211; around this I make sweeping statements about what I think things will end up like. While a fairly pointless thing to do its interesting to note what you think things will be like in the future [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>I read a fair bit of technology news and discussion online, its a kind of hobby of mine &#8211; around this I make sweeping statements about what I think things will end up like. While a fairly pointless thing to do its interesting to note what you think things will be like in the future at one point, even if in 2015 I find this post (how will I find it?) and laugh at its outlandish predictions about technology and society. So here goes, my thoughts on what technology will be like for humans in 2015.</p>
<p>The reason this post really sparked was this post on pico projectors and <a href="http://www.microprojector5.co.uk/2009/11/microprojectors-in-2015-pico-implementations-in-2015/">what pico projectors might be like in 2015</a>. I think pico projector&#8217;s (tiny projectors that will fit in your hand but produce a projection pretty much the quality of your old tv, anywhere @ 50 inchs) will get huge. I don&#8217;t doubt for one minute that MVIS stock will be the first sign of this in the coming months (the microvision showWX is going to be the worlds first mainstream big selling pico &#8211; prediction) and this will be only the start for developing display technology. Over the next 5 years visually representative technology will blossom. We will see embedded pico-projector&#8217;s slot into city planning, home design, products such as laptops (netbooks), mobile phones, games systems, camera&#8217;s. Within lcd little growth will happen but we will likely see some sort of &#8220;ultra hd&#8221; &#8211; probably double current full hd (1080p), while embedded pico&#8217;s will feature a whole  host of new resolutions, by 2015 we will definitely see full hd pico&#8217;s. This development of display technology will usher in a new age of advertisements, coupled with Augmented Reality and revolution amongst the Operating Systems.</p>
<div align="center"><img src="http://blog.woodylabs.com/wp-content/uploads/2009/12/embedded-pico-projector.jpg" alt="embedded-pico-projector" title="embedded-pico-projector" width="272" height="280" class="size-full wp-image-123" /></div>
<p>Which brings me nicely to Augmented Reality. AR. Currently there is much buzz around Augmented reality, which I believe really is the sudden sci-fi geek realisation that technically the technology to fully provide AR is out, its been out for more than a year. Smart phones with knowledge of where they are and decent digital cameras have been around longer than the iPhone. It seems once this dawned on people everyone made a mad rush to make something AR, regardless of what it is. As a result magazines, advertisers and marketing companies largely came first (presumably they had the quickest fluid funds to pay for AR.) This marrs the technology a bit if you ask me but perhaps as AR becomes more meaning based this will change. My jury is out on AR but I think it won&#8217;t be as big a deal as everyone is making out it will be. </p>
<p>Business will change, or rather some business&#8217;s will change the way they use technology. You always get early adopters but I believe a good proportion of companies that operate around creative, co-operative ideology will gear up more technologically as the younger generation come into professionalism. We will see different technological assistance of work in the workplace. Board meetings will not only be worldwide (like now via Cisco tele-conferencing) but they will be assisted by interactive technology, touch and display will play large parts in this technology, beyond the Microsoft surface table and towards the science fiction of minority report. Data will be housed, represented and communicated differently. A few years ago usb sticks and solid state drives didn&#8217;t offer an easy solution to copying files, network speeds were a 100th of what they largely are today, there was no cloud. As data management and storage develop as too will the way we use it. We will probably have identifiers rather than storage in 2015. e.g. rather than copying a file to a usb stick you will simply instruct your interface to relate that data to a physical object, a soundwave (a word/phrase perhaps?) or a time of day or place, provided you can prove who you are you could then recieve it. You could carry a 200gb file with you in your wallet or on your fingernail, as the likelihood is that 200gb file will be stored centrally in what people now call the &#8220;cloud&#8221; (but will probably be a server in london or a main city) and you will simply use a relation to prompt whatever interface into providing you with this file.</p>
<div align="center"><img src="http://blog.woodylabs.com/wp-content/uploads/2009/12/cloud-computing.jpg" alt="cloud-computing" title="cloud-computing" width="500" height="265" class="size-full wp-image-124" /></div>
<p>There will be hurdles in achieving universal centralised data but by 2015 there will be a huge proportion less of personal computing power stored in the home. The google OS is perhaps a sign of a branching of operating systems, but I don&#8217;t see google dominating the operating system market. Microsoft have become a lot stronger over the last 18 months but the real truth of it is that neither of these developers seem to be truely embracing all of the technology developments happening. Perhaps this lag in uptake is natural, Microsoft does show some promising signs but is held back by business concerns, google seems to throw itself into the ideas without checking they are in the right direction, linux, well linux is linux. By 2015 I predict there will be at least another major world provider of what we currently refer to as operating systems. The whole concept needs re-exploring from the ground up, even starting again beyond the google os. Touch for example, AR and improved options for display are all completely ignored by all of the aforementioned operating systems, Microsoft is the only developer that even references these things but is yet to truly develop a commercial option. </p>
<p>Search will change too. The last few years has seen a huge uptake worldwide in searching for things which in turn has pushed marketing, sales and online business into a whole new age. It&#8217;s also cemented new business models such as affiliate marketing, search based advertising and more grey area web production. The long tail has well and truly become a reality, many successful business people spend their days driving traffic from long tail search into successful sales. This will continue but it wont settle in a single routine for long. Affiliate marketing will take to interactive media more as this becomes more integral in everyday life, search will some how adapt to a new more astute audience that is used to getting good search results fast and who quickly picks up trends and becomes integral members of up and coming online phenomena such as reddit, twitter etc. Beyond real-time, search will need to integrate much more with outside sources, new operating systems and the work out the best way to catalogue and express the ever expanding online data and how it is created and used.</p>
<div align="center"><img src="http://blog.woodylabs.com/wp-content/uploads/2009/12/search-will-change.jpg" alt="search-will-change" title="search-will-change" width="400" height="242" class="aligncenter size-full wp-image-125" /></div>
<p>HTML 5 is on its way too, this will be a major improvement but it wont be the last the web sees pre 2015. By 2015 I believe that the &#8220;internet&#8221; as we know it, a vast linked store of webpages will be a very different beast. Microsoft (XBOX), Apple (iPhone), Sony (Ps3) &#8211; these are all well known, global brands and they are all investing / operating in the new world of applications. Pioneered by Apple and the iphone the idea of segmented approved tools that are properly ordered was a (very apple) genius idea. Bringing a (standard) apple simplicity to what was previously a confusing and avoided world of software for a lot of people. Microsoft, Sky, Sony and other huge technology developers did not miss this success. In the coming years slowly these companies will target specific software/hardware at every possible market audience. By 2015 every member of your family will be buying something digital. Expanding on the segmented digitally providable media of the iphone app, television programs, games, music, films and books will all be available at the click of a button, tap of a screen or utterance of a command (and payment systems such as xbox subscriptions and ps3 accounts will remove the actual money part of the transaction further accelerating digital sales.) This new availability of media will be supported by webpages, but the web-pages are much more likely to be totally interactive, 3d integration is already in browsers but we will see more of this as well as individualised experiences. Imagine every web-page you accessed could (based on rules of privacy) know your name, interests etc &#8211; the web could be a much more interactive environment. By 2015 though I think the web could be on its way to new pastures, gone with the current ideal of &#8220;pages&#8221; accessed by address. An OS with search integrally built in could remove the requirement for a browser, content could be constructed on the fly and applications/services/movies/experiences could replace pages as we know them, with the situation that web pages changing from a square, box of a screen to a multi surface vivid world that we live in, there is no doubt in my mind that the OS and the web &#8220;page&#8221; as we know it will adapt to a new medium.</p>
<p>We are living in a time which is the true beginning of technology adoption, 2015 might bring a few or all of my predictions into reality, it could just as likely bring thousands more. Social adoption will drive these things forward and in return the technology will hopefully create a more co-operative, fair and equal world society.</p>
<div class="shr-publisher-122"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2009/12/2015-what-will-technology-be-in-2015/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

