Main > Free Download Search >

Free portal hypertension software for mac

portal hypertension

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 46
panFora Lite X 1.4

panFora Lite X 1.4


panFora is the powerful, flexible web server-based solution for building effective collaborations and virtual communities more>> panFora is the powerful, flexible web server-based solution for building effective collaborations and virtual communities. panFora provides advanced web-based discussion forums, community announcements, and file sharing - all fully integrated in a customizable web-portal. Use for internet and intranet online communities, product support, distance learning - nearly any kind of interactive online application you can imagine.
Requirements:
Mac OS X 10.1 or later.
<<less
Download (7.6MB)
Added: 2002-03-20 License: Free Price:
downloads
Sales Portal 1.2.9

Sales Portal 1.2.9


A new account sales and customer relationship management system more>> <<less
Download (66.1MB)
Added: 2009-06-06 License: Freeware Price: FREE
206 downloads
mojoPortal 2.3.0.1

mojoPortal 2.3.0.1


Open source web site framework and content management system written in C# more>> Open source web site framework and content management system written in C#

mojoPortal, is an open source web site framework and content management system written in C# that runs under Mono on Linux or Mac OS X or under ASP.NET on Windows.
You can think of mojoPortal as a Starter Kit for Advanced ASP.NET Portals and Web Sites.
Out of the box, mojoPortal provides dynamic database driven web site(s) with an XHTML compliant Content Management System and community features like Blogs, Forums, Image Galleries, etc.

Main features:
- Runs under Mac OS X, Windows/IIS or mono/Apache with most GNU/Linux distributions
- Works with MS SQL Server, MySQL, PostgreSQL, Firebird Sql, and SQLite databases
- Host multiple sites on 1 installation and db with host names
- XHTML Compliant Content Management with support for work flow and approval/publishing process
- Enter content with the FCKeditor , TinyMCE, or XStandard HTML WYSIWYG
- Blogs
- Forums
- Image Gallery
- RSS Feed Aggregator
- Event Calendar
- Contact Form
- File Manager - use with caution, provides direct access to the server file system.
- Shared Files module - looks and acts like the File Manager module but stores and manages files in a safe way on the server. Folders are really database items as are the friendly file names. Files are stored securely in a special folder and named using guid strings and a .config extension. This prevents them from being requested or served with a normal http request. Authorized users can download because the module serves them using Response.WriteFile. The module also supports versioning of files.
- User Profile Page - with easily customisable properties
- Member List Page
- Bread Crumbs
- Custom Skinning with support for user selectable skins and individual skins per page
- Flexible Menu system
- Localization - all labels and image alt text comes from a configuration file
- Configurable Whether to Encrypt Passwords
- Configurable Whether Registration requires e-mail confirmation
- Configure use of SSL for the whole Site or per Page
- Send Password Feature (when not using encryption)
- Url Re-writing for mapping friendly Urls to site pages
- Site Search with Role based filtering
- Error logging and optional debug logging
- Support for LDAP Authentication using Active Directory or OpenLDAP
- Support for Windows NTLM authentication
- Support for OpenID authentication
- Support for Windows Live ID authentication
- Personalization with WebParts
- Numerous attractive skins with Table-less CSS layouts
- Site Statistics and Who Is Online
- Poll Feature - currently only available using MS SQL or MySQL
- Survey Feature - currently only available using MS SQL or MySQL
- Newsletter

Enhancements
- Content Versioning
- The Html Content and Blog features now support keeping a history of every edit (like a wiki). You can compare any historical version of the content to the current version and you can restore any version to the editor so that you can restore it as it is by saving it or modify it further then save it. Versioning can be enabled at the feature instance level or it can be enforced site wide from Site Settings or it can be enforced from Web.config. Site administrators and content administrators can delete history but no other roles are allowed to delete the history. The ContentHistory is built into the core so that it does not have to be re-implemented for each feature. Each feature does implement its own UI to show or restore the previous versions, but they leverage common business classes to store and retrieve their history. In the future we will implement versioning for product and offer descriptions in the WebStore, developers may also leverage this in their own features to keep version history for their own feature data. This is one more thing to mark off our Road Map as complete. Next up is a general Content Tagging/Category system that can be re-used across features, and a Content Comment system that can be re-used across features.
- Web Chat using Windows Live Messenger
- See my previous post for more information about the new Chat feature. This was not even on the roadmap but when I saw how easy it was to implement I decided to work on it. It was fun and it only took a few days. One of the things I like best about my job is that I can just decide to work on something for a few days because its fun.
- New PlugNPay Payment Gateway in WebStore thanks to Voir Hillaire
- New Skin - dcarter-bluedesert, based on dcarter-ticktockpro but modified and contributed by Sami Isamil Hassan
- Various minor enhancements based on feedback and fixes for bugs reported in the forums since the last release.
- More progress moving away from ExtJs by implementing some .NET controls for YUI to replace the ones I previously built for ExtJs
- Some of you may have checked out my Site Office UI prototype in the past. Its a separate plug in system than the main content system designed more for a consistent application user interface rather than for creative design like we use for the public facing web site via our skins. You can see the Site Office layout on this site or the demo site if you login and click the "Site Office" link at the top of the page, or you can look at the origianl layout demo for ExtJs here. I still have not implemented any real features for Site Office, but the plug in system itself works and Ive even received emails from developers who have implemented their own plug features using it. I got kind of side tracked off of the Site Office idea partly because I had spent quite a bit of time implementing .NET wrapper cntrols around the ExtJs javascript to make it easy to use and then the ExtJs project changed their license to GPL which is not compatible with our CPL license, so I could no longer get upgrades of ExtJs and include them with mojoPortal. Since then weve been stuck on version 2.0.2 of ExtJs which was the last version they shipped under the LGPL (which was compatible). I had also used a little ExtJs in the Contact Form for the messaage list page. For a long time Ive been thinking I really need to build new .NET wrapper controls with similar functionality but using the YUI javascript instead of ExtJs.
- So again in the name of fun (because I like building .NET controls around javascript) I spent some time implementing some new controls with YUI to replace the ExtJs stuff Ive been using. I have now removed the dependency on ExtJs from the Contact Form feature and Ive got a good start on the layout framework to replace the current SiteOffice. I still have more work to do to finish, but the goal will be to eliminate all use of ExtJs in favor of YUI. The ExtJs javascript we include in mojoPortal is 6.36 MB, so it will reduce the size of our downloads once we no longer need to it. Anyway, you can see the work Ive done so far on the YUI layout here, its very similar as you can see to the current Site Office layout with ExtJs. Once I get some more of the YUI things wrapped up so they are easy to use, I might even change the site administration area so that it uses this kind of layout instead of the site skin.
- New Experimental CKEditor
- Some of you may have noticed that the FCKeditor project has shifted gears from the next upgrade of FCKeditor to their next generation version named CKEditor. I think they are basically taking the good parts from the FCKeditor implementation but doing a new redesign of the implementation using things they have learned and new techniques that have emerged to improve the architecture. The CKEditor does not yet have image upload or server browsing so I have disabled it by default, but anyone who really wants to check it out can un-comment it in the mojoEditor.config file in the root of the web. It really looks just like the FCKeditor but does not have all the functionality yet, I just figured it was good to get started with it so we can be ready as they make imporvements.

<<less
Download (16.4MB)
Added: 2009-04-26 License: Freeware Price: FREE
188 downloads
BioMed Lab Portal Server Package 0.80

BioMed Lab Portal Server Package 0.80


BioMed Lab Portal Server Package is designed as a useful package containing a MacOS X Installer for a self-contained BioMed Laboratory Portal Server for intranet use for a biomedical research laboratory more>>

BioMed Lab Portal Server Package 0.80 is designed as a useful package containing a MacOS X Installer for a self-contained BioMed Laboratory Portal Server for intranet use for a biomedical research laboratory. It includes Apache web server with all the standard components (PHP, MySQL, Perl etc) from XAMPP, and XOOPS system with PubMedPDF module for managing thousands of PDF reprints from journals.

PubMedPDF integrates very nicely with the popular iPapers application, automatically indexing papers collected by iPapers and making them available via the Lab portal site for Mac and Windows alike. It also includes PHP-based PukiWiki system for managing notes and documentations for lab use. It is suitable for maintaining various lab notes and manuals, FAQs and instructions for daily activities of any lab. Modifying these web contents may be done via a standard browser, and simple changes can literally be done in a matter of seconds.

<<less
Download (53.7MB)
Added: 2005-08-23 License: Freeware Price:
downloads
Crystal Space 1.2.1

Crystal Space 1.2.1


Free and open source software development kit for realtime 3D graphics more>> Free and open source software development kit for realtime 3D graphics

Crystal Space is a free cross-platform software development kit for realtime 3D graphics, in particular games.
Main features:>
Generic
- Highly platform independent with good platform abstraction. Officially supports Linux, OSX and Windows using a wide range of compilers.
- Modularized using a lightweight component framework, SCF, based upon the COM model.
- Self contained so that many modules requires no or few external dependencies.
- Written in standard C++ using very few non*standard extensions. Source available under LGPL license.
Comprehensive and competent
- Contains modules for 2d and 3d graphics, sound, collision detection and dynamics via ODE and bullet as well as support modules for filesystem abstraction, xml loading etc.
- Graphics subsystem:
- Generic renderer abstraction with main implementation being OpenGL based.
- Supports hardware accelerated rendering on all supported platforms and cards from all well known vendors.
- OpenGL renderer uses acceleration techniques such as vertex buffers in AGP or VRAM and asyncronious uploads.
- Shader centric design with shaders defined in xml markup and shader programs implemented using Cg, assembly language or fixed function operations.
- Complicated shaders can be constructed using a meta syntax as composed by simpler modules that gets combined on load.
- Library of common shaders such as normal mapping, parallax (virtual displacement) mapping and hardware skinning.
- Contains a software renderer with scaled down features for platforms without OpenGL and/or debugging.
- Mesh objects:
- Plugin based mesh object system
- Generic triangle based mesh with support for frame and bone based animation.
- Terrain mesh with fast block based LOD system.
- Configurable and extensible particle system mesh.
- General system for static LOD on all types of meshes.
- Bone based animation mesh using the cal3d library.
- Collision detection and dynamics:
- Provides bindings for ODE and bullet dynamics systems.
- Automatic setup of collision detection meshes and syncronization of position and orientation of meshes.
- Simplified collision detection when you dont need the full dynamics simulation
- Sound system:
- 2D and 3D sound rendering via DirectSound, Alsa, OSS and CoreAudio.
- Provides both one*time playing of effects and streaming playing in the background for music.
- Other:
- Filesystem abstraction layer, VFS, that handles both physical files on disk and files within ZIP files, giving virtual layout independent from platform and physical layout.
- Abstracted configuration layer with support for settings in configuration file, system dependent storage such as the registry and command line.
Compatible
- Custom model and scene file format with exporters for Blender and 3d studio max and model importers for common file formats such as 3ds and md2.
- Supports all common texture file formats including dds, jpg, png as well as some more exotic ones such as mng (animated texture format).
- Sound loaders for wav and ogg formats.
- All subsystems easily extendable for new file formats.

Enhancements:
- fixes for some compilation warnings.
- fixes and enhancements for TinyXML and xmlread.
- fixes for dynavis, sprcal3d, odedynam, genmesh, shaders, LeakGuard and RB tree.
- fix for dynamic lights not shining on certain objects.
- fix for TinyXML writer crashing on empty attributes.
- fix for setting priority on a non-running thread having no effect.
- fix for UTF-8 BOM tripping up XML parser.
- fix for terrain2 not setting SplatDistance.
- fix for csperl5 plugin build error on amd64.
- fix for csInputDefinition::ParseKey() considering non-keyboard definitions.
- fix for some sndsys parts not being under LGPL.
- fix for light attenuation vector update after cutoff distance change.
- fix for mouse and joystick event helpers not using csKeyModifiers.
- fix for xmlshader conditions.
- fix for DDS cubemap saving.
- fix for wrong refCount on materials.
- fix and optimization for opcode/CollideRay.
- work-around crashes on exit with static profile builds.
- castle textures split, licensing.
- leak fixes...
- removal of some old unused cruft from the Jam build system
- work-around internal Jam crasher.
- work-around g++ -Wno-long-double bug for recent compilers.
- fix for cross-compile problem with -fvisibility-inlines-hidden.
fix broken folding of multi-token build switches, for example:
- "-framework Foo -framework Bar" being incorrectly mutated to "-framework FooBar".
- fix missing dependency in cs-config/Jamfile.
- fix for incorrect declaration of pycscegui clean target.
- fix for SWIG 1.3.31+ required for python 2.5 bindings.
- fix for detection of python installation in non-standard locations.
- fix for augmenting pkg-config path with user-specified dir.
- fix for vertexlight.cgvp not getting installed.
- loads of other clean-ups, fixes and improvements...
- fix for lighter2 related to lighting through portals.
- fix for a crasher in basemapgen.
- fix for startme not handling spaces in paths to the called applications.
- fix for viewmesh mouse events.
- updates for links for PSDK with VC8 Express.
- updates for URLs and FAQ.
- updates for sound system documentation.
- fix for crash in the Alsa driver at exit.
- re-enable VBO for ATI driver 2.1.7059+.
- work-around driver-brokenness for Intel GMA 950 & 3100 texture compression.
- fix binutils check for Mac OS X Leopard.
- fix for MacOS X enter raw-key-code.
- fix for CoreAudio driver.
- fix libcrystalspace_staticplugins failing to compile in MSVC8 due to pycscegui.

<<less
Download (42.2MB)
Added: 2008-10-04 License: GPL Price: FREE
402 downloads
GLHexen 2 2.0

GLHexen 2 2.0


GLHexen is an action game marking the first time that Hexen 2 is available on the Mac. more>>

GLHexen 2 2.0 is an action game marking the first time that Hexen 2 is available on the Mac. There are 3versions available: a 3-level demo, the full regular version of Hexen 2 anda version for the Hexen 2 expansion pack, Portal of Praevus. All requireMacOS 8.5 and OpenGL to run.The last 2 require a commercial copy of the equivalent PC versions. Please see the readme files that accompany each for more information. Many thanksto Raven Software for open-sourcing their code to allow us to bring these tothe Mac at last!

<<less
Added: 2000-11-25 License: Freeware Price:
downloads
Weighted Companion Cube 0.1

Weighted Companion Cube 0.1


Animated Adium dock icon that features the Weighted Companion Cube from Portal more>>
Weighted Companion Cube 0.1 is a neat application for Mac users. It is actually a free and animated Adium IM client dock icon pack featuring the Weighted Companion Cube from Valves game, Portal.

Requirements:

  • Adium
  • Mac OS X
<<less
Download (374KB)
Added: 2009-05-28 License: Freeware Price: FREE
11 downloads
Plone 3.3. RC2 / 3.2.2

Plone 3.3. RC2 / 3.2.2


Content management for web publishing and Zope server more>> Content management for web publishing and Zope server

Plone is a content management system for web publishing and the Zope application server.
The system provides pre-configured security and roles, a set of content types, and multi-lingual support, among other features. Plone is available under both GPL and commercial licenses.

Main features:
- Plone is flexible and powerful. It is ideal as an intranet and extranet server, as a document publishing system, a portal server and as a groupware tool for collaboration between separately located entities.
- Plone is easy to use. The Plone Team includes usability experts who have made Plone easy and attractive for content managers to add, update, and maintain content.
- Plone is easy to install. You can install Plone with a click-and-run installer, and have a content management system running on your computer in just a few minutes.
- Plone is international. The Plone interface has more than 50 language translations, and tools for managing multilingual content.
- Plone is supported. There are close to a hundred developers in the Plone Development Team around the world, and hundreds of companies specializing in Plone development and support.
- Plone is standard. Plone carefully follows standards for usability and accessibility. Plone pages are compliant with US Section 508, and the W3Cs AA rating for accessibility, in addition to using best-practice web standards like XHTML and CSS.
- Plone is Open Source. Plone is licensed under the GNU General Public License, the same license Linux uses. This gives you the right to use Plone without a license fee, and to improve upon the product.
- Plone is extensible. There are many add-on products for Plone that add new features and content types. In addition, Plone can be scripted using web standard solutions and Open Source languages.
- Plone is technology neutral. Plone can interoperate with most relational database systems, open source and commercial, and runs on a vast array of platforms, including Linux, Windows, Mac OS X, Solaris and BSD.
- Plone is protected. The nonprofit Plone Foundation was formed in 2004 to promote the use of Plone around the world and protect the Plone IP and trademarks.

Enhancements
- This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
- After Plone 3.2 (which focused on packaging/installer improvements), this is a minor release that adds some new features. It does not include any major changes: all products that work with Plone 3.0, 3.1 & 3.2 should also work in Plone 3.3. The upgrade from Plone 3.x is simple and non-invasive, ensuring a smooth upgrade experience.
Feature enhancements in this release:
Link type should automatically redirect when accessed directly:
- Links should be capable of doing automatic redirection.
Resource Registries Improvements:
- Allow Resource Registries to use conditional comments for CSS to bring the IEFixes.css into the registry and allow external references to resources for all registries.
Standardizing our use of INavigationRoot:
- Plone has the INavigationRoot marker interface which supports rooting your tabs, navigation, breadcrumbs, sitemaps and searches to a specific container inside of a portal which itself is a INavigationRoot. Some areas of this need to be cleaned up and standardized to follow a consistent convention.
Minor i18n upgrades:
- Include PloneLanguageTool 3.0 and PTS 1.5.
Disable inline editing by default:
- The current inline editing behaviour as introduced in Plone 3 was a mistake: it is a cool technology to show off, but in practice accidental clicks very frequently lead to unwanted edit-screens.
Adapterise the Extensible Indexable Object Wrapper:
- Make it easier to register ExtensibleIndexableObjectWrapper attributes with adapters
Improve locking configurability:
- This PLIP proposes to a) make it harder to accidentally leave content items in a locked state, and b) make it easier to adjust the lock timeout or disable locking entirely.
Clean up auto-sort, auto-order code:
- Clean up, i.e. remove all code related to auto-sorting / auto-ordering folder contents as this feature was implemented for Plone 2.1, but never got enabled. Basically this proposes to revert http://plone.org/products/atcontenttypes/roadmap/3
Replace workflow history viewlet with content history viewlet:
- Plone stores both workflow history and versioning history for objects. Only workflow history is shown in a viewlet in current Plone versions. I propose to show all history data.
View for rendering events as an iCalendar file:
- Make it possible to subscribe to Plone events in the standard iCalendar format.
Automate ZCML Loading for Plone Plug-ins:
- Enable automatic plugins for Plone with z3c.autoinclude

<<less
Download (1.5MB)
Added: 2009-04-08 License: Freeware Price: FREE
186 downloads
 
Other version of Plone
Plone 2.5.3portal server and as a groupware tool for collaboration between separately located entities
License:Freeware
Download (8.2MB)
896 downloads
Added: 2007-05-16
BitNami Liferay Stack 5.2.3-0-nojdk

BitNami Liferay Stack 5.2.3-0-nojdk


An easy to use installer for Liferay, an open source enterprise portal and social collaboration software. more>> <<less
Download (127MB)
Added: 2009-06-12 License: Freeware Price:
13 downloads
PostNuke 1.0

PostNuke 1.0


PostNuke - Widget provides feeds of all news sources from PostNuke.com more>>
PostNuke is an all new Dashboard Widget for the users of the PostNuke Content Management System website and portal development software.

It contains News Feeds from the PostNuke.com News, Themes, Blocks, Modules, and Support sections of the website and also allows you to initiate a search of PostNuke.com from within the Dashboard Widget.

<<less
Download (412KB)
Added: 2006-05-17 License: Freeware Price:
1260 downloads
Taskwise 3.0

Taskwise 3.0


Taskwise is designed to be a new creative and revolutionary application which helps you to take control of your digital life by giving you tools you need to manage your tasks and to do lists! more>>

Taskwise 3.0 is designed to be a new creative and revolutionary application which helps you to take control of your digital life by giving you tools you need to manage your tasks and to do lists! Increase your productivity by working smart with Taskwise! Taskwise helps individuals, organizations, and companies around the world to manage their day to day tasks.

Major Features:

  1. Taskwise helps to keep you organized and in control, increasing your productivity so you can get things done faster. It runs on the desktop and is accessible online via the my.taskwise.com portal for easy access anywhere, anytime.
  2. Taskwise is simple to use and yet packed with features! It includes powerful tools that allow you easily manage large lists with hundreds of items! Alerts, alarms and notes help you to stay on top of what's important and to deliver on time, and when used with
<<less
Added: 2009-09-26 License: Freeware Price: Notavailable
downloads
Web Help Desk Software 9.2.2

Web Help Desk Software 9.2.2


Web Help Desk Software is a convenient to use as well as beneficial program of Web Help Desk for Mac OS X server installation. more>>

Web Help Desk Software 9.2.2 is a convenient to use as well as beneficial program of Web Help Desk for Mac OS X server installation. It offers an industry leading web-based help desk software feature set that allows you to track and fulfill all of your technical support trouble tickets and customer service requests with ease, all through an intuitive web-based technician interface, customer support web portal, email-to-ticket conversion, and 2-way email integration.

Major Features:

  1. 100% Web-Based Interface: The Web Help Desk features an intuitive, easy to use, graphical tabbed interface. Administrators, Technicians, and Clients need only a web browser to utilize the application. Remote access from any location is possible by anyone with an internet connection and a web browser, regardless of platform.
  2. Cross Platform Technology: The Web Help Desk offers installers for Mac OS X Server, Windows 2000 Server or later, Linux, and Solaris. Because its written in Java, the Web Help Desk runs on any server with Java 5 installed (included in Windows and Linux installers). From a client-side perspective, end-users need only a web browser to utilize the solution; no applets, Flash, or other plug-ins required.
  3. Database Back-end: With its integrated FrontBase server on Mac OS X and Windows, the Web Help Desk ensures that all your information is safely stored in a relational database providing a robust back-end to handle your growing needs. They also offer support for Microsoft SQL Server 2000 or later, MySQL 5, PostgreSQL, Oracle 8i or later and OpenBase.
  4. Help Request Prioritization: The Web Help Desk software uses intelligent business logic to determine which technician is assigned to a new ticket. Using a combination of location, skill-set, work schedule and work load balancing, you always get the right tech for the job. Group various locations and departments to allow the tracking of requests from separate entities within your organization to be centrally managed. Jobs can also be assigned to a Tech Group pool, so your technicians can select jobs as they become available.
  5. Client Request and Self Help: Clients have a simple interface to submit requests, view updates on previous requests, and self-serve with the FAQ Knowledge Base. The Help Request form dynamically updates as the end user defines what type of help request they are submitting. Custom fields, in the form of text boxes, popup menus, radio buttons or check boxes, are displayed dynamically based on the Problem Type chosen by the client end-user.
  6. E-Mail Based Submission and Updating: Help requests can be submitted via e-mail to one or more dedicated e-mail addresses. Help desk e-mail accounts are monitored by the application, with new messages used to automatically generate tickets (including attachments). Requests can be updated by e-mail to add notes, change status, attach files and reassign a Technician.
  7. Search Capabilities: Efficiently track your Clients, Tickets, Assets, Purchase Orders, and FAQs with Web Help Desks built-in search functionality. Save complex search queries to make finding relevant information easier and faster than ever.
  8. Asset Management: Manage both hardware and software and the clients they are assigned to; build parent/child relationships between assets to make tracking them a snap. Enter purchase order information for your assets and let Web Help Desk calculate warranty and lease end dates. Define asset types, status, locations, manufacturers and models for simple tracking.
  9. Apple Remote Desktop Integration: Web Help Desk provides seamless integration with Apple Remote Desktop, Apple's award-winning desktop management system for Mac OS X. The easy access to ARD information and instant remote control connectivity from within the Web Help Desk promises to boost technician productivity and raise the bar on customer satisfaction.
  10. Performance Reports: As the help desk administrator, your job depends on getting end-user requests handled in a timely manner. With Web Help Desk's robust graphic reporting tools, you will always know how your technicians are performing, which locations or customers are in need of extra assistance, real-time billing data, and what problem types are causing the most trouble.
  11. LDAP and Active Directory Synchronization: Schedule automatic synchronizations to your Lightweight Directory or AD, then use the Web Help Desk to authenticate users and look up client contact info. With built-in connectivity for standard LDAP and Microsoft's Active Directory, the Web Help Desk seamlessly integrates into your companys IT infrastructure.
  12. FAQ Knowledge Base: Knowledge base functionality is built into Web Help Desk, facilitating the creation of an expansive, searchable database of common requests and their resolutions available for self-service by clients, technicians, and administrators. Attach one or more files to each FAQ to make knowledge sharing even more powerful.
  13. iCalendar Integration: Monitor your ticket due dates and scheduled work hours using Apples iCal on Mac OS X, Outlook 2007 or Mozilla.orgs Calendar application. Subscribe to calendars for a specific Technician, Tech Group, or a saved query for ultimate flexibility. Complete ticket information is available in each calendar entrys notes field.
  14. E-Mail Alerts: Web Help Desk keeps all of your technicians and clients up to date with e-mail alerts. All new tickets and ticket updates can be e-mailed to the appropriate recipients. Technicians and management can be alerted when jobs have been left unchecked, unassigned or incomplete for a specified time period.
  15. PDF Generation and Spreadsheet Exports: The web is an ideal cross platform method to deliver dynamic information, but for printing, it leaves much to be desired. They've integrated real-time PDF generation into the Web Help Desk to make the printing and e-mailing of help request lists, performance reports and asset information a beautiful experience. All of these items may also be downloaded as tab delimited text files perfect for manipulating in your favorite spreadsheet application.
  16. Billing and Invoicing: Track labor and travel time, then generate instant PDF quotes or invoices. Invoices can be downloaded by designated Clients right from the web! Know your billing status in real-time with powerful reporting options, or download report results as Excel files for further manipulation.

Enhancements:

  • Fixed: Bug where Recipients section of e-mail was sometimes not showing according to setup options.
  • Fixed: Bug causing custom fields values not to appear in Excel downloads.
  • Added: Billing TSV reports now include travel time and cost

Requiements:

  • Apple Mac OS X Server 10.4 or later
  • Microsoft Windows 2000 or later
  • Red Hat Linux
  • Debian Linux
  • Sun Solaris 8 or later
  • Minimum Requirements:
    • Operating System: Mac OS X Server 10.4 or later, Windows Server 2000 or later, Linux, Solaris 8 or later
    • Deployment Runtime: Java 5, Standard Edition
    • Hardware Requirements: 768 MB RAM, 1 GB disk space
<<less
Download (81.4MB)
Added: 2009-10-05 License: Freeware Price: Notavailable
downloads
 
Other version of Web Help Desk Software
Web Help Desk Software 9.2.1.13Web-based UI, trouble tickets, customer service portal and knowledge base. No expiration
Price: Notavailable
License:Freeware
Download (80MB)
downloads
Added: 2009-09-22
Web Help Desk Software 9.2.1.12, customer support web portal, email-to-ticket conversion, and 2-way email integration. Web ... ease, all through an intuitive web-based technician interface, customer support web portal
Price: Notavailable
License:Freeware
Download (77.4MB)
downloads
Added: 2009-09-15
Web Help Desk Software 9.2.1.11ease, all through an intuitive web-based technician interface, customer support web portal ... -based technician interface, customer support web portal, email-to-ticket conversion, and
Price: Notavailable
License:Freeware
Download (77.4MB)
downloads
Added: 2009-09-05
Web Help Desk Software 9.2.1.10based technician interface, customer support web portal, email-to-ticket conversion, and
Price: Notavailable
License:update/patch
Download
downloads
Added: 2009-09-01
Web Help Desk Software 9.2.1.8ease, all through an intuitive web-based technician interface, customer support web portal
Price: Notavailable
License:update/patch
Download
downloads
Added: 2009-08-25
Web Help Desk Software 9.2.1.7the help of an intuitive web-based technician interface, customer support web portal, email ... Customer Service Web Portal. Incident & Problem Management. Email-to-Ticket Conversion. LDAP
Price: Notavailable
License:update/patch
Download
downloads
Added: 2009-08-18
Web Help Desk Software 9.2.1.6intuitive web-based technician interface, customer support web portal, email-to-ticket
Price: Notavailable
License:update/patch
Download
downloads
Added: 2009-08-16
Price: $0.00
License:update/patch
Download
downloads
Added: 2009-08-09
Web Help Desk Software 9.2.1.3through intuitive web-based technici interface, customer support web portal, email-to
Price: $0.00
License:update/patch
Download
downloads
Added: 2009-07-30
Web Help Desk Software 9.2.0.8Create service tickets through the customer web portal. Custom fields dynamically display
License:update/patch
Download
21 downloads
Added: 2009-06-19
Web Help Desk Software 9.2.0.5, customer support web portal, email-to-ticket conversion, d 2-way email integration. All
License:update/patch
Download
downloads
Added: 2009-05-14
Web Help Desk Software - Pro 9.1.21Customer Service Web Portal. Incident Magement. Email-to-Ticket Conversion. Asset Life
License:update/patch
Download (2MB)
downloads
Added: 2009-02-20
Hammer of Thyrion 1.4.4 Pre6 / 1.4.3

Hammer of Thyrion 1.4.4 Pre6 / 1.4.3


Free and open source port of Ravens Hexen II source more>> Free and open source port of Ravens Hexen II source

Hammer of Thyrion is a cross-platform port of Ravens Hexen II source. It is based on an older linux port, Anvil of Thyrion.
HoT includes many bug fixes, opengl improvements, improved sound and video modes, and documentation among many others.
NOTE: Hexen II source, and the Hammer of Thyrion source port, are free
but the game itself is not: you must have an original copy of the
game released by Raven Software and Activision.

Main features:
- Support for Hexen II, Hexen II demo, Portal of Praevus mission pack and HexenWorld.
- Cross-platform code: Tested on Mac OS X, Linux, FreeBSD, OpenBSD, and Windows. The software renderer version is tested on QNX. Other unices should also work. There are seperate ports to MorphOS and PalmOS.
- Tested on 32 bit and 64 bit platforms.
- In-game resolution changing for both opengl and software renderers. Instant fullscreen/windowed toggling on X11 (unix).
- OpenGL enhancements including multitexturing, glow effects, working brightness control, text and hud size changing on the fly, translucent console background, console background stretching, colored lights and support for external lit files, fixes for texture cache and model mesh cache mismatches.
- Fully network-compatible with Ravens 1.11 windows version as well as with other Hexen II ports. Can load and play games saved with Ravens 1.11 windows version.
- The same binary handles both original hexen2 and the mission pack.
- The same hexen2 binary transparently handles both v1.11 (hexen2) and v1.12 (mission pack) style progs.dat files.
- Fullscreen intermissions and help dialogs.
- MouseWheel support.
- Improvements and fixes to the HexenC game code.
- Improved sound support: A selection of three different sound drivers (ALSA, OSS and SDL) for Linux. FreeBSD is supported with OSS and SDL, OpenBSD and NetBSD are experimentally supported with sunaudio and SDL.
- Working music volume controls and on the fly selection of CD or MIDI music.
- Full user directories support under unix: all users have their own configuration files and game saves.
- Improved console functionality (inline editing and tab completion), and a maplist command.
- Ability to delete saved games from within the game.
- Several hexen2 utilities (hcc: the hexenc compiler, and other mapping tools) are maintained and are being kept up to date.
- Several hexenworld utilities (hwmaster: hexenworld master server, hwmquery: tool for querying hw master servers, hwrcon and hwterm: rcon tools) are maintained and are being kept up to date.

Enhancements
- bumped the hexen2 engine version to 1.22, and hexenworld engine version to 0.22.
- fixed the broken software renderer binaries from C++ compilers with x86 assembly enabled (do not use the bool keyword of C++).
- compilations using the gcc-4.4 development versions were tested.
- added support for Microsoft Visual Studio 2008.
- added support for 64 bit windows versions (x64) using mingw-w64.
- opengl: fixed an issue that changing resolution from within the game might crash on Windows Vista.
- stricter checking on the values pulled out of .wav file chunk headers.
- renamed model_t to qmodel_t in order to avoid conflicts on solaris.
- fixed the "mirrored prints" problem of hexen2 console at high resolutions.
- fixed the colored prints of hexenworld console.
- fixed array going out-of-bounds (utils/map.c) and bogus maybe used uninitialized warnings (sbar.c) from gcc-4.3.
- fixes to the SVGALib driver. it is functional now.
- fixed bug #2176384: in windowed mode, when you save using the menus, the game used to quit the menu without grabbing the mouse properly.
- increased the buffersize for sdl audio. made it to print a little more detailed info at startup.
- launcher, patching: rewritten the inter-threads log printing and fixed the erratic crashes on smp systems. launcher version is 1.0.4 now.
- hexenworld master server: unknown packets are properly output as hexdump. hwmaster version is 1.2.6 now.
- other minor fixes.
- 3dfx gamma hacks are disabled by default at compile time (see the Makefile).
- killed compatibility with user directories from HoT-1.4.0 and earlier which didnt operate with a data1 subdirectory. they are ancient history now.
- added initial support for standalone free contents (mods) as an extra patch.
- added extra testing code to support midi when using sdl audio (extra patch).
- utils, qbsp: accept more than one wad file specified in the value of the "wad" key. the wad file names must be separated by a semicolon. spaces are allowed in the file names. quoted paths arent allowed.
- utils, qbsp: the absolute paths in wad values are not touched, ie. the paths beginning with a / on unix or with a drive specifying string like "C:foo ar.wad" on windows. all other values with no path information or relative path information are prefixed with the project path. this fixes the issues reported for qbsp usage from within worldcraft.
- added back some unused code for future reference. removed some truly dead code.
- minor documentation tidy-ups.

<<less
Download (3.3MB)
Added: 2009-06-08 License: GPL Price: FREE
190 downloads
BolinOS 4.6.0

BolinOS 4.6.0


BolinOS is a modular publication and communication platform for Internet/Web development more>>
BolinOS is a modular publication and communication platform for Internet/Web development in order to enable simple management of complex portals.
BolinOS is based on a data structure compatible with Sqeleton, Internet/Web operating system, and uses standard open-source software: PHP, Apache, mySQL. BolinOS was developed in order to offer a simple and efficient platform that could take in account the quality and diversity of todays multimedia.
It is implemented and co-developed by Poinch.ch (www.poinch.ch - Swiss musical portal), the Radiology Department of Genevas University Hospitals (www.radiologie.hcuge.ch), Med-IA (www.med-ia.ch - medical multimedia portal), with a major actor that has permitted the start of everything: Wild, first Swiss web platform for the incubation of creators.
Many functionalities already exist. For example, an integrated agenda, email portal, groups and forums managemnt systen create a basic applicative set of easily integrated and publishable online tools.
There are also many more focused applications, such as multimedia albums, image collections, image manipulation applications or scientific poster making modules for online and paper publication. Many others are currently under development using the BolinOS framework.
Enhancements:
- New release that fix the security problem.
<<less
Download (6.1MB)
Added: 2006-10-11 License: GPL Price:
1109 downloads
WaterSquare Widget 1.5

WaterSquare Widget 1.5


WaterSquare Widget - A mini-portal of news and essential info and is the best thing since the business card more>> WaterSquare Widget - A mini-portal of news and essential info and is the best thing since the business card

The Watersquare Widget is one of the first such apps to be developed by and about a private studio. It features frequently updated company headlines, an overview of what the company does, and also introduces you to the team leads. It gives you more by guiding you to their newly launched online portfolio and company blog.
This small brand communications group delivers design, development, and creative direction for both established and emerging brands. Founded in 2002, the studios clients have included adidas, Sony Music, J Records, Iman Cosmetics, Bloomingdales, and JP Morgan Chase.
Enhancements
- Internal bug fixes
- Faster news downloads.

<<less
Download (92KB)
Added: 2005-12-28 License: Freeware Price: FREE
187 downloads
 
Other version of WaterSquare Widget
License:Freeware
Download (92KB)
1395 downloads
Added: 2005-12-28
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4