Main > Free Download Search >

browser trial software / shareware for linux

browser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 114
BrowserCRM 4.602

BrowserCRM 4.602


BrowserCRM is a web-based suite combining integrated Email functionality with flexible and powerful CRM. more>>
BrowserCRM is a web-based suite combining integrated Email functionality with flexible and powerful Customer Relationship Management and Collaboration tools, running in any web browser.
Main features:
- you can have a single, comprehensive CRM and Collaboration application accessible from anywhere.
- you can centralize your customer information from multiple applications and individual computers.
- you can build a complete, real-time customer history.
- your people can always access live business data and up-to-date documents from any web browser.
- you can install the Server Edition on your own server or ISP, or use BrowserCRM Hosted in our data center.
BrowserCRM is a commercial CRM application, backed by a company with 3 years experience in the sector and with significant expertise in web-enabling small businesses.
<<less
Download (1.6MB)
Added: 2006-07-21 License: Other/Proprietary License with Free Trial Price: $199
1238 downloads
CourseForum 5.3

CourseForum 5.3


CourseForum is Web-based e-learning software. more>>
CourseForum is Web-based e-learning software that makes it easy for you and your students to interact, whether to create, post, share, or discuss course content.
With just their Web browser, students use Courseforum to get answers to questions, dig deeper into issues, and work on projects at any time and from anywhere, not just when classes meet.
It is powerful but easy to setup and use. Downloadable and hosted versions are available.
Main features:
- Get started in minutes. You can be running your own CourseForum server for your class with a quick download and a double-click - no complicated setup required! The software is available for Windows, Mac OS X and Unix.
- Easy for everyone to use. With an easy web-browser based interface, you and your students will be able to quickly create, read and contribute to class discussions.
- Powerful and accountable. All the features you need for discussions, group projects, lesson plans, student projects, all organized the way you want them to be. And you can easily track all student contributions and activity.
Enhancements:
- This version includes many new features, including a new "custom link" feature that allows easy integration of "Web 2.0" or other outside content directly into forum pages.
- Other changes include easier image links, improved comment posting, changes to the Enterprise version, several bugfixes, and more.
<<less
Download (1.9MB)
Added: 2007-02-05 License: Shareware Price: $89
991 downloads
CrossOver Linux 6.2.0

CrossOver Linux 6.2.0


Your Windows Applications, Seamlessly Integrated On Linux more>> CrossOver Linux allows you to install many popular Windows productivity applications, plugins and games in Linux, without needing a Microsoft Operating System license. CrossOver includes an easy to use, single click interface, which makes installing a Windows application simple and fast. Once installed, your application integrate seamlessly with your Gnome or KDE environment. Just click and run your application, exactly as you would in Windows, but with the full freedom of Linux.
CrossOver Linux lets you use many Windows plugins directly from your Linux browser. Plugins work on any x86 based Linux distribution and will integrate with most browsers including Firefox 1.x, Netscape 6.x, Konqueror, Mozilla, and Opera. CrossOver also integrates with Gnome and KDE to let you transparently open any Word, Excel or PowerPoint file. But even better, you can open these attachment types directly from any mail client.
<<less
Download (22.3MB)
Added: 2009-04-20 License: Shareware Price: $39.95
186 downloads
JobSite 1.0

JobSite 1.0


JobSite v1.0 is a multi-browser compatible perl script. more>> JobSite v1.0 is a multi-browser compatible perl script that quickly and easily permits you to set up and maintain an extensive and well organized employment directory/archive under Windows or Linux with a minimum of effort on your part. The listed resources can either be stored on your server (archive) or linked from the authors website (directory). JobSite v1.0 is highly flexible and completely generic so that it can be used by virtually anyone with very little modification. It is also fully customizable. JobSite v1.0 was painstaking designed from the ground up to be both feature-rich and user-friendly. Visitors can write and submit their resume online, submit their own job reviews, report dead links, participate in polls, contribute articles to the weekly newsletter and much more. The admin page features a built-in newsletter/banner manager which makes sending out newsletters to multiple recipients and managing advertising banners a breeze. A powerful search engine with indexing and advanced search capability is also built into the script. JobSite v1.0 can be used alone or as the perfect compliment to any existing site looking for high traffic or product branding and each of the 1,903 html pages used by the script contains unique, binominal and trinominal keywords for maximum traffic generation.<<less
Download (620.10MB)
Added: 2009-04-01 License: Demo Price: $19.95
205 downloads
ReportMill 8

ReportMill 8


ReportMill is the most powerful Java reporting tool available. more>>
ReportMill project is the most powerful Java reporting tool available.
ReportMill is the best Java application reporting tool available for dynamically generating reports and web pages from Java applications in formats such as PDF, HTML, Flash, Excel and more.
ReportMill combines an easy-to-use page layout application and a powerful Java API in a single compact jar file, which is remarkably easy to integrate into your custom Java application.
Main features:
- Embedded Reporting
- Powerful Design Application
- Simple API
- Simple Integration
- PDF, HTML, Flash, Excel, Swing
- XML based template design
- Tables
- Table Groups (sub-reports)
- Graphing
- CrossTabs
- Labels
Embedded Reporting:
Running as Java code inside your application, ReportMill seamlessly harvests data directly from any Java dataset, whether EJBs, custom Java classes, Java Collection classes, JDBC ResultSets or any combination of these. This is much more efficient than traditional reporting tools, which often require developers to repackage existing Java datasets as the original SQL query, then force a redundant refetch and some potentially risky inter-process communication.
This architecture also provides unique access to custom business logic found in the developers object model, providing a significant savings by reusing this code instead of forcing a rewrite in proprietary template macro languages.
Powerful Design Application:
ReportMill is the only reporting tool built on top of a comprehensive page layout application (see PageStudio.com). This ensures that almost any page or report design can be accommodated and also makes template design more intuitive for anyone who has made a newsletter or "For Sale" sign in any of the popular page layout applications.
Simple API
Most developers need to call only three lines of ReportMill API. Since ReportMill harvests data from any Java dataset using reflection and common collections interfaces, there is no need to write any binding/feeder code, implement any interfaces or create any datasource objects.
// Load template from any Source (File, String path, InputStream, byte array, etc.)
RMDocument template = new RMDocument(aSource);
// Generate report with EJBs, custom classes, Java Collections, JDBC ResultSet, etc.
RMDocument report = template.generateReport(myJavaDataset);
// Get PDF (or HTML, Flash, Excel, XML, etc.)
byte pdf[] = report.getBytesPDF();
Simple Integration
All of ReportMill is contained in a single, compact Jar file, ReportMill.jar. Simply merge this with your application or copy it to the class path of your deployment machine and any application can generate a report from any Java code with any Java dataset.
XML based template design
Template design in ReportMill is easy: simply draw the elements of your report using the powerful page layout application. Data binding is simple and powerful - just drag and drop an XML file into an empty ReportMill document to get a keys browser. Drag and drop the keys from the browser to design dynamic parts of your report. Key substitution uses the familiar mail-merge paradigm (eg, "@myKey@"), making it easy to mix keys and text. Drag and drop "List Keys" (keys that represent a set of objects) to form tables, graphs or data matrices.
PDF, HTML, Flash, Swing, Excel Output and More
ReportMill supports more output formats than most other reporting tools. Other output formats include CSV, JPG, PNG and XML.
<<less
Download (MB)
Added: 2006-01-18 License: Shareware Price: $295
1379 downloads
JPhotoBrush Pro 1.3

JPhotoBrush Pro 1.3


JPhotoBrush Pro is an Award Winning Multi-Platform Image Editing/ Enhancement/ Retouch Application. more>>
JPhotoBrush Pro is an Award Winning Multi-Platform Image Editing/ Enhancement/ Retouch Application providing various filters, effects and transformation with user friendly interface. Offering a wide range of adjustment for most effects, you will find many features found only on expensive commercial editors.

The project has been successfully tested in many operating systems. It is friendly enough for the casual user who wants to enhance family photographs, yet powerful enough for some professional graphics.

The new version comes with a GIF Animation Tool, enhanced Image Browser and an Image Batch Processing tool.

It isnt certainly just another run-of-the mill image editor!!!

<<less
Download (1.1MB)
Added: 2007-06-27 License: Shareware Price: $25
941 downloads
Safesquid proxy server 3.0

Safesquid proxy server 3.0


Antivirus and content filtering proxy server more>> SafeSquid is a content filtering internet proxy. SafeSquid chains with Squid via request forwarding / ICP / ICAP / CARP, to deliver content filtering / substitution. Advanced Profiles manager to set user / group / network based Internet access policies. Profile and policies for time-scheduled bandwidth allocation & connectivity types. Profiling supports categorised lists of web-sites from urlblacklists.com besides key-words based scoring. Uses ClamAV and F-Prot for virus scanning. Regex based content re-writing to eliminate pop-ups and scripts. Browser based GUI runs independent of Apache. Configuration synchronization between proxy servers in a cluster to ease management.<<less
Download (2.00MB)
Added: 2009-04-17 License: Demo Price: NA
202 downloads
RSS News Ticker Applet 1.0

RSS News Ticker Applet 1.0


RSS News Ticker Applet provides a scrolling list of news from an RSS feed. more>>
RSS News Ticker Applet project provides a scrolling list of news from an RSS feed.
Main features:
- live auto-update in real-time: the applet loads data from the same domain it is hosted via a data script that provides the news request, using HTTP; the update period is customizable and the change in the visualization is instant.
- RSS compatible data provider: the applet reads data from a script hosted on the same server. We are providing PHP script that parses any RSS compatible feed.
- optional fixed titlebar: you can set text for a fixed label with different font and colors that displays at the left side of the applet. This is optional.
- clickable news headers: each news header has an URL associated that is opened in a new browser window when news is clicked.
- customizable width and height: ticker width and height can be customized as well as the titlebar width.
- customizable font family, size and type
- customizable colors for foreground and background
- customizable rotation speed
- customizable rotation direction
- mouse rollover effect
<<less
Download (0.025MB)
Added: 2006-06-06 License: Other/Proprietary License with Free Trial Price: $30
1239 downloads
About:Edit 1.5

About:Edit 1.5


About:Edit is a client/server application that allows you to use your browser to edit your text and source code files. more>>
About:Edit is a client/server application that allows you to use your browser to edit your text and source code files directly on the server enjoying most if not all of the conveniences of the traditional desktop text editors, including syntax-highlighting, multiple document editing and much much more - just about everything one would expect from a decent text and source code editor.
With About:Edit you can choose between different methods of accessing your files on server - access them directly using the permissions of the web server user, or through FTP or SFTP communication protocols.
About:Edit is available is two separate versions. A complete version, which looks and behaves exactly as a traditional desktop editor, and a plugin version, that allows you to incorporate a syntax-highlightng editor into a web page.
What About:Edit is not
About:Edit is not a WYSIWYG (What You See Is What You Get) online HTML editor nor it is a Rich Text Editor. It is a syntax-highlighting editor, doing in the Internet environment the same job as conventional text editors (such as EditPlus or UltraEdit) do in the desktop environment.
Why would I need it?
About:Edit is an unique product with no working alternatives that we are aware of. For some it is cool, but totally useless application. For others, however, it provides a solution to their real-life problems. Some of our customers say theyve been waiting for years for such a product to become available. Some shift their entire development online. Web developers use it to power CMS, administration back-end or web hosting applications. Even if none of the above applies to you a smart choice would be to have a backup way to easily access your files while on the move.
What do I need to use About:Edit?
The complete version of About:Edit is a cross-browser, cross-platform, client/server applcation. The client-side part of About:Edit is written in JavaScript and the server-side part is written in PHP. All you need to use About:Edit is a modern version of Mozilla or Internet Explorer browser and a PHP-enabled web server, such as Apache or IIS. The plugin version is intended for web developers and is a pure JavaScript application that can be used with any back-end.
Main features:
- Friendly, powerful, desktop-like user interface
- Direct, FTP or SFTP access to your files
- Color syntax highlighting
- Multilingual support
- Multiple documents editing
- Unlimited Undo and Redo
- Integrated search bar
- Text selections with mouse and keyboard
- Cut/Copy/Paste operations
- Soft and Hard Tabs
- Auto Indent
Enhancements:
- Maintenance and stability fixes were made.
- The API was refined.
- Auto-indent, insert mode, and the default line-end character can now be controlled.
<<less
Download (MB)
Added: 2007-02-16 License: Shareware Price: $29
983 downloads
MIB Views 1.3.2

MIB Views 1.3.2


MIB Views is an entry-level SNMP management application providing an easy to use tabbed interface with several SNMP Tools. more>>
MIB Views project is an entry-level SNMP management application providing an easy to use tabbed interface with several SNMP Tools. The tools are based partly on those bundled in MIB Smithy, with a more consolidated GUI and new features.
The suite includes MIB Browser (Tree View), SNMP Query, Table View, SNMP Walk and Trap Watch tools, with more tools and plugin features in the works. MIB Views supports SNMPv1, SNMPv2c and SNMPv3 with MD5 and SHA authentication and DES encryption.
Featured Tools:
- Tree View - Tree-based MIB Browser interface.
- SNMP Query - Send custom set, get, get-next, and get-bulk requests.
- SNMP Walk - Walk a specific subtree or an entire agent.
- Table View - Examine a table in whole or in part.
- Trap Watch - Monitor incoming notifications (traps and inform requests) from SNMP agents.
Main features:
- Manage multiple agents at the same time.
- Jump to desired data quickly with the web browser-like "goto" entry.
- Filter lists and tables instantly with substring matching.
- Examine hex dumps of sent and received SNMP packets in realtime
- Supports community-based SNMPv1, SNMPv2c, and SNMPv3
- HMAC-MD5-96 and HMAC-SHA-96 Authentication
- CBC-DES Privacy (encryption)
Version restrictions:
- 15-Day Evaluation
Enhancements:
- This release fixes a bug in the Trap Watch tool that caused an error upon reaching the threshold for dropping old events (to keep the event list from growing without bound).
<<less
Download (3.9MB)
Added: 2006-08-18 License: Other/Proprietary License with Free Trial Price: $95
1162 downloads
PresSTORE 2.3.7

PresSTORE 2.3.7


PresSTORE is the intelligent data management solution for the backup, archiving and the distribution of data. more>>
PresSTORE lets managed data from its creation, followed by the necessary backup and up to its archiving. This offers more security, more efficient storage, an optimal engagement of resources and a considerable reduction of costs.
PresSTORE comprises a complete system for the control and management of tape drives and tape libraries, also called changers, jukeboxes or stackers.
Main features:
- A fully automatic backup and restore solution
- Parallel backup from multiple servers to multiple drives
- Simple handling via an Internet browser
- User-friendly interface
- Referenced backup and indexing paradigm allow interruption of backup process
- Modular design with backup, archive and synchronize
- Scalable easily adds further servers, tape drives and jukeboxes
- Quick restore via block-direct positioning offers more security
- Snapshot restore - files and directories can be exactly restored
- Synthetic full backup to reduce load on network and servers Low start-up costs
- Neutral data format offers more flexibility
- Platformindependent
- Automatic protocol
- Tape cloning
<<less
Download (267.3MB)
Added: 2007-02-14 License: Shareware Price: $700
982 downloads
PesterCat 2.4.0

PesterCat 2.4.0


PesterCat is a web testing tool that was designed to perform functional testing for web applications. more>>
PesterCat is a web testing tool that was designed to perform functional testing for web applications. PesterCat features an integrated proxy recorder that enables you to record scripts using your favorite web browser.
PesterCat runs on Linux, Mac OSX, and Windows. PesterCat is a great tool to aid in website development and testing!
Main features:
- Recording and playback of HTTP web requests.
- Save scripts in an open XML format.
- HTTP response validations using XPath and regular expressions.
- SQL database validations using JDBC.
- Use variables and variable setters to make scripts dynamic.
- Automate your test scripts with Ant tasks to run scripts and generate reports.
Enhancements:
- Added option to force acceptance of self signed SSL certificates during playback. Added option for requests to follow redirects.
- Fixed issue on playback report where post run variables list did not correctly display the variables after the script run. Fixed issue where multipart/form-data requests could fail in some configurations.
- Added word wrap to the description field on the Notes page of the playback report. Added tutorial.xml to PesterCat Ant toolkit.
<<less
Download (5.3MB)
Added: 2007-04-16 License: Shareware Price: $26
921 downloads
CrossOver Office Standard 5.0.0

CrossOver Office Standard 5.0.0


CrossOver Office allows you to install your favorite Windows productivity applications and plugins in Linux. more>>
CrossOver Office allows you to install your favorite Windows productivity applications and plugins in Linux, without needing a Microsoft Operating System license. CrossOver includes an easy to use, single click interface, which makes installing a Windows application simple and fast.
Once installed, your application will integrate directly with your Gnome or KDE environment. Just click and run your application, exactly as you would in Windows, but with the full freedom of Linux.
CrossOver Office lets you use many Windows plugins directly from your Linux browser. Plugin works on any x86 based Linux distribution and will integrate with most browsers including Netscape 4.x, Netscape 6.x, Konqueror, Mozilla, Galeon and Opera.
Plugin also integrates with Gnome and KDE to let you transparently open any Word, Excel or PowerPoint file. But even better, you can open these attachment types directly from any mail client. Because Plugin uses the native Windows plugins, you get the best compatibility possible. For instance this is the only QuickTime on Linux solution that supports the Sorenson movie format used by most sites.
CrossOver Office is capable of running a range of Windows software, but CodeWeavers will support the following applications:
Microsoft Office XP, 2000 and 97
- Microsoft Word
- Microsoft Excel
- Microsoft PowerPoint
- Microsoft Outlook
- Microsoft Internet Explorer
- Microsoft Access *
- Microsoft Project
- Adobe Photoshop
- Microsoft Visio
- Lotus Notes 5.0 and 6.5.1
- Quicken
- iTunes
- FrameMaker
Various Web Browser Plugins
- QuickTime
- Shockwave Director
- Windows Media Player 6.4
<<less
Download (15MB)
Added: 2005-10-25 License: Shareware Price: $39
824 downloads
Link Protect 1.1

Link Protect 1.1


Link Protect is a web-based software for administration and protection of page links. more>>
Whereas Secure Image and CopySafe offer protection of the image/content once downloaded to the visitors browser, Link Protect will protect the links to your images and page content from direct download, search programs and other illegal linking activity.
Link Protect is a web-based software for administration and protection of page links.
Main features:
- Prevent unauthorized access to your web images and content.
- Check that the call for your image(s) is from an authorized site.
- Eliminate bandwidth abuse completely.
- Record the user details and visits to the protected content.
Your protected content is stored in a folder only known to Link Protect. When a link is clicked or a call made for the page through Link Protect, the software will check that the call is from an authorized site. If the referring address is not listed as an authorized site, a default image is displayed instead of the content.
Essentially, the image on the server remains completely safe until it is legally downloaded, with your authorization. Pages or images linked with Link Protect do not reveal direct links to search engines and grab software that then use the links to locate content.
<<less
Download (0.024MB)
Added: 2005-11-11 License: Shareware Price: $35
1442 downloads
DiscoverStation 4

DiscoverStation 4


Affordable and worry-free management tools and software for public computing. more>> Userfuls DiscoverStation is the perfect solution to provide "indestructible" computer and Internet access. DiscoverStations unique design enables customers to deploy a secure, hardened and virus-free cluster of computer workstations that requires virtually no upkeep. Stations can be centrally monitored and customized using a powerful web-based management portal from any web browser.
DiscoverStation provides peace of mind for operators of Public Access Computers. It includes all the software and security features needed to assure turnkey worry-free Public Access. It offers the following key features:
* Security: DiscoverStations tamper-proof design and filtering blocks access to undesirable content, downloads, and system changes. Its virtually immune to viruses.
* Centralized Control: The Network Personalizer web portal eliminates costly on site service calls by enabling remote customization of all your locations at once. Customers can customize, monitor, and maintain all their DiscoverStations at once from any web browser.
* Privacy Protection: It automatically clears personal information and modifications between users. The auto-timeout protects users who leave the station before logging out.
* Legal Protection: A click-through Acceptable Use Policy ensures that all users agree to the customers terms of use; the configurable content filter can limit the users exposure to undesirable content.
* A Large Selection of Applications: A full office suite, web browser, photo editor, CD-burning software are among the numerous applications included with DiscoverStation.
DiscoverStation is a platform for a more competitive IT investment; it provides a simple, stable, and reliable solution to the needs of libraries, academic institutions (schools, universities, colleges), and any public computing environment (Internet cafes, kiosks, etc.).
<<less
Download (681310K)
Added: 2009-04-06 License: Shareware Price: $199
200 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5