<?xml version="1.0" encoding="UTF-8"?>
<posts type="array">
  <post>
    <body>&lt;p&gt;It seems that a new &lt;em&gt;war&lt;/em&gt; started out there. Google launched the &lt;a href=&quot;http://code.google.com/appengine/&quot;&gt;Google AppEngine&lt;/a&gt; platform, supporting &lt;a href=&quot;http://www.python.org&quot;&gt;Python&lt;/a&gt; and &lt;a href=&quot;http://www.djangoproject.com/&quot;&gt;Django&lt;/a&gt; out of the box.&lt;/p&gt;


	&lt;p&gt;On they &lt;a href=&quot;http://code.google.com/p/googleappengine/issues/list&quot;&gt;Google project&lt;/a&gt; page, people started to &amp;#8220;vote&amp;#8221; for the next language to be implemented. It seems that the more &amp;#8220;stars&amp;#8221; a language has, the more attention it will get from Google.&lt;/p&gt;


	&lt;p&gt;So pick your favorite programming language, and &amp;#8220;star&amp;#8221; it on the issue list!&lt;/p&gt;


	&lt;p&gt;(oh and if you don&amp;#8217;t have a favorite language, pick Ruby :-))&lt;/p&gt;</body>
    <excerpt nil="true"></excerpt>
    <id type="integer">97</id>
    <permalink>google-appengine-next-move-perl-ruby-java-or-php</permalink>
    <published-at type="datetime">2008-04-10T10:28:00-07:00</published-at>
    <title>Google AppEngine next move: Perl, Ruby, Java or PHP?</title>
  </post>
  <post>
    <body>&lt;p&gt;I recently developed a website that has a real &lt;a href=&quot;http://en.wikipedia.org/wiki/Transport_Layer_Security&quot;&gt;SSL&lt;/a&gt; area protected by a real valid &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; certificate.&lt;/p&gt;


	&lt;p&gt;However, I was getting complaints that, under &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt;, browsers croaked about some parts being sent over an insecure connection.&lt;/p&gt;


	&lt;p&gt;I dug on the situation and found that because I was using &lt;a href=&quot;http://www.google.com/analytics/&quot;&gt;Google Analytics&lt;/a&gt;, the &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; URL is &lt;code&gt;HTTP&lt;/code&gt; under the &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; area. To get it working under &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; areas just change the &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt;:&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Under &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt;&lt;/strong&gt;:
&lt;code&gt;&amp;lt;script src=&quot;https://ssl.google-analytics.com/urchin.js&quot; ...&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Out of &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt;&lt;/strong&gt;:
&lt;code&gt;&amp;lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; ...&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;solved :-)&lt;/p&gt;</body>
    <excerpt nil="true"></excerpt>
    <id type="integer">79</id>
    <permalink>google-analytics-and-ssl-site</permalink>
    <published-at type="datetime">2007-12-18T04:14:18-08:00</published-at>
    <title>Google Analytics and SSL site</title>
  </post>
  <post>
    <body>&lt;form mt:asset-id=&quot;30&quot; class=&quot;mt-enclosure mt-enclosure-image&quot;&gt;&lt;img alt=&quot;logo_android.gif&quot; src=&quot;http://blog.0x82.com/logo_android.gif&quot; width=&quot;153&quot; height=&quot;55&quot; class=&quot;mt-image-left&quot; style=&quot;float: left; margin: 0 20px 20px 0;&quot;/&gt;&lt;/form&gt;
	&lt;p&gt;Mark this day on your calendar! Google finally &lt;a href=&quot;http://code.google.com/android/&quot;&gt;launched the Android &lt;span class=&quot;caps&quot;&gt;SDK&lt;/span&gt;&lt;/a&gt;. I was impressed with the feature set: Linux Kernel 2.6, FreeType, SQLite, OpenGL, WebKit and a optimized Java byte code interpreter!! Opensource geeks, rejoice! :-)&lt;/p&gt;


	&lt;p&gt;There is an excellent &lt;a href=&quot;http://youtube.com/watch?v=Mm6Ju0xhUW8&quot;&gt;video&lt;/a&gt; where the &lt;span class=&quot;caps&quot;&gt;API&lt;/span&gt; is explained in good details. Maybe my Internet connectivity is having problems, but I had a hard time just to download the movie (I didn&amp;#8217;t even try to watch it in real time).&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m curious about the modifications made by Google to the standard Linux Kernel, for instance, how do they optimize it for mobile (and possible real time) usage. At the same time, Google announced &lt;a href=&quot;http://code.google.com/android/adc.html&quot;&gt;big quantities of money&lt;/a&gt; for the best applications for the Android! Kudos for Google! Can&amp;#8217;t wait for a phone with Android&amp;#8230;&lt;/p&gt;</body>
    <excerpt nil="true"></excerpt>
    <id type="integer">70</id>
    <permalink>android-sdk-on-the-wild</permalink>
    <published-at type="datetime">2007-11-12T14:10:30-08:00</published-at>
    <title>Android SDK on the wild!</title>
  </post>
  <post>
    <body>&lt;p&gt;... yeahhhhhh :-D &amp;#8230;.&lt;/p&gt;</body>
    <excerpt nil="true"></excerpt>
    <id type="integer">65</id>
    <permalink>imap-on-gmail-finally</permalink>
    <published-at type="datetime">2007-11-02T03:52:37-07:00</published-at>
    <title>IMAP on GMail!! Finally!</title>
  </post>
  <post>
    <body>&lt;p&gt;As it is &lt;a href=&quot;http://digg.com/software/Gmail_gets_IMAP&quot;&gt;well known&lt;/a&gt;, Google started to offer free &lt;a href=&quot;http://en.wikipedia.org/wiki/Imap&quot;&gt;IMAP&lt;/a&gt; access to their excellent &lt;a href=&quot;http://www.gmail.com&quot;&gt;GMail&lt;/a&gt; service. Of course they say that it take a while to roll out the new feature to every account, but I am (impatiently) waiting for more than a week now, and no signs of &lt;span class=&quot;caps&quot;&gt;IMAP&lt;/span&gt; on my account.&lt;/p&gt;


	&lt;p&gt;Guess I&amp;#8217;ll have to just wait&amp;#8230;&lt;/p&gt;</body>
    <excerpt nil="true"></excerpt>
    <id type="integer">63</id>
    <permalink>no-gmail-imap-yet</permalink>
    <published-at type="datetime">2007-10-29T12:34:30-07:00</published-at>
    <title>No Gmail IMAP yet...</title>
  </post>
</posts>
