<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://notsoobvious.canalblog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[It was not (so) obvious]]></title>
        <link>https://notsoobvious.canalblog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[After spending days struggling and googling to be able to write a few lines of (working) code, it is worth telling others about it.]]></description>
                    <item>
    <title><![CDATA[Connecting with https to a url using a self signed certificate]]></title>
    <link><![CDATA[https://notsoobvious.canalblog.com/archives/2014/10/31/30866670.html]]></link>
    <guid>https://notsoobvious.canalblog.com/archives/2014/10/31/30866670.html</guid>
    <pubDate>Fri, 31 Oct 2014 12:50:13 +0100</pubDate>
    <description><![CDATA[Something good to know when for instance you have to connect to a QA backend that doesn't have a valid certificate. Here's how to proceed: 1st step: download bouncycastle Android uses Bouncycastle to handle ssl certificates. It uses version 1.46 Keystores... ]]></description>
        <dc:creator><![CDATA[pleonard]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Apps based on webviews]]></title>
    <link><![CDATA[https://notsoobvious.canalblog.com/archives/2014/03/06/29377429.html]]></link>
    <guid>https://notsoobvious.canalblog.com/archives/2014/03/06/29377429.html</guid>
    <pubDate>Thu, 06 Mar 2014 21:00:00 +0100</pubDate>
    <description><![CDATA[In order to save time and money, you might be tempted to build a website, then wrap it inside a native app. The idea is to get the best of the 2 worlds: pages running on any platform (with HTML 5 you can do almost anything you'd do natively) and native... ]]></description>
        <dc:creator><![CDATA[pleonard]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Change the timezone of a date in Java]]></title>
    <link><![CDATA[https://notsoobvious.canalblog.com/archives/2013/08/29/27918696.html]]></link>
    <guid>https://notsoobvious.canalblog.com/archives/2013/08/29/27918696.html</guid>
    <pubDate>Thu, 29 Aug 2013 21:25:50 +0200</pubDate>
    <description><![CDATA[Sometimes you have to parse data containing dates that don't specify the timezone. It is implied that the timezone is the one of the user who inputs the data. Unfortunately, the computer doesn't really get it. To solve this problem, I format the date... ]]></description>
        <dc:creator><![CDATA[pleonard]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Offline webapp on IPad]]></title>
    <link><![CDATA[https://notsoobvious.canalblog.com/archives/2013/06/07/27351660.html]]></link>
    <guid>https://notsoobvious.canalblog.com/archives/2013/06/07/27351660.html</guid>
    <pubDate>Fri, 07 Jun 2013 13:57:35 +0200</pubDate>
    <description><![CDATA[A weird difference between iPad and iPhone regarding the HTML cache manifest Making a long story short: the absolute URLs do not work in the cache manifest on IPad (iOS version 5.1.1) even if they work on iPhone. One of the consequences is that you should... ]]></description>
        <dc:creator><![CDATA[pleonard]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Installing the Facebook SDK for Visual Studio]]></title>
    <link><![CDATA[https://notsoobvious.canalblog.com/archives/2013/04/26/27014849.html]]></link>
    <guid>https://notsoobvious.canalblog.com/archives/2013/04/26/27014849.html</guid>
    <pubDate>Fri, 26 Apr 2013 13:43:00 +0200</pubDate>
    <description><![CDATA[Installing the Facebook SDK for Android on Eclipse was pretty straightforward. I hoped it would be the same for Windows Phone... Facebook tutorial page: http://facebooksdk.net/docs/phone/tutorial/ Problems & solutions: NuGet (package manager) required... ]]></description>
        <dc:creator><![CDATA[pleonard]]></dc:creator>
    </item>
            </channel>
</rss>

