undockable sidebar

Feed Sidebar 4.1
Feed Sidebar is a Firefox extension for the that displays the new items from your Live Bookmarks in the sidebar. more>>
Feed Sidebar 4.1 will make you feel pleasant because it is used as an extension for the Mozilla Firefox Web browser that displays the new items from your Live Bookmarks in the sidebar.
It is intended to be a lightweight extension of the RSS capabilities already included in Firefox, not a completely new feed management system.
Installing the Feed Sidebar will add a new sidebar to Firefox that, when opened, will load the feeds that you have bookmarked in Firefox and display any unread items from those feeds. Clicking on an item will show a preview in the bottom of the sidebar, and double- or middle-clicking will open the item in the browser and remove it from the sidebar. The Feed Sidebar will also notify you of broken or unavailable feeds.
Major Features:
- You can choose to show items that you've already read:
- You can filter your feeds with the search bar:
- The toolbar buttons perform the following tasks:
- Open All in Tabs
- Mark All as Read
- Set maximum age for feed items
- Stop current update
- Reload feeds
- Change update interval (reload button dropdown)
- You can access the options from the context menu:
All-in-One Sidebar 0.7.1
All-in-One Sidebar is an award-winning Firefox extension sidebar control, inspired by Operas. more>>
Click on the left edge of your browser window to open the sidebar and get easy access to all your panels.
You can set the orientation to left or right, set the minimum, default and maximum width and the behavior on browser startup. Furthermore AiOS provides enhancements for many built-in features.
AiOS includes a slide-out button and a toolbar, all of which can be extensively customized.
Enjoy a clear browser window, more toolbar space and much more...
Dappad notebook sidebar 1.0
Dappad notebook sidebar is an extension that lets you write and read notes in the Firefox sidebar. more>>
You have both public and private notes in one place. Your public notes can be shared with friends.
Notes are written in rich format, you can copy and paste content from web pages, Word documents and Excel spreadsheets.
Your notes are saved in folders, and can be tagged for quick browsing.
Metroid Ultimate Sidebar 1.9
Metroid Ultimate Sidebar allows you to calculate your point change in mph. more>>
Calculate your point change in mph or find out your rank and get on the front page of mphtools.com!
Just add the toolbar icon to a toolbar or open the bar using alt M.
MetaTags Sidebar 1.2.9
MetaTags Sidebar provides a sidebar displaying page meta tags and other information. more>>
Sidebar displaying page meta tags and other information. Keywords are numbered and hyperlinked. A must have for keyword optimization etc. Additionally, helps to find pages related to page you browse.
Plus: Integrated with a search engines submission and keyword optimization service.
Ez Sidebar 3.1.2007030901
Ez Sidebar is an extension which provides an undockable Sidebar. more>>
This make the sidebar undockable, and provides some tiny features.
Main features:
- This provides the undockable Sidebar. You can detach the Sidebar pane from the browser window and place it to your favorites position. (The undocked Sidebar can raise on top always, and collapse/expand itself automatically with mouseover.)
- This provides the "Sidebar" toggle button to the toolbar. It shows/hides the Sidebar on click. And, you can switch the sidebar panels from the dropdown list of the button directly.
- This allows to take web pages into sidebar panels directly like Mozilla Seamonkey. They will be listed in the "Sidebar" menu and the list of the "Sidebar" button, same as built-in panels, Bookmarks, History, or others. (Firefox can load bookmarks into the Sidebar, so this feature will be no use for some people.)
Add-ons Sidebar 0.2.1.1
Add-ons Sidebar is a Firefox extension that lets you view your Add-ons in the sidebar by pressing Ctrl+Shift+E. more>>
Small and simple extension: only 2 KB!
Only works in development builds with the new Add-ons Manager!
Dont install this if you have Firefox 1.5.0.x or lower.
Pandora Publisher 0.4.4
Pandora is a simple web document and application platform written in Ruby. more>>
Main features:
Easy to install and maintain
- Just unpack the package archive and run under Windows, Mac OS X, or Linux. The only prerequisite is Ruby, which you can install following these instructions.
Simple, extensible, and powerful
- Pandora does not require any relational database, but it lets you build your own web applications that can use databases with Ruby and Pandora Box object-oriented application framework.
Textile and Silk Veil formatting for site contents
- There is no need to code web pages in HTML with Pandora. Instead, just use Textile and Silk Veil, which are almost as easy to learn as plain text formatting.
Portable web site contents
- Pandora site contents are stored in a simple format that can be exported, zipped, moved, and viewed anywhere with its built in web server.
User selectable page design and templates
- You can easily customize the appearance of your Pandora site by creating new skins with Ruby, HTML, and CSS.
Integrated user account management functions
- Pandora comes with a built-in user account management functions that perform automated email verification and support a manual or automated registration approval process.
Enhancements:
- A new way to delete existing pages and chapters, a recent changes page, a default sidebar for new books, a trail path attachment indicator, and iconified file links were added.
- A defect that caused an exception when a book is deleted was fixed.
- The documentation was edited.
Konqueror Burning Sidebar 1.0
Konqueror Burning Sidebar is a KDE ioslave and sidebar that lets you create and burn CDs or DVDs from Konqueror. more>>
(Used to be called kio_burn)
The sidebar currently supports burning data and audio CDs.
Quick start guide:
The interface for version 0.8 is very different to previous versions. This page explains how to use the new interface.
Firstly, install the package. If you are using the source package this is done with something like
$ configure --prefix=/usr
$ make
$ su -c "make install"
Note that you need to set the "prefix" directory to be the one where KDE is installed.
Close all Konqueror windows you have open, hit Alt-F2, type "killall konqueror" and click "run".
Now open up a new Konqueror window. If it is not already visible, hit F9 to show the sidebar. Hopefully you will now see a yellow CD icon in one of the sidebar buttons on the left. If not, left click below the buttons and select Add New -> CD Writer. If this does not work, you may need to use "Rollback to system default".
Bollywood Mantra Sidebar 0.1.2
Bollywood Mantra Sidebar is a Firefox extension to search Bollywood News and Images from the sidebar. more>>
Update Scanner 2.0.13
Update Scanner provides an extension which monitors web pages for updates. more>>
Right-click on any page, and select "Scan Page for Updates".
You can choose how often the site will be checked for changes, and whether to ignore minor updates.
When a change is detected, a notification window is displayed. Click the blue up-arrow on the bottom status bar to show the Update Scanner sidebar. Webpages that have been updated are shown in bold.
Double-click any item to open the website.
HTML::Widget::SideBar 1.02
HTML::Widget::SideBar can creates the HTML sidebar for a web page. more>>
SYNOPSYS
use HTML::Widget::SideBar;
use CGI; # Or something like that.
# We are going to create a sidebar in which only the active (clicked) branch
# is visible.
my $tree = HTML::Widget::SideBar->new;
$tree->setToggleAction;
foreach (1..3) {
my $list = $tree->append(value => "list$_");
$list->append(value => "aaa$_", URL => "http://localhost/$_");
$list->append(value => "bbb$_");
$list->append(value => "ccc$_");
}
$tree->getSubTree(3)->setActive;
print header, start_html(-style => $tree->buildCSS($tree->deepBlueCSS),
-script => $tree->baseJS);
print join "n", $tree->getHTML(styles => {bar => nav,
level0 => navlink,
level0Over => navover},
expand => 1
);
print end_html;
HTML::Widget::SideBar creates the HTML, and possibly some Javascript and CSS for a hirarchical side menu bar. It is very flexible, and allows you to create both simple navigational menus and complex dynamic sidebars with Javascript actions associated with items on the menu.
This module started as a hack on my Javascript::Menu, which makes them very similar, so if you got one of them, youll use the other with no sweat, I think.
The module supports the notion of an active item (usually the item denoting the page the user is viewing) and gives such item special treatment by marking it with a special CSS class and making it visible initially. It also has special support for selection menus where opening a branch closes all others.
What should you expect to see?
This depends greatly on your style definitions and action assignment (if you use that feature). Basically youll have a vertical bar (which will take up as much of the screen as your CSS will allow). Inside that bar youll have a tree of nested lists, and you can define the style for each level. When an item is clicked - its action is performed. A special predefined action allows you to show/hide child lists.
By default only the active branch (the branch containing the active item) and the top level list will be visible. You can override this (see getHTML).
Some naming rules
The sidebar will get an HTML id attribute. The default is sidebar but this is changeable through getHTML, as other naming rules.
Every list will be of class list unless another class is given through getHTML.
Every item in every list will be of the same class as all other items on the same level. The default is item for all items, but you can set each level separately through getHTML.
The active items class name is its levels class name, appended with Active.
Optionally, you may also set a mouseover style. For those of you who design for Mozilla, you really dont need that, just use the CSS pseudo-class :hover. For others, this will set the onMouseOver and onMouseOut attributes of an item to switch to and from that class.
Setting up the supporting code.
The sidebar created by this menu is formatted by CSS only. This means youll have to supply it. I included a class method called buildCSS which takes a datastructure (described below) and turns it into CSS, and an example of a sidebar design in such datastructure (I used this design in production).
You may also want to use the toggling support (described below), and in this case youll need some Javascript. This is given directly through baseJS. You can use it straight or dump to a file and tweak it to suit you best.
Sidebar Icons 0.6
Sidebar Icons is an extension which adds Bookarks, History N Downlaods icons in sidebar title bar. more>>
To report bugs, extension incompatibility quick troubleshooting, and help please use the forums. Please dont use reviews for bugs and such, that what bug reports for.
And dont simply say "does not work", it been tested and works for most, there too many theme/extension combinations to test all, which brings me back to bug reports.
Netscape Friends Activity Sidebar 1.1
Netscape Friends Activity Sidebar is a Firefox extension that helps you keep tabs about your friends stories on Netscape... more>>
Note: The sidebar limits activity to five items for each friend. If there are more than five items to view, a "View all of Chads activity" link will be shown at the bottom of the friends section. You can always view all of a friends activity by clicking on their name or avatar.
To make use of this extension, you must be logged into Netscape.com. If you do not have a Netscape.com account, sign up at http://www.netscape.com/signup Accounts are free, and it only takes a few minutes to create one. Once you have a Netscape.com account, you can submit stories and videos, vote for other peoples stories, rate comments, comment on stories you find interesting, as well as use this extension.
Search It Later Sidebar 0.4
Add words or phrases to your list to search later when you have time. more>> <<less