<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
 <title>Teru's blog - on i4PACE(i for Personal Archiving and Creating Environment)</title>
 <link>http://blog.i4pace.net/frog/user/Teru/</link>
 <description>The latest articles in category 'javascript'. Teru's blog - on i4PACE(i for Personal Archiving and Creating Environment)</description>
 <copyright>Copyright by Teru</copyright>
 <lastBuildDate>Wed, 08 Sep 2010 19:46:30 GMT</lastBuildDate>
 <generator>Frog (Python)</generator>
 <category>Blog</category>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <ttl>10</ttl>
<item>
 <title>CouchDB</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-12-25/69</link>
 <description>{category: javascript}  Got interested one of Apache projects called CouchDB ([url]http://couchdb.apache.org[/url]).

Looked at [url]http://wiki.apache.org/couchdb/Installing_on_Ubuntu[/url], and installing on Ubuntu8.10 is just
[code]$ sudo apt-get install couchdb[/code]
To start,
[code]$ sudo /etc/init.d/couchdb start[/c...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Thu, 25 Dec 2008 14:47:00 GMT</pubDate>
</item>
<item>
 <title>Gears</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-07-04/43</link>
 <description>{category: javascript}  Found Google Gears interesting. Recently its name is changed to Gears, aiming at general purpose API for making web-applications work offline.

To install, visited http://gears.google.com/, and pushed the Install button. After following a couple of instructions on screen by clicking buttons and rest...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Fri, 04 Jul 2008 00:34:00 GMT</pubDate>
</item>
<item>
 <title>Hybrid applications thru Opera widgets</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-05-22/41</link>
 <description>{category: javascript}  Opera Software announced a draft specification for File I/O access in widgets at [url]http://labs.opera.com/news/2008/05/08/[/url], so that the widgets can access both local files and remote files on servers, leading to so-called "hybrid applications". This is a good direction  :-)

To create a widg...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Thu, 22 May 2008 14:28:00 GMT</pubDate>
</item>
<item>
 <title>Exhibit Source 2</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-05-03/37</link>
 <description>{category: javascript}  Found it hard to analyse the source of Exhibit on a server, and decided to do it on my notebook PC.

First install subversion
[code]sudo apt-get install subversion[/code]
Installed other recommended packages, subversion-tools and db4.5util as well.
Ran, as a user,
[code]cd ~
mkdir Workspace
cd Works...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Fri, 02 May 2008 23:31:00 GMT</pubDate>
</item>
<item>
 <title>Exhibit Source</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-05-02/36</link>
 <description>{category: javascript}  Exhibit is nice, and could be customized to my needs. So, decided to download a source code from [url=http://simile.mit.edu/wiki/Exhibit/Download_Exhibit%27s_Source_Code]here[/url].
[code]cd /usr/local/var
svn checkout http://simile.mit.edu/repository/exhibit/branches/2.0 exhibit[/code]
downloaded t...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Fri, 02 May 2008 13:09:00 GMT</pubDate>
</item>
<item>
 <title>SIMILE Exhibit</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-04-21/32</link>
 <description>{category: javascript}  Started to try [url=http://simile.mit.edu/exhibit/]SIMILE Exhibit[/url].

Getting started tutorial is  a good introduction. Liked facet model a lot  :-D
Timeline is incorporated in the example. Created a page on this server at [url]http://blog.i4pace.net/exhibit/nobelists.html[/url]. Haven't figured...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Mon, 21 Apr 2008 02:57:00 GMT</pubDate>
</item>
<item>
 <title>OpenSocial Samples</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-04-11/26</link>
 <description>{category: javascript}  Worked on part of [url=http://code.google.com/apis/opensocial/docs/0.7/devguide.html]OpenSocial APO Developer's Guide (v.07)[/url].  Placed a listFriends application on Orkut Sandbox, and this time there is an output now that I have a friend on Orkut :-)...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Thu, 10 Apr 2008 17:06:00 GMT</pubDate>
</item>
<item>
 <title>Shindig Samples</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-04-09/25</link>
 <description>{category: javascript}  Found Shindig samples while reading [url]http://trac.hyves-api.nl/hyves-api/wiki/ShindigStarted[/url]. Following README at ~/Src/Shindig/javascript, ran the samples.

Sample 1 at http://localhost:8080/gadgets/files/container/sample1.html shows
[@shindig_example1.png|w=100%]. Looks Ok, and worked fin...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Wed, 09 Apr 2008 08:46:00 GMT</pubDate>
</item>
<item>
 <title>Caja</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-04-08/24</link>
 <description>{category: javascript}  [url=http://incubator.apache.org/shindig]The Shindig page[/url] mentioned Caja, which enhances Javascript security. 
[list]
[*] Introduction: [url]http://code.google.com/p/google-caja/wiki/CajaEasyIntro[/url],
[*] google-caja: [url]http://code.google.com/p/google-caja/[/url],
[*] Getting started: [u...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 08 Apr 2008 06:16:00 GMT</pubDate>
</item>
<item>
 <title>Shindig</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-04-05/23</link>
 <description>{category: javascript}  Started to install Apache Shindig. At [url]http://incubator.apache.org/shindig/[/url], found the prerequisites:
[list=1]
[*]Java1.5 JDK/JRE or later
[*]Subversion
[*]Maven
[/list]
The first two are available at Ubuntu Repositories. Download Maven and untar it as below:
[code]su
cd /usr/local/lib
wge...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Sat, 05 Apr 2008 09:26:00 GMT</pubDate>
</item>
</channel>
</rss>