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:
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.
Sidebar on Right 0.3
Sidebar on Right is an extension which moves the sidebar to the right side of the browser. more>>
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.
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.
Sidebar in a Can 1.0.1
Sidebar in a Can is a tool for webmasters to take a large amount of static content and turn it into a dynamic content. more>>
Sidebar in a Can is built on Snippets technology.
Sidebar in a Can is designed to be run as a straightforward web application, with much administrative activity performed on-web. Rather than trying to explain how to use it, I simply encourage you to explore.
Security
The present release of Sidebar in a Can has not been closely scrutinized for security, and should be treated as such by security-conscious administrators. If you examine the code and discover a vulnerability that could compromise the server, please contact the author at jshayward@pobox.com. The script is intended to have light security and not to compromise a server, but it is not intended to store credit card numbers or other sensitive information.
The default installation sets < the private sidebar data directory > and contents to mode 777. Administrators are encouraged to set directory and contents to mode 700, owned by the effective user ID that Snippets will be running under.
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...
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.)
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.
Bollywood Mantra Sidebar 0.1.2
Bollywood Mantra Sidebar is a Firefox extension to search Bollywood News and Images from the sidebar. more>>
Search It Later Sidebar 0.4
Add words or phrases to your list to search later when you have time. more>> <<less
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".
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.
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.