Main > Free Download Search >

Free otherside tab software for linux

otherside tab

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 559
Doc Finder Tab 1.0.2

Doc Finder Tab 1.0.2


Doc Finder Tab is a Plone product which makes Dieter Maurers DocFinder available from a ZMI management tab. more>>
Doc Finder Tab is a Plone product which makes Dieter Maurers DocFinder available from a ZMI management tab. Looking "inside" an object becomes as easy as clicking its Doc tab! An essential tool for Zope and Plone development.
DocFinderTab allows you to view an objects:
.Class (and base class) names and docstrings
.Attribute names, roles, arguments, and docstrings
DocFinder can be of great help when discovering object APIs and debugging security problems.
It treats docstrings as structured text which is a very powerful feature as it allows to write nicely-formatted documentation right into the source, while having it instantly available TTW.
To install extract the tarball into your Products directory and restart Zope. This will add a "Doc" tab to every objects managment screens. Now go to an objects management screen, click the "Doc" tab and start exploring.
Enhancements:
- Cosmetic fix for 1.0.1.
<<less
Download (0.016MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
942 downloads
thisTab! 1.0

thisTab! 1.0


thisTab! is an extension used to force Firefox to open a link in the current tab. more>>
thisTab! is an extension used to force Firefox to open a link in the current tab.

Force Firefox to open a link in the current tab - prevents websites opening a new window when you dont want them to.

<<less
Download (0.001MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
926 downloads
Open Source in Tab 1.5

Open Source in Tab 1.5


Open Source in Tab is an extension which opens the pages source file in a new tab. more>>
Open Source in Tab is an extension which opens the pages source file in a new tab.

Opens the pages source file in a new tab. Has a preference to either open source in a new tab or existing tab.

<<less
Download (0.008MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
550 downloads
Deluxe Tabs 2.4

Deluxe Tabs 2.4


Deluxe Tabs is a versatile solution to create DHTML navigation systems for Web sites and Web applications. more>>
Deluxe Tabs is a versatile solution to create DHTML navigation systems for Web sites and Web applications. Deluxe Tabs is a very space-saving way to present the information. Now you dont have got to puzzle over the problem how to design the page in the best way.
If you have a large volume of data and your page needs to be scrolled down too much - Deluxe Tabs is your choice! Just divide the information and distribute it among the tabs so that your visitors could reach the next piece of information with one single click. No more uncomfortable reading with scrolling! Various types of data can be placed on one page. So, your visitors need no more reload a large number of pages to find the information they want.
Deluxe Tabs will really lighten the process of site building as it allows to place much information within one page without creating many others. But for all that, all the information is parted and structured. You are free to create tabs containing text, images and practically all kinds of information in various combinations. You may also create any desirable design inside the tab with HTML. And you can add as many tabs as you wish!
Enhancements:
- An easy-to-use GUI wizard was added.
- It is called Deluxe Tuner and it allows you to generate and test the menu.
- Fixes were made for absolute positioning.
<<less
Download (4.4MB)
Added: 2007-02-20 License: Free for non-commercial use Price:
979 downloads
Plone Tabs 0.2.2

Plone Tabs 0.2.2


Plone Tabs provides a user-friendly product for managing the tabs on the Plone site. more>>
Plone Tabs provides a user-friendly product for managing the tabs on the Plone site.
Plone Tabs (qPloneTabs) is a user-friendly product for managing the tabs on the Plone site without the need to go to ZMI.
Plone Tabs Features
Gives an opportunity to create/delete/rename tabs using Plone Control Panel
Allows changing the tabs order by drag-and-drop
Installation
Install as Zope product
Install in your Plone instance with Quick Installer (Plone Control Panel -> Add/remove Products)
How To Create New Plone Tabs
Go to your Site Setup
Select "Plone Tabs" from the list "Add-on Product Configuration"
Enter the name and the link of the tab you want to create
Click "Save" button
Click "Reorder" on the right of the page and you will see the list of all your tabs
Change the tabs order by drag-and-drop and save your changes.
Enhancements:
- possibility to change portal_tabs visibility
- better url processing
- fixed editing bug
- corrected some piece of css
- fully remade elements state css logic
- fixed adding and editing javascript bugs in IE5.5
- corrected IE hovering
- dont collapse editing and adding forms after sorting
- possibility to edit any number of items at the same time
- display url in right side near the tab name
- generated tabs functionality
- sliding advanced section & everything that push down forward content on the page
<<less
Download (0.045MB)
Added: 2007-03-28 License: ZPL (Zope Public License) Price:
941 downloads
termit 1.0.1

termit 1.0.1


termit is a simple terminal emulator based on vte library. more>>
termit is a simple terminal emulator based on vte library.
Main features:
- tabs
- bookmarks
- changing tab name
- changing font for tabs
- encodings (all available from GTK2)
Configuration can be changed via $HOME/.termit file (example is provided).
Enhancements:
- Calls to getenv were replaced with g_getenv.
- A possible double free was fixed.
<<less
Download (0.017MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
Themus 0.1.5

Themus 0.1.5


Themus is a collection of theme utilities for GNOME. more>>
Themus is a collection of theme utilities for GNOME 2.2.
Main features:
- Being able to navigate in Nautilus to themes:/// to view your installed themes.
- Thumbnails for themes in Nautilus.
- A tab in the Nautilus properties for themes.
- Drag and drop support for themes; if you drag a theme into the Nautilus window, it will be installed; if you drag a theme out of the window, the theme file will be saved (though not an entire theme archive).
<<less
Download (0.35MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
Berkeley Yacc

Berkeley Yacc


Berkeley Yacc is a high-quality yacc variant. more>>
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler.
Byacc was written around 1990 by Robert Corbett who is the original author of bison. Originally written in K&R C, I have modified it to conform to ANSI C, and made other improvements.
Enhancements:
- configure.in: add AC_ARG_PROGRAM to make --program-prefix, etc., work.
- makefile.in: first cut of script to support --program-prefix
- configure.in: reorder AC_INIT/AC_CONFIG_HEADER to make this "work" with autoconf 2.52
- makefile.in: modify so DESTDIR works
- makefile.in: use EXEEXT and OBJEXT
- configure.in: use CF_PROG_EXT generate a config.h
- defs.h: make this use the generated config.h
- skeleton.c: add a forward-reference for yyparse()
- aclocal.m4: add CF_CHECK_CACHE, needed for CF_PROG_EXT
- yacc.1: remove the discussion of TMPDIR since it is obsolete
- skeleton.c: fix a couple of minor compiler-warnings in the skeleton
- defs.h: remove action_file_name, etc., since we use tmpfile() now.
- main.c: use tmpfile() for opening the working files. This quiets an idiot-warning advertising the use of mkstemp().
- output.c: Do not close temporary-files here, since they are opened with tmpfile(). Just rewind them, and theyre ready to read back the data stored in them.
- test/grammar.output, test/grammar.tab.c, test/grammar.tab.h: RCS_BASE
- makefile.in: turn on "make check" rule
- test/calc.output, test/run_test.sh, test/calc.tab.h: RCS_BASE
- test/ftp.tab.c: yyparse() is now yyparse(void)
- test/calc.tab.c: RCS_BASE
- test/error.tab.c: yyparse() is now yyparse(void)
- test/README: RCS_BASE
- yacc.1: various typography fixes prompted by Debian #100947
- aclocal.m4, makefile.in, configure.in: RCS_BASE
- README: updated to note that this is not the original
<<less
Download (0.12MB)
Added: 2005-04-13 License: Freely Distributable Price:
1679 downloads
Tree Style Tab 0.7.2009072401

Tree Style Tab 0.7.2009072401


Tree Style Tab is an excellent and must-see product which offers a beautiful and easy-to-use tree-style tab bar, like a folder tree of Windows Explorer. more>>

Tree Style Tab 0.7.2009072401 is an excellent and must-see product which offers a beautiful and easy-to-use tree-style tab bar, like a folder tree of Windows Explorer. New tabs opened from links (or etc.) are automatically attached to the parent tab. If you often use many many tabs, it will help your web browsing because you can understand relations of tabs. This is developed under a project to restructure TBE for Firefox 2.

Major Features:

  1. Tree example. New tabs from link (or etc.) are opened as children of the original tab.
  2. You can collapse/expand sub trees. It is convenient for too many tabs.
  3. When you close a tab which has collapsed sub tree, all of tabs in the sub tree will be closed only one action.
  4. Tab bar can be moved to leftside, rightside, top, or bottom. Horizontal tree is also available. Moreover, vertical tab bar can be shown/hidden automatically.
  5. You can open new tab between existing tabs, dropping link or URL string there.
  6. New child tab can be opened automatically from the location bar, if the website is same to the current tab's. Of course, different website can be opened in new tab too.
  7. You can save/restore the tree of tabs over sessions, by Session Manager or other session-management addons.
  8. Drag and drop is available to modify relations of tabs and to rearrange. The behavior seems to be like "layer tree " of Adobe Illustrator/Photoshop.
  9. If you focus to the tab bar, Ctrl-Up/Down/Right/Left can be used to modify tree.
  10. A built-in theme, "Metal" is available. It will match to the default theme on Mac OS X.
  11. Multiple Tab Handler can work with this. drag-and-do features of it will be more useful.
  12. Informational Tab also works. With the Multiple Tab Handler, Firefox becomes like old Firefox powered by TBE.

Enhancements:

  • Improved: "Gather to a New Tree" is available for selected tabs, with Multiple Tab Handler.
  • Improved: Dummy parent tabs which have no child are automatically closed.
  • Modified: "auto" style for tree twisties always works as "retro", if thumbnails in tabs of Informational Tab are shown in the row same to tab label.
  • Improved: Checkboxes for "New Tab" and "List All Tabs" buttons save their value for each position: vertical or horizontal.
  • Modified: When the current tab is closed, the previous visible tab will be focused instead of the previous sibling.
  • Fixed: Operations when tabs are dropped to the tab bar work correctly on Firefox 3.5.
  • Fixed: With vertical tab bar, you can move the dragged tab to a new window correctly, when you drop it onto the content area.
  • Fixed: The appearance of "New Tab" button is correctly updated after you switch tab bar position from horizontal to vertical.
  • Fixed: Works with Focus Last Selected Tab 0.9.5.x.
  • Fixed: With Tab Mix Plus, focus control by Tree Style Tab is available if you set to focus to the right tab when you close the current tab.
  • Updated: de-DE locale is updated by Andy Pillip.
<<less
Added: 2009-07-26 License: MPL Price: FREE
1 downloads
Highlander 1.0

Highlander 1.0


Highlander switches to that tab when you try to open a page already opened in another tab. more>>
Highlander switches to that tab when you try to open a page already opened in another tab.

There can be only one... ...tab for each url....

When you click a link to an url thats already open in another tab then youll switch to that tab instead of actually opening the link.

<<less
Download (0.014MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
940 downloads
Vice Stats 1.1

Vice Stats 1.1


Vice Stats is an advanced Web site statistics gathering package. more>>
Vice Stats is an advanced Web site statistics gathering package. Vice Stats collects data about the resources in a Web site, the visitors to that site, and the referring resources. Vice Stats runs in PHP and stores its data in a MySQL database.
Enhancements:
- The $vs_resourceQuery parameter is properly taken into effect in the Resources tab on the front page.
- The $vs_resourceHost parameter was added for sites that have more than one subdomain.
- There are updates to the browser and IP location databases.
<<less
Download (0.56MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
Yet Another Calendar 0.04

Yet Another Calendar 0.04


Yet Another Calendar is a malleable, clear, concise CGI calendar. more>>
Yet Another Calendar is a malleable, clear, concise CGI calendar. Yet Another Calendar project doesnt require a relational database server and uses a single page per month for editing and viewing.
Main features:
- XML/RSS export
- Palm datebook (.pdb) export
- Text export (tab delimited file)
- Single page for editing and viewing
- Optional start and end times for all events
- Edit history/change tracking (with an rcs cron job)
- Archiving of old events (also with a cron job)
- Small amount of source code (under 500 lines)
Enhancements:
- There are now links on the calendar for an XML/RSS feed, a Palm datebook (.pdb) file, and a tab delimited text file.
- A few minor bugfixes and enhancements were made.
<<less
Download (0.015MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1283 downloads
TimeTrack 1.1.4

TimeTrack 1.1.4


TimeTrack is a program to track time in a modular, project- oriented way. more>>
TimeTrack is a program to track time in a modular, project-oriented way. A single timer has the ability to help you track your time over a whole project through maintaining a list of tripels that consist of starttime,endtime and a description field.
You can arrange your timers over several tabs, just as you like. Saving and loading happens through XML Files. Timetracker also has the ability to import single timers from other files to merge your timerdata with other timerdata.
Main features:
New Timer:
- This button spawns a new Timer on the current tab. Just click it and you can start tracking.
New Tab:
- This buttons spawns a new Tab. Youll be asked for the name of the new tab before it is created.
Rename Tab:
- This button renames the current Tab.
Close all:
- This button closes all tabs and running timers WITHOUT saving.
One of the new functions of 1.1 is the ability to save a running timer which will pe persistent even through reboots and shutdowns through the usage of timestamps. This is a useful feature especially for notebook users with limited energy resources.
Starting with V1.1.1, TimeTrack is featuring a generic report generator, which aids you in your documentation needs by - well - simply building reports out of your tracked time data.
<<less
Download (0.26MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
4370 downloads
Link Gopher 1.3.2

Link Gopher 1.3.2


Link Gopher 1.3.2 is a brilliant add-on which can extract all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems. more>> <<less
Added: 2009-07-18 License: MPL Price: FREE
10 downloads
No-Referrer 1.0.1

No-Referrer 1.0.1


No-Referrer is a Firefox extension that adds an entry to the context menu that lets you open a link in a new tab more>>
No-Referrer is a Firefox extension that adds an entry to the context menu that lets you open a link in a new tab, without sending the referrer information.

<<less
Download (0.003MB)
Added: 2007-07-30 License: MPL (Mozilla Public License) Price:
820 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5