﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
  <channel>
    <title>Ågevik</title>
    <description>The semi-personal blog of Måns Ågevik</description>
    <link>http://www.agevik.com/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 2.5.0.6</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://www.agevik.com/opml.axd</blogChannel:blogRoll>
    <dc:creator>Måns Ågevik</dc:creator>
    <dc:title>Ågevik</dc:title>
    <geo:lat>59.329440</geo:lat>
    <geo:long>18.068610</geo:long>
    <item>
      <title>Library based project in Eclipse installs two APKs</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;I almost missed this in my first library based project. Luckily I usually wipe a device clean for the final test before publishing and saw that when I installed the app I got two new icons in the device! In addition to the icon of the app I was testing I got an icon for the library project it was based on. On closer inspection I saw that two APKs had actually been installed. Well, that's not the result I was looking for so off to Google I went.. and discovered not many people had written about this. And none of the solutions worked for me.&lt;/p&gt;
&lt;p&gt;Then I started thinking, the &lt;a href="http://developer.android.com/guide/developing/projects/projects-eclipse.html"&gt;android docs says a library project can't be installed&lt;/a&gt;. So why was mine being installed..? Turns out the library project started life as an app, and still residing in the bin directory was an old APK which I decided to delete!&lt;/p&gt;
&lt;p&gt;Now I get this error:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.agevik.com/image.axd?picture=2012%2f3%2fapk-error.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;I don't know why it tries to find the APK for the library project, a bug in Eclipse perhaps? But since everything works as it should now&amp;nbsp;I'm not going to spend any time digging deeper and just ignore the error. Next time I'll start the library project as a library project and see if that eliminates the problem all together.&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/23/Library-based-project-in-Eclipse-installs-two-APKs.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/23/Library-based-project-in-Eclipse-installs-two-APKs.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=c385db25-fb1d-4471-b312-e896e8c0b9a0</guid>
      <pubDate>Fri, 23 Mar 2012 13:57:00 +0200</pubDate>
      <category>Code</category>
      <category>Smartphone</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=c385db25-fb1d-4471-b312-e896e8c0b9a0</pingback:target>
      <slash:comments>594</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=c385db25-fb1d-4471-b312-e896e8c0b9a0</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/23/Library-based-project-in-Eclipse-installs-two-APKs.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=c385db25-fb1d-4471-b312-e896e8c0b9a0</wfw:commentRss>
    </item>
    <item>
      <title>While sad for Facebook, I kind of agree</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;I have long hated the USPTO and US patent law. Many (software) patents granted in the US are not only ridiculous but can't even be applied for in many other countries. I read this &lt;a href="http://blogmaverick.com/2012/03/13/i-hope-yahoo-crushes-facebook-in-its-patent-suit/"&gt;article&lt;/a&gt; today, while I don't really want Facebook to die a horrible death it might actually do a lot of good. Politicians cannot be relied upon to take the right action, the consumers must stand up and say stop. This was never the reason patents were invented in the first place. They were implemented so that companies would be able to earn back research money before a product&amp;nbsp;was copied&amp;nbsp;and also, in some measure,&amp;nbsp;to&amp;nbsp;reward creativeness. Yahoo's patent suit against Facebook is neither.&lt;/p&gt;
&lt;p&gt;Patenting obvious (yes, UPSTO lawyers, they &lt;strong&gt;are&lt;/strong&gt; obvious to computer litterate people) methods of getting things done on a computer should not be allowed. At all.&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/16/While-sad-for-Facebook-I-kind-of-agree.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/16/While-sad-for-Facebook-I-kind-of-agree.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=f4d6ad62-acb4-4d31-a083-495873d90d40</guid>
      <pubDate>Fri, 16 Mar 2012 15:47:00 +0200</pubDate>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=f4d6ad62-acb4-4d31-a083-495873d90d40</pingback:target>
      <slash:comments>1151</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=f4d6ad62-acb4-4d31-a083-495873d90d40</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/16/While-sad-for-Facebook-I-kind-of-agree.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=f4d6ad62-acb4-4d31-a083-495873d90d40</wfw:commentRss>
    </item>
    <item>
      <title>Back when 25,000 lines of code actually got you somewhere!</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;This takes me back.. &lt;a href="http://www.pcmag.com/slideshow/story/295139/10-classic-computer-rpgs/10"&gt;Wizardry&lt;/a&gt; was one of my favorite games when I was a kid. I have all of them lying in a storage area behind my office, had to get them out and look at all the maps. Got the sudden urge to dig up something that'll actually run them. I think one of&amp;nbsp;my old PS/2 50 or 80 should do the trick; if they actually start, must be 15 years since I turned one of them on last time!&lt;/p&gt;
&lt;p&gt;&lt;img style="float: left; padding-right: 15px; padding-bottom: 15px;" src="http://www.agevik.com/image.axd?picture=2012%2f3%2fwizardry.jpg" alt="" /&gt;The boxes even have all my old maps in them! Should be a piece of cake! Wonder if I can find my old characters on one of these disks too..?&lt;/p&gt;
&lt;p&gt;And as the title says, those were the days. The system I'm working on right now has almost 10,000 lines of just javascript. I don't dare to add up all the C# and SQL code as well.. and it&amp;nbsp;is nowhere near complete..&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/13/Back-when-25000-lines-of-code-actually-got-you-somewhere!.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/13/Back-when-25000-lines-of-code-actually-got-you-somewhere!.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=571f4b8e-3175-4b01-a670-a34c5cf110bc</guid>
      <pubDate>Tue, 13 Mar 2012 17:43:00 +0200</pubDate>
      <category>Games</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=571f4b8e-3175-4b01-a670-a34c5cf110bc</pingback:target>
      <slash:comments>938</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=571f4b8e-3175-4b01-a670-a34c5cf110bc</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/13/Back-when-25000-lines-of-code-actually-got-you-somewhere!.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=571f4b8e-3175-4b01-a670-a34c5cf110bc</wfw:commentRss>
    </item>
    <item>
      <title>Updating widgets for multiple blogs on BlogEngine platform</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Making it possible to have multiple blogs in one application is great in some cases, I sometimes use BlogEngine more as a CMS than a blog and run a second blog as an actual blog associated with the primary site. With that said I usually run everything in separate applications as a matter of course, I like compartmentalization &amp;mdash; one site going down shouldn't bring the rest of them with it.&lt;/p&gt;
&lt;p&gt;Now, running mulitiple blogs has &lt;a href="http://allben.net/post/2011/06/19/Introducing-Multiple-Blogs-in-Single-Instance-for-BlogEngineNET.aspx"&gt;some issues&lt;/a&gt;&amp;nbsp;&amp;mdash; themes, widgets and extensions need to be multi-blog-aware! When I was updating my code I realized some widgets are better left not updated. As I only run multiple blogs that are closely related in one application I decided to&amp;nbsp;make some&amp;nbsp;widgets unaware. Like the newsletter and&amp;nbsp;tag cloud&amp;nbsp;widgets, in those cases "data exchange" is a good thing!&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/10/Updating-widgets-for-multiple-blogs-on-BlogEngine-platform.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/10/Updating-widgets-for-multiple-blogs-on-BlogEngine-platform.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=4fe1a117-8274-46b4-a673-da356ccf57a9</guid>
      <pubDate>Sat, 10 Mar 2012 11:40:00 +0200</pubDate>
      <category>Blog</category>
      <category>BlogEngine</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=4fe1a117-8274-46b4-a673-da356ccf57a9</pingback:target>
      <slash:comments>1411</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=4fe1a117-8274-46b4-a673-da356ccf57a9</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/10/Updating-widgets-for-multiple-blogs-on-BlogEngine-platform.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=4fe1a117-8274-46b4-a673-da356ccf57a9</wfw:commentRss>
    </item>
    <item>
      <title>Nivo Slider for BlogEngine</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;I was looking around for ways to spice up one of the sites I work on, found the Nivo Slider (which isn't that hard to find really, so no cred there). Then I found the &lt;a href="http://rtur.net/blog/post/2011/09/22/Tutorial-Building-NivoSlider-Extension-(Part-4).aspx"&gt;Nivo Slider extension for BlogEngine&lt;/a&gt;, while it is a good piece of work it does have some flaws.&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;The admin page doesn't show up&amp;nbsp;until you've loaded a page with a control on it; which means if you only have it in posts you have to post&amp;nbsp;your first&amp;nbsp;post with a slider before you can configure&amp;nbsp;it.&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;It uses Nivo Slider 2.0; the current version is 2.7-something.&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;Lots and lots of options aren't configurable; for instance the effect, timings, etc.&lt;/p&gt;
&lt;p&gt;I decided to correct some of these issues before adding it to my sites. Due to time contraints I decided to fix only the last two issues, I also decided not to create a NuGet package and post it to the gallery. I did however pack it up and it will be posted when the site is completed and published.&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/10/Nivo-Slider-for-BlogEngine.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/10/Nivo-Slider-for-BlogEngine.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=ac46b8db-b776-407b-b4b2-5dddb6997c60</guid>
      <pubDate>Sat, 10 Mar 2012 10:55:00 +0200</pubDate>
      <category>BlogEngine</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=ac46b8db-b776-407b-b4b2-5dddb6997c60</pingback:target>
      <slash:comments>1610</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=ac46b8db-b776-407b-b4b2-5dddb6997c60</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/10/Nivo-Slider-for-BlogEngine.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=ac46b8db-b776-407b-b4b2-5dddb6997c60</wfw:commentRss>
    </item>
    <item>
      <title>Android Market becomes Google Play</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Came across &lt;a href="http://android-developers.blogspot.com/2012/03/introducing-google-play.html"&gt;this&lt;/a&gt; today. I guess this is a good move for everyone involved, sure Android is a strong brand now but Google is even stronger. Just too bad that here in Sweden sites called "Play" are extremely strongly tied to television on the internet. But then again, who really cares about 9M swedes..?&lt;/p&gt;
&lt;p&gt;And no, it's not really seamless &amp;mdash; at least not if you want to be up to date! I know we reference Android Market in help files, documentation and promotional material.. so.. time to go do a search-and-replace in all the Eclipse projects!&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/07/Android-Market-becomes-Google-Play.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/07/Android-Market-becomes-Google-Play.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=38ea4d76-d2f2-46b5-af96-9b94a7d40f69</guid>
      <pubDate>Wed, 07 Mar 2012 13:45:00 +0200</pubDate>
      <category>Smartphone</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=38ea4d76-d2f2-46b5-af96-9b94a7d40f69</pingback:target>
      <slash:comments>811</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=38ea4d76-d2f2-46b5-af96-9b94a7d40f69</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/07/Android-Market-becomes-Google-Play.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=38ea4d76-d2f2-46b5-af96-9b94a7d40f69</wfw:commentRss>
    </item>
    <item>
      <title>Fully functional</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Seems like the scheduling adaptions are working correctly! Have had no problems the last couple of days.&lt;/p&gt;
&lt;p&gt;That means I'll start posting the code here in&amp;nbsp;a little while. No, I won't make a fork-or-whatever over at codeplex, haven't got the time right now to read up on the proper etiquette and all. But as BlogEngine is free I don't mind sharing so everthing you'll need will be here. If you feel like posting it to codeplex &amp;mdash; go ahead, but please let me know.&lt;/p&gt;
&lt;p&gt;Also, I might not update this code when the next version of BlogEngine is published, that depends entirely if that version has any features I really need. Like localization of posts.. that'd be nice.. *nudgenudge*&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/05/Fully-functional.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/05/Fully-functional.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=80bd9f48-248c-417c-9788-6089f7fc2ffd</guid>
      <pubDate>Mon, 05 Mar 2012 16:39:00 +0200</pubDate>
      <category>BlogEngine</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=80bd9f48-248c-417c-9788-6089f7fc2ffd</pingback:target>
      <slash:comments>369</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=80bd9f48-248c-417c-9788-6089f7fc2ffd</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/05/Fully-functional.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=80bd9f48-248c-417c-9788-6089f7fc2ffd</wfw:commentRss>
    </item>
    <item>
      <title>BlogEngine permalinks and SEO</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Something to think about when making BlogEngine themes: &lt;a href="http://blogengine.codeplex.com/discussions/276306"&gt;http://blogengine.codeplex.com/discussions/276306&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Not a big issue since BlogEngine does a 301 redirect to the "normal" URI, it is however pretty unnecessary as I see it to have multiple entry points to a single blog post. And it sure does look ugly.&lt;/p&gt;
&lt;p&gt;I'll update all of our blogs at my earliest convenience.&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/05/BlogEngine-permalinks-and-SEO.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/05/BlogEngine-permalinks-and-SEO.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=59ac4f8c-8f55-4474-bc72-4a9492b2156d</guid>
      <pubDate>Mon, 05 Mar 2012 05:32:00 +0200</pubDate>
      <category>BlogEngine</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=59ac4f8c-8f55-4474-bc72-4a9492b2156d</pingback:target>
      <slash:comments>772</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=59ac4f8c-8f55-4474-bc72-4a9492b2156d</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/05/BlogEngine-permalinks-and-SEO.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=59ac4f8c-8f55-4474-bc72-4a9492b2156d</wfw:commentRss>
    </item>
    <item>
      <title>Android smartphone security</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Just came across &lt;a href="http://www.talkandroid.com/96327-avira-is-here-to-protect-your-android/"&gt;this&lt;/a&gt;, as I have a smartphone (actually, everyone at my company does) I'm going to give it a try. We use Avira as our main AV engine here at the office and using the same supplier on the phones would be great.&lt;/p&gt;
&lt;p&gt;After reading the reviews I'm a bit hesitant, though. It seems to be still&amp;nbsp;&lt;em&gt;really&lt;/em&gt; beta.. Reportedly not even working on Android 3 and we'll be getting Ice Cream Sandwich on all our phones I a couple of months. Doesn't hurt to try though!&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/05/Android-smartphone-security.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/05/Android-smartphone-security.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=01929fd8-e9d0-4f09-9f9a-9c100a948f5b</guid>
      <pubDate>Mon, 05 Mar 2012 01:16:00 +0200</pubDate>
      <category>Smartphone</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=01929fd8-e9d0-4f09-9f9a-9c100a948f5b</pingback:target>
      <slash:comments>389</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=01929fd8-e9d0-4f09-9f9a-9c100a948f5b</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/05/Android-smartphone-security.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=01929fd8-e9d0-4f09-9f9a-9c100a948f5b</wfw:commentRss>
    </item>
    <item>
      <title>Note to self</title>
      <description>&lt;div id="AdnTop"&gt;&lt;div class="AdnTopLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnTopRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;When setting up a BlogEngine blog on your own web server do not forget to open up your firewall to allow trackbacks to be sent.&lt;/p&gt;
&lt;p&gt;This blog is hosted in the &lt;a href="http://www.niviac.com"&gt;Niviac&lt;/a&gt; datacenter along with many other web sites. However, I can now see that I forgot to allow this web application access through our firewalls.&lt;/p&gt;
&lt;p&gt;Several things will fail if you do not allow the BlogEngine instance access to the internet &amp;mdash; trackbacks (as mentioned), many extensions (twitter, bitly, etc), the BlogEngine theme gallery. But please do remember to allow only the specific web site access and not your entire DMZ!&lt;/p&gt;&lt;div id="AdnBottom"&gt;&lt;div class="AdnBottomLeft" style="float:left"&gt;&lt;/div&gt;&lt;div class="AdnBottomRight" style="float:right"&gt;&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>http://www.agevik.com/post/2012/03/04/Note-to-self.aspx</link>
      <comments>http://www.agevik.com/post/2012/03/04/Note-to-self.aspx#comment</comments>
      <guid>http://www.agevik.com/post.aspx?id=6ca3e97a-6950-4e9b-b9d7-f7ce1ce83074</guid>
      <pubDate>Sun, 04 Mar 2012 17:11:00 +0200</pubDate>
      <category>Blog</category>
      <category>BlogEngine</category>
      <dc:publisher>administrator</dc:publisher>
      <pingback:server>http://www.agevik.com/pingback.axd</pingback:server>
      <pingback:target>http://www.agevik.com/post.aspx?id=6ca3e97a-6950-4e9b-b9d7-f7ce1ce83074</pingback:target>
      <slash:comments>815</slash:comments>
      <trackback:ping>http://www.agevik.com/trackback.axd?id=6ca3e97a-6950-4e9b-b9d7-f7ce1ce83074</trackback:ping>
      <wfw:comment>http://www.agevik.com/post/2012/03/04/Note-to-self.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.agevik.com/syndication.axd?post=6ca3e97a-6950-4e9b-b9d7-f7ce1ce83074</wfw:commentRss>
    </item>
  </channel>
</rss>