Google Earth is a popular and widely used geographical browser. It is a standalone application that enables spatial data from a variety of sources to be displayed, explored and visually compared. Google Earth has the following important characteristics:
• Free
• Easy-to-use and intuitive user interface. Data are displayed on an interactive globe that can be rotated and zoomed to visually explore data in different regions of the world and at different spatial resolutions.
Read the rest of this entry »
Everybody who wants to install a web server database but does not know which software is necessary and how it is installed should benefit from reading this text. This text provides all information necessary to get a SQL database for a web server going; it does not go into any detail of CGI programming, nor does it explain the SQL database language. Excellent books are available on both topics, and it is the intention of this text to provide a working platform based on which a user can then study CGI programming and SQL. For getting a small scale SQL system running (not the notorious example of a major airline booking system, or space mission management database) it will be sufficient to have the software described in this text and the documentation accompanying it. The user manual of msql (a database introduced in this text) provides sufficient information on SQL for building your own database.
Read the rest of this entry »
20 Oct
Posted by jj as Development, Windows
Whether you want to build an AJAX-based web application, or a Windows game, the Academic Resource Kit is a great place to start. A Microsoft Romania initiative aimed at driving technology access and adoption, ARK is designed as a comprehensive collection of tools and resources addressing both the development and design aspects of building software solutions. I had the chance to chat with Microsoft Romania’s Todi Pruteanu about the ARK initiative, and the interview below will provide you with a great insight into the Academic Resource Kit.
Read the rest of this entry »
Setting Up a POP3 Email Account
1. In Outlook, select Tools / Account Settings.
2. On the Email tab, click the New button.
3. Check the “Manually configure server settings or additional server types” checkbox.
4. Click the Next button.
5. Click the Internet E-mail button.
6. Click the Next button.
Read the rest of this entry »
In this tutorial, we will assume that our organization has a single LDAP directory containing some information about our
users, while a MySQL database is used to contain further information about users that is accessible via a web
interface. For now, we will simply work toward providing a means for LDAP-ready applications to access data within
the MySQL database used by our web application. This is easily achieved using VDS.
Assumptions
1. VDS is installed and configured properly; VDS is currently running.
2. An LDAP directory such as Active Directory is already installed and accessible from the computer on which VDS is installed.
3. A MySQL database server is already installed and accessible from the computer on which VDS is installed.
4. A MySQL database called “test” has been created, and contains a table called “users” with a schema that contains the following items:
`uid` varchar(25) NOT NULL,
`password` varchar(40) NOT NULL,
`Title` varchar(255) default ”,
`FirstName` varchar(255) default ”,
`LastName` varchar(255) default ”,
`Company` varchar(255) default ”,
`EmailDisplayName` varchar(255) default ”,
`EmailAddress` varchar(255) default ”
5. The MySQL table called “users” is populated with at least one entry.
6. The LDAP directory is accessible on port 389 (default ldap port) and the MySQL server is accessible on port 3306 (default mysql port).
7. Port 3890 is available on the computer in which VDS is installed.
Download pdf Integrating RDBMS into an LDAP Environment
What is MySQL?
• MySQL is an SQL based relational database management system that runs on more than 20 platforms including Windows, Linux, OS/X, HP-UX and many more.
• The owner and producer of MySQL is a Swedish company called MySQL AB. They provide services and training programs for MySQL users. The software’s official website http://www.mysql.com gives the latest information about the company and MySQL.
Read the rest of this entry »
MySQL is a popular database with more than 4 million users. It is one of the fastest relational databases in the market. Many companies are using it to support their websites, data warehouses, and business applications. MySQL was developed by a Swedish company named MySQL AB. The product is distributed under GNU General Public License (GPL). It can support multiple users concurrently on the network. Students can connect to a MySQL database server standalone on their own computer or from the network. You can download it free from http://dev.mysql.com/downloads/mysql/4.1.html. MySQL runs on Windows, Linux and Solaris. This tutorial demonstrates using MySQL from the Windows operating system.
Read the rest of this entry »
User Function 80 Auto Tray Switch User Function 81 Paper Size Check User Function 82 LAN Print T.O. User Function 83 POP Interval User Function 84 Delete POP Message User Function 85 Time Between GMT User Function 86 Text Print User Function 87 Header Print User Function 88 Coding Mode User Function 89 Extra Fine Mode User Function 90 IFAX Sender ID User Function 91 Domain Name User Function 92 Message Disposition Notification User Function
Read the rest of this entry »