<?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>Blog.Rog.Org</title>
	<atom:link href="http://blog.rog.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rog.org</link>
	<description>I am Rog this is my Blog</description>
	<lastBuildDate>Tue, 21 May 2013 20:30:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Enter The Ryno Bike</title>
		<link>http://blog.rog.org/enter-the-ryno-bike/</link>
		<comments>http://blog.rog.org/enter-the-ryno-bike/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 20:52:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.rog.org/?p=8859</guid>
		<description><![CDATA[This is really cool. So my prediction is that in the future there will be one of these in most homes.]]></description>
				<content:encoded><![CDATA[<p>This is really cool.</p>
<p>So my prediction is that in the future there will be one of these in most homes.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/Z1YoCfm7nxU" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rog.org/enter-the-ryno-bike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Animations &#8211; This time next year&#8230;</title>
		<link>http://blog.rog.org/css3-animations-this-time-next-year/</link>
		<comments>http://blog.rog.org/css3-animations-this-time-next-year/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 12:10:21 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.rog.org/?p=8815</guid>
		<description><![CDATA[So happy new year, may 2013 be your best year yet! Today I read about CSS3 animations with great interest, &#8220;Wow Roger have you turned pure-geek over the Christmas holidays?&#8221; you may ask. Well, no, in fact I think as the technology develops I understand less and less about its intricacies but as they say [...]]]></description>
				<content:encoded><![CDATA[<p>So happy new year, may 2013 be your best year yet!</p>
<p>Today I read about CSS3 animations with great interest, &#8220;Wow Roger have you turned pure-geek over the Christmas holidays?&#8221; you may ask.</p>
<p>Well, no, in fact I think as the technology develops I understand less and less about its intricacies but as they say you don&#8217;t have to understand how electricity works to use a light switch so I continue to be interested in developments on the web without having to worry about exactly how it works.</p>
<p>So why are CSS3 Animations of such interest?</p>
<p>Well I liken this development to the time when the accountants were first shown spreadsheets and marvelled at how they could automatically recalculate huge amounts of numbers by just changing a single value, they were astounded.</p>
<p>CSS3 Animations have the potential to be as astounding <a href="http://www.dwuser.com/education/content/creating-keyframe-animations-with-css3/?utm_source=direct_email&amp;utm_medium=email&amp;utm_campaign=quicktip_e5jan2012" target="_blank">as demonstrated in this article by DWUser</a>.</p>
<p>This tutorial animates a little scene of a wind turbine and clouds using only CSS3 animations. Although it&#8217;s only supported by the most recent browsers it offers endless possibilities  and this time next year there will thousands of websites using this technology as we move towards the future where each website has the potential to become a complete media publishing channel, like a TV station.</p>
<p><a href="http://www.dwuser.com/education/content/creating-keyframe-animations-with-css3/?utm_source=direct_email&amp;utm_medium=email&amp;utm_campaign=quicktip_e5jan2012" target="_blank"><img class="alignleft size-medium wp-image-8819" title="animation-still" src="http://blog.rog.org/wp-content/uploads/2013/01/animation-still-300x227.jpg" alt="" width="300" height="227" /></a></p>
<p>Previously to create an animation such as this on a webpage you would have had to create hundreds of lines of code but this animation is made up of only around 100 or so lines of code.</p>
<p>What&#8217;s more, if you were the client for who this masterpiece had been created and you then said, &#8220;yeah that&#8217;s great but can you make the clouds go slower?&#8221; the developers would have slowly pulled their hair out and said yes under duress, and gone away and re-coded the entire thing and come back a week later to proudly show you the latest production.</p>
<p>The client might have then said &#8220;Great, but can the big cloud move more slowly than the the others?&#8221; at which point the developer would have pinned the client up against the wall by the throat and explained quit clearly that if that wasn&#8217;t in the original spec then they will have top pay for the extra development, etc, etc.</p>
<p>However, with this CSS3 animation code, you can actually change the speed of the big cloud by changing just 1 number, the medium sized cloud by chanign another number, etc, etc, all within the 100 or so lines of code.</p>
<p>If you want to have some fun and pretend for a moment you are a programmer, visit the code page at <a href="http://jsbin.com/etises/55/edit" target="_blank">http://jsbin.com/etises/55/edit</a></p>
<p>To change the speed of the big cloud, find the line that says</p>
<p style="padding-left: 30px;">.lrg {</p>
<p>and assuming you are using Google Chrome browser change the number in the line that says</p>
<p style="padding-left: 30px;">-webkit-animation-duration: 50s;</p>
<p>so it contains the number of your choice and see what happens.</p>
<p>This is the future of animation on the web and if you are a young person looking to get into this line of work you could do a lot worse than start learning this stuff. In comparison to what you would have had to learn ten years ago it&#8217;s easy, if you do learn it, and keep learning it, ten years from now you&#8217;ll be amongst the most talented web developers in the business!</p>
<p>If you&#8217;ve got a CSS3 animation requirement then <a href="http://www.advantapro.com/contact" target="_blank">get in touch</a> as fortunately I have guys that are already amongst the most talented web developers in the business that can help you with this!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rog.org/css3-animations-this-time-next-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The REAL Google Glass Future?</title>
		<link>http://blog.rog.org/the-real-google-glass-future/</link>
		<comments>http://blog.rog.org/the-real-google-glass-future/#comments</comments>
		<pubDate>Sat, 13 Oct 2012 21:01:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.rog.org/?p=8775</guid>
		<description><![CDATA[I haven&#8217;t laughed so much as when I watched House of Lies last week, but then mine is rather a fun life! So if you REALLY want to know what the world will be like when we&#8217;re all cyborged-up with our Google Glasses (Other Augmented Reality Systems May be Available) then check out this video, [...]]]></description>
				<content:encoded><![CDATA[<p>I haven&#8217;t laughed so much as when I watched House of Lies last week, but then mine is rather a fun life!</p>
<p>So if you REALLY want to know what the world will be like when we&#8217;re all cyborged-up with our Google Glasses (Other Augmented Reality Systems May be Available) then check out this video, it is hilarious, well it tickled me anyway!</p>
<p><iframe width="1280" height="720" src="http://www.youtube.com/embed/Ma8NbpCvSwo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rog.org/the-real-google-glass-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just How Far Can You Tweak a QR Image?</title>
		<link>http://blog.rog.org/just-how-far-can-you-tweak-a-qr-image/</link>
		<comments>http://blog.rog.org/just-how-far-can-you-tweak-a-qr-image/#comments</comments>
		<pubDate>Sun, 23 Sep 2012 19:39:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.rog.org/?p=8752</guid>
		<description><![CDATA[Last year I moved my company into new offices and we had to change the telephone number (I was very disappointed not to be able to dial out from our 0845 number via our new telco ) so eventually I decided it was time to reprint the business card and set about a project to [...]]]></description>
				<content:encoded><![CDATA[<p>Last year I moved my company into new offices and we had to change the telephone number (I was very disappointed not to be able to dial out from our 0845 number via our new telco <img src='http://blog.rog.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ) so eventually I decided it was time to reprint the business card and set about a project to make them as professional as possible as I estimate this version of cards will probably be in use around ten years, so I wanted them to be really good.</p>
<p>One of the things I wanted to introduce on this version is the QR image, that is the Quick Reference 3d barcode that you might have noticed springing up in various places like posters, BBM instant messaging, mobile website adverts and all sorts of places. Recently they announced they are to even introduce an invisible version to US bank notes to help prevent counterfeiting.</p>
<p>So having looked at various examples one of the things I realised is that most QR&#8217;s are being vastly underused. By that I mean the majority are not taking full advantage of the maximum amount of information that they are capable of containing, some just being used to contain a single web address, that&#8217;s a bit of a waste in my book!</p>
<p>So having tested a QR generator that can make a QR containing ALL of the contact details found on my business card, I then wanted to see if there were any customisation options. You may have seen or heard the phrase &#8216;QR Art&#8217; which looks to push the fault tolerance to the max by creating all sorts of weird and wonderful QRs, some have even gone so far as to not even be recognisable as actually being QRs, so I decided that was past what I wanted (and anyway the firm I contacted about customing my QR never got back to me, fail!)</p>
<p>So, I decided on a simple insertion of the www acronym within the QR combined with a change of colour to match our company logo orange and voilà our custom QR was born!</p>
<p><a href="http://www.advanta.pro/qr" target="_blank"><img class="alignleft size-full wp-image-8753" title="AdvantaQRv2.2OrangeWithBlack" src="http://blog.rog.org/wp-content/uploads/2012/09/AdvantaQRv2.2OrangeWithBlack.jpg" alt="" width="226" height="227" /></a>If you have a QR scanner please let me know if it for any reason it doesn&#8217;t scan for you. I must however highly recommend the i-nigma QR scanner which is so good you barely have to show it a QR and it grabs the data instantly it is amazing, you can even grab QRs off screens and tiny printed ones too, that all work when other scanners might not work.</p>
<p>Of course if you would like help setting up your own QR&#8217;s then just get in touch and I can point you in the right direction. More interestingly our printer is also offering a facility exclusively to our clients where you can have a free print on demand web service that once set up will let you update your QR&#8217;s and other data in your artworks for each batch of cards or other printouts (normally reserved for larger clients who regularly want to change menus and that kind of thing). Contact me if you would like more details about this exclusive offer on 0115 822 4546 or just scan the QR of course!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rog.org/just-how-far-can-you-tweak-a-qr-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The First Video Shot Entirely Through &#8216;Glass&#8217;, Google Glasses that is</title>
		<link>http://blog.rog.org/the-first-video-shot-entirely-through-glass-google-glasses-that-is-2/</link>
		<comments>http://blog.rog.org/the-first-video-shot-entirely-through-glass-google-glasses-that-is-2/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 12:44:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.rog.org/?p=8730</guid>
		<description><![CDATA[I&#8217;m so jealous as I haven&#8217;t got a pair of these yet, nor even got them on pre-order, but I&#8217;m sure that in our future they will eventually be giving them away free inside cornflake packets! So here is the official Google Glass page (apparently its singular not Google Glasses but Glass) I can&#8217;t remember [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m so jealous as I haven&#8217;t got a pair of these yet, nor even got them on pre-order, but I&#8217;m sure that in our future they will eventually be giving them away free inside cornflake packets!</p>
<p><iframe src="http://www.youtube.com/embed/30Pjl31cyDY" frameborder="0" width="853" height="480"></iframe></p>
<p>So here is the official Google Glass page (apparently its singular not Google Glasses but Glass)</p>
<p>I can&#8217;t remember the last time I was so excited about a technology. The ipad maybe? Nah. Music sharing sites perhaps? Well maybe. Super fast broadband? No. Video conferencing? Well kind off. Watching my first email and attachment get delivered? Yes I suppose so. Loading up my first ever web page on Compuserve? Yeah, almost. This one is a real game changer though.</p>
<p><a href="https://plus.google.com/u/0/+projectglass/posts">https://plus.google.com/u/0/+projectglass/posts</a></p>
<p>If you&#8217;ve got a pair, tell me all about them please!</p>
<p>Here is a quick follow up post, I&#8217;m not sure if this video comes before or after the one above, but it is a cool intro to Google Glasses, or is it going to be called Google Eye now?</p>
<p><iframe width="1280" height="720" src="http://www.youtube.com/embed/9c6W4CCU9M4" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rog.org/the-first-video-shot-entirely-through-glass-google-glasses-that-is-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Land Surfer For Sale</title>
		<link>http://blog.rog.org/land-surfer-for-sale/</link>
		<comments>http://blog.rog.org/land-surfer-for-sale/#comments</comments>
		<pubDate>Mon, 03 Sep 2012 08:45:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://blog.rog.org/?p=8734</guid>
		<description><![CDATA[Land Surfer For Sale Hi there, my name is Roger and from about age 10 I used to do a lot of windsurfing. Back when I was 14 (1984) I drilled a hole in one of my old skateboards and fitted a windsurfer sail to it, and the landsurfer was born! I used to take [...]]]></description>
				<content:encoded><![CDATA[<h1>Land Surfer For Sale</h1>
<p><a style="font-style: normal; line-height: 24px; text-decoration: underline;" href="http://blog.rog.org/wp-content/uploads/2012/09/Picture-009-29-08-2005-13-34-38-1632x1224.jpg" target="_blank"><img class="size-medium wp-image-8700 alignright" style="margin-left: 3px; margin-right: 3px; border: 1px solid black;" title="Picture 009 29-08-2005 13-34-38 1632x1224" alt="" src="http://blog.rog.org/wp-content/uploads/2012/09/Picture-009-29-08-2005-13-34-38-1632x1224-300x225.jpg" width="300" height="225" /></a></p>
<p>Hi there, my name is Roger and from about age 10 I used to do a lot of windsurfing. Back when I was 14 (1984) I drilled a hole in one of my old skateboards and fitted a windsurfer sail to it, and the landsurfer was born!</p>
<p>I used to take it out on one of the country roads that runs along the top of a hill near my house which had great wind, I will never forget the look on that old couples face as they drove round the corner to find a 14 year old boy windsurfing towards them! ha ha priceless.</p>
<p><a href="http://blog.rog.org/wp-content/uploads/2012/09/Picture-002-28-10-2005-09-07-05-225x300.jpg" target="_blank"><img class="size-medium wp-image-8699 alignleft" style="border: 1px solid black; margin-left: 3px; margin-right: 3px;" title="Picture 002 28-10-2005 09-07-05 480x640" alt="" src="http://blog.rog.org/wp-content/uploads/2012/09/Picture-002-28-10-2005-09-07-05-480x640-225x300.jpg" width="225" height="300" /></a></p>
<p>Anyway, some 25 years later I decided to revisit my youth, bought a mountain board and fitted my windsurfer sail to it and took it up to the old aerodrome, awesome.</p>
<p>However, now 5 yeas on I am offering for sale my under used land surfer as I really don&#8217;t have time to get out on it any more like I used to as these days I am just focussing on my retirement, and that means focussing on my business, so the Land Surfer really doesn&#8217;t get a look in any more!</p>
<p>Here are a couple of pictures and videos of it in action.</p>
<p>If you are a keen windsurfer and have access to a large tarmac area you can have hours of fun on it and you wont even get wet!</p>
<p>&nbsp;</p>
<p><span style="line-height: 25px;">Please contact me using the form below if you would like to have a go on it with a view to giving it a good home, I am in Nottingham.</span></p>
<p><a title="Land Surfer For Sale" href="http://www.facebook.com/video/video.php?v=45247746304" target="_blank">To view the video larger then you can click here</a></p>
<p><object style="color: #555555; line-height: 25px;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="src" value="http://www.facebook.com/v/45247746304" /><embed style="color: #555555; line-height: 25px;" width="320" height="240" type="application/x-shockwave-flash" src="http://www.facebook.com/v/45247746304" allowfullscreen="true" /></object></p>
<p>Price includes mountain board and rig, plus optional foot straps which I took off.</p>
<p><strong>£199 Or Near Offer</strong></p>
<h1>18-09-12 Sorry but the Land Surfer is now SOLD</h1>
]]></content:encoded>
			<wfw:commentRss>http://blog.rog.org/land-surfer-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
