This guide provides the basic information necessary to start a Mercuri Illustrate Lite or Pro Web Conference. Please review the requirements to ensure you have everything you need to get started and then continue through the remainder of this guide to conduct your first Mercuri Illustrator conference. If you need additional assistance getting started or if you do not yet have an account contact Mercuri Product Marketing support at 1-888-661-7777 or css@Mercuri.ca. Online help is available when using Illustrate Lite and Pro (top toolbar to the right).
Read the rest of this entry »
There are three main reasons for using the JAVA programming language over other choices: portability, simplicity of coding, and widespread use; especially in web development. Java is completely portable between different operating systems (Mac, Linux, and Windows). This is because the code you write is only partially finished after it is compiled by the programmer. The rest of the work is performed on the user’s computer using the Java Virtual Machine (JVM).
Read the rest of this entry »
This tutorial is all about implementing a Web-based calendar using open source technology. Specifically Java Servlets, Tomcat Server and MySQL database. All tools used to create and implement this project are open source projects and are free for the download under the GNU License Agreement. The freeness of open source projects allows practitioners to explore new technologies without incurring a huge investment. Furthermore, the software gets better as the project evolves which benefits everybody, end-users and developers a like.
Read the rest of this entry »