<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://gara.creative2.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>gara - Javascript Toolkit</title>
        <description></description>
        <link>http://gara.creative2.net/</link>
        <lastBuildDate>Sat, 18 May 2013 11:59:33 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://gara.creative2.net/lib/images/favicon.ico</url>
            <title>gara - Javascript Toolkit</title>
            <link>http://gara.creative2.net/</link>
        </image>
        <item>
            <title>home</title>
            <link>http://gara.creative2.net/home?rev=1291303273&amp;do=diff</link>
            <description>*  Learn More about the  project
		*  See the List of 's Features
		*  Check the demo and convince yourself





More News on sourceforge.net project site »</description>
            <author>Thomas Gossmann</author>
            <pubDate>Thu, 02 Dec 2010 16:21:13 +0200</pubDate>
        </item>
        <item>
            <title>development:todo</title>
            <link>http://gara.creative2.net/development/todo?rev=1291290216&amp;do=diff</link>
            <description>*  HTML5 Tags
	*  Use internal EventHandler API
	*  Remove List Widget? -&gt; Table
	*  Table Improvements. Yes make a Table work wether there are no TableColumns (like in SWT)
	*  More Keyboard Support (Ctrl+A where JSWT.MULTI, Shift+F10 for Context Menu)</description>
            <author>Thomas Gossmann</author>
        <category>development</category>
            <pubDate>Thu, 02 Dec 2010 12:43:36 +0200</pubDate>
        </item>
        <item>
            <title>development</title>
            <link>http://gara.creative2.net/development?rev=1291290092&amp;do=diff</link>
            <description>Tools

Development is done on github. Please commit bugs and feature requests:


	*  Issue-Tracker @ Github

Articles

	*  TODO - ToDo List
	*  Widgets - Creating Widgets
	*  Folders - Folders and usage in the gara trunk
	*  KnownProblems

IDE

	*  IDE - IDE Configuration for gara, using eclipse
	*  Mylyn - Developing gara using Mylyn</description>
            <author>Thomas Gossmann</author>
            <pubDate>Thu, 02 Dec 2010 12:41:32 +0200</pubDate>
        </item>
        <item>
            <title>features</title>
            <link>http://gara.creative2.net/features?rev=1291289940&amp;do=diff</link>
            <description>gara consists of various packages for different tasks. Here is a list of the current available packages



Existing Widgets in gara's widget library.


	*  Button
	*  Decoration
	*  Label
	*  List
	*  Menu
	*  Shell
	*  TabFolder
	*  Table
	*  Text
	*  Tree</description>
            <author>Thomas Gossmann</author>
            <pubDate>Thu, 02 Dec 2010 12:39:00 +0200</pubDate>
        </item>
        <item>
            <title>faq - created</title>
            <link>http://gara.creative2.net/faq?rev=1269228711&amp;do=diff</link>
            <description>*  
	*  



The aim is to serve modern browsers. Currently this is tested with:

	*  Firefox 3.6
	*  Chrome (Stable Channel)
	*  Safari 4
	*  Opera 10.50
	*  IE8



It is not worth developing for IE6. Also days of IE6 are counted and IE6 must DIE! IE7 is just a slightly better copy of IE6, same counts for this version.</description>
            <author>Thomas Gossmann</author>
            <pubDate>Mon, 22 Mar 2010 04:31:51 +0200</pubDate>
        </item>
        <item>
            <title>documentation</title>
            <link>http://gara.creative2.net/documentation?rev=1269228085&amp;do=diff</link>
            <description>The gara manual will be created after the beta launch. Possible contents:


	*  Getting Started
	*  Themes
	*  Widgets
	*  ... feel free to add your wishes
	*  APIs
	*  FAQ</description>
            <author>Thomas Gossmann</author>
            <pubDate>Mon, 22 Mar 2010 04:21:25 +0200</pubDate>
        </item>
        <item>
            <title>development:knownproblems - created</title>
            <link>http://gara.creative2.net/development/knownproblems?rev=1269126984&amp;do=diff</link>
            <description>TabFolder measureents

Once a Scrollable control is placed into the TabFolder/Items client area it happens that there is an unexpected behavior. Depends on wether dimensions on the TabFolder are set before or after the controls are added.

Before:

	*  Firefox: The control doesnt take up the whole space. Some pixels are missing. Could be that ”.sand .jsWTTabClientArea div[role=tabpanel] &gt; .jsWT... ” style rule is executed slower than the JavaScript calculations
	*  Webkit (Chrome/Safari): Scroll…</description>
            <author>Thomas Gossmann</author>
        <category>development</category>
            <pubDate>Sun, 21 Mar 2010 00:16:24 +0200</pubDate>
        </item>
        <item>
            <title>development:folders</title>
            <link>http://gara.creative2.net/development/folders?rev=1267913906&amp;do=diff</link>
            <description>In the gara trunk folders are used for development or deployment. See the following list which folder belongs to what category

Development

	*  src
	*  css
	*  dev
	*  tests
	*  lib

Deployment

	*  bin
	*  themes
	*  examples
	*  docs
	*  lib

Other Folders

	*  archives - releases kept here
	*  buildscripts</description>
            <author>Thomas Gossmann</author>
        <category>development</category>
            <pubDate>Sat, 06 Mar 2010 23:18:26 +0200</pubDate>
        </item>
        <item>
            <title>documentation:widgets:internals</title>
            <link>http://gara.creative2.net/documentation/widgets/internals?rev=1267912315&amp;do=diff</link>
            <description>Widgets

Widgets and DOMNodes

There is a connection betweend widgets and DOMNodes. Every DOMNode that belongs to the widget and is created in their _create Method is placed a property with a backreference to the wiget. Even though, if there is an associated control, this is also referenced in the DOMNode:


// control widget
DOMNode.widget = this;
DOMNode.control = this;

// item
DOMNode.widget = this;
DOMNode.control = this._control;</description>
            <author>Thomas Gossmann</author>
        <category>documentation:widgets</category>
            <pubDate>Sat, 06 Mar 2010 22:51:55 +0200</pubDate>
        </item>
        <item>
            <title>documentation:widgets</title>
            <link>http://gara.creative2.net/documentation/widgets?rev=1249403629&amp;do=diff</link>
            <description>Controls

	*  List
	*  Tree
	*  TabFolder
	*  Table

	*  Internals

Menu

	*  Menu

Dialogs

	*  MessageBox
	*  InputDialog
	*  IframeDialog</description>
            <author>Thomas Gossmann</author>
        <category>documentation</category>
            <pubDate>Tue, 04 Aug 2009 18:33:49 +0200</pubDate>
        </item>
        <item>
            <title>download</title>
            <link>http://gara.creative2.net/download?rev=1230591205&amp;do=diff</link>
            <description>gara-1.0-beta2.tar.gz


Browse the subversion repository or you can access the files via the command below:


svn co https://gara.svn.sourceforge.net/svnroot/gara/trunk gara</description>
            <author>Thomas Gossmann</author>
            <pubDate>Mon, 29 Dec 2008 23:53:25 +0200</pubDate>
        </item>
        <item>
            <title>documentation:widgets:list</title>
            <link>http://gara.creative2.net/documentation/widgets/list?rev=1230590751&amp;do=diff</link>
            <description>Functionality

Styles

HTML Outline




&lt;ul class=&quot;jsWTList jsWTList(Inactive|Active)&quot;&gt;
[&lt;li&gt;&lt;input type=&quot;checkbox&quot; style=&quot;display: ...&quot;/&gt;[&lt;img src=&quot;...&quot;/&gt;]&lt;span&gt;...&lt;/span&gt;&lt;/li&gt;]
&lt;/ul&gt;



Examples</description>
            <author>Thomas Gossmann</author>
        <category>documentation:widgets</category>
            <pubDate>Mon, 29 Dec 2008 23:45:51 +0200</pubDate>
        </item>
        <item>
            <title>documentation:apis - created</title>
            <link>http://gara.creative2.net/documentation/apis?rev=1227307583&amp;do=diff</link>
            <description>The gara API is coming in different formats. So, you may choose which one you prefer.

API Docs

API Docs are here: 

XML API

gara consists of a xml api. The definition will be explained here in the future.

Open Ajax Metaformat

The Open Ajax Alliance defines and describes a dialect as industry standard for Ajax Libraries to be used in wide range. Also, the gara API will participate. Different versions will come and introduced here.</description>
            <author>Thomas Gossmann</author>
        <category>documentation</category>
            <pubDate>Fri, 21 Nov 2008 23:46:23 +0200</pubDate>
        </item>
        <item>
            <title>demo</title>
            <link>http://gara.creative2.net/demo?rev=1227294178&amp;do=diff</link>
            <description>Here you have the possibility to test . Enjoy:


 The feature explorer shows all components included in gara.





 A simple Feedreader mashup using Google AJAX Feed API. The example makes use of a ListViewer and a TableViewer. I've just written one controllers for each view, describing the google feed model + some lines mixing all together - that's all :)</description>
            <author>Thomas Gossmann</author>
            <pubDate>Fri, 21 Nov 2008 20:02:58 +0200</pubDate>
        </item>
        <item>
            <title>about</title>
            <link>http://gara.creative2.net/about?rev=1220577625&amp;do=diff</link>
            <description>*  base2 - brings back the standard
		*  $class - A way for creating classes, interfaces and packages in javascript - like java
		*  JsDoc Toolkit - helps creating APIdocs
		*  YUICompressor - compress javascript and css</description>
            <author>Thomas Gossmann</author>
            <pubDate>Fri, 05 Sep 2008 03:20:25 +0200</pubDate>
        </item>
    </channel>
</rss>
