<?xml version="1.0" encoding="Windows-1252"?><rss version="2.0"><channel><title>LightMedia Blog</title><link>http://www.light-media.co.uk</link><description>The latest blogs from LightMedia</description><item><title>Windows of Opportunity - QR Codes</title><description>&lt;p&gt;These strange looking codes are cropping up everywhere, from restaurants to cinemas, even on the side of livestock (!). People really are letting their imagination loose with what they can achieve using them. So what are they?&lt;/p&gt;
&lt;h2&gt;Brother Barcode&lt;/h2&gt;
&lt;p&gt;The QR code, or Quick Response Code, is essentially a 2D barcode. It belongs to a whole family but has emerged as one of the most popular types. It was designed to allow the contents it carried to be decoded very quickly, hence the name &amp;ldquo;Quick Response Code&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Originally used to track cars in a Toyota factory in 1994, they are now a common sight in the public view. The boom of the smart phone and the mobile web has given birth to a new generation of trigger happy QR users, who can scan the codes to load up a mini mobile site tailored to a specific application/context.&lt;/p&gt;
&lt;p&gt;Why should they interest you? &amp;ndash; &lt;em&gt;To put it simply, they can easily improve your marketing campaigns.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Novel Uses&lt;/h2&gt;
&lt;p&gt;&lt;img hspace="5" alt="" vspace="2" align="right" width="103" height="134" src="/_userfiles/pages/image/stamp.jpg" /&gt;Take a look at some of these clever uses of QR codes. These clever &lt;strong&gt;Croatian stamps&lt;/strong&gt; allow the user to be taken to a mini mobile site. This site gives the user a text box to enter the code displayed on the stamp.&lt;/p&gt;
&lt;p&gt;On entering the small code shown beneath the QR code, they are given a summary of when the mail was sent, how far it travelled and the route it took.&lt;/p&gt;
&lt;p&gt;This process could be made even slicker for the user, by combining the code they would have to type into the QR code itself. They are designed for carrying information, after all.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img hspace="5" alt="" vspace="2" align="left" width="117" height="99" src="/_userfiles/pages/image/cows.jpg" /&gt;These &lt;strong&gt;QR cows&lt;/strong&gt; have been sprayed with QR codes. Intrigued passers-by scan the code and are given the chance to play a scratch card game on their phone. If they win the game, they win some dairy products from the farm. The innovative French farmer who created this concept now has many new customers.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img hspace="5" alt="" vspace="2" align="right" width="154" height="99" src="/_userfiles/pages/image/supermkt.jpg" /&gt;This may look like an ordinary shop, but the products on the shelf are in fact just an image. A &lt;strong&gt;novel supermarket&lt;/strong&gt; in Korea uses a large display on the underground station to allow travellers to shop using their smart-phones by scanning the QR code beside each product. The products they choose are then delivered directly to the customer&amp;rsquo;s door. The result of this campaign has allowed the supermarket to travel to no. 1 in Korea.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Some Ideas &amp;ndash; What Could You Do?&lt;/h2&gt;
&lt;p&gt;These are just a few of the novel ways these codes can be used; let your imagination run wild.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;An art gallery could use QR codes to replace those old audio tours or extend their showroom space.&lt;/li&gt;
    &lt;li&gt;A retailer could use them to promote discounts or enhance the use of their shop space.&lt;/li&gt;
    &lt;li&gt;A theatre could use them for on the door sales.&lt;/li&gt;
    &lt;li&gt;A cinema could use them to allow passers-by to see a trailer of a film advertised on a poster.&lt;/li&gt;
    &lt;li&gt;A restaurant could use the codes on a menu to allow a customer to see a video of the chef cooking their meal.&lt;/li&gt;
    &lt;li&gt;A TV advertiser could use them to allow viewers to step into their advert.&lt;/li&gt;
    &lt;li&gt;A more common use is just as a &amp;ldquo;tell-me-more&amp;rdquo; mechanism &amp;ndash; print a code onto a product display or business card and have the mini site explain a bit more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;QR codes have been proven time and again to greatly improve marketing campaigns, generating new leads, customers and sales. Not only this but the structure of the sites involved can be creative, engaging and exciting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;As time moves on, the rate at which innovative new uses of these simple codes will arise is exciting. Combined with LightMedia&amp;rsquo;s knowledge of mobile web development, what could you achieve for your company using a simple QR code?&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=8</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=8</guid><pubDate>Wed, 23 Nov 2011 00:00:00 +0000</pubDate></item><item><title>Coming Soon to a Site Near You - HTML5</title><description>&lt;h2&gt;So what is HTML5?&lt;/h2&gt;
&lt;p&gt;HTML5 is the latest version of HTML, a set of rules describing how to build websites in an industry-standard way. If the code for a site is written according to these rules, then it should work and be displayed in exactly the same way on any web browser which supports HTML (at least in theory). This includes all the ones you've probably heard of, such as Internet Explorer, Firefox, Safari and Chrome.&lt;/p&gt;
&lt;p&gt;It's currently being developed by the World Wide Web Consortium, which is an international web-standards organisation. The latest versions of many browsers are including support for it's new features - including Microsoft when Internet Explorer 9 is released in the next few months.&lt;/p&gt;
&lt;h2&gt;What makes it so different from previous versions of HTML?&lt;/h2&gt;
&lt;p&gt;Quite simply, the new features will make it possible to build websites without relying so much on extra 'plug-ins' such as Flash and Silverlight (which require visitors to your website to have software installed before they can use your content). It's also difficult to make these plug-ins pull in content from elsewhere on your own or other sites, so being less reliant on these means that we can build complex sites that not only look good, but are also much more closely linked to 'web applications' such as Google Maps and Facebook.&lt;/p&gt;
&lt;p&gt;As well as allowing you to put video and audio files directly onto a web page, HTML5 includes something called Canvas, which is a way to draw shapes, text and images on a page as if you were using a pen or a paint brush. Out of all the new stuff, this is the bit that our developers here at LightMedia are most excited about! It'll be very useful to anyone who wants to make games and other interactive elements.&lt;/p&gt;
&lt;h2&gt;Hasn't there been some controversy about it?&lt;/h2&gt;
&lt;p&gt;Yes, there's been a lot of discussion in the industry over which types of media files (especially video) HTML5 should require web browsers to support. Some formats are widely used but covered by patents (so using them would involve licensing and royalty payments), such as H.264. Some are free from patents as far as is currently known, but not as commonly used, such as Ogg Theora. The heated debate among the big names of the industry - including Microsoft, Apple and Google (each of whom have their own preferred options) - is set to continue for some time.&lt;/p&gt;
&lt;h2&gt;What else do I need to know?&lt;/h2&gt;
&lt;p&gt;Because the new features in HTML5 are so advanced, it's not possible to use many of them on older browsers. Although this applies mainly to Internet Explorer (from version 8 downwards), it presents quite a challenge for designers and developers. We have to design and build sites that can not only give a great experience to visitors with the latest browsers, but also gracefully fall back on older technology when necessary. This will become less of a problem as browsers which don't support HTML5 are phased out over time, but for now it's something that's important to bear in mind.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In a very real sense, HTML5 is a signpost for where the internet is heading. It will help us to build websites that deliver content in more imaginative and integrated ways, to a greater audience.&lt;/strong&gt;&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=7</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=7</guid><pubDate>Fri, 08 Oct 2010 00:00:00 +0000</pubDate></item><item><title>In The Clouds - What is Cloud? What are Cloud Servers?</title><description>&lt;h2&gt;What is it?&lt;/h2&gt;
&lt;p&gt;In essence its providing information, software, and other resources on demand, like the electricity grid does.&lt;/p&gt;
&lt;p&gt;For example say you have a web project that is going to require a very large amount of concurrent users for a short space of time. Rather than buying in lots of servers and networking them up together, you can get a third party cloud server host to do that for you. Rackspace offer cloud servers rented in hourly slots. This is Ideal for a short term project. A cloud server is a virtual server, therfore can be deployed in minutes with most providers.&lt;/p&gt;
&lt;h2&gt;Thanks for that... Still have no idea what you're on about&lt;/h2&gt;
&lt;p&gt;Simply think of it as a server on demand service. You rent what you need and when. With no 'real' server to setup it's all virtual.&lt;/p&gt;
&lt;h2&gt;Application&lt;/h2&gt;
&lt;p&gt;Cloud application services or &amp;quot;Software as a Service (SaaS)&amp;quot; deliver software as a service over the internet. This means the software does not need to be installed on your own machine to use it. This simplifies setup and updating as you are not responsible for this. You can rent software over the internet when you use it.&lt;/p&gt;
&lt;h2&gt;Infrastructure&lt;/h2&gt;
&lt;p&gt;Cloud infrastructure services or &amp;quot;Infrastructure as a Service (IaaS)&amp;quot; delivers computer infrastructure, typically a platform virtualization environment as a service. Rather than purchasing servers, software and network equipment, clients instead buy those resources as a fully outsources service. The service is typically billed on a utility computing basis, in other words by how much you need and use.&lt;/p&gt;
&lt;h2&gt;Yawn! That's enough technical bore. What does it mean for a SME?&lt;/h2&gt;
&lt;p&gt;To start the idea of having a utility based style of IT delivery can have a huge cost advantage for the SME.&lt;/p&gt;
&lt;p&gt;By not having to fork out the initial costs of a traditional IT infrastructure companies can utilise resources as needed. Their IT infrastructure becomes a service expense (like a gas bill, or phone bill) since there is no hardware to purchase or maintain. The cloud model allows companies to change providers easily if they find their current provider is not working for their needs.&lt;/p&gt;
&lt;p&gt;One other disadvantage of traditional IT setups is that users need their software on their machine to do the work. Which means when a user is offsite they need it installing and setting up on their laptop, or phone etc.. With cloud solutions they have potential access to their software from anyway, including their files.&lt;/p&gt;
&lt;h2&gt;Nearly finished... honest!&lt;/h2&gt;
&lt;p&gt;Is this the future of IT? Some say so, some say it's just another fad and buzzword that will soon die like many others. But I personally can see the real potential for this and when someone delivers the 'killer app' so will the masses.&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=6</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=6</guid><pubDate>Fri, 30 Jul 2010 00:00:00 +0000</pubDate></item><item><title>Knowing Me, Knowing You... I Think</title><description>&lt;h2&gt;Social Networking. Good or bad?&lt;/h2&gt;
&lt;p&gt;I remember the days prior to Facebook, MySpace and Twitter. When MSN Messenger was the application to use and email was the way to share photos. When it comes to the internet things come and go faster than a pay check. But one thing that&amp;rsquo;s been growing ever stronger is social networking.&lt;/p&gt;
&lt;h2&gt;What is it? Is it networking? And just as important is it social?&lt;/h2&gt;
&lt;p&gt;As with all things new there is a backlash of people for and against it. Ask a teenager what they think of Facebook they would probably call it their 3rd parent. Ask my dad on the other hand and I would get a slap around the head for being rude.&lt;/p&gt;
&lt;p&gt;My view is that there are pros and cons to using social networking. The ability to send my recent wedding photos to everyone I know just days after the wedding at no cost to myself was great. On the other hand I have one of my best friends who never joins in with us at the pub on the weekend now as he is arranging an online game with some friends he has never met.&lt;/p&gt;
&lt;h2&gt;Social networking for businesses&amp;hellip; honest&lt;/h2&gt;
&lt;p&gt;The social networking savy amongst you will have noticed I didn&amp;rsquo;t mention LinkedIn. Now personally I feel this one fits into the business category only while the others mentioned can fit into work and leisure.&lt;/p&gt;
&lt;p&gt;Visit most of the big corporate sites (and smaller companies) today and you will find links to their facebook and twitter pages. These sites allow companies to pass information on to their clients with ease, speed, and most importantly, without the client having to go find the data themselves. This key feature is what makes social networking great for companies. You can post to your twitter page about a great new product line, a weekend promotion, or even what colour you are decorating the office. This then gets pushed out to everyone who is keeping track of your company on their twitter account. They don&amp;rsquo;t have to go and look at your website every time they want to know when your next 10% off day is, they get it pushed to them, right in front of their eyes.&lt;/p&gt;
&lt;h2&gt;Wow I'm so excited and I just can't hide it&lt;/h2&gt;
&lt;p&gt;Let me sum up the advantages of the two main social networking sites, for leisure and work.&lt;/p&gt;
&lt;p&gt;Facebook &amp;ndash; The current king of the social networking world (or at least from my view). Facebook is very easy to use because it allows you to share photos, videos, and text to anyone you want who also has a facebook account. For leisure purposes it&amp;rsquo;s a great way of keeping in touch with your friends, for companies it&amp;rsquo;s a great place to have a presence and to market yourself.&lt;/p&gt;
&lt;p&gt;Twitter &amp;ndash; If you know what blogging is then it&amp;rsquo;s a micro version of that officially. If you don&amp;rsquo;t then think of it as a SMS Text Message. The difference is you send a message to everyone on the internet and it&amp;rsquo;s up to people whether they want to read it. They can then decide to &amp;ldquo;follow&amp;rdquo; you on twitter. This basically means whenever you send a message to the internet they will get the message. An excellent way of quickly, instantly, and unobtrusively letting people know what you are up to. From a company&amp;rsquo;s point of a view this is free marketing at an audience who have chosen to take an interest in your company.&lt;/p&gt;
&lt;h2&gt;Things can only get better&lt;/h2&gt;
&lt;p&gt;I started off with whether social networking was really what it says, and you know what? I think it is. It&amp;rsquo;s a great way of getting yourself or your company out there and who knows what the next 12 months of social networking will bring.&lt;br /&gt;
&lt;br /&gt;
You can see our Twitter and Facebook pages by clicking the links at the bottom right hand side of the page next to &amp;ldquo;Follow LightMedia on&amp;rdquo;.&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=5</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=5</guid><pubDate>Mon, 21 Jun 2010 00:00:00 +0000</pubDate></item><item><title>Twitter focus on World Cup 2010</title><description>&lt;p&gt;Well another tournament has just kicked off, and everyone is full of excitement, hope, and promise.&lt;/p&gt;
&lt;p&gt;Will England be the 2010 Champions? Who knows. But one thing that is happening is micro blogging giant Twitter have just launched their &lt;a target="_blank" href="http://twitter.com/worldcup/worldcup"&gt;Twitter Official World Cup 2010 website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Twitter is a micro blogging system that allows you to push out status updates of what you are doing out on to the internet with no technical knowledge and very quickly. &lt;em&gt;If you do not know much about twitter why not have a quick Google. There are some great articles on it. Or go straight over to Twitter.com.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This site is a great example of aggregating various tweets based on certain individuals, teams, and Top Tweets (updates that are currently catching the attention of many Twitter users).&lt;/p&gt;
&lt;p&gt;According to Twitter's official blog:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;Fans have a unique opportunity to connect with players, teams, and brands using Twitter to join the matches in a new way. We also are providing a list of &lt;a target="_blank" href="http://twitter.com/invitations/suggestions/staff-picks-for-world-cup"&gt;suggested accounts&lt;/a&gt; to follow during the tournament and a World Cup theme for your profile page. We'll leave it up to you to learn how to do the neat little trick we're calling hashflags.&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;It's nice to see a great example of how Twitter can be used to help show our support for our country. &lt;em&gt;Shame it won't be long ;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;p.s. If you wanted to know what our hashflag is it's &lt;strong&gt;#eng&lt;/strong&gt;&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=3</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=3</guid><pubDate>Mon, 14 Jun 2010 00:00:00 +0000</pubDate></item><item><title>Google's new web indexing system called Caffeine</title><description>&lt;p&gt;I have heard today that Google have this week released their completed new web indexing system called Caffeine. I thought it was worth while doing some research into this and letting you know what it is, what it does, and ultimately what it means for your website.&lt;/p&gt;
&lt;h2&gt;So, what is Caffeine?&lt;/h2&gt;
&lt;p&gt;Caffeine is Google's new all singing, all dancing search index. When you search on Google you do not actually search the whole internet in a few seconds. What you are actually doing is searching an index, like in the back of a book. Historically Google (and most other search engines) have taken a 'snapshot' of a website at a given time and added it to their index.&lt;/p&gt;
&lt;p&gt;The problem with this approach is the data you search in Google can quickly become out of date, this is certainly the case for a news site like the BBC. With Google's traditional index system some sights were indexed more often than others and were categorised into layers of importance. These layers could have been updated daily, weekly, or monthly.&lt;/p&gt;
&lt;p&gt;With Caffeine Google will continuously analyse the web in smaller sections and continuously have it updating. The Caffeine indexer will add content immediately to the index when it finds it. Rather than in a batch every week for example.&lt;/p&gt;
&lt;h2&gt;What does Caffeine do?&lt;em&gt;&lt;strong&gt; &lt;/strong&gt;(Apart from get you up on a Monday)&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;Well Google have said:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;Caffeine provides 50 percent fresher results for web searches than our last index, and it's the largest collection of web content we've offered. Whether it's a news story, a blog or a forum post, you can now find links to relevant content much sooner after it is published than was possible ever before.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This basically means that content on the web &lt;em&gt;should &lt;/em&gt;appear in Google's Index a lot faster. The speed in which it appears probably will depend on the type of content that is published. By this I mean news articles, blogs, and even tweets from Twitter will get indexed a lot faster.&lt;/p&gt;
&lt;h2&gt;Ok, what you are really interested in... What does this mean for my site?&lt;/h2&gt;
&lt;p&gt;Well to start I just want to make it clear that is is my opinion from reading other articles and putting together my own research. As with everything Google, nobody can give a definitive answer as it's all very hush hush as to how something works in Google. I'm pretty sure they will not want the guys at Microsoft Bing knowing everything.&lt;/p&gt;
&lt;p&gt;Well first off I believe it's going to allow Google to have a much, much bigger index of web content. In their own words they say:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;Caffeine lets us index web pages on an enormous scale. In fact, every second Caffeine processes hundreds of thousands of pages in parallel. If this were a pile of paper it would grow three miles taller every second.&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;WOW! That's a lot of information!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Will this affect my index?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The unfortunate answer is possibly. As with this sort of question the more competitive your site is, the more competitive the keywords, therefore the more competition you have to fight with in Google. What this will probably mean though for sites that keep fresh and updated content on, especially in specialist fields of interest, it could well help.&lt;/p&gt;
&lt;h2&gt;Right then, let's round this article up&lt;/h2&gt;
&lt;p&gt;The only thing that is for sure is the search engine world is an ever changing area, and for Google to fight off the competition they need to come up with fresh and exciting ways of working with peoples data. So watch this space, I think it's going to be very interesting...&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=1</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=1</guid><pubDate>Fri, 11 Jun 2010 00:00:00 +0000</pubDate></item><item><title>iPad</title><description>&lt;p&gt;Well unless you have been living under a rock the last couple of months I am sure you have heard about the iPad. Well we have been monitoring its release closely, and after a bit of persuading we managed to get the MD Tony to purchase one for us. (Although actually secretly I think he wanted it more than us).&lt;/p&gt;
&lt;p&gt;So my aim for this article is to give it a firsthand write up and review.&lt;/p&gt;
&lt;h2&gt;Initial impressions&lt;/h2&gt;
&lt;p&gt;Lovely. It really is a lovely piece of design engineering. It looks slick and defiantly has that WOW factor to it. (I have to admit it wasn't quite as much wow as some people I know because I have been an iPhone user for a few years)&lt;/p&gt;
&lt;p&gt;The design is thin and slender, defiantly easy to take out with you when you&amp;rsquo;re out and about. My ownly grip, it is heavier than it looks, and I would worry whether it would smash when you drop it. Luckily though Tony has thought ahead and purchased a soft case for it.&lt;/p&gt;
&lt;h2&gt;Application&lt;/h2&gt;
&lt;p&gt;Ok so aesthetically you can tell I think it's gorgeous. But let's be honest a great looking car would be useless without a great engine and internal workings.&lt;/p&gt;
&lt;p&gt;When you turn it on it takes a few seconds to &amp;quot;Boot Up&amp;quot;, which is a lot faster than any laptop I have used before. When it has loaded up it looks exactly like the iPhone's dashboard. You get a screen full of icons to click on to open up a desired application. &lt;em&gt;Although when you first purchase it you get very little on it app wise&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;At the moment of writing there are a handful of applications that have been written specifically for the iPad, what this means is they have been developed to take the larger screen into account. &lt;em&gt;Although you can run iPhone applications on the iPad, they will open roughly at the resolution size of the iPhone&lt;/em&gt;. Therefore a lot of the screen space is wasted.&lt;/p&gt;
&lt;p&gt;The speed of loading seems great, and a perfect app to show off its features is the RightMove application. It can search for properties for where you are currently stood. For example it showed us some flats that were available on the same road as our office (&lt;em&gt;where we were testing it).&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Would I buy one personally?&lt;/h2&gt;
&lt;p&gt;Although I think it's a great piece of kit, and really can see the use for it commercially, I do not think on a personal level I would justify the price tag.&lt;/p&gt;
&lt;p&gt;Although with any gadget, over time I might be persuaded.&lt;/p&gt;</description><link>http://www.light-media.co.uk/modules/blog/article.aspx?id=2</link><guid>http://www.light-media.co.uk/modules/blog/article.aspx?id=2</guid><pubDate>Mon, 07 Jun 2010 00:00:00 +0000</pubDate></item></channel></rss>
