Changes between Version 28 and Version 29 of UTGBMedaka/Manual


Ignore:
Timestamp:
08/14/07 01:14:15 (17 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBMedaka/Manual

    v28 v29  
    77   * In UTGB Medaka, we aggressivly incorporated the latest web application technologies, including [http://code.google.com/webtoolkit Google Web Tooklits (GWT)], to enhance the user experience. Traditional web applications have to redraw the entire page in order to move or resize some components within the displayed page, which requires frustrating page reloading. But in [http://utgenom.org/UTGBMedaka UTGB], drag & drop and resize operations can be performed quite smoothly, since we can relocate components (such as tracks) in a page locally by using JavaScript engine, which requires no page reloading. The modern web browsers (e.g., IE, Firefox, Safari, etc.) are already equipped with JavaScript engine, so you can use the [http://utgenom.org/UTGBMedaka UTGB Medaka] immediately. 
    88
    9  * '''Quick responce''' via AJAX (Asynchronous JavaScript + XML) technology. AJAX is a kind of back-ground internet connection, which utilizes the idle network resources while you are viewing a page. For example, our keyword search engine, which can quickly show your interested sequence positions from the input keywords (e.g., gene names, clones, EnsembleID, GO:Id, etc.), first submits your keywords to the database server, and waits the search results from the server in a background process. You can still continue the brownsing, since there is no page move. After the search results are achieved, the UTGB dinamilcally displays the search results to the browser.
     9 * '''Quick responce''' via AJAX (Asynchronous JavaScript + XML) technology. AJAX is a kind of back-ground internet connection, which utilizes the idle network resources while you are viewing a page. For example, our keyword search engine, which can quickly show your interested sequence positions from the input keywords (e.g., gene names, clones, EnsembleID, GO:Id, etc.), first submits your keywords to the database server, and waits the search results from the server in a background process. You can still continue the browsing, since there is no page move. After the search results are achieved, the UTGB dynamically displays the search results to the browser.
    1010 
    1111 * '''Customizable views''': Your configuration, such as a set of displayed tracks, track frame sizes, etc. can be saved as a file on your PC, and you can restore the browser state from the saved file.
     
    1818== Track Frame ==
    1919 Icons::
    20 ||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_01.gif)]]||Configuration button||Open the configuration panel for the track||
    21 ||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_05.gif)]] / [[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_06.gif)]]||Adjust the height of the track||Resize the track frame height according to the track image size||   
    22 ||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_02.gif)]] / [[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_03.gif)]]||Minimize/Open track button||Minimize the height of the track frame||
     20||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_01.gif)]]||Configuration button||Opens the configuration panel for the track||
     21||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_05.gif)]] / [[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_06.gif)]]||Adjusts the height of the track||Resizes the track frame height according to the track image size||   
     22||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_02.gif)]] / [[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_03.gif)]]||Minimize/Restore track button||Minimizes/Restore the height of the track frame||
    2323||[[Image(http://utgenome.org/UTGBMedaka/image/icon/icon_04.gif)]]||Close Button||Closes unnecessary tracks||
    2424