<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>FlickrPhoto/Resources/spinner.gif</filename>
    </added>
    <added>
      <filename>FloorPlan/Resources/spinner.gif</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,18 +1,10 @@
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html 
+&lt;!DOCTYPE html
     PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
     &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 &lt;html xmlns = &quot;http://www.w3.org/1999/xhtml&quot; xml:lang = &quot;en&quot; lang = &quot;en&quot;&gt;
-&lt;!--
-//
-// index.html
-// Flickr Photo Demo
-//
-// Created by Ross Boucher on May 19th, 2008.
-// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
-//
---&gt;
     &lt;head&gt;
+        &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot; /&gt;
 
         &lt;title&gt;Flickr Photo Demo&lt;/title&gt;
 
@@ -22,15 +14,49 @@
         
         &lt;script src = &quot;Frameworks/Objective-J/Objective-J.js&quot; type = &quot;text/javascript&quot;&gt;&lt;/script&gt;
 
+        &lt;style type = &quot;text/css&quot;&gt;
+            body{margin:0; padding:0;}
+            #container {position: absolute; top:50%; left:50%;}
+            #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
+            #content {font-family: &quot;Helvetica&quot;, &quot;Arial&quot;, sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
+            #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;}
+        &lt;/style&gt;
+
+        &lt;!--[if lt IE 7]&gt;
+        &lt;STYLE type=&quot;text/css&quot;&gt;
+            #container { position: relative; top: 50%; }
+            #content { position: relative;}
+        &lt;/STYLE&gt;
+        &lt;![endif]--&gt;
 
     &lt;/head&gt;
 
-    &lt;body&gt;
-        &lt;div style=&quot;position: absolute; left: 50%; top: 50%;&quot;&gt;
-            &lt;center&gt;
-                &lt;img src = &quot;Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif&quot; style=&quot;left: -32px; position: relative; top: -32px;&quot; /&gt;
-            &lt;/center&gt;
+    &lt;body style=&quot;&quot;&gt;
+        &lt;div id=&quot;loadingcontainer&quot; style=&quot; background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;&quot;&gt;
+            &lt;script type = &quot;text/javascript&quot;&gt;
+                document.write(&quot;&lt;div id='container'&gt;&lt;p id='content'&gt;&quot; +
+                               &quot;&lt;img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /&gt; &quot; +
+                               &quot;Loading Flickr Photo Demo...&lt;/p&gt;&lt;/div&gt;&quot;);
+            &lt;/script&gt;
+    
+            &lt;noscript&gt;
+                &lt;div id=&quot;container&quot;&gt;
+                    &lt;div style=&quot;width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555&quot;&gt;
+                        &lt;p style=&quot;line-height: 1.4em;&quot;&gt;JavaScript is required for this site to work correctly but is either disabled or not supported by your browser.&lt;/p&gt;
+                        &lt;p style=&quot;font-size:120%; padding:10px;&quot;&gt;&lt;a href=&quot;http://cappuccino.org/noscript&quot;&gt;Show me how to enable JavaScript&lt;/a&gt;&lt;/p&gt;
+                        &lt;p style=&quot;font-size:80%;&quot;&gt;You may want to upgrade to a newer browser while you're at it:&lt;/p&gt;
+                        &lt;ul style=&quot;margin:0;padding:0; text-align: center; font-size:80%;&quot; &gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.apple.com/safari/download/&quot;&gt;Safari&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.mozilla.com/en-US/firefox/&quot;&gt;Firefox&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.google.com/chrome/&quot;&gt;Chrome&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.opera.com/download/&quot;&gt;Opera&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/windows/downloads/ie/getitnow.mspx&quot;&gt;Internet Explorer&lt;/a&gt;&lt;/li&gt;
+                        &lt;/ul&gt;
+                    &lt;/div&gt;
+                &lt;/div&gt;
+            &lt;/noscript&gt;
         &lt;/div&gt;
     &lt;/body&gt;
-    
+
 &lt;/html&gt;
+</diff>
      <filename>FlickrPhoto/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -28,9 +28,10 @@
     [contentView setBackgroundColor:[CPColor blackColor]];
     
     // Create and Center our Container View
-    var view = [[CPView alloc] initWithFrame:CGRectMake((contentSize.width - 700.0) / 2.0, (contentSize.height - 424.0) / 2.0, 700.0, 424.0)];
+    var view = [[CPView alloc] initWithFrame:CGRectMake(0, 0, 700.0, 424.0)];
+    [view setCenter:[contentView center]];
     
-    [view setBackgroundColor:[CPColor colorWithCalibratedRed:212.0 / 255.0 green:221.0 / 255.0 blue:230.0 / 255.0 alpha:1.0]];
+    [view setBackgroundColor:[CPColor colorWithRed:212.0 / 255.0 green:221.0 / 255.0 blue:230.0 / 255.0 alpha:1.0]];
     
     [view setAutoresizingMask:CPViewMinXMargin | CPViewMaxXMargin | CPViewMinYMargin | CPViewMaxYMargin];
     
@@ -69,8 +70,8 @@
     
     [theWindow makeKeyAndOrderFront:self];
     
-    var undoButton = [[CPButton alloc] initWithFrame:CGRectMake(20.0, 400.0, 60.0, 18.0)],
-        redoButton = [[CPButton alloc] initWithFrame:CGRectMake(90.0, 400.0, 60.0, 18.0)];
+    var undoButton = [[CPButton alloc] initWithFrame:CGRectMake(20.0, 394.0, 60.0, 24.0)],
+        redoButton = [[CPButton alloc] initWithFrame:CGRectMake(90.0, 394.0, 60.0, 24.0)];
     
     [undoButton setTitle:&quot;Undo&quot;];
     [undoButton setTarget:[theWindow undoManager]];</diff>
      <filename>FloorPlan/AppController.j</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,10 @@
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html 
+&lt;!DOCTYPE html
     PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
     &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 &lt;html xmlns = &quot;http://www.w3.org/1999/xhtml&quot; xml:lang = &quot;en&quot; lang = &quot;en&quot;&gt;
-&lt;!--
-//
-// index.html
-// FloorPlan
-//
-// Created by Francisco Tolmasky on November 13th, 2008.
-// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
-//
---&gt;
     &lt;head&gt;
+        &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot; /&gt;
 
         &lt;title&gt;FloorPlan&lt;/title&gt;
 
@@ -22,15 +14,49 @@
         
         &lt;script src = &quot;Frameworks/Objective-J/Objective-J.js&quot; type = &quot;text/javascript&quot;&gt;&lt;/script&gt;
 
+        &lt;style type = &quot;text/css&quot;&gt;
+            body{margin:0; padding:0;}
+            #container {position: absolute; top:50%; left:50%;}
+            #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;}
+            #content {font-family: &quot;Helvetica&quot;, &quot;Arial&quot;, sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; }
+            #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;}
+        &lt;/style&gt;
+
+        &lt;!--[if lt IE 7]&gt;
+        &lt;STYLE type=&quot;text/css&quot;&gt;
+            #container { position: relative; top: 50%; }
+            #content { position: relative;}
+        &lt;/STYLE&gt;
+        &lt;![endif]--&gt;
 
     &lt;/head&gt;
 
-    &lt;body&gt;
-        &lt;div style=&quot;position: absolute; left: 50%; top: 50%;&quot;&gt;
-            &lt;center&gt;
-                &lt;img src = &quot;Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif&quot; style=&quot;left: -32px; position: relative; top: -32px;&quot; /&gt;
-            &lt;/center&gt;
+    &lt;body style=&quot;&quot;&gt;
+        &lt;div id=&quot;loadingcontainer&quot; style=&quot; background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;&quot;&gt;
+            &lt;script type = &quot;text/javascript&quot;&gt;
+                document.write(&quot;&lt;div id='container'&gt;&lt;p id='content'&gt;&quot; +
+                               &quot;&lt;img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /&gt; &quot; +
+                               &quot;Loading FloorPlan...&lt;/p&gt;&lt;/div&gt;&quot;);
+            &lt;/script&gt;
+    
+            &lt;noscript&gt;
+                &lt;div id=&quot;container&quot;&gt;
+                    &lt;div style=&quot;width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555&quot;&gt;
+                        &lt;p style=&quot;line-height: 1.4em;&quot;&gt;JavaScript is required for this site to work correctly but is either disabled or not supported by your browser.&lt;/p&gt;
+                        &lt;p style=&quot;font-size:120%; padding:10px;&quot;&gt;&lt;a href=&quot;http://cappuccino.org/noscript&quot;&gt;Show me how to enable JavaScript&lt;/a&gt;&lt;/p&gt;
+                        &lt;p style=&quot;font-size:80%;&quot;&gt;You may want to upgrade to a newer browser while you're at it:&lt;/p&gt;
+                        &lt;ul style=&quot;margin:0;padding:0; text-align: center; font-size:80%;&quot; &gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.apple.com/safari/download/&quot;&gt;Safari&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.mozilla.com/en-US/firefox/&quot;&gt;Firefox&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.google.com/chrome/&quot;&gt;Chrome&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.opera.com/download/&quot;&gt;Opera&lt;/a&gt;&lt;/li&gt;
+                            &lt;li style=&quot;display: inline;&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/windows/downloads/ie/getitnow.mspx&quot;&gt;Internet Explorer&lt;/a&gt;&lt;/li&gt;
+                        &lt;/ul&gt;
+                    &lt;/div&gt;
+                &lt;/div&gt;
+            &lt;/noscript&gt;
         &lt;/div&gt;
     &lt;/body&gt;
-    
+
 &lt;/html&gt;
+</diff>
      <filename>FloorPlan/index.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>FlickrPhoto/index-debug.html</filename>
    </removed>
    <removed>
      <filename>FloorPlan/index-debug.html</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>d42dd34872e1aa38a457dc208accfcce7e961901</id>
    </parent>
  </parents>
  <author>
    <name>Ross Boucher</name>
    <email>ross@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino-demos/commit/69cb4ecc49d522b7c30a75c86f4dfce1aded6c49</url>
  <id>69cb4ecc49d522b7c30a75c86f4dfce1aded6c49</id>
  <committed-date>2009-05-18T21:15:54-07:00</committed-date>
  <authored-date>2009-05-18T21:15:54-07:00</authored-date>
  <message>updates to the floor plan demo</message>
  <tree>af009bb8b4954b73fdfee2d2a8b74b962c510ba5</tree>
  <committer>
    <name>Ross Boucher</name>
    <email>ross@280north.com</email>
  </committer>
</commit>
