<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Thu, 11 Mar 2010 22:12:06 GMT--><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Things I Learned Today</title><subtitle>Things I Learned Today</subtitle><id>http://www.edwinlandy.com/ll/</id><link rel="alternate" type="application/xhtml+xml" href="http://www.edwinlandy.com/ll/"/><link rel="self" type="application/atom+xml" href="http://www.edwinlandy.com/ll/atom.xml"/><updated>2010-02-05T05:10:52Z</updated><generator uri="http://www.squarespace.com/" version="Squarespace Site Server v5.9.2 (http://www.squarespace.com/)">Squarespace</generator><entry><title>Google Apps will Delete Your Phone</title><id>http://www.edwinlandy.com/ll/2010/2/5/google-apps-will-delete-your-phone.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2010/2/5/google-apps-will-delete-your-phone.html"/><author><name>Edwin Landy</name></author><published>2010-02-05T05:10:51Z</published><updated>2010-02-05T05:10:51Z</updated><content type="html" xml:lang="en-US"><![CDATA[Today, Google enabled a feature in Google Apps that will wipe a user's phone on demand.  I tried it out today, and here's what I learned:<br><div><br></div><h3>This is Significant News</h3><div>I've talked up Android as a good business phone since it came out.  It's easy to use, simple to maintain, user customizable, and allows business to write custom business apps.  While this update to Google Apps does not include Android, in it's <a id="hg5y" href="http://googleenterprise.blogspot.com/2010/02/google-apps-adds-enterprise-admin_03.html" title="Google Apps Blog">announcement</a>, Google promised that it would include Android phone management in a future update.  If they follow through, IT managers will have one less reason to deny Android from their infrastructure.</div><div><br></div><div>This is also big news for Google Apps itself.  With this little update, Google Apps became a lot more compelling.  Mobile devices are huge in business, and protecting business data is paramount.  Now administrators can protect user's mobile data with the same service that provides online documents, file storage, and email... all for $50 a year per user. </div><div><br></div><h3>It's Very Easy to Use</h3><div>I tried it out on our Windows Mobile phones. It did a thorough job of erasing a test phone's data.  It reset the phone and deleted data from its microSD card.  First, password protection should be enabled in the Mobile section of the Google Apps Control Panel.  Settings for the length and the complexity of the phone's user password  must be specified.  You can also set the length of time before the phone times out.   After you enable security, the user will receive a notice that security changes are being made.  If a user loses his/her phone, it can be wiped by going to the user's settings page.  That's it.  The service also works on the iPhone, Blackberry and other devices.  </div><br>]]></content></entry><entry><title>Another Android Review</title><id>http://www.edwinlandy.com/ll/2010/1/26/another-android-review.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2010/1/26/another-android-review.html"/><author><name>Edwin Landy</name></author><published>2010-01-26T08:02:12Z</published><updated>2010-01-26T08:02:12Z</updated><summary type="html" xml:lang="en-US"><![CDATA[Here it is: yet another Android review. &nbsp;I can't help myself. &nbsp;Hopefully I have something useful to share. Here's what I learned:]]></summary></entry><entry><title>Google Docs Will Now Allow Your Users...</title><id>http://www.edwinlandy.com/ll/2010/1/20/google-docs-will-now-allow-your-users.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2010/1/20/google-docs-will-now-allow-your-users.html"/><author><name>Edwin Landy</name></author><published>2010-01-20T05:24:31Z</published><updated>2010-01-20T05:24:31Z</updated><content type="html" xml:lang="en-US"><![CDATA[<br><div>I've been working a lot lately on Google Apps, both in work and in my volunteer time.  I have many thoughts about setup, administration, and user acceptance.  I hope to share more of what I learned in the coming weeks.</div><div><br></div><div>Google has enabled users to upload any docs to your Google Apps Premium or Education edition accounts.  This seems like it'd be a promising feature.  Today at work, I modified my Google Docs backup script to backup the files that aren't docs, spreadsheets, presentations, or pdfs.  I can confirm that the DocList 3.0 API will allow for this no problem.  I will update my oauth docs backup tool as soon as I get some free time.  I do have one unresolved question.  Does Google scan these new files for viruses?  If an attacker gained access to one of my user's accounts, he/she could potentially share a virus with the top brass.  I've posted a question on the Help Forum, but if anyone can fill me in, I'd much appreciate it.  This new risk reminded me of a project that I started a couple of months ago:  I started to assess the risks that online "cloud" services introduce into the environment.  I'll share my thoughts once they become more cohesive.  I'm focusing in particular on risk and risk mitigation in the Google Apps and AWS cloud services.  It's important that we don't forget about security simply because the applications we use are not hosted in-house.  </div><div><br></div><div><br></div><div><br>
<div><br></div><div><br></div></div><br>]]></content></entry><entry><title>Google Docs Backup with OAuth App</title><category term="Enterprise Cloud Apps"/><category term="OAuth"/><category term="backup"/><category term="google docs"/><id>http://www.edwinlandy.com/ll/2009/9/8/google-docs-backup-with-oauth-app.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/9/8/google-docs-backup-with-oauth-app.html"/><author><name>Edwin Landy</name></author><published>2009-09-08T04:38:06Z</published><updated>2009-09-08T04:38:06Z</updated><summary type="html" xml:lang="en-US"><![CDATA[<p>I created a utility to backup your users' Google Docs to local storage. &nbsp;It downloads all the documents for all of your users into one directory. &nbsp;Documents that are shared among many users add up quickly. &nbsp;I thought it'd be silly to download and store a file multiple times (once for each user with access to it), given that most people only want to backup Google Docs in the scenario that they get locked out of their accounts... or if Google breaks its motto. &nbsp;I'm developing an application at work that will store the documents along with their ACLs in database tables. &nbsp;If I can get the time and authorization, I'll post it too.&nbsp;</p>
<ul>
<li>It needs the .Net 3.5 Framework</li>
<li>You have to enable Two-Legged OAuth in Google Apps CPanel --&gt; Advanced Tools --&gt; Manage OAuth Access</li>
<li>It doesn't download PDFs (this functionality is not available in Google's 2.0 API)</li>
<li>Documents that share a name with one another are appended with a username and/or a sequential number.</li>
<li>It's basic, but it works.</li>
</ul>
<ul>
</ul>
<p>&nbsp;</p>
<p><br /><span class="full-image-block ssNonEditable"><span><img src="http://www.edwinlandy.com/storage/post-images/GDocsOAuthBackup.jpg?__SQUARESPACE_CACHEVERSION=1252392319317" alt="" /></span></span>&nbsp;</p>
<p>I hope this can be of use to you! &nbsp;<span style="font-size: 120%;"><a style="font-size: 130%;" href="http://www.edwinlandy.com/storage/utilities/GDocsOAuthBackup.zip">Download it here.</a></span></p>]]></summary></entry><entry><title>Google Docs Backup with OAuth</title><category term=".Net"/><category term="API"/><category term="Enterprise Cloud Apps"/><category term="Google"/><category term="Google Apps"/><category term="backup"/><category term="google docs"/><id>http://www.edwinlandy.com/ll/2009/9/3/google-docs-backup-with-oauth.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/9/3/google-docs-backup-with-oauth.html"/><author><name>Edwin Landy</name></author><published>2009-09-04T00:17:59Z</published><updated>2009-09-04T00:17:59Z</updated><summary type="html" xml:lang="en-US"><![CDATA[<p style="COLOR:#181818; MARGIN-RIGHT:0px; MARGIN-LEFT:0px">
      <font size=2>It's very evident that Google patched together a number of services to make Google Docs. &nbsp;The URI for spreadsheets is different from documents is slightly different from presentations &nbsp;This is particularly confusing to the guy getting started with the APIs, because Google markets &nbsp;Documents (text documents and presentations) and Spreadsheets all under the Google Docs brand. &nbsp;Lesson learned: &nbsp;Just go to the <a href=http://code.google.com/apis/documents/docs/2.0/reference.html id=h09c target=_blank title=http://code.google.com/apis/documents/docs/2.0/reference.html>Reference Document</a> and read the thing!</font>
    </p>]]></summary></entry><entry><title>You Can Make Free Calls with Gizmo5 and Google Voice, and the iPhone Sucks.</title><category term="Free Cloud Apps"/><category term="Google"/><id>http://www.edwinlandy.com/ll/2009/8/10/you-can-make-free-calls-with-gizmo5-and-google-voice-and-the.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/8/10/you-can-make-free-calls-with-gizmo5-and-google-voice-and-the.html"/><author><name>Edwin Landy</name></author><published>2009-08-11T03:32:31Z</published><updated>2009-08-11T03:32:31Z</updated><summary type="html" xml:lang="en-US"><![CDATA[I've had my Google Voice account for a while now, and I have to say that I'm liking it. I've had some time to play around with some extra features...specifically its support for Gizmo5. I have to say that it has changed the way that I look at my mobile phone. I can fully understand Apple's fear over Google Voice. <span class="misspell">He're</span> what I've learn while playing around.]]></summary></entry><entry><title>Synchronizing MS Exchange Mail with Google Apps Mail</title><category term="Enterprise Cloud Apps"/><category term="Exchange"/><category term="Google Apps"/><category term="Google Mail"/><category term="Microsoft"/><id>http://www.edwinlandy.com/ll/2009/8/5/synchronizing-ms-exchange-mail-with-google-apps-mail.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/8/5/synchronizing-ms-exchange-mail-with-google-apps-mail.html"/><author><name>Edwin Landy</name></author><published>2009-08-06T02:52:50Z</published><updated>2009-08-06T02:52:50Z</updated><summary type="html" xml:lang="en-US"><![CDATA[I just finished a project to syncronize Exchange Mail with Google mail. What I came up with was not so much a sync but a way to deliver mail in parallel to Google Mail and Exchange. This is what I learned.]]></summary></entry><entry><title>Google Voice</title><category term="Free Cloud Apps"/><category term="Google Voice"/><id>http://www.edwinlandy.com/ll/2009/7/16/google-voice.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/7/16/google-voice.html"/><author><name>Edwin Landy</name></author><published>2009-07-17T03:15:13Z</published><updated>2009-07-17T03:15:13Z</updated><summary type="html" xml:lang="en-US"><![CDATA[Last week, I was invited to Google Voice.&nbsp; I've been using it now for over a week, and I'm impressed.&nbsp; Here's what I learned.]]></summary></entry><entry><title>Small Computer with Atom</title><category term="Atom"/><category term="PC"/><category term="PC"/><category term="Vista"/><id>http://www.edwinlandy.com/ll/2009/7/14/small-computer-with-atom.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/7/14/small-computer-with-atom.html"/><author><name>Edwin Landy</name></author><published>2009-07-15T01:48:38Z</published><updated>2009-07-15T01:48:38Z</updated><content type="html" xml:lang="en-US"><![CDATA[<h3>Atom Processor is Not as Slow as People Say</h3>
<p>Almost evey person I hear talk about the atom processor talks about how it can't run Windows Vista. Not True. I installed Windows Vista on a mini ITX machine with an integrated Atom Processor and was able to run Vista very well.&nbsp; I have 2 GB of RAM and a 2.5 inch Segate HHD.&nbsp; The Vista hardware rater gave the setup a 4.2 for the processor, but only 2.4 overall.&nbsp; The 2.4 rating was due not to the processor, but to the graphics cad.&nbsp; I think that people talk bad about the Atom because they are mostly found in netbooks, which have other restricted resources.&nbsp; What is really great about the setup is that it runs on very little power.&nbsp; The setup I have will run off of 12V DC power, which means that it can run off of battery.&nbsp; Think car and boat.&nbsp;</p>
<h3>It's Cheap and Small</h3>
<p>What can I say, it's small.&nbsp; The think takes up a footprint of less than a sheet of paper, and is 2.5 inches thick.&nbsp; Also, they're cheap.&nbsp; You can put together a system for less than $300, including monitor!.&nbsp; That's all there is to it.&nbsp; I recommend.</p>
<p>Mini ITX machine with integrated Atom processor (be sure to select your own hard drive and memory):</p>
<p><a href="http://www.amazon.com/gp/product/B001R1X0I0?ie=UTF8&amp;tag=edwinlacom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001R1X0I0">MSI Wind Nettop 100 Desktop PC (1.6 GHz Intel Atom Dual Core N330 Processor, Barebone) Black</a></p>
<p><a href="http://www.amazon.com/gp/product/B001R1X0I0?ie=UTF8&amp;tag=edwinlacom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001R1X0I0"></a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=edwinlacom-20&amp;l=as2&amp;o=1&amp;a=B001R1X0I0" border="0" alt="" width="1" height="1" /></p>
<p>&nbsp;</p>]]></content></entry><entry><title>Active Directory, Google Apps, and SSO. About Time!</title><category term="Active Directory"/><category term="Google Apps"/><category term="OpenSSO"/><id>http://www.edwinlandy.com/ll/2009/7/13/active-directory-google-apps-and-sso-about-time.html</id><link rel="alternate" type="text/html" href="http://www.edwinlandy.com/ll/2009/7/13/active-directory-google-apps-and-sso-about-time.html"/><author><name>Edwin Landy</name></author><published>2009-07-14T01:05:32Z</published><updated>2009-07-14T01:05:32Z</updated><summary type="html" xml:lang="en-US"><![CDATA[<p><strong><em>OpenSSO and Active Directory</em></strong></p>
<p>OpenSSO is a product of Sun which provides identity management and Federation for user authentication. OpenSSO, like ZFS, is distributed under CDDL license, which means it's &ldquo;free for me&rdquo;! I recently implemented it to be a Single Sign-On for my Active Directory users to Google Apps. Here's about what I learned.</p>]]></summary></entry></feed>