hospice care newsletters
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 411
PloneNewsLetter 2.0
PloneNewsLetter provides a product for sending newsletters based on new Plone content to an email address in TXT or HTML format. more>>
PloneNewsLetter provides a product for sending newsletters based on new Plone content to an email address in TXT or HTML format.
PloneNewsLetter gives you the possibility to create your custom newsletters. The newsletter is prepared for being sent using your favourite mass mailer, and can be directly published on your site.
The process of creating your PloneNewsLetter:
- You create a new PloneNewsLetter
- Using PloneNewsLetter, you search your Plone site for content
- You select the documents that you want to make it into the newsletter
- You can click on the "create" button, and an html and text version of the newsletter are created.
- The html and text versions can now be edited and viewed quickly in a preview window.
- Once you are satisfied with the result, you can send the newsletter to your email address.
- You can use your favourite mass mailer to distribute the newsletter Features:
- The templates used for production of the newsletter are fully customizable.
- The selection of objects for the newsletter is remembered, so you dont have to reselect everything just because you changed the templates.
- If the user publishes the newsletters content, all users will see the HTML version of the newsletter. That way the the newsletter is automatically archived online.
- PloneNewsLetter consists of two object:
- A content type, for users
- A Portal Tool, for settings
<<lessPloneNewsLetter gives you the possibility to create your custom newsletters. The newsletter is prepared for being sent using your favourite mass mailer, and can be directly published on your site.
The process of creating your PloneNewsLetter:
- You create a new PloneNewsLetter
- Using PloneNewsLetter, you search your Plone site for content
- You select the documents that you want to make it into the newsletter
- You can click on the "create" button, and an html and text version of the newsletter are created.
- The html and text versions can now be edited and viewed quickly in a preview window.
- Once you are satisfied with the result, you can send the newsletter to your email address.
- You can use your favourite mass mailer to distribute the newsletter Features:
- The templates used for production of the newsletter are fully customizable.
- The selection of objects for the newsletter is remembered, so you dont have to reselect everything just because you changed the templates.
- If the user publishes the newsletters content, all users will see the HTML version of the newsletter. That way the the newsletter is automatically archived online.
- PloneNewsLetter consists of two object:
- A content type, for users
- A Portal Tool, for settings
Download (0.11MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
Oxylus Newsletters System 0.2
Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups. more>>
Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups.
You can import and export users, and public subscription is allowed. Oxylus Newsletters System project allows linux users to schedule newsletters for a specific date using a crontab job.
For each sent newsletter, you can see its history and whether it was successfully sent.
Enhancements:
- This version is fully compatible with PHP5.
- The mails are sent just once to all the users.
- The SQL error which occurred when new groups are created was fixed.
- Various framework bugfixes were made.
<<lessYou can import and export users, and public subscription is allowed. Oxylus Newsletters System project allows linux users to schedule newsletters for a specific date using a crontab job.
For each sent newsletter, you can see its history and whether it was successfully sent.
Enhancements:
- This version is fully compatible with PHP5.
- The mails are sent just once to all the users.
- The SQL error which occurred when new groups are created was fixed.
- Various framework bugfixes were made.
Download (0.20MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1435 downloads
C2::Newsletter 0.3 beta
C2::Newsletter is a tool to send MIME-encoded newsletters. more>>
C2::Newsletter is a simple tool for sending newsletters to your visitors. It allows you to create multiple newsletters, so your visitors can select which topics they want to receive.
There is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
<<lessThere is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
Download (0.024MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
SGCE 1.4 Beta
SGCE is a skin care management system that manages customers, treatment follow-up, product supply, clinic history and more. more>>
SGCE is a skin care management system that manages customers, treatment follow-up, product supply, clinic history, and skin status.
The project is a Web-based management system with Brazilian-Portuguese language support.
Installation:
- Load mysql structure from database-mysql.sql file
- Set up conf.inc.php
<<lessThe project is a Web-based management system with Brazilian-Portuguese language support.
Installation:
- Load mysql structure from database-mysql.sql file
- Set up conf.inc.php
Download (0.028MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
PHP Active Code Library 0.10
PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. more>>
PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database.
The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls.
If a file includes another file stored in the database, PHP ACL takes care of getting, generating, and including that file.
<<lessThe files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls.
If a file includes another file stored in the database, PHP ACL takes care of getting, generating, and including that file.
Download (0.013MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1191 downloads
Oracle Aggregate C++ Library Beta1
Oracle Aggregate C++ Library allows C++ programmers to easily create new aggregate functions for Oracle. more>>
Oracle Aggregate C++ Library allows C++ programmers to easily create new aggregate functions for Oracle.
Oracle Aggregate C++ Library can be used as a glue library to existing C++ and C libraries. Detailed knowledge of the OCI aggregate interface is not required to use the library.
With automatic conversion of Oracle built-in types to C++ types it is possible to use the library without using any OCI functions directly.
The Oracle OCI interface for aggregate functions provides a straightforward way to implement aggregate functions in C or C++. There is, however, a certain amount of bookkeeping that needs to be performed in order to use the interface. The goal of this library is to take care of all the bookkeeping details for your, all you need to provide is the aggregate function itself. This makes it particularly easy to use existing C++ code and libraries in Oracle aggregate functions.
Design
The way the library works is that it defines the shared library entry point functions required by Oracle. The entry point functions simply forward all arguments to the static functions of the Aggregate class.
The Aggregate class along with a number of helper classes and functions takes care of converting arguments, configuring the environment, creating implementation instances and such. When everything is ready the arguments originally sent by Oracle are passed to your aggregate implementation.
<<lessOracle Aggregate C++ Library can be used as a glue library to existing C++ and C libraries. Detailed knowledge of the OCI aggregate interface is not required to use the library.
With automatic conversion of Oracle built-in types to C++ types it is possible to use the library without using any OCI functions directly.
The Oracle OCI interface for aggregate functions provides a straightforward way to implement aggregate functions in C or C++. There is, however, a certain amount of bookkeeping that needs to be performed in order to use the interface. The goal of this library is to take care of all the bookkeeping details for your, all you need to provide is the aggregate function itself. This makes it particularly easy to use existing C++ code and libraries in Oracle aggregate functions.
Design
The way the library works is that it defines the shared library entry point functions required by Oracle. The entry point functions simply forward all arguments to the static functions of the Aggregate class.
The Aggregate class along with a number of helper classes and functions takes care of converting arguments, configuring the environment, creating implementation instances and such. When everything is ready the arguments originally sent by Oracle are passed to your aggregate implementation.
Download (0.096MB)
Added: 2006-02-03 License: Boost Software License Version 1.0 Price:
1360 downloads
USB Headset Buttons 0.9.2
USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset. more>>
USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset.
USB Headsets are very useful for VoIP applications like SIP Networks or Skype. On my headset I have volume buttons which need extra care to be taken of. This Application does it.
<<lessUSB Headsets are very useful for VoIP applications like SIP Networks or Skype. On my headset I have volume buttons which need extra care to be taken of. This Application does it.
Download (0.005MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1322 downloads
lisp-network-server 0.3
lisp-network-server is a simple framework for writing Common Lisp network applications. more>>
lisp-network-server is a simple framework for writing Common Lisp network applications.
lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application.
<<lesslisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application.
Download (0.010MB)
Added: 2006-05-09 License: LGPL (GNU Lesser General Public License) Price:
1267 downloads
SQLScreens 1.1.11
SQLScreens is a simple relational database screen form generator written in TCL/TK. more>>
SQLScreens is a simple relational database screen form generator written in TCL/TK.
SQLScreens will let you create query screens very quickly by specifying what data (tables and columns) you want to see and what operations should be allowed (query/update, etc...). It will take care of creating the user interface and the behind-the-scenes SQL.
SQLScreens does not use a web interface, which makes it simpler and somewhat faster, but means that some tools must be available on the workstation (TCL/TK and database client code). It is a quasi-local tool, not a web-site building brick.
This project is free and has a BSD type license.
SQLScreens supports MySQL, MSQL and INFORMIX, but the preferred backend is MySQL. We also support ODBC, and, if you use SQLScreens with ODBC drivers for other databases, wed be glad to here from you.
<<lessSQLScreens will let you create query screens very quickly by specifying what data (tables and columns) you want to see and what operations should be allowed (query/update, etc...). It will take care of creating the user interface and the behind-the-scenes SQL.
SQLScreens does not use a web interface, which makes it simpler and somewhat faster, but means that some tools must be available on the workstation (TCL/TK and database client code). It is a quasi-local tool, not a web-site building brick.
This project is free and has a BSD type license.
SQLScreens supports MySQL, MSQL and INFORMIX, but the preferred backend is MySQL. We also support ODBC, and, if you use SQLScreens with ODBC drivers for other databases, wed be glad to here from you.
Download (0.16MB)
Added: 2007-03-15 License: BSD License Price:
953 downloads
CSS Briefcase 1.5
CSS Briefcase is simple tool to help you organize CSS styles you use regularly. more>>
CSS Briefcase project is simple tool that helps you organize CSS styles you use regularly. If youre frustrated writing the same CSS code for every project, or spend way to much time fishing around through old projects trying to find a key bit of CSS style code, this tool will help ease your woes.
Main features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
<<lessMain features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
Download (0.026MB)
Added: 2006-03-06 License: Freeware Price:
1329 downloads
Tiki CMS/Groupware 1.9.7
Tiki CMS/Groupware (aka TikiWiki) is a powerful open-source Content Management System. more>>
Tiki CMS/Groupware (aka TikiWiki) is a powerful open-source Content Management System (CMS) and Groupware that can be used to create all sorts of Web applications, intranets, portals, sites, and extranets.
Major features include articles, forums, newsletters, blogs, a file/image gallery, a Wiki, drawing, trackers, a directory, polls/surveys and quizzes, a FAQ, chat, a banner management system, Webmail, a calendar, Ephemerides, maps, charts, Mobile Tiki (PDA and WAP access), RSS feeds, a category system, a theme control center, workflow, live support, Shoutbox, ACLs, and more.
Main features:
- The Wiki
- Image Gallery
- Articles and submissions
- Blogs
- JgraphPad drawings
- Mobile Tiki
- Voice Tiki
- Banner ads
- Dynamic Content System
- File Galleries
- Featured Links
- Comments
- Forums
- ChatRooms
- Communications center
- Polls
- Category system
- FAQs
- Quizzes
- RSS feeds
- HTML pages
- HTML pages dynamic
- Surveys
- Trackers
- Maps
- Newsletters
- Directory
- Ephemerides
- Shoutbox
- Search
- Games
- Live Support System
- Galaxia Workflow Engine
- Charts
- My Tiki section
Enhancements:
- This release contains fixes for some security issues, many bugfixes, enhancements, and new features.
<<lessMajor features include articles, forums, newsletters, blogs, a file/image gallery, a Wiki, drawing, trackers, a directory, polls/surveys and quizzes, a FAQ, chat, a banner management system, Webmail, a calendar, Ephemerides, maps, charts, Mobile Tiki (PDA and WAP access), RSS feeds, a category system, a theme control center, workflow, live support, Shoutbox, ACLs, and more.
Main features:
- The Wiki
- Image Gallery
- Articles and submissions
- Blogs
- JgraphPad drawings
- Mobile Tiki
- Voice Tiki
- Banner ads
- Dynamic Content System
- File Galleries
- Featured Links
- Comments
- Forums
- ChatRooms
- Communications center
- Polls
- Category system
- FAQs
- Quizzes
- RSS feeds
- HTML pages
- HTML pages dynamic
- Surveys
- Trackers
- Maps
- Newsletters
- Directory
- Ephemerides
- Shoutbox
- Search
- Games
- Live Support System
- Galaxia Workflow Engine
- Charts
- My Tiki section
Enhancements:
- This release contains fixes for some security issues, many bugfixes, enhancements, and new features.
Download (8.6MB)
Added: 2006-12-05 License: LGPL (GNU Lesser General Public License) Price:
1053 downloads
Firefox Universal Uploader 0.3.1
Firefox Universal Uploader is a Firefox extension that allows you to upload/download files from any website. more>>
Firefox Universal Uploader is a Firefox extension that allows you to upload/download files from any website using a friendly interface. Upload files/photos/videos to Flickr, Picasa, Youtube, Box.net(1GB of free space) are Facebook in this version. Next versions would support other websites like Google Videos, Webshots etc.
Thumbnail view of local and remote files will be given in the next version. You can add multiple files to the queue at a time. Extension will take care of uploading them for you.
Main features:
- It shows the local folders and remote folders which enables you to upload files by single click.
- You can upload any number of files at a time.
- You can upload files to multiple websites using a single interface (using only one extension).
- Ability to add multiple accounts and upload files to each account independently.
- Site specific features are also included and will be improved in the coming versions. eg. Box.net: giving public/private access to files.
<<lessThumbnail view of local and remote files will be given in the next version. You can add multiple files to the queue at a time. Extension will take care of uploading them for you.
Main features:
- It shows the local folders and remote folders which enables you to upload files by single click.
- You can upload any number of files at a time.
- You can upload files to multiple websites using a single interface (using only one extension).
- Ability to add multiple accounts and upload files to each account independently.
- Site specific features are also included and will be improved in the coming versions. eg. Box.net: giving public/private access to files.
Download (0.14MB)
Added: 2007-07-11 License: Other/Proprietary License Price:
858 downloads
SoftwareUpdate 1.10
SoftwareUpdate is a Java class that assists with adding an automatic software-update feature to applications. more>>
SoftwareUpdate is a Java class that assists with adding an automatic software-update feature to applications.
It doesnt perform the update, but takes care of administrative stuff like looking up the version number of the latest version, with the ability to distinguish and check different places based on operating system.
SoftwareUpdate also builds the OS-specific URLs to make it easy to do a quick latest-version check in any desktop or server application.
<<lessIt doesnt perform the update, but takes care of administrative stuff like looking up the version number of the latest version, with the ability to distinguish and check different places based on operating system.
SoftwareUpdate also builds the OS-specific URLs to make it easy to do a quick latest-version check in any desktop or server application.
Download (0.051MB)
Added: 2006-07-13 License: Other/Proprietary License Price:
1198 downloads
CARE2X 2.1.7
CARE2X is a program that integrates different information systems of hospitals. more>>
Care2x (formerly Care 2002) is software for hospitals and health care organizations. It is designed to integrate the different information systems existing in these organizations into a single efficient system. It solves the problems inherent in a network of multiple programs that are incompatible with each other.
CARE2X project can integrate almost any type of services, systems, processes, clinics, departments, data, or communication that exist in a hospital. Its design can even handle non-medical services or functions like security or maintenance. All of its functions can be accessed with a Web browser, and all program modules are processed on the server side.
Main features:
- HIS - Hospital/Healthservice Information System
- PM - Practice (GP) management
- CDS - Central Data Server
- HXP - Health Xchange Protocol
Enhancements:
- Main menu visibility according to the users permissions.
<<lessCARE2X project can integrate almost any type of services, systems, processes, clinics, departments, data, or communication that exist in a hospital. Its design can even handle non-medical services or functions like security or maintenance. All of its functions can be accessed with a Web browser, and all program modules are processed on the server side.
Main features:
- HIS - Hospital/Healthservice Information System
- PM - Practice (GP) management
- CDS - Central Data Server
- HXP - Health Xchange Protocol
Enhancements:
- Main menu visibility according to the users permissions.
Download (16.4MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1235 downloads
Yellow Duck Framework 2.1.0
Yellow Duck Framework is an object oriented framework that will help you with creating web applications. more>>
Yellow Duck Framework is an object oriented framework that will help you with creating web applications. The project is implemented using the popular PHP web scripting language.
An example could be a weblog. The "post" request could take care of displaying and updating the items in the weblog. In this example, "update" would be an action as well as "display_list" and "display_item". Another request, "rss" for example could be used to generate RSS news feeds. In the "rss" request, we could for example find the actions "display_rss20" and "display_atom" which generate specific flavors of XML news feeds. Requests basically group action that are related.
By encapsulating all the programming in an object-oriented environment, you get a framework that is easy to use and understand, easy to extend and doesnt limit you in any way. If you combine this with a very feature-rich standard library that takes care of most common things that need to be programmed for a website, you have a very powerful environment available to develop web applications.
Main features:
- Structured programming environment by using requests and actions
- Clean separation of code and output
- Support for multi-langual websites by using locales
- Templates for outputting HTML easily based on Smarty
- Automatic action dispatching using URL parameters
- Object oriented form construction and validation
- Object oriented handling of authentication
- Classes for creating XML/RPC clients and servers.
- Classes for creating syndicated XML feeds such as RSS and Atom feeds.
- Easy handling of files, directories and images. For images, there are some very straightforward functions that can create thumbnails and obtain specific information about these images.
- An object oriented interface for creating and sending email messages.
- Database abstraction layer supporting MySQL, PostgreSQL, SQLite and Oracle.
- Object oriented way of creating SQL statements.
- Logging infrastructure based on plain text or XML logfiles.
- A shopping cart infrastructure that makes it easy to create webshops.
- Different smaller modules that take care of string handling, debugging, configuration settings, timers.
Enhancements:
- This release contains feature enhancements in nearly all sections.
<<lessAn example could be a weblog. The "post" request could take care of displaying and updating the items in the weblog. In this example, "update" would be an action as well as "display_list" and "display_item". Another request, "rss" for example could be used to generate RSS news feeds. In the "rss" request, we could for example find the actions "display_rss20" and "display_atom" which generate specific flavors of XML news feeds. Requests basically group action that are related.
By encapsulating all the programming in an object-oriented environment, you get a framework that is easy to use and understand, easy to extend and doesnt limit you in any way. If you combine this with a very feature-rich standard library that takes care of most common things that need to be programmed for a website, you have a very powerful environment available to develop web applications.
Main features:
- Structured programming environment by using requests and actions
- Clean separation of code and output
- Support for multi-langual websites by using locales
- Templates for outputting HTML easily based on Smarty
- Automatic action dispatching using URL parameters
- Object oriented form construction and validation
- Object oriented handling of authentication
- Classes for creating XML/RPC clients and servers.
- Classes for creating syndicated XML feeds such as RSS and Atom feeds.
- Easy handling of files, directories and images. For images, there are some very straightforward functions that can create thumbnails and obtain specific information about these images.
- An object oriented interface for creating and sending email messages.
- Database abstraction layer supporting MySQL, PostgreSQL, SQLite and Oracle.
- Object oriented way of creating SQL statements.
- Logging infrastructure based on plain text or XML logfiles.
- A shopping cart infrastructure that makes it easy to create webshops.
- Different smaller modules that take care of string handling, debugging, configuration settings, timers.
Enhancements:
- This release contains feature enhancements in nearly all sections.
Download (3.5MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above hospice care newsletters search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed