<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Dev Manager at @globaldev • Creator of @tweet4me - scheduled and delayed tweets from any app • Web/App and TCAD certified Mobile developer</description><title>Jasonified.</title><generator>Tumblr (3.0; @jasonkneen)</generator><link>http://www.jasonified.com/</link><item><title>IDEA: "Resume" for Apps and Games across devices</title><description>&lt;p&gt;At home I have a fairly typical Apple media setup - iMac, external storage, Apple TVs dotted around the house + iPads etc. &lt;/p&gt;

&lt;p&gt;When playing media across devices via iTunes, specifically films and TV Shows, you can &amp;#8220;continue playing&amp;#8221; or &amp;#8220;start from the beginning&amp;#8221; and iTunes will (sometimes) maintain the state across these devices for you. &lt;/p&gt;

&lt;p&gt;It strikes me that with iCloud and the proliferation of &amp;#8220;cloud services&amp;#8221; for bookmarking and state management, this should be much easier, more reliable, and simply *better*. &lt;/p&gt;

&lt;p&gt;I like the idea of playing a game on one device, moving to another (where I have the same app and iCloud state management selected) and picking up where I left off. &lt;/p&gt;

&lt;p&gt;What about writing some markdown in Byword on the iPhone, switching to the iPad, opening Byword open and the cursor is where I left it (or even finding it open, ready an waiting when I slide to unlock). &lt;/p&gt;

&lt;p&gt;Imagine writing a tweet in Tweetbot, opening the photo browser and realising the image you want to post is on your iPhone and hasn&amp;#8217;t synced via photo stream. No problem, just unlock the iPad and there&amp;#8217;s Tweetbot, not only open, but showing the photo browser with your tweet sitting, ready to post underneath. &lt;/p&gt;

&lt;p&gt;We have &amp;#8220;resume&amp;#8221; for movies, tv shows and for books within apps like iBooks and Kindle.&lt;/p&gt;

&lt;p&gt;Why not everything else?&lt;/p&gt;</description><link>http://www.jasonified.com/post/23339663631</link><guid>http://www.jasonified.com/post/23339663631</guid><pubDate>Sat, 19 May 2012 09:04:06 +0100</pubDate><category>iphone</category><category>ipad</category><category>itunes</category><category>icloud</category><category>sync</category><category>resume</category></item><item><title>Music from the Spotify for iPad Advert</title><description>&lt;p&gt;Spotify for iPad is out with a &lt;a href="http://lifehacker.com/5906916/spotify-launches-new-ipad-app-with-beautiful-graphics-gapless-playback-and-more" target="_blank"&gt;great advert&lt;/a&gt; featuring the following tunes:-&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://open.spotify.com/track/1mZkvT6wvQGmrW6gHuwOVs" target="_blank"&gt;Party on 5th Avenue&lt;/a&gt; - Mac Miller&lt;/li&gt;
&lt;li&gt;&lt;a href="http://open.spotify.com/track/7BS72CMAHCX9b6MAfoeamG" target="_blank"&gt;It Girl&lt;/a&gt; - Jason Derulo&lt;/li&gt;
&lt;li&gt;&lt;a href="http://open.spotify.com/track/7a86XRg84qjasly9f6bPSD" target="_blank"&gt;Some Nights&lt;/a&gt; - Fun&lt;/li&gt;
&lt;li&gt;&lt;a href="http://open.spotify.com/track/730WFDPboojsDQHBsKzbQP" target="_blank"&gt;Foster the People&lt;/a&gt; - Houdini&lt;/li&gt;
&lt;li&gt;&lt;a href="http://open.spotify.com/track/5Z7ygHQo02SUrFmcgpwsKW" target="_blank"&gt;Flo Rida&lt;/a&gt; - Wild Ones&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;As a &lt;a href="http://open.spotify.com/user/jasonkneen/playlist/6ygcu96fsvE9euISMqwUsC" target="_blank"&gt;spotify playlist&lt;/a&gt; (spotify was down at time of writing)&lt;/p&gt;</description><link>http://www.jasonified.com/post/22255829032</link><guid>http://www.jasonified.com/post/22255829032</guid><pubDate>Wed, 02 May 2012 15:32:00 +0100</pubDate></item><item><title>Visual Studio .Net 2003 Error: "Refreshing the project failed. Unable to retrieve folder information from the server."</title><description>&lt;p&gt;If you look up this error, some sites will tell you that it has to do with Visual Source Safe and/or a “.” prefixing a folder name. &lt;/p&gt;
&lt;p&gt;I have visual source safe installed, but I was not using it on the particular project I was working on.  I looked and I didn&amp;#8217;t have any folders with a “.” prefix (i.e. “.foobar”) contained in the project that was causing the error.&lt;/p&gt;
&lt;p&gt;Visual Studio creates a VSWebCache Folder under “C:\Documents and Settings\&lt;em&gt;username&lt;/em&gt;”.  Find this folder and delete it. Yes, the entire folder.  It&amp;#8217;s purpose is to cache folder structures (and some files) so that Visual Studio can load projects faster.  It recreates itself on the next opening of a project and the error goes away.  No harm done.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Make sure Visual Studio .NET is not open.&lt;/li&gt;
&lt;li&gt;Navigate to Your Projects Folder (all of the places you keep projects).  The two most likely places are “C:\Inetpub\wwwroot” and “C:\Documents and Settings\&lt;em&gt;username&lt;/em&gt;\My Documents\Visual Studio Projects“.&lt;/li&gt;
&lt;li&gt;Enable the option to view Hidden Files and Folders. “Tools, Folder Options&amp;#8230;, View (tab), Show hidden files and folders (click next to it), OK (click).“&lt;/li&gt;
&lt;li&gt;This is the fun part, and likely to take some time.  Look through all of your projects and rename any folders in projects that have names that start with “.“ (period). &lt;/li&gt;
&lt;li&gt;Navigate to your “Documents and Settings“ folder (most likely C:\Documents and Settings) and open the folder for your username (i.e. Robz).&lt;/li&gt;
&lt;li&gt;Find the Folder named “VSWebCache“ and delete it.&lt;/li&gt;
&lt;li&gt;Reopen Visual Studio .NET and open a project.&lt;/li&gt;
&lt;li&gt;Verify that the VSWebCache folder has been recreated in the same place it was deleted from.&lt;/li&gt;
&lt;li&gt;Disable the option to view Hidden Files and Folders (if you wish).  Follow the same steps as in 3, but click “Do not show hidden files and folders”.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Source&amp;#160;: &lt;a href="http://robz.homedns.org:8080/blog/archive/2004/11/05/187.aspx" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;</description><link>http://www.jasonified.com/post/20791812761</link><guid>http://www.jasonified.com/post/20791812761</guid><pubDate>Mon, 09 Apr 2012 20:15:43 +0100</pubDate></item><item><title>Fixing Visual Studio 2003 debugging with IE8</title><description>&lt;div&gt;This is an oldie but a goodie. Having to setup a Virtual Machine based on XP, Visual Studio 2003 (and IE8 after SP3 and all the patches) I hit an issue where debugging wouldn&amp;#8217;t work.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Solutions (found &lt;a href="http://social.msdn.microsoft.com/Forums/pl-PL/iewebdevelopment/thread/e449b88b-0d1c-4332-a22c-b594e3420f25" target="_blank"&gt;here&lt;/a&gt;) was:-&lt;/div&gt;
&lt;ul&gt;&lt;li&gt;close your IE windows first. &lt;/li&gt;
&lt;li&gt;Open RegEdit&lt;/li&gt;
&lt;li&gt;Browse to HKEY_LOCALMACHINE -&amp;gt; Software -&amp;gt; Microsoft - &amp;gt; Internet Explorer - &amp;gt; Main&lt;/li&gt;
&lt;li&gt;Add a DWord value called TabProcGrowth&lt;/li&gt;
&lt;li&gt;Set the TabProcGrowth value to 0.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Relaunched, worked perfectly.&lt;/p&gt;
&lt;p&gt;(Alternative is to uninstall IE8 and use 7 instead)&lt;/p&gt;</description><link>http://www.jasonified.com/post/20778822698</link><guid>http://www.jasonified.com/post/20778822698</guid><pubDate>Mon, 09 Apr 2012 15:30:00 +0100</pubDate></item><item><title>Looking at the “iPad 3” invite imagery, I realised...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m04qmlvSPi1qedxijo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Looking at the “iPad 3” invite imagery, I realised it was possible to work out the orientation of the iPad by the background image.&lt;/p&gt;
&lt;p&gt;Setting my iPad 2 to the same and removing an icon so it was only the default 5 icons in portrait mode I aligned the invite with a screen grab and worked out where the home button *should* appear.&lt;/p&gt;
&lt;p&gt;Basically, the Keynote icon is the right most icon positioning the home button under the Maps Icon. This is based on aligning the icons and the background wallpaper so the bubbles match.&lt;/p&gt;
&lt;p&gt;Forgive the roughness of this, it was knocked up quickly!&lt;/p&gt;</description><link>http://www.jasonified.com/post/18466577808</link><guid>http://www.jasonified.com/post/18466577808</guid><pubDate>Wed, 29 Feb 2012 01:19:01 +0000</pubDate><category>ipad3</category><category>apple</category><category>march</category></item><item><title>Adding multiple Gmail Calendars to iOS</title><description>&lt;p&gt;Here&amp;#8217;s a neat tip.&lt;/p&gt;
&lt;p&gt;If you use Gmail or Google Apps and have multiple shared calendars in your account you can access them on iOS (and edit them) by following these simple steps.&lt;/p&gt;
&lt;p&gt;1. Go to &lt;a href="http://m.google.com/sync" target="_blank"&gt;http://m.google.com/sync&lt;/a&gt; on mobile safari&lt;/p&gt;
&lt;p&gt;2. Login&lt;/p&gt;
&lt;p&gt;3. Select your device&lt;/p&gt;
&lt;p&gt;3. Select the Calendars you want access to&lt;/p&gt;
&lt;p&gt;4. Save&lt;/p&gt;
&lt;p&gt;5. Go back to your iOS calendar and give it a few seconds to refresh&lt;/p&gt;
&lt;p&gt;6. Enjoy&lt;/p&gt;</description><link>http://www.jasonified.com/post/18186359564</link><guid>http://www.jasonified.com/post/18186359564</guid><pubDate>Fri, 24 Feb 2012 13:27:28 +0000</pubDate></item><item><title>jestone:

(via - Tiefighters) Death Troopers - by Jeff Carlisle</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_ltyfp6Z9ls1qbwnuho1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://jestone.tumblr.com/post/16531874002/via-tiefighters-death-troopers-by-jeff" class="tumblr_blog" target="_blank"&gt;jestone&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;(via - &lt;a href="http://www.tiefighters.com/" target="_blank"&gt;Tiefighters&lt;/a&gt;) Death Troopers&lt;/em&gt;&lt;/strong&gt; - by &lt;a href="http://www.jeffcarlisle.com/" target="_blank"&gt;Jeff Carlisle&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://www.jasonified.com/post/16689888110</link><guid>http://www.jasonified.com/post/16689888110</guid><pubDate>Sun, 29 Jan 2012 10:14:18 +0000</pubDate></item><item><title>Tweet4me up and running</title><description>&lt;p&gt;Quite pleased so far with the performance and reliability of the service and the take up by users. &lt;/p&gt;

&lt;p&gt;Great comments and feedback and hundreds of scheduled tweets being loaded per day. &lt;/p&gt;

&lt;p&gt;Looking at integrating with Buffer (&lt;a href="http://bufferapp.com" target="_blank"&gt;http://bufferapp.com&lt;/a&gt;) and other services. Also looking at white label options for specific twitter clients and services. &lt;/p&gt;

&lt;p&gt;Also planning to refactor the code and rewrite it in something else, possibly .net or ruby. &lt;/p&gt;

&lt;p&gt;Tweet4me, Scheduled tweets from ANY twitter client &lt;a href="http://tweet4.me" target="_blank"&gt;http://tweet4.me&lt;/a&gt;&lt;/p&gt;</description><link>http://www.jasonified.com/post/14912271295</link><guid>http://www.jasonified.com/post/14912271295</guid><pubDate>Wed, 28 Dec 2011 09:59:52 +0000</pubDate></item><item><title>Tweet4.me - scheduled and delayed tweets from ANY Twitter client</title><description>&lt;a href="http://tweet4.me"&gt;Tweet4.me - scheduled and delayed tweets from ANY Twitter client&lt;/a&gt;: &lt;p&gt;Procrastinated over it for 2 years, no-one else did it do wrote it myself and been using it for weeks to great effect. Post scheduled tweets from Twitter, Flipboard, Tweetbot, any Twitter client using special, Direct Messages to &lt;a href="http://tweet4.me" title="Tweet4me" target="_blank"&gt;@Tweet4me&lt;/a&gt;!&lt;/p&gt;</description><link>http://www.jasonified.com/post/14581143302</link><guid>http://www.jasonified.com/post/14581143302</guid><pubDate>Wed, 21 Dec 2011 22:00:00 +0000</pubDate><category>buffer</category><category>scheduled</category><category>tweets</category><category>hootsuite</category><category>tweetbot</category><category>twitter</category><category>twitterific</category></item><item><title>GigaOM in what's next for the MacBook Air</title><description>&lt;a href="http://bit.ly/sVbd8W "&gt;GigaOM in what's next for the MacBook Air&lt;/a&gt;: &lt;p&gt;Eric’s Ogg on the next MacBook Air:-&lt;/p&gt;

&lt;p&gt;“So it’s going to have to come with advances in software, in interfaces and new forms of input, like voice and touch” &lt;/p&gt;

&lt;p&gt;Voice? Really?&lt;/p&gt;

&lt;p&gt;Nonsense.&lt;/p&gt;</description><link>http://www.jasonified.com/post/12488774980</link><guid>http://www.jasonified.com/post/12488774980</guid><pubDate>Tue, 08 Nov 2011 00:09:46 +0000</pubDate></item><item><title>My work Halloween outfit</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_ltzzas2dpO1qedxijo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;My work Halloween outfit&lt;/p&gt;</description><link>http://www.jasonified.com/post/12206030737</link><guid>http://www.jasonified.com/post/12206030737</guid><pubDate>Tue, 01 Nov 2011 19:54:28 +0000</pubDate><category>wolverine</category><category>cosplay</category></item><item><title>Jonathan Ive tribute to Steve Jobs. Wonderful stories about...</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/GnGI76__sSA?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Jonathan Ive tribute to Steve Jobs. Wonderful stories about checking into hotels and Steve’s sense of humor.&lt;/p&gt;</description><link>http://www.jasonified.com/post/12001589941</link><guid>http://www.jasonified.com/post/12001589941</guid><pubDate>Thu, 27 Oct 2011 21:33:10 +0100</pubDate></item><item><title>I discovered by accident tonight a way to override Siri...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/i0s02SblRAY?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I discovered by accident tonight a way to override Siri instructions:-&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Press the home button to issue a command&lt;/li&gt;
&lt;li&gt;The moment Siri thinks it’s interpreted the instruction, press the Mic button&lt;br/&gt;(this has to be done *before* Siri acts on the command)&lt;/li&gt;
&lt;li&gt;Press the instruction text&lt;/li&gt;
&lt;li&gt;You can now edit, change it and hit done when finished&lt;/li&gt;
&lt;li&gt;Siri will pick up where she/he left off with the new instruction&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;I don’t know yet if this helps/affects recognition, just thought I’d let you all know. &lt;/p&gt;</description><link>http://www.jasonified.com/post/11917154810</link><guid>http://www.jasonified.com/post/11917154810</guid><pubDate>Tue, 25 Oct 2011 21:06:02 +0100</pubDate><category>iPhone</category><category>Siri</category><category>4S</category><category>Voice Control</category></item><item><title>An Apple Television would mean the death of the Cinema Display</title><description>&lt;p&gt;The tech sites are rife again with stories about Apple planning to release a branded television set within the next 18 months.&lt;/p&gt;
&lt;p&gt;I say If they do, it&amp;#8217;ll mean the death of the Cinema Display.&lt;/p&gt;
&lt;p&gt;Why?&lt;/p&gt;
&lt;p&gt;Any Apple TV set would have to work with external devices to be at all useful. Most likely this would mean multiple HDMI inputs, possibly a DVI, maybe a Component/Scart interface (although the latter are unlikely I admit).&lt;/p&gt;
&lt;p&gt;Hell, it may even have a Thunderbolt port.&lt;/p&gt;
&lt;p&gt;Also, being Apple they&amp;#8217;ll probably add USB ports for connecting external media, charging devices, a variation of iOS like we&amp;#8217;ve seen on the Apple TV 2 hardware and all this with ethernet and/or wireless connectivity built in.&lt;/p&gt;
&lt;p&gt;They might even throw in a FaceTime camera - makes sense to have teleconferences through your &amp;#8220;tele&amp;#8221; right?&lt;/p&gt;
&lt;p&gt;Finally, if they want to compete with regular TVs then they&amp;#8217;ll probably have to consider a built in digital tuner with (most likely) recording capabilities. You could use an external tuner but built-in would tie in nicely with iTunes/iOS etc.&lt;/p&gt;
&lt;p&gt;So what&amp;#8217;s the problem?&lt;/p&gt;
&lt;p&gt;Price.&lt;/p&gt;
&lt;p&gt;If the price of a full-blown TV is too HIGH then they are too close to the cost of a full-blown iMac. We&amp;#8217;ve already seen stories of people buying iMacs instead of Cinema displays and using the target display mode to use it as a monitor! &lt;/p&gt;
&lt;p&gt;If the price is too LOW then why buy a 27&amp;#8221; Cinema Display when the TV will most likely come in sizes upward of 27&amp;#8221; AND will have connectivity to your computer?&lt;/p&gt;
&lt;p&gt;Apple are unlikely to release a TV set without external connectivity that is designed NOT to allow you to connect your Mac to it. So here&amp;#8217;s what they&amp;#8217;d need to do :-&lt;/p&gt;
&lt;p&gt;a) reduce the price of the Cinema display dramatically,&lt;/p&gt;
&lt;p&gt;b) price the TV set between the Cinema display and a base iMac,&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s a pretty big challenge.&lt;/p&gt;
&lt;p&gt;My feeling is that if Apple release an Apple Television then it WILL replace the Cinema display and on that basis an Apple Television would mean the death of the Cinema Display.&lt;/p&gt;</description><link>http://www.jasonified.com/post/9630847312</link><guid>http://www.jasonified.com/post/9630847312</guid><pubDate>Wed, 31 Aug 2011 18:07:00 +0100</pubDate><category>Apple</category><category>TV</category><category>Television</category><category>Cinema</category><category>Display</category><category>Facetime</category><category>iOS</category></item><item><title>Why OSX will be renamed iOS in the near future.</title><description>&lt;p&gt;Lets face it OS &amp;#8220;Ten&amp;#8221; isn&amp;#8217;t going to make much sense when the version number goes beyond 10.9.9. &lt;/p&gt;

&lt;p&gt;Apple could of course forget the link ( as most of us have) and call it OSX 11 but there&amp;#8217;s a very good reason why they will consider rebranding OSX to iOS. &lt;/p&gt;

&lt;p&gt;Let&amp;#8217;s review some numbers:- &lt;/p&gt;

&lt;p&gt;Windows is used by approx 400m users worldwide.&lt;/p&gt;

&lt;p&gt;OSX is approaching 60m users. &lt;/p&gt;

&lt;p&gt;iOS is upward of 200m users. &lt;/p&gt;

&lt;p&gt;Given Apples love for massaging figures (e.g. including iPhones, iPads, iTouch AND classic iPods for the purposes of &amp;#8220;mobile&amp;#8221; statistics) there&amp;#8217;s a million good reasons to rebrand a future major upgrade of OSX as iOS.&lt;/p&gt;

&lt;p&gt;Well, 260m+ reasons actually.&lt;/p&gt;</description><link>http://www.jasonified.com/post/9201578000</link><guid>http://www.jasonified.com/post/9201578000</guid><pubDate>Sun, 21 Aug 2011 09:29:38 +0100</pubDate></item><item><title>A conversation with Leo aged 2 1/2 re his sister, Poppy who is almost 1</title><description>&lt;p&gt;Me: you need to look after Poppy, she&amp;#8217;s only tiny.&lt;/p&gt;

&lt;p&gt;Leo: when I get big and strong?&lt;/p&gt;

&lt;p&gt;Me: yep but also now, remember you&amp;#8217;re her big brother, she&amp;#8217;s only little. &lt;/p&gt;

&lt;p&gt;Leo: Yes, I am.&lt;/p&gt;

&lt;p&gt;Leo: and when I&amp;#8217;m big and strong I can throw Poppy in the air?&lt;/p&gt;

&lt;p&gt;Me: mmm, let&amp;#8217;s go just over that looking after Poppy thing again&amp;#8230;.&lt;/p&gt;</description><link>http://www.jasonified.com/post/9167743318</link><guid>http://www.jasonified.com/post/9167743318</guid><pubDate>Sat, 20 Aug 2011 16:53:18 +0100</pubDate></item><item><title>Hey! Really love your blog, I was having some issues with Hamachi and my main internet network connection, and that fixed it right up. :) I use it to host a minecraft server. Thanks!</title><description>&lt;p&gt;Thanks, glad to help!&lt;/p&gt;</description><link>http://www.jasonified.com/post/7934770338</link><guid>http://www.jasonified.com/post/7934770338</guid><pubDate>Fri, 22 Jul 2011 19:09:27 +0100</pubDate></item><item><title>Kernel panic installing Snow Leopard? Try Lion</title><description>&lt;p&gt;I&amp;#8217;m not sure when it happened, what firmware or hardware upgrade changed things but inexplicably and without warning I was unable to re-install OSX Snow Leopard on my 2010 Unibody Macbook Pro.&lt;/p&gt;
&lt;p&gt;No matter what I tried, a standard retail Snow Leopard disk, the original disks that came with the Macbook Pro, the same result - a kernel error on startup.&lt;/p&gt;
&lt;p&gt;I looked on-line, I tweeted and found more and more people with exactly the same problem. I even put the original hard drive back in (which I&amp;#8217;d replaced with an SSD) and the original RAM. I reset PRAM etc and still a kernel panic.&lt;/p&gt;
&lt;p&gt;I couldn&amp;#8217;t re-install OSX and the result was an abomination; a Macbook Pro running &lt;em&gt;only&lt;/em&gt; a bootcamp partition with Windows 7 running natively. Worse still, I could only run OSX in a VMware installation &lt;em&gt;within&lt;/em&gt; Windows 7.&lt;/p&gt;
&lt;p&gt;I was definitely going to hell.&lt;/p&gt;
&lt;p&gt;But suddenly it has all changed. OSX Lion has been released (well the GM in my case) and after burning it to a disk and trying it, it installed successfully.&lt;/p&gt;
&lt;p&gt;So if you have an iMac or Macbook that won&amp;#8217;t install OSX Snow Leopard, try downloading to spare/friends machine and burning a disk - you may be pleasantly surprised.&lt;/p&gt;</description><link>http://www.jasonified.com/post/7904968918</link><guid>http://www.jasonified.com/post/7904968918</guid><pubDate>Fri, 22 Jul 2011 01:00:31 +0100</pubDate><category>Kernel panic</category><category>install</category><category>snow leopard</category><category>lion</category></item><item><title>Using a remote server to sync/transfer data faster</title><description>&lt;p&gt;In the process of upgrading my mailbox to an Exchange 2010 I&amp;#8217;ve found a neat way to do it without affecting my local network speed. &lt;/p&gt;

&lt;p&gt;Using a remote server that&amp;#8217;s connected to a very fast Internet connection I&amp;#8217;ve installed Outlook 2010 and setup both exchange accounts. All I need to do now is drag emails between both accounts and the changes will be synced up to the new box. &lt;/p&gt;

&lt;p&gt;The advantage of doing it using the remote server is a) I don&amp;#8217;t have to my notebook syncing at home and eating up bandwidth and b) the remote server can transfer gigabytes in seconds which means it&amp;#8217;ll be quicker. &lt;/p&gt;

&lt;p&gt;Obviously this could also help with remote data transfers of any kind. &lt;/p&gt;

&lt;p&gt;Useful tip of you manage/use remote servers.&lt;/p&gt;</description><link>http://www.jasonified.com/post/7719669245</link><guid>http://www.jasonified.com/post/7719669245</guid><pubDate>Sun, 17 Jul 2011 10:46:04 +0100</pubDate></item><item><title>IDEA: "Responsive content"</title><description>&lt;p&gt;I&amp;#8217;ve talked about this concept in sales pitches with prospects, with clients and privately and thought It was time to &amp;#8220;put it out there&amp;#8221;.&lt;/p&gt;
&lt;p&gt;This idea was inspired when Heath Ledger died and I&amp;#8217;d visited an HMV to see copies of his film, Knights Tale next to the tills. &lt;/p&gt;
&lt;p&gt;So here&amp;#8217;s how it works (in the example above):-&lt;/p&gt;
&lt;p&gt;1. You run a site that sells DVDs, Music etc.&lt;/p&gt;
&lt;p&gt;2. You ensure your web content, e-commerce products are well described with keywords, actors names, locations etc, all properly indexed/tagged.&lt;/p&gt;
&lt;p&gt;3. You choose a selection of news/feed &amp;#8220;sources&amp;#8221; that will be used to trigger content and having a weighting system in place to rank the data received. (ideally you&amp;#8217;d want news sites, twitter, but could have as many as you like).&lt;/p&gt;
&lt;p&gt;4. You build a &amp;#8220;bot&amp;#8221; which has the job of taking these feeds in, filtering by relevant content keywords and then matching these against your own index finding relevant content and promoting/displaying it.&lt;/p&gt;
&lt;p&gt;So for example, an actor is reported dead by the BBC, Twitter, Reuters etc. Your bot picks these feeds up and is filtering for specific phrases/keywords/names. It matches this against similar words in your site/database and the result?&lt;/p&gt;
&lt;p&gt;The actors DVDs are &amp;#8220;featured&amp;#8221; on your front page of your site and &lt;span&gt;automatically&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The best bit you don&amp;#8217;t have to be specific - you don&amp;#8217;t have to say they&amp;#8217;ve died, you don&amp;#8217;t even care if they have - you&amp;#8217;re just reacting automatically to the fact that *this* person is being discussed by multiple feeds/sites and multiple times.&lt;/p&gt;
&lt;p&gt;You&amp;#8217;re reacting to the trend and promoting your products/articles/content accordingly.&lt;/p&gt;
&lt;p&gt;Another example - you run a site that sells home safety products e.g. smoke alarms, fire extinguishers etc. One day news reports come in of a house fire where a smoker detector wasn&amp;#8217;t installed or working or testing. The bot kicks in, collates the stories, filters the common words and matches/cross-checks to your product database and FAQ/Knowledge-base.&lt;/p&gt;
&lt;p&gt;Next minute, articles and videos you produced about checking smoke detectors are promoted to the front page with smoke detectors as featured products. You Twitter feed is showing links to smoke detector test articles and tutorials and this can happen in almost real-time and automatically.&lt;/p&gt;
&lt;p&gt;I called it &amp;#8220;Responsive content&amp;#8221; - no doubt someone else has called it or will call it someone else and Apple will call it iContent. Oh well.&lt;/p&gt;
&lt;p&gt;If it exists, I didn&amp;#8217;t know, didn&amp;#8217;t check and blew it.&lt;/p&gt;
&lt;p&gt;If it doesn&amp;#8217;t exist, you implement it and you get rich, throw me a bone or at least a bit of credit.&lt;/p&gt;</description><link>http://www.jasonified.com/post/7587570022</link><guid>http://www.jasonified.com/post/7587570022</guid><pubDate>Wed, 13 Jul 2011 22:50:31 +0100</pubDate><category>Intelligent content</category><category>reactive content</category><category>reactive web pages</category><category>responsive content</category></item></channel></rss>

