Results matching for "webmail+client"
Sort Listings By
Show Only
By Customer Review
Licence Type
Binding Client Side Controls Dynamically to an XML Data Source Object
The XML data island in IE 5.x provides a simple and convenient way to dynamically alter the content of a Web page using data stored either locally or remotely in XML format. This article demonstrates how to change the data content of your Web application pages client side through the use of DHTML events and dynamic data binding with XML island DSOs, and helps you decide in what format the XML should be saved.
(0 ratings)
Reviews0
PriceFree
Views2397
MyBooks, a MFC MySQL client example source codes
posted byauthorinDatabase-Related
Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API?
What is MySQL? The MySQL database server is the world's most popular open source database. Its C API allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet.
If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL database, then this package is for you.
(6 ratings)
Reviews0
PriceUSD 19.95
Views4405
MyNotes, a MFC MySQL++ client example source codes
posted byauthorinDatabase-Related
Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library?
What is MySQL? The MySQL database server is the world's most popular open source database. Its MySQL++ C++ class library allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet.
If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL++ class library to access a MySQL database, then this package is for you.
(4 ratings)
Reviews1
PriceUSD 19.95
Views5672
C++ Socket(Winsock) Example Using Client Server and Multi-Threading
posted byireshaguninNetworking
The aim of this C++ tutorial is to demonstrate simple client/server socket communication and multi-threading. This demonstrates basics such as binding, listening and accepting sockets for Servers and connecting sockets for clients. Once the server accepts a socket, a thread is spawned to handle it. This is the simplest C++ socket (blocking) example you can find. Please leave any comments or questions at the end of this tutorial and I will endeavor to answer them.
(9 ratings)
Reviews0
PriceFree
Views2072
Cryptography in Javascript - What encryption methods are available to client-side Javascript?
posted byThe Operator.inDevelopment
The CryptoJS URL (https://code.google.com/p/crypto-js/) contains a collection of secure cryptographic algorithms written in Javascript.
encode, pass in the control
var ckey = $("#cryptonkey").val();
var y=document.getElementById(control).value;
var encrypted = CryptoJS.AES.encrypt(y, ckey);
document.getElementById("crypton").value=encrypted;
decode, pass in the control
var ckey = $("#cryptonkey").val();
var y=document.getElementById(control).value;
var decrypted = CryptoJS.AES.decrypt(y, ckey);
decrypted = decrypted.toString(CryptoJS.enc.Utf8);
document.getElementById("cryptoff").value=decrypted;
If you receive a secret message and know the secret key, you can enter the secret key and place your secret message into the "crypt-on" box. The secret message will be visible to you in the "crypt-off" box.
(0 ratings)
Reviews0
PriceFree
Views837
jClientUpload (Upload FTP/HTTP Applet) 1.9.1
posted byebspinFile Management
jClientUpload is a client-side JAVA component (Applet or WebStart) that allows to upload files to a web or ftp server. This component could be integrated in any application whatever server-side technology (JSP/Servlet, PHP, ColdFusion,
ASP, ASP.NET, Perl/CGI). Front-end provides an upload progress bar, a cancel button, drag&drop support and copy/paste support. This new release provides FTP support, directories upload, very large (>2GB) HTTP uploads, redirect URL after upload, WebStart support and more. It is customizable (multilanguage and colors).
(22 ratings)
Reviews1
PriceUSD 29.00
Views7281
Learning JavaScript tutorial – First Look at Client-Side JavaScript
posted bytipsntracksinIntroduction to JavaScript
JavaScript is mostly used as a client-side scripting language. With Client-side JavaScript, we are able to interpreter with the Document Object Model (DOM) of a web browser. On Client-Side, JavaScript add interactive features to your page. JavaScript allowing us to do plenty of tasks on Client-Side like mathematical calculations, form validation, drop down and sliding menus, message tickers, work with events, work with cookies, add special effects and animation, develop interactive games, customize graphics selections, and create security passwords and many more.
(0 ratings)
Reviews0
PriceFree
Views579
MySQL 5.1.31 Client Extension for PHP 5.2.8 Win32
posted byrmccnyinInstalling PHP
For Windows 32-bit Threadsafe PHP ONLY!
Includes:
PHP Version: 5.2.8
MySQL Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views1227
# 1 PostgreSQL Admin Tool - Navicat PostgreSQL Client (supports Excel to PostgreSQL)
Navicat is an intuitive GUI tool for PostgreSQL. It lets you create, browse databases and run SQL queries in an easier way. Advanced features include visual query builder, report builder, backup/ restore, batch job scheduling, remote connecting, and the ability to easily migrate data to/from Excel, Access and other data formats. It also provides a SQL Console and supports Data Synchronization. The latest version supports Code Completion, Form View and email Notification Services, etc.
(0 ratings)
Reviews0
PriceUSD 79.00
Views601
MySQL 5.1.31 Client Extension for PHP 5.2.9 Win32
posted byrmccnyinInstalling PHP
For Windows 32-bit Threadsafe PHP ONLY!
Includes:
PHP Version: 5.2.9
MySQL Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views1042
Command Buttons and Client Actions - Course ASP.NET 4 and Visual Studio 2010 - Lesson 7
posted byPedroCunhaMrinTutorials & Tips
In this video, we covered many concepts related to the button. First, we started with adding the ability to trigger the button by hitting then enter key. We did that by setting the defaultbutton property on the form. Then, we looked at the OnClientClick event that takes place when the user clicks on the button, but on the client side (before the form has been submitted to the server). We added JavaScript code in this event that displays some information from the form. After that, we added an event on the button that ASP.NET does not understand, but the browser does. We used onmouseover and added some JavaScript code to change the background color of the form when the user hovers over the button. Finally, we covered the command name and the command arguments that we can use when we have many buttons on the page and we need to know which button was clicked by the user.
(0 ratings)
Reviews0
PriceFree
Views617
MySQL 5.1.31 Client Extension for PHP 5.2.8-NTS Win32
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.8-nts
MySQL Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views673
MySQL 5.1.31 Client Extension for PHP 5.2.9-NTS Win32
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.9-nts
MySQL Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views1189
MySQL 5.1.31 Improved Client Extension for PHP 5.2.8-NTS Win32 (MySQLi)
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.8-nts
MySQL Improved Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views724
MySQL 5.1.31 Improved Client Extension for PHP 5.2.9-NTS Win32 (MySQLi)
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.9-nts
MySQL Improved Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views1203
Webmail
posted byjnetworkinMiscellaneous
Webmail 1.2 - first stable public release.
a full featured webmail cleint for phpwebthings
admin settings:
Alllow get attachments
Alllow send attachments
Max attachment size
Max attachment directory size
Allowed attachment types
Attache footer message to every e-mail
Footer message
User end features:
Setup unlimted mail acounts
Addressbook
send mail with CC BCC and pop priority
attatch file
populate to feild from addy book
view 8 types of mime mail
Send html or text mail
(0 ratings)
Reviews0
PriceFree
Views8990
LSN-Webmail
posted bymoondanceinInstallation Kits
LSN-Webmail is an interactive script to painlessly and quickly install Apache 1.3.12, PHP3.16, Mysql 3.22.32, Imap4.7b, and Twig 2.2.3. It also includes easy to use menu editors for post installation maintainance.
(0 ratings)
Reviews0
PriceFree
Views8112
V-webmail
posted byCBruylandinWeb-based Email
V-webmail is a powerful PHP based webmail application with an abundance of features, including many innovative ideas for web applications:
- Excellent user interface
- Standards compliant
- Easy installation and configuration
- Full support for attachments and HTML mail
- Support for internationalisation
- Fully customisable using HTML templates
- Online help system
- Folder support (IMAP)
- Filtering support (IMAP)
- Quick search
And much much more. Using V-webmail you can provide secure and fast web based mail access to your customers and/or employees.
(35 ratings)
Reviews2
PriceFree
Views56181
Xuheki Webmail
posted bymishooinScripts & Applications
Xuheki is a powerful Webmail application that could compete with desktop-based email clients. It supports multiple users, multiple IMAP servers per user, multiple folders per IMAP server, full MIME support (HTML email, attachments, various encodings), print, drag'n'drop, context menus, easily translatable, etc.
Xuheki runs in a browser, but it requires no page reloads. It's free under the GNU GPL.
(0 ratings)
Reviews0
PriceFree
Views4002
Related Categories
You May Also Like

(264 ratings)
PriceFree