<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>LimeBits Blog</title>
    <link rel="alternate" type="text/html" href="/data/webdablog/index.html" />
    <link rel="self" type="application/atom+xml" href="/data/webdablog/atom.xml" />
    <updated>2008-05-02T18:49:19-04:00</updated>
<entry>
    <title>How to make websites shareable&nbsp;-- REALLY shareable</title>
    <link rel="alternate" type="text/html" href="/data/webdablog/1209768370238.html" />    
    <published>2008-05-02T18:46:10-04:00</published>
    <updated>2008-05-02T18:49:18-04:00</updated>
    <summary><h2><a href="http://blog.limewire.org/?p=276" targeet=lw276>How to make websites shareable -- REALLY</summary>
    <author>
      <name></name>
    </author>
    <content type="html" xml:lang="en" xml:base="/data/webdablog/">
      <![CDATA[<p>
<h2><a href="http://blog.limewire.org/?p=276" targeet=lw276>How to make websites shareable -- REALLY shareable</a></h2>
<p>By <a href="http://blog.limewire.org/?author=29358" target=jm>
<b>Jonathan A. Marshall</b></a> | May 2, 2008</p>
</p>
<p>
<p><em>"Sharing my website is easy.&nbsp; Anybody can see whatever I put there, right?"</em></p>
</p>
<p>
<p><strong><u>Not quite.</u></strong>&nbsp; Although you may share web<u>pages</u> on your website, you're not actually sharing the <u>site</u>.</p>
</p>
<p>
<p>Most websites generate some webpages dynamically (running a program that creates a new, customized version of the page instantly) and then show it on your browser.&nbsp; It shows your FaceBook profile when you're logged in, but mine when I'm logged in.</p>
</p>
<p>
<p>I can get a static snapshot of your website by viewing or copying your webpages.&nbsp; But there's no easy way for me to capture the dynamic behavior of your site, because the programs that create each version of your dynamic webpages are hidden.&nbsp; There's no easy way for me to get those programs from the webserver, nor for you to make them available to me.</p>
</p>
<p>
<p>Even if I could get them, they're designed to run on a webserver, not my&nbsp;PC.&nbsp; And even if I had a webserver, I'd need to understand how to install and configure the dynamic software&nbsp;-- specialized knowledge beyond the skills of most people.</p>
</p>
<p>
<p><u><strong>LimeBits changes all that.</strong></u>&nbsp;
<a href="http://limebits.com/" title="LimeBits" target="lb">LimeBits</a> makes it possible for you to share your whole site&nbsp;-- static pages <u>and</u> dynamic page-generating programs.&nbsp; If you share your site on LimeBits, I can get my own fully-functioning copy of your entire site, including dynamics.</p>
</p>
<p>
<p>LimeBits is a new web platform that makes sharing of dynamic websites easy.&nbsp; There's no visible difference between traditional websites and LimeBits sites.&nbsp; But under the hood, LimeBits sites work differently.</p>
</p>
<p>
<p><a href="http://en.wikipedia.org/wiki/JavaScript" title="JavaScript" target="js">JavaScript</a> is the universal programming language in all browsers.&nbsp; LimeBits makes your browser's JavaScript more powerful.&nbsp; It gives your browser a standard way to save data to a webserver.&nbsp; With LimeBits, your browser's JavaScript programs may save state information, documents, or any other data, using the <a href="http://en.wikipedia.org/wiki/WebDAV" title="WebDAV" target="wd">WebDAV</a> standard.</p>
</p>
<p>
<p>WebDAV is important not just because it's an international standard (and supported by <a href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/IIS/844f5e01-4b9e-4dac-897e-2a0bb33f28af.mspx" title="Microsoft WebDAV" target="ms">Microsoft</a>, <a href="http://docs.info.apple.com/article.html?path=ServerAdmin/10.5/en/c3ws26.html" title="Apple WebDAV" target="ap">Apple</a>, <a href="http://docs.sun.com/app/docs/doc/819-2629/gczyh" title="Sun WebDAV" target="su">Sun</a>, <a href="http://help.adobe.com/en_US/GoLive/9.0/help.html?content=WSa285fff53dea4f8617383751001ea8cb3f-74e8.html" title="Adobe WebDAV" target="ad">Adobe</a>, <a href="http://www.linux.com/base/ldp/howto/Apache-WebDAV-LDAP-HOWTO/index.html" title="Apache WebDAV" target="gn">GNU/Linux</a>, and others), but also because it provides features for enhanced security, collaboration, querying, and version tracking.</p>
</p>
<p>
<p>LimeBits's WebDAV server is flexible enough to take over some of the functions formerly handled by special-purpose server programs, such as content-management systems, blog systems, and even database systems.&nbsp; LimeBits's WebDAV server handles the storage, security, querying, and retrieval.</p>
</p>
<p>
<p><u><strong>LimeBits goes one step further</strong></u>&nbsp;-- a giant step.&nbsp; LimeBits pushes the special-purpose programs out of the server, and into your browser, using JavaScript.&nbsp; For example, <a href="http://blog.limebits.com/data/webdablog/" title="LimeBits blog" target="lbb">LimeBits's&nbsp;blog</a> is actually a JavaScript program in your browser, rather than on a webserver.&nbsp; It uses the LimeBits WebDAV server for storage and retrieval, so that everyone can read the blog comments that you post.</p>
</p>
<p>
<p>If you have a LimeBits website, it works in everyone's browser normally, no software installation required.&nbsp; The difference is that your website is fully shareable, including the dynamics.</p>
</p>
<p>
<p><u><strong>Why is sharing important?</strong></u>&nbsp; It makes dynamic websites easier&nbsp;-- within reach of novices, not just specialists.</p>
</p>
<p>
<p>Instead of starting from scratch, you start from someone else's fully working LimeBits website.&nbsp; You find a site you like and then click LimeBits's Copy&nbsp;button.  Now you just customize your copy: insert your own name, your pictures, etc., while keeping the site's dynamic features in place.</p>
</p>
<p>
<p>Because LimeBits websites are fully sharable, they lend themselves perfectly to the open-source model.&nbsp; That is, LimeBits users form a community whose members are free to improve on one another's work.&nbsp; If I write a JavaScript blogging program, you can freely copy it from my LimeBits website, and modify or improve it for your own website.&nbsp; Because browsers download your JavaScript program, it is then available for further modification.</p>
</p>
<p>
<p><u><strong>LimeBits is meant for sharing.</strong></u>&nbsp; Its unique architecture eases and speeds the process of putting your own creations online.</p>
</p>
]]>
    </content>
</entry>
<entry>
    <title>LimeBits 0.4 ALPHA</title>
    <link rel="alternate" type="text/html" href="/data/webdablog/1209767112855.html" />    
    <published>2008-05-02T18:25:12-04:00</published>
    <updated>2008-05-02T18:25:12-04:00</updated>
    <summary>We released LimeBits 0.4 today.  The release includes:
<ul>
<li>Navigation improvements</li>
<li>Sec</summary>
    <author>
      <name></name>
    </author>
    <content type="html" xml:lang="en" xml:base="/data/webdablog/">
      <![CDATA[<p>
We released LimeBits 0.4 today.  The release includes:
<ul>
<li>Navigation improvements</li>
<li>Secure (SSL) signup</li>
<li>Community forums -- bugs, features, general</li>
<li>Improved file locking</li>
<li>Improved mount of LimeBits as filesystem</li>
<li>Scrapbook -- image raise depth</li>
</ul>
</p>
]]>
    </content>
</entry>
<entry>
    <title>LimeBits is hiring!  See our job openings</title>
    <link rel="alternate" type="text/html" href="/data/webdablog/1207799561927.html" />    
    <published>2008-04-09T23:52:41-04:00</published>
    <updated>2008-04-09T23:52:41-04:00</updated>
    <summary>Our team is growing as we build the platform to support LimeBits -- the next major Internet paradigm</summary>
    <author>
      <name></name>
    </author>
    <content type="html" xml:lang="en" xml:base="/data/webdablog/">
      <![CDATA[<p>
Our team is growing as we build the platform to support LimeBits -- the next major Internet paradigm.
</p>
<p>
Click the Jobs link on the LimeBits homepage.
</p>
]]>
    </content>
</entry>
<entry>
    <title>Game software contributed to LimeBits</title>
    <link rel="alternate" type="text/html" href="/data/webdablog/1207799310515.html" />    
    <published>2008-04-09T23:48:30-04:00</published>
    <updated>2008-04-09T23:48:30-04:00</updated>
    <summary>LimeBits community member Jason Pelzer wrote and contributed a Breakout game program.  We've added i</summary>
    <author>
      <name></name>
    </author>
    <content type="html" xml:lang="en" xml:base="/data/webdablog/">
      <![CDATA[<p>
LimeBits community member Jason Pelzer wrote and contributed a Breakout game program.  We've added it to our list of Featured programs.  Thanks, Jason!
</p>
<p>
Peruse Jason's program and see how it works.  Use our Copy button and make your own modifications.
</p>
]]>
    </content>
</entry>
<entry>
    <title>LimeBits 0.3 ALPHA release</title>
    <link rel="alternate" type="text/html" href="/data/webdablog/1207799062138.html" />    
    <published>2008-04-09T23:44:22-04:00</published>
    <updated>2008-04-09T23:44:22-04:00</updated>
    <summary>We're happy to release version 0.3.  The most important new feature is the LimeBits Finder.  This ma</summary>
    <author>
      <name></name>
    </author>
    <content type="html" xml:lang="en" xml:base="/data/webdablog/">
      <![CDATA[<p>
We're happy to release version 0.3.  The most important new feature is the LimeBits Finder.  This makes it easier for you to navigate your folders and to browse and copy websites and components.
</p>
<p>
We've also added some new demo programs: Commenting and the Scrapbook.  These show off some cool features of LimeBits.  What makes the Commenting program different from similar programs is that it runs entirely on your computer (client-side PC); it uses our server only for storage and sharing of the text of the comments.
</p>
<p>
The Scrapbook is a new kind of webpage, in which objects (such as images) are movable.  Arrange and decorate your Scrapbook page for fun and profit.
</p>
<p>
Use these programs as examples and make your own variations!
</p>
<p>
We've also fixed bugs and made LimeBits more robust.
</p>
]]>
    </content>
</entry>
</feed>