Make your website navigation clean and comfortable with Deluxe JavaScript Menu! Features: Full cross-browser compatible. Search engine friendly. AJAX-like technology - loads menu data from the server "on-the-fly". Visible over select boxes, iframes, flash, Java applets. Visual interface for easy setup. A lot of pre-designed templates. Hundreds of visual effects. Scrollable, dragable, floating, and context menus. Keyboard navigation. Special JavaScript API for changing menu "on-the-fly", without page reloading: addition/removing of items/submenus, changing of visibility of items, etc. Free for Non-Profit Websites!
Free Trial
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Pegasus�s Healthcare System (PHS) consists of software mechanism that centralizes and consolidates patient, provider and clinical objects and business rules across the enterprise. PHS overcomes operational challenges faced by healthcare organizations, letting them:
Manage business transactions consistently in the patient care process, thereby increasing the efficiency, quality and competitive edge of the organization
Maximize clinical data reuse and portability through the use of standards, enabling seamless integration and consistent implementation between variant healthcare information systems Enable protocol-based decision support, based on a complete view of patient information
Enables caregivers in providing flexible solutions with the User-friendly Interface
This function calculates the latitude and longitude coordinates from Vertical and Horizontal (V&H) coordinates. V&H's are used to identify locations and hence relative distances between network elements and between rate centers listed in AreaCodeWorld(tm) Gold Edition.
This sample code is provided to database subscribers "AS IS" without warranty of any kind.
What is Yakoon's SMS Gateway?
Yakoon's SMS Gateway is a web service written in ASP.NET that enables you to easily send SMS messages over GSM cellular telephone networks from your local PC or network. The gateway can be accessed by HTTP protocol by submitting values by SOAP, GET and POST method to the API Server. Accessing gateway through HTTP protocol is one of the best & the fastest ways to deliver SMS messages.
Who can benefit?
Companies and Individuals who wants to stay in touch with their staff and customers for their meetings, notices and product announcements. This will help people to send portfolio information, stock quotes, price alerts and news headlines, sports scores, weather, horoscopes, classifieds exchange rates, product availability, holiday specials and mobile coupons, marketing campaigns promotional activities via coupons, special offers and incentives.
Features:
- Complete customisation and personalisation for Bulk(batch sends) or Single Messaging
- Unique Sender ID Branding (on Limited Networks)
- Supporting Text, Flash, Unicode (Arabic, Russian, Chinese etc.)
- Immediate Messaging to Global Contacts
-Easy and Immediate integration and deployment
-Zero up front cost
-Unique Fast Delivery
-Immediate Multicast Messaging Enabled
-Ready-to-use examples
This product allows you to develop custom explorer bars for your website/administration. The script will allow create a button on your IE toolbar which once clicked will open a explorer bar window in the browser. The script can be customised fully.
This simple code provides an easy way to produce a useful graphical representation from a list of numbers. You can get these numbers from wherever you want, but it expects them to be in an array. You can even optionally label each bar. You can use it for hit counts, number of sales, etc.
Accepts: Any numeric value.
Returns: The same number, correctly rounded to the number of significant digits specified.
Works for negative numbers, whole numbers, decimals, and for numbers smaller than 1.
Example 1: Given 1234567890.1 and specifying 3 significant digits, would return 1230000000 (1.23 billion) Example 2: Given -0.00987654 and specifying 2 significant digits, would return -0.0099