| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | MSN Messenger Statistics & Message 2.0 |
windows | Network Tools->Miscellaneous Network Tools | $59.95 |
View Detail
|
|||||||||
Based on packet analysis technology, Colasoft MSN Monitor focuses on MSN applications and instant message management. Besides capturing message contents, it also summarizes local MSN accounts and provides the statistics of account status, logins, message counts, contacts, message-related traffic that exceed traditional MSN message content monitors & sniffers. The conversation matrix brings you a real-time insight into the MSN communications in your network. Main Features: - Accurate MSN analysis results based on CSPAE (Colasoft Packet Analysis Engine) - Monitoring multiple network adapters - 7x24 continuous monitoring - Auto-save messages in real time - Real time online status monitoring, e.g. online, busy, away, hidden... - Seamless connection between real time messages monitoring and history messages browsing - Statistics of local MSN accounts, remote MSN contacts and messages - Supports messages between multiple participants - Unique conversation matrix view - Msn character map - Customizable display name of accounts and contacts - Supports MSN default emoticons in display name and message - Supports message font and colors display |
||||||||||||||
| 2 | Glowing Messages |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | Private Messages (DotNetNuke) |
script | ASP NET | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | ScreenSaver Messages 1.0 |
windows | Home Shell Desktop->People Screen Savers | Free |
View Detail
|
|||||||||
ScreenSaver Messages is a screensaver that allows you to receive messages from around the world and have them delivered to your screen. This screensaver displays selection of messages other users sent through SSMess website and downloads new messages automatically in the background. Updates are quick with all kinds of internet connections as a set of new messages takes only a couple of kilobytes. You can send your own messages through SSMess website (www.ssmess.com) and they will soon end up on your own or someone elses screen. The whole system is free to use. |
||||||||||||||
| 5 | PostIt Messages 3.16 |
windows | Home Shell Desktop->Other | Free |
View Detail
|
|||||||||
PostIt Messages allows you to leave a message that will be shown right next to the system tray. PostIt Messages allows you to leave a message that will be shown right next to the system tray. You can select the moment when the message to show up, the way it will show - fade in/out or rolling up, and other options. Double click the text box in config window to edit the message. You can also choose between 4 different color. |
||||||||||||||
| 6 | PHP text messages. |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | cintoo Messages 1.0 Alpha1 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
cintoo Messages is a framework to make internationalization easier for Java applications. cintoo Messages framework supports locales for threads, and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications. Example: Messages.setBundle("myBundle", "only.for.this.package"); ... Messages.setThreadLocale(new Locale("en", "")); ... Messages.format(this, "myKey"); |
||||||||||||||
| 8 | Valentine Messages Screensaver 1.0 |
windows | Home Shell Desktop->People Screen Savers | $n |
View Detail
|
|||||||||
Valentine Messages Screensaver displays on your desktop lots of floating and spinning hearts with Valentines Day messages on The Valentine Messages Screensaver will allow you to see Tweetys message for Valentines Day, and lots more float and spin to say what is in your heart. The Valentine Messages Screensaver will give you the option to enable or disable its musical background. Limitations: · 5 days trial |
||||||||||||||
| 9 | Fast Messages 1.21 |
windows | Communications->LAN Messaging Clients | $9 |
View Detail
|
|||||||||
With Fast Messages you can send messages over a Network. Simply type your message, select the user(s) you want to mail and press the Send (Mail) button. Select a single user and press the Chat (Speaker) button to initiate a real time text chat. This message utility can greatly improve productivity in your business and office environment by allowing all PC users to easily communicate with each other and send vital information which can be copied into other work documents. It is more user friendly and quicker to use than email and is more effective than a phone call since you can send information to multiple users at the same time. Fast Messages is automatically loaded on startup so only users that are currently online appear on the list. If they log out of the Network their name is automatically removed from the list. Any incoming messages will pop-up over your work so that the message is conveyed quickly. Here are some key features of "Fast Messages": · Copy Messages · Save Messages · Network Chat · Quicker than email · More user friendly than email · Send information to multiple users at the same time. |
||||||||||||||
| 10 | Subliminal Messages hypno 2.1 |
windows | Home Education->Health Nutrition | $19.90 |
View Detail
|
|||||||||
Subliminal messages can help you in reaching your ideal weight, in stopping your bad habits, like smoking and drinking, in achieving good results in your business, in love and in your sexual life. We recommend you to use the best subliminal-messaging self-help software. Be sure- this will change your life! For more info about subliminal messages visit: http://www.soft32.com/download_122180.html |
||||||||||||||
| 11 | Localize IMAP Messages 2.0 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
Localize IMAP Messages is an AppleScript that will in effect copy messages older than a date you choose from IMAP servers to equivalent local Entourage folders, and deletes the originals. This is particularly useful as you approach the limits of your IMAP storage allocation of your ISP, company or university, but when you do not want to remove the messages from Entourage to text or other archives. You can repeatedly copy messages to the same local folder in a parallel local hierarchy to your IMAP folders. |
||||||||||||||
| 12 | Locale::Messages 1.16 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Locale::Messages is a Perl module with Gettext Like Message Retrieval. SYNOPSIS use Locale::Messages (:locale_h :libintl_h); gettext $msgid; dgettext $textdomain, $msgid; dcgettext $textdomain, $msgid, LC_MESSAGES; ngettext $msgid, $msgid_plural, $count; dngettext $textdomain, $msgid, $msgid_plural, $count; dcngettext $textdomain, $msgid, $msgid_plural, $count, LC_MESSAGES; textdomain $textdomain; bindtextdomain $textdomain, $directory; bind_textdomain_codeset $textdomain, $encoding; bind_textdomain_filter $textdomain, &filter, $data; turn_utf_8_on ($variable); turn_utf_8_off ($variable); nl_putenv (OUTPUT_CHARSET=koi8-r); my $category = LC_CTYPE; my $category = LC_NUMERIC; my $category = LC_TIME; my $category = LC_COLLATE; my $category = LC_MONETARY; my $category = LC_MESSAGES; my $category = LC_ALL; The module Locale::Messages is a wrapper around the interface to message translation according to the Uniforum approach that is for example used in GNU gettext and Suns Solaris. It is intended to allow Locale::Messages(3) to switch between different implementations of the lower level libraries but this is not yet implemented. Normally you should not use this module directly, but the high level interface Locale::TextDomain(3) that provides a much simpler interface. This description is therefore deliberately kept brief. Please refer to the GNU gettext documentation available at http://www.gnu.org/manual/gettext/ for in-depth and background information on the topic. The lower level module Locale::gettext_pp(3) provides the Perl implementation of gettext() and related functions. |
||||||||||||||
| 13 | MY|SMS MESSAGES 1.0 |
pda | System Utilities->SMS | 14.95 $ to buy |
View Detail
|
|||||||||
This item allows you to see (configurable): list of SMS messages last message time and sender name or number preview message content red alert of the last arrived message Features and manipulations: select the font size select the font color (or from Today theme) select the red alert style select the number of messages to list show/hide the preview of content many display styles are available tap the title line will list more or less messages tap the message line will display more or less details from the popup menu you can quick reply This program is a part of MY|TODAY collection of Today Screens items for Pocket PC devices. Various programs to use on your Today Screen. Programs give you more information, in more convenient styles. All programs work well with Pocket PC or Windows Mobile operating systems. All programs have configured fonts, colors, icons and many visual features. All programs display the menu when you tap-and-hold the stylus or finger on the screen. Please visit this page: www.jgui.net/todays/ to read more and see screenshots ...and preview a whole MY|TODAYTM collection. Limitations: · 7 days trial Requirements: · any PPC with free 100kB |
||||||||||||||
| 14 | MY|MESSAGES 5.1 |
pda | Business->Organizer | 12.85 $ to buy |
View Detail
|
|||||||||
This program displays on Today Screen, your last phone calls, SMS and email messages. Additionally, it allows you to reply to SMS sender, without the needs to open the Inbox dialog. Program settings: select the number of messages to display from 1, 3, 5 or 10 select only the todays messages to display select the name or number/email to display show/hide fonts shadows show/hide the standard icons display the red title line if the last phone call is missed display the red title line if the last message is unread blink the title line (and icon) if the status changed define up to 4 auto-reply text with up to 100 characters select the SMS number format - change this setting if you get message: "cannot send SMS", because it depends from your cellular network preferences Program brief using: main menu: tap-and-hold any part of the screen SMS reply menu: tap-and-hold any SMS message line (see below) then you can tap one of pre-defined text to send reply every account can be visible/hidden by the checking the menu item every account (incl. phone calls and SMS) has: - the title line (tap to show/hide the below list) - the list of messages titles (tap to show/hide the below details) - the message details text: message text for SMS, mesage subject for emails "Show all details" display all message list rolled down and visible "Show one details" hide the previous list if you selected another one "Show resources" displays one more line on the top, with battery, and free space of memory and card red alert will hide if you touch the line of alert at least one time Program specials: if the last phone call is missed, the preview of number is displayed automatically if the last message is changed or unread, the preview of sender name and subject is displayed automatically if the one of above happen, the icon beside the line changes to the red picture tap any messages sender name will display subject text tap any account title line will hide the list and all details at once the menu displays preview of your own pre-defined SMS reply text, only if you tap on SMS message tap the resources line changes between MB and percentage values special > indicates message replied Here are some key features of "MY|MESSAGES": · preview phone calls log · preview up to 5 your email accounts · preview SMS account · preview ActiveSync account · show/hide any account independently · show/hide list of message by tapping the title line · show/hide details of every mesage independently or together · show/hide battery, memory and external card status · quick reply to SMS sender with one of pre-defined text Limitations: · The Trial Version works 7 days without limits. · Red message "shareware" will display every 5 minutes. · Then auto-reply and preview of details will not run. Whats new in this release: · new AI engine: you read native "eye-catching" message about last calls, SMS, emails; many more improvements: just tap the resources bar and review new styles; now up to 50 messages of every from 10 accounts can be displayed; and more fixes |
||||||||||||||
| 15 | Motivational Messages Screensaver 2.0 |
windows | Home Shell Desktop->Music Screen Savers | Free |
View Detail
|
|||||||||
* Four full-length, cd-quality musical compositions * 80 High-Quality Images * 51 Transition Effects * Customizable Screen Saver Settings Dialog Box * Microsoft Plus! integration * Password Protection Available * Random Image Slideshow * Simple Double-Click Installation * Simple Un-Installation |
||||||||||||||
| 16 | Export Messages 1.1 |
mac | Utilities->Others | Free |
View Detail
|
|||||||||
Export Messages is an AppleScript that will save multiple emails to text files in a folder on your desktop. Does not support HTML emails yet, just plain text emails, but it is perfect for mailing list subscription emails or digests that are cluttering up your Mail mailboxes! Export Messages runs from the script menu in Mail. Just drop it in the Mail Scripts folder in your Scripts folder (in your Library folder). If you dont see a folder named Mail Scripts, just create one (or choose Open Scripts Folder from the script menu in Mail and Mail will create it). |
||||||||||||||
| 17 | MSN messenger tools 2.65 |
windows | Communications->Other Chat Tools | $29 |
View Detail
|
|||||||||
|
||||||||||||||
| 18 | RedHanded.Net: Record Instant Messages! 2.4.0 |
windows | Home Education->Other | $29.99 |
View Detail
|
|||||||||
|
||||||||||||||
| 19 | MSN messenger tools 2.65 |
windows | Network Internet->Conferencing and Collaboration Tools | $29 |
View Detail
|
|||||||||
MSN messenger tools has added new capabilities to the popular MSN internet pager. The Tools permit the user to automatically: launch programs upon receipt of messages, check mailboxes, forward messages from mailboxes to an MSN-designated account, forward messages to mailboxes, forward messages to another MSN account, answer to messages arrived, remind of an event sending messages at the given time, check Web sites for update and accessibility. |
||||||||||||||
| 20 | MSN Genius 1.0 |
windows | Communications->Other Chat Tools | $29 |
View Detail
|
|||||||||
MSN Genius is a message content enhancing software for Microsoft MSN Messenger, it download all additional MSN message contents (including MSN winks, MSN emotions, MSN display picture, MSN dynamic display picture) automatically and allow you preview them, just select some of them and click on install button, MSN Genius will install 200+ additional message contents to your MSN messager. MSN Genius is a software that allows you instal MSN winks. We will increase the content number continuously in the future. Registered user will be notified via e-mail when the new contents are available and can download the newer contents automatically using MSN Genius. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
