<?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>Flaretag</title>
	<atom:link href="http://www.flaretag.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flaretag.com</link>
	<description>Mobile Marketing</description>
	<lastBuildDate>Fri, 18 May 2012 20:48:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>How to customize the Tumblr iPhone theme</title>
		<link>http://www.flaretag.com/2012/05/how-to-customize-the-tumblr-iphone-theme/</link>
		<comments>http://www.flaretag.com/2012/05/how-to-customize-the-tumblr-iphone-theme/#comments</comments>
		<pubDate>Fri, 18 May 2012 20:48:35 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=835</guid>
		<description><![CDATA[&#160; Not long ago I wrote a post where I covered about the need of your QR codes pointing to an optimized web site. Here. Optimizing your site for mobile is not a piece of cake, specially with an old running site. A post to cover that would be a bit ambiguous since it depends [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Not long ago I wrote a post where I covered about the need of your QR codes pointing to an optimized web site. <a href="http://www.flaretag.com/2012/04/how-to-keep-qr-code-users-happy/" target="_blank">Here</a>.</p>
<p>Optimizing your site for mobile is not a piece of cake, specially with an old running site. A post to cover that would be a bit ambiguous since it depends on many factors. However recently I had to make some adjustments to the mobile theme that Tumblr provides, here I describe the steps I had to take.</p>
<p>&nbsp;</p>
<p><strong>The Tumblr service</strong></p>
<p>A few weeks ago I set setup a blog on Tumblr to host the Spanish version of our Flaretag and FlareCard posts.</p>
<p>I&#8217;m not sure I like Tumblr, there are some &#8220;features&#8221; that annoy me a lot. But that happens with almost any service, nothing is perfect.</p>
<p>But one thing I do like about Tumblr is that you can get a mobile optimized version of your blog by just clicking a checkbox. No plugins, no mess. You get a very simple version of your blog that is perfect for mobile devices. I have an old iPhone and that sets the threshold for my qualification of perfect, your threshold might be different.</p>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/05/Untitled.png"><img class="alignnone size-full wp-image-858" title="Mobile settings" src="http://www.flaretag.com/wp-content/uploads/2012/05/Untitled.png" alt="Mobile settings" width="297" height="343" /></a></p>
<p>&nbsp;</p>
<p><strong>The Tumblr iphone theme</strong></p>
<p>Tumblr uses a different set of rules for styling your blog when visited from an iPhone (I know that they use the same theme for Android). Below you have two pictures of our blog with the default iPhone theme and a modified iPhone theme. You can see the original one is a bit boring and there is no logo, the tag line is broken and the video too big. Readable but nasty. So I needed to do some changes to the theme to get those things corrected.</p>
<p>On a mobile site you want simplicity. The changes I did are enough for me, I don&#8217;t want much more stuff there.</p>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/05/los.png"><img class="alignnone size-full wp-image-842" title="FlareCard iPhone views" src="http://www.flaretag.com/wp-content/uploads/2012/05/los.png" alt="FlareCard iPhone views" width="580" height="698" /></a></p>
<p>&nbsp;</p>
<p>As you can see the changes are very small. It is up to you how much modifications you make. If you want to know the steps needed to apply the changes just read on.</p>
<p><strong>Note:</strong> If you are new to HTML and CSS here&#8217;s where it gets nasty because that&#8217;s what you need to touch. It is not complex though, with the right tools.</p>
<p>&nbsp;</p>
<p><strong>Changing the default theme</strong></p>
<p>Right. So lets try to get it done!</p>
<p>&nbsp;</p>
<p><strong>Step 1:</strong> Go to customize your Tumbler theme</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-17-at-10.09.41-PM.png"><img class="alignnone size-full wp-image-845" style="border: 1px solid black;" title="Customize LosFlareCard" src="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-17-at-10.09.41-PM.png" alt="Customize LosFlareCard" width="400" height="222" /></a></strong></p>
<p>&nbsp;</p>
<p><strong>Step 2:</strong> Create a new page called /iphone-theme</p>
<p>You should end up with something like the next two images. Make sure you close the Appearance sub-menu in case you cannot find the Pages option.</p>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-17-at-10.10.47-PM.png"><img class="alignnone size-full wp-image-846" style="border: 1px solid black;" title="Make iphone-theme page" src="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-17-at-10.10.47-PM.png" alt="Make iphone-theme page" width="400" height="539" /></a></p>
<p>&nbsp;</p>
<p>Make sure you select custom layout when creating the page. The big white empty area is where your customized theme will go.</p>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-17-at-10.11.59-PM.png"><img class="alignnone size-full wp-image-847" style="border: 1px solid black;" title="Custom theme" src="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-17-at-10.11.59-PM.png" alt="Custom theme" width="400" height="371" /></a></p>
<p>&nbsp;</p>
<p><strong>Step 3:</strong> Introduce the same default theme we already have.</p>
<p>To pick the code go here <a href="http://bit.ly/JMG7ET " target="_blank">http://bit.ly/JMG7ET </a>and copy paste that code in the big text area you can see above. Save the page and then the theme.</p>
<p>Now if you go with your mobile to your Tumblr you should see it exactly the same as before. Right. As expected. We could start playing with that template right there, but I find it quite cryptic and it is not very fluent if you want to add new stuff or quickly test changes since everything takes place online pretty much.</p>
<p>By the way thanks to orangkucing for making that available in <a href="https://github.com/orangkucing" target="_blank">https://github.com/orangkucing</a></p>
<p>&nbsp;</p>
<p><strong>Step 4:</strong> Get something you can play with locally</p>
<p>Lets get a copy of your mobile blog to your computer so you can play with the CSS to verify your changes. To do that we need to use an extension to be able to change the user-agent our browser identifies with. We want Tumblr to believe we are using an iPhone.</p>
<p>You can install this extension with Chrome browser: <a href="http://bit.ly/zfHDli" target="_blank">http://bit.ly/zfHDli</a></p>
<p>After installing the extension select the right user agent. Find the extension, click on the iPhone option and select the iPhone4.</p>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-18-at-2.18.52-PM.png"><img class="alignnone size-full wp-image-853" style="border: 1px solid black;" title="User agent change" src="http://www.flaretag.com/wp-content/uploads/2012/05/Screen-shot-2012-05-18-at-2.18.52-PM.png" alt="User agent change" width="295" height="277" /></a></p>
<p>&nbsp;</p>
<p>Then visit your Tumblr blog again, you should see the mobile version. Right click with your mouse and select &#8220;View Page Source&#8221;, then copy and paste that to your preferred editor. Save it with any name you want but ending with &#8220;.html&#8221;, for example &#8220;index.html&#8221;</p>
<p>&nbsp;</p>
<p><strong>Step 5:</strong> Start making your changes</p>
<p>Ok now it is time for the action. If you open that file you will find the CSS at the top and the HTML below that. You can start making modifications to that file and testing them locally! Every change you like needs to be written to the iphone-theme page we created before on Tumblr. Don&#8217;t go and copy the contents of this file as such because it wont work, you just need to introduce the small changes you make into the iphone-theme.</p>
<p>Depending on what you want to change you need investigate a bit around the components and styles used to be able to find the right spots. My preferred tool for doing that is using right-click on the Chrome browser and selecting &#8220;Inspect Element&#8221;. Then you can move around to see what elements and what styles are applied to them, you can also test some changes right into Chrome and then use them in your real file.</p>
<p>I pasted our FlareCard Tumblr iphone-theme here: <a href="http://pastebin.com/3ReijLWS">http://pastebin.com/3ReijLWS</a></p>
<p>&nbsp;</p>
<p><strong>Summary</strong></p>
<p>Well this post was &#8216;a bit&#8217; more technical than usual. If don&#8217;t mind getting your hands dirty with HTML and CSS the steps above should guide you to get started. Step 5 is the tedious one but you can handle it!</p>
<p>Cheers.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/05/how-to-customize-the-tumblr-iphone-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to keep QR code users happy</title>
		<link>http://www.flaretag.com/2012/04/how-to-keep-qr-code-users-happy/</link>
		<comments>http://www.flaretag.com/2012/04/how-to-keep-qr-code-users-happy/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 09:33:21 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[QR Codes]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[offline marketing]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=672</guid>
		<description><![CDATA[&#160; In my last post How to get people to scan your QR codes I mentioned a very fundamental need of your QR codes, a call to action. In this one I will cover another very important requirement concerning QR codes, there should lead to a mobile site. &#160; QR codes are meant for mobile. [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>In my last post <a href="http://www.flaretag.com/2012/04/how-to-get-people-to-scan-your-qr-codes/" target="_blank">How to get people to scan your QR codes</a> I mentioned a very fundamental need of your QR codes, a call to action. In this one I will cover another very important requirement concerning QR codes, there should lead to a mobile site.</p>
<p>&nbsp;</p>
<p><strong>QR codes are meant for mobile.</strong></p>
<p>QR codes are scanned with mobile devices, so behind a QR code there should be a mobile optimized website. If someone scans your QR code and it goes to a site that is not optimized for mobile it is very probable they&#8217;ll just leave immediately. A terrible amount of times there&#8217;s just a link to a &#8220;normal&#8221; website. I have even scanned a QR code that was taking me to a Flash site with not even a &#8220;normal&#8221; website alternative. And that was a real marketing campaign of a wine brand (goodbye Apple devices for that QR code).</p>
<p>Making sure the content behind your code is adapted for mobile shows the users that you care about the usability and presentation of your own content. And more important that you care about them.</p>
<p>&nbsp;</p>
<p><strong>Adapting your blog for mobile devices</strong></p>
<p>The degree of complexity to make a site adaptable depends a lot on the site, but I&#8217;ll focus on blogs on this post.</p>
<p>Blog providers like Tumblr or Blogger have settings where you can select to provide a mobile adapted version automatically. If you are on WordPress you can use some plugin that helps you with the adaptation or use a responsive theme (a responsive theme will adapt the content automatically depending on the visiting device).</p>
<p>Here&#8217;s a couple of links to obtain more details and reviews about the options for WordPress.</p>
<ul>
<li><a href="http://www.wpbeginner.com/wp-tutorials/11-ways-to-create-a-mobile-friendly-wordpress-site/" target="_blank">11 ways to create a mobile friendly wordpress site</a> (you can see a good list of plugins to adapt a WordPress site)</li>
<li><a title="http://www.tripwiremagazine.com/2012/04/responsive-wordpress-themes.html" href="http://www.tripwiremagazine.com/2012/04/responsive-wordpress-themes.html" target="_blank">Responsive wordpress themes</a> (a large selection of responsive themes for WordPress. If you like a theme check the demo and resize your browser to see how the contents adapt accordingly, that is responsive web design in action)</li>
</ul>
<p>&nbsp;</p>
<p><strong>Note:</strong> This blog is not optimized for mobile. I did spend a couple of hours trying different plugins and you must be ready to take some pain since their effectiveness depends on the current theme or template you are using. At least for our  blog the best option would be using a new responsive theme since the current template is heavily customized.</p>
<p style="text-align: left;">Regardless of your site being a blog or a traditional website there are several services that convert your site to mobile. As an example you can check <a href="http://www.howtogomo.com" target="_blank">http://www.howtogomo.com</a>. It costs some money but I think they had some free period to test the results.</p>
<p>&nbsp;</p>
<p><strong>Responsive Web Design</strong></p>
<p>The web design technique that deals with the adaptation of web content for different devices is called Responsive Web Design. If you are interested to know more about it here&#8217;s a link <a href="http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/" target="_blank">What is responsive design: What it is and how to use it</a>. I think it is important for non technical persons to be aware of those basic concepts, specially if you are hiring someone to work on your site, buying a website template or website theme.</p>
<p>&nbsp;</p>
<p><strong>Summary</strong></p>
<p>We covered two different but related topics here. The nasty pitfall of taking QR code users to non-mobile websites and some alternatives and background information if you need to optimize your site or blog to mobile.</p>
<p>As usually if you have concern or question regarding these topics feel free to ask.</p>
<p>Cheers.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/04/how-to-keep-qr-code-users-happy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get people to scan your QR Codes</title>
		<link>http://www.flaretag.com/2012/04/how-to-get-people-to-scan-your-qr-codes/</link>
		<comments>http://www.flaretag.com/2012/04/how-to-get-people-to-scan-your-qr-codes/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 13:42:49 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=750</guid>
		<description><![CDATA[&#160; This will be a very short post. The intention is to discuss an important need of your QR codes. It is a very simple thing but often does not receive the importance it deserves. This post in Spanish. Do your QR codes have a call to action? Think about it. How do you motivate [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>This will be a very short post. The intention is to discuss an important need of your QR codes. It is a very simple thing but often does not receive the importance it deserves. This <a href="http://tmblr.co/Z3R1_wJaZLbI" target="_blank">post in Spanish</a>.</p>
<p><strong>Do your QR codes have a call to action?</strong></p>
<p>Think about it. How do you motivate people to scan your QR codes?</p>
<p>Can you imagine a web page with a button that just says &#8220;click&#8221;, with no text around explaining what the button is going to do? Very often you see QR codes placed on a website with no call to action at all, maybe waiting for some QR code freak to feel attracted to it? QR codes also deserve/need a &#8220;call to action&#8221;. Give users a reason to scan your QR codes and the possibilities will increase.</p>
<p><strong>Simple solution</strong></p>
<p>The solution is clear. Just make sure you place some text inviting the users to scan your QR code. As with any other &#8220;call to action&#8221; you can try different texts to see which one works best.</p>
<p>It is impossible to measure the effect that causes a text that does not exist, at least this way you will see the level of interest the information you present.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/04/how-to-get-people-to-scan-your-qr-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flaretag launches RealtyGlue</title>
		<link>http://www.flaretag.com/2012/04/flaretag-launches-realtyglue/</link>
		<comments>http://www.flaretag.com/2012/04/flaretag-launches-realtyglue/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 17:48:06 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Real Estate]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=685</guid>
		<description><![CDATA[&#160; Flaretag, Inc. has launched a Real Estate Marketing Platform called RealtyGlue™. The new platform focuses on helping REALTORS® more effectively reach local customers by using mobile and social media channels. &#8220;This is an evolution of our existing real estate platform.&#8221; &#8211; said Daniel, CEO of Flaretag &#8211; &#8220;We felt that this product needed a [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://www.realtyglue.com"><img class="alignleft size-full wp-image-692" style="margin-right: 20px;" src="http://www.flaretag.com/wp-content/uploads/2012/04/RealtyGlue.png" alt="RealtyGlue" width="300" height="299" /></a>Flaretag, Inc. has launched a Real Estate Marketing Platform called <a href="http://www.realtyglue.com">RealtyGlue™</a>. The new platform focuses on helping REALTORS® more effectively reach local customers by using mobile and social media channels.</p>
<p>&#8220;This is an evolution of our existing real estate platform.&#8221; &#8211; said Daniel, CEO of Flaretag &#8211; &#8220;We felt that this product needed a stronger name and focus in the Real Estate community to reflect our commitment with helping REALTORS® promote their brands.&#8221;</p>
<p>A REALTOR® most valuable asset is their <a href="http://blog.realtyglue.com/2012/01/become-the-neighborhood-expert/">local knowledge and presence</a>. RealtyGlue™ gives you tools to reach the customers that matter to you, these are people that live or aspire to live in the communities you serve. Using social media and mobile channels, you can easily reach your local customers while promoting your brand and your listings.</p>
<p>Unlike some other listing sites, RealtyGlue™ showcases your listings and your brand without ads, other agents or any other distractions. Just your beautiful homes and YOU.</p>
<p>Current customers will see no change to their accounts, just a new website.</p>
<h4><a href="http://www.realtyglue.com/pages/tour">Learn more about RealtyGlue™ &gt;&gt;</a></h4>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/04/flaretag-launches-realtyglue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating videos with Xtranormal</title>
		<link>http://www.flaretag.com/2012/04/creating-videos-with-xtranormal/</link>
		<comments>http://www.flaretag.com/2012/04/creating-videos-with-xtranormal/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 19:27:57 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=612</guid>
		<description><![CDATA[&#160; Hi there, we recently started creating videos to present our products and to announce different features we add to our products. We have tutorial videos were the mood is instructional and videos were we use animated characters to present situations that illustrate the use of our products. Here&#8217;s a post about what we did [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hi there, we recently started creating videos to present our products and to announce different features we add to our products. We have tutorial videos were the mood is instructional and videos were we use animated characters to present situations that illustrate the use of our products. Here&#8217;s a post about what we did to start making our videos.</p>
<p><strong>Our requirements</strong></p>
<p>We knew we wanted to give a sense of humor to our animated videos so we started looking for different alternatives.</p>
<p>There are a few services around that allow you to create animated videos for free or for a small amount of money. I tried some of them or watched any available video tutorials about the basic usage of the products. Several of the options were nice but finally we selected <a href="http://www.xtranormal.com" target="_blank">Xtranormal</a>. I won&#8217;t mention the other options I checked since in the end it&#8217;s a question of personal preferences or must-have requirements. For example, we wanted a good text-to-speech incorporated into the selected service and Xtranormal has a quite good text-to-speech support.</p>
<p>It took a while to get to know their application, I created a couple of accounts to play with it and made a few questions on their support board. I got answers quite promptly from the Xtranormal guys. Really happy to get support when needed.</p>
<p><strong>How much it costs</strong></p>
<p>Xtranormal offers different subscriptions models and they also have a free plan. The basic idea is that you pay for your characters, scenarios, etc with &#8220;xp points&#8221;. To help you get started, you get 300 xp points for free. That is enough to pick two nice characters and a good scenario for your videos. It gives you the rights to use the characters and publish a video anywhere you want. You don&#8217;t pay for publishing a video. Since you don&#8217;t need to purchase again the same items to repeat videos with them you could make many clips with the same actors and scenario, but that could be a bit boring. If you want to extend your selection, then you can purchase more items. There are several xp bundles for you to purchase, for example with 10$ you can get 1200xp.</p>
<p><strong>How to make the videos</strong></p>
<p>With Xtranormal you have two ways to create a video:<strong></strong></p>
<ul>
<li>Movie Maker</li>
</ul>
<p>With Movie Maker you can create your movies directly from your browser. It is quite handy and after picking your scenario and some characters you can start creating the video in no time. The user interface is intuitive and after playing a bit around you can get a good idea about how the process goes.</p>
<ul>
<li>Desktop</li>
</ul>
<p>Desktop is an application for Windows that you can install on your computer to create the videos. This is my preffered option. You have more control over the clip and a few more features. The web app is ok but working with the desktop application makes the process easier since you get a better overview of what you are doing. As with the web based version you need your account and from the application itself you can get the items you need or even directly go to the support pages and tutorials they have.</p>
<p><strong>What can the characters do</strong></p>
<p>You have quite nice set of actions you can assign to the characters, they can speak, you can associate gestures to them and adjust things like duration or strength, you can make them take some positions so they don&#8217;t look so much like sticks. There&#8217;s a few tens of gestures and not so many positions but we managed anyway. You can make them look at the camera, smile, get angry, surprised, etc. With the Desktop app you can make them walk around also.</p>
<p>With some of the scenarios you can also place your own graphics behind. So if there&#8217;s a TV you can tell what to show there.</p>
<p>You can have many cameras in the setup and film from many positions, they are quite easy to control.</p>
<p>The selection of characters is extensive and we found the ones we liked. As per the voices they support quite a few languages but the selection is more limited there for some of the languages. We got our English and Spanish male and female voices but there was also French, Italian, Russian, Finnish, Dutch and many more.</p>
<p><strong> How does it feel to make the videos</strong></p>
<p>In the beginning it was a bit opaque so we had to make a test video to see where the video ends up, how you publish it and how you see your xp points going away.</p>
<p>So we created our first test video with the Desktop application. After creating it, you can export your video and get a copy on your hard drive. When you export your points go away (the first time) but you can export again and do any adjustments you need to adjust the results before uploading anywhere. There&#8217;s a quite nice selection of formats in which you can export. We wanted to upload the videos to youtube so we selected HTML 5 Video HD 1080P. There is also settings for aspect ratio and video size. We make some simple post-production with iMovie (Mac) so we need to convert the video to import it there. For the conversion we used <a href="http://www.getmiro.com/" target="_blank">Miro </a></p>
<p>Here you can see the end result of our test video. You can see that we started talking about our doubts with the application and it moved into talking about our product since it was getting funny to watch.</p>
<p style="text-align: center;"> <p><a href="http://www.youtube.com/watch?v=Ie0qB7fslPo"><img src="http://img.youtube.com/vi/Ie0qB7fslPo/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=Ie0qB7fslPo">Click here</a> to view the video on YouTube.</p>
</p>
<p>Then we created another one a bit more serious:</p>
<p style="text-align: center;"><p><a href="http://www.youtube.com/watch?v=9yZCaTvS4Gw"><img src="http://img.youtube.com/vi/9yZCaTvS4Gw/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=9yZCaTvS4Gw">Click here</a> to view the video on YouTube.</p>
</p>
<p><strong>Gotchas</strong></p>
<p>Making the videos is fun and easy. It doesn&#8217;t take much to get used to the application and you can start in no time. As you work you need constant testing of what you are doing so you ad a gesture and want to check how it looks, or change a line and need to hear how it sounds, etc. The biggest problem I had was the waiting times while the video needs to be regenerated, the process could be reduced by a lot if Xtranormal would optimize that part. The second video above took me maybe 14 hours. When the regeneration issue is optimized, I think it can take less than half the time I used. If you have to pay someone to create your videos that&#8217;s a very significant difference. I wrote to them and they are aware that this part needs to improved so I hope it is in some near release.</p>
<p>&nbsp;</p>
<p><strong>Conclusion</strong></p>
<p>Xtranormal has many more features, like background sounds, character lips synchronization if using real actors for the narration, etc. We are gonna include videos in our email campaigns and keep using them to announce new features as we release them. Maybe later on we&#8217;ll find something else but so far Xtranormal is the selection for our videos. If you want to start making yours just give it a try, it is fun.</p>
<p>Cheers.</p>
<p>&nbsp;</p>
<p>Here&#8217;s some useful tutorials to get started:</p>
<ul>
<li>Introduction to Xtranormal Desktop: <a href="http://youtu.be/mzZccidNzSo" target="_blank">http://youtu.be/mzZccidNzSo</a></li>
<li>Marketplace and Camera Navigation: <a href="http://youtu.be/t27U3Zu9C_w" target="_blank">http://youtu.be/t27U3Zu9C_w</a></li>
<li>Actors and Cameras: <a href="http://youtu.be/t27U3Zu9C_w" target="_blank">http://youtu.be/t27U3Zu9C_w</a></li>
<li>Sounds, Voiceovers, Titles and Credits: <a href="http://youtu.be/juhekU9c9fw" target="_blank">http://youtu.be/juhekU9c9fw</a></li>
<li>Pricing:<a title="Is Xtranormal free? What can I pay for?" href="https://xtranormal.zendesk.com/entries/197530-is-xtranormal-free-what-can-i-pay-for" target="_blank">https://xtranormal.zendesk.com/entries/197530-is-xtranormal-free-what-can-i-pay-for</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/04/creating-videos-with-xtranormal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlareCard Introduction [Video]</title>
		<link>http://www.flaretag.com/2012/04/flarecard-introduction-video/</link>
		<comments>http://www.flaretag.com/2012/04/flarecard-introduction-video/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 04:48:52 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[FlareCard]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=596</guid>
		<description><![CDATA[&#160; In this video, you can learn more about FlareCard and how to use it. It will give you enough information to understand the main features of the service and get started with it in minutes. &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>In this video, you can learn more about FlareCard and how to use it. It will give you enough information to understand the main features of the service and get started with it in minutes.</p>
<p style="text-align: center;"><p><a href="http://www.youtube.com/watch?v=ec4aMJodFJU"><img src="http://img.youtube.com/vi/ec4aMJodFJU/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=ec4aMJodFJU">Click here</a> to view the video on YouTube.</p>
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/04/flarecard-introduction-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rethinking business cards</title>
		<link>http://www.flaretag.com/2012/03/re-thinking-business-cards/</link>
		<comments>http://www.flaretag.com/2012/03/re-thinking-business-cards/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 19:08:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[FlareCard]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=568</guid>
		<description><![CDATA[&#160; Handing out your business card is not only good etiquette but it&#8217;s expected in most business situations.  It&#8217;s often the first point of contact between your brand and a new potential customer but often serves no purpose in promoting your brand or services. It&#8217;s merely a supporting element in your marketing. It won&#8217;t help you get [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Handing out your business card is not only good etiquette but it&#8217;s expected in most business situations.  It&#8217;s often the first point of contact between your brand and a new potential customer but often serves no purpose in promoting your brand or services. It&#8217;s merely a supporting element in your marketing. It won&#8217;t help you get new customers but ensures that if you&#8217;ve done some other things right, they&#8217;ll know how to get in touch with you.</p>
<p>However, let&#8217;s face it, in today&#8217;s digital age, we&#8217;re constantly bombarded with information. Chances are your business card is forgotten and another person offering similar services will be more recent in your prospect&#8217;s mind at the time your services are needed.</p>
<p>How are your current business cards helping you keep in touch and stay relevant with your customers? Chances are they aren&#8217;t helping much.<span id="more-568"></span></p>
<h3></h3>
<h3>A Business card that helps you stay in touch</h3>
<p>&nbsp;</p>
<p><a href="http://www.flarecard.com"><img class="alignleft" style="margin-left: 0px; margin-right: 20px;" src="http://www.flarecard.com/wp-content/uploads/2011/11/phonewithcardsblue.png" alt="FlareCard Business Cards" height="140" /></a>What we created with <a href="http://www.FlareCard.com">FlareCard</a> is a digital companion to your business cards. It opens the door to not only your contact information but also your online profiles and activity. It gives your potential customers a better and more complete view of who you are and what you can do for them.</p>
<p>Our digital cards focus on two main goals:</p>
<ul>
<li><strong>Improving the first meeting</strong>: By providing your new contact with information about you on different social networks, it&#8217;s easier to start a conversion around common interests or discover that you both have some common friends.</li>
<li><strong>Ensuring that you stay relevant to your contacts</strong>: Your new contact can follow your card and get brief periodic emails summarizing your online activity. For example when you write a new blog post. This allows you to raise above the noise and stay relevant to that person.</li>
</ul>
<h3></h3>
<h3>A new opportunity to connect</h3>
<p>&nbsp;</p>
<p><a href="http://www.flarecard.com/iphone"><img class="alignleft" src="http://www.flarecard.com/wp-content/uploads/2012/03/Flarecard.png" alt="FlareCard iPhone app" height="180" /></a>It&#8217;s often a good idea to follow up via email with the person you just met. We wanted you to make that connection as soon as possible after the initial meeting so that your impression is still fresh on your new connection&#8217;s mind. Our <a href="http://www.flarecard.com/iphone">iPhone app</a> allows you to easily send your digital card to somebody via Email or Text Message right on-the-spot.</p>
<p>This gives you an opportunity to remind the person how you can help them.</p>
<p><a href="http://www.flarecard.com">FlareCard</a> is helping re-define what business cards are and how they help people meet each other. It&#8217;s a free service, you should try it out and see how it can help your next meeting.</p>
<a href='http://www.flarecard.com' class='small-button smallblue'><span>Give FlareCard a try &gt;&gt;</span></a>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/03/re-thinking-business-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet Tom &amp; Alice</title>
		<link>http://www.flaretag.com/2012/03/meet-tom-alice/</link>
		<comments>http://www.flaretag.com/2012/03/meet-tom-alice/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 02:16:38 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[FlareCard]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=551</guid>
		<description><![CDATA[&#160; Tom &#38; Alice are our new friends at Flaretag. In this video Tom &#38; Alice meet at an airport in a scene seen constantly across the world. After being approached by Alice, Tom tries to impress her and give her all possible ways to know more about him. Having failed at it, Tom learns [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Tom &amp; Alice are our new friends at Flaretag. In this video Tom &amp; Alice meet at an airport in a scene seen constantly across the world. After being approached by Alice, Tom tries to impress her and give her all possible ways to know more about him. Having failed at it, Tom learns the benefits of <a href="http://www.flarecard.com">FlareCard </a>for the modern business person&#8230; and then makes a fool out of himself again <img src='http://www.flaretag.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.youtube.com/watch?v=9yZCaTvS4Gw"><img src="http://img.youtube.com/vi/9yZCaTvS4Gw/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=9yZCaTvS4Gw">Click here</a> to view the video on YouTube.</p>

<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/03/meet-tom-alice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlareCard iPhone App Available</title>
		<link>http://www.flaretag.com/2012/03/flarecard-iphone-app-available/</link>
		<comments>http://www.flaretag.com/2012/03/flarecard-iphone-app-available/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 01:37:50 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[FlareCard]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=516</guid>
		<description><![CDATA[&#160; We are very happy to announce that the FlareCard application for the iPhone is now available! With the FlareCard application you can download and use your existing cards on your phone. A focused set of features There was a very clear situation we wanted to cover with this first release: Ideally you would have [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>We are very happy to announce that the <a href="http://www.flarecard.com/iphone">FlareCard application for the iPhone</a> is now available! With the FlareCard application you can download and use your existing cards on your phone.</p>
<p><strong>A focused set of features</strong></p>
<p>There was a very clear situation we wanted to cover with this first release:</p>
<p>Ideally you would have your FlareCard business cards on paper to effectively share them with the people you meet. That is a powerful way to tell about you and mix the traditional cards with the digital information they contain.</p>
<p>But we wanted to give you a way to share your cards without a physical card as well. Your FlareCard business cards are no longer just living somewhere in the Internet. Now they are living right inside your phone and when you need them you can send them by email, text message or show the QR code so it can be scanned from your phone.<span id="more-516"></span></p>
<p>If you just need to show some of your details you can show your card contents with the application. The data is stored in the phone so you don&#8217;t need to be connected to the network.</p>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/03/Screen-shot-2012-02-28-at-12.01.02-AM.png"><img class="alignleft size-medium wp-image-528" title="FlareCard application" src="http://www.flaretag.com/wp-content/uploads/2012/03/Screen-shot-2012-02-28-at-12.01.02-AM-200x300.png" alt="FlareCard application" width="200" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>New Users</strong></p>
<p><strong></strong>If you don&#8217;t have a FlareCard account yet don&#8217;t worry. <a href="http://www.flarecard.com/iphone">Install the application</a> and sign in with your Facebook account, authorize the application and it will not only create a FlareCard account for you but also create a base card automatically and download it to your phone.</p>
<p><strong>Editing the cards</strong></p>
<p>Because we wanted to provide this set of features soon enough you still have to edit your cards from the <a href="http://apps.facebook.com/flarecard">Facebook FlareCard application</a>. But don&#8217;t worry the next release will allow you to modify your cards from the mobile application as well. And more things of course <img src='http://www.flaretag.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So this was the topic today. We are delighted to share these news with you and we hope you are also happy.</p>
<p>If you have any questions or comments feel free to drop us a message!</p>
<a href='http://www.flarecard.com/iphone/' class='big-button bigblue'><span>Get the App</span></a>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/03/flarecard-iphone-app-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlareCard follows your blog</title>
		<link>http://www.flaretag.com/2012/03/flarecard-follows-your-blog/</link>
		<comments>http://www.flaretag.com/2012/03/flarecard-follows-your-blog/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 15:31:30 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[FlareCard]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://www.flaretag.com/?p=457</guid>
		<description><![CDATA[&#160; Hi there, It&#8217;s been a while since our last post and it&#8217;s time to give you some good news! We&#8217;re obsessed with promoting you We are very excited to announce our latest addition to FlareCard. It is the first of a series of additions that will make FlareCard your best promotion tool, and truly the [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hi there, It&#8217;s been a while since our last post and it&#8217;s time to give you some good news!</p>
<p><strong>We&#8217;re obsessed with promoting you</strong></p>
<p>We are very excited to announce our latest addition to <a href="http://www.flarecard.com">FlareCard</a>. It is the first of a series of additions that will make FlareCard your best promotion tool, and truly the center of all your Internet activity.</p>
<p>We recently introduced the <a href="http://www.flaretag.com/2011/12/biz-cards-that-cant-be-ignored/">ability to follow cards</a> so that your followers can be notified when things in your card change. But what if things change outside your card? For example if you publish a new post on your awesome blog?<span id="more-457"></span></p>
<p>You guessed right. <em><strong>Now FlareCard follows your blogs!</strong></em> And whenever you write a new post, your card followers are informed about it as part of the FlareCard update email.</p>
<p>Can you think of a better way to promote yourself and your blog? We think it rocks!</p>
<p><strong>How to use it.</strong></p>
<p>You don&#8217;t need to do much! Just make sure you add your blog to your FlareCard details, we take care of the complicated stuff and keep your followers up-to-date when your blog has new posts.</p>
<p>As you can imagine we are not stoping here. Our goal is to gradually expand on the details that you add to your FlareCard Business Card. We&#8217;ll be adding more social networks and services to fit your needs and your personality.</p>
<p>There will be some fine-tuning here and there but this new amazing feature is ready to be launched. So get your cards ready, start sharing them and getting followers because there&#8217;s a lot more coming!</p>
<p>Cheers!</p>
<p>P.s: We can&#8217;t wait to tell you about our the next update. Hopefully Apple won&#8217;t delay us too much <img src='http://www.flaretag.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<a href='https://graph.facebook.com/oauth/authorize?client_id=200268460046606&amp;redirect_uri=https://apps.facebook.com/flarecard/fb_callback&amp;scope=email' class='big-button bigblue'><span>Start Using FlareCard &gt;&gt;</span></a>
<p>&nbsp;</p>
<p><a href="http://www.flaretag.com/wp-content/uploads/2012/03/email_example2.jpg" target="_blank"><img class="size-full wp-image-496" style="border: 1px solid #bbbbbb; margin: 5px;" title="FlareCard news email" src="http://www.flaretag.com/wp-content/uploads/2012/03/email_example2.jpg" alt="FlareCard news email" width="530" height="887" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaretag.com/2012/03/flarecard-follows-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.flaretag.com @ 2012-05-19 12:28:46 -->
