



RosAsGuide #1 Creating a Win32 program with start-up and standard menu This is the beginning of a series of articles about using RosAsm to create Win32 programs. Each article shall be presented in a step-by-step illustrated style with some comments.
Creating a Win32 DLL and a Program to Test the DLL This is the beginning of a series of articles about using RosAsm to create Win32 programs. Each article shall be presented in a step-by-step illustrated style with some comments.
This is a tiny count down timer program built completely in assembly language.
Learn from step-by-step commented source codes how to create e-documents with wxWidgets, the free C++ framework.

MyUppEdoc
$24.95 - S & M Design Services
Learn from step-by-step commented source codes how to create e-documents with Ultimate++, the free C++ framework and Visual C++ 2005 Express Edition with Platform SDK.
MyUppEdoc is a Windows executable program that displays e-documents. It was built using Visual C++ 2005 Express Edition with the Platform SDK R2 (Microsoft Platform SDK for Windows Server 2003 R2). It does not use MFC but instead uses the free C++ framework, Ultimate++. Its fully commented source codes show you how to use Ultimate++ to create e-document programs. This way you can distribute your own electronic documents as a program so you do not need to use any other document reader.
If you are looking for a full example source code for a complete Ultimate++ C++ program, then this package is for you.
The purpose of MyUppEdoc is to be a learning tool for you to learn how to use Ultimate++ to create your own e-documents. From the step-by-step commented source codes of this e-document program, you can learn how to create the electronic version of many types of documents such as user manuals, guides, catalogs, articles, picture albums and books.
To harness the full power of C++, I have used Ultimate++ so that you can create e-document programs that:
1. allow you the full flexibility of changing the user interface;
2. allow you the option of extending the program features by using other Ultimate++ packages;
3. do not depend on Internet Explorer to be installed on the user's machine;
4. do not use MFC; and
5. are easily ported to the several platforms which are supported by Ultimate++.
SPECIAL OFFER: For a limited time only, this Example Source Code Package retails for only $24.95 (Usual price $34.95). The Example Source Code Package contains a Ultimate++ project file. (Full source codes - 152 KB)
BONUS FREE GIFT for registered buyers: Get the next updated version for FREE when it is released.

SpeedTextPad
$14.95 - S & M Design Services
SpeedTextPad is a specialized text editor designed specifically for free-writing.
Besides standard text editor functions, specialized features include:
1. When SpeedTextPad is running, you can always see it on the desktop and it won't be hidden below other windows. It is an "Always on Top" window.
2. You can resize the window and reposition it anywhere on the desktop and it will remember this size and position. It automatically saves the window size and position every time you exit the program and when you run it again, it sets the window's size and position which was saved in a previous writing session.
3. You can set the "ink" to be invisible so that you won't get distracted by re-reading what has been written or stop the speed writing session to edit whats already written. This "invisible ink" setting can be easily turned on and turned off during speed writing.
4. There is a built-in timer you can use to set speed writing sessions time period. You, the writer can set the time from one minutes upwards and the program will remember this setting until you choose to change it. When the speed writing session expires, the program will play a wave file and display a message box. You can easily substitute the wave file with any of your own favorites.
5. The font type and size used is Courier 10 points font.
SpeedTextPad is a portable application. This means that you can put it in your USB drive and run it directly from the USB drive. This is because SpeedTextPad does not use the Windows Registry at all. The default installation folder is in the Program Files folder. To make SpeedTextPad portable, you only need to copy the program's folder with all its contents to your USB drive.
Although its name "SpeedTextPad" is named after the idea of free-writing, SpeedTextPad loads very fast. This is because the program's executable file is only 10Kb in size. It was written completely in assembly language.

Easy Way to Create eBooks using C++
$14.95 - ICT eBooks by Yeoh HS
Would you like to know how, step-by-step, to create your own eBook using Visual C++?
Would you like to know how to write a real world Visual C++ application: from initial concept to implementation?
Are you looking for a way to create your own executable eBooks without having to buy a commercial eBook compiler?
Do you want full control over the way your eBook function and look?
Are you having trouble finding an eBook compiler that suits your unique needs? Why not create your own executable eBook that fulfills all your needs?
If you answered "Yes" then download this sample eBook to see what it can do for you.

J2EE Guides
$0 - ICT eBooks by Yeoh HS
Learn how to use J2EE with Tomcat, Eclipse, JSP, and Servlet
#1 Beginner's Guide to Using Eclipse for Java Development, a step-by-step illustrated guide.
#2 Guide to Java Web Development Tools: Using Eclipse with Tomcat to access MySQL using JSP.
#3 Guide to Servlet Development: Using Eclipse with Tomcat to test a simple servlet.

myphpbooks
$24.95 - ICT eBooks by Yeoh HS
This script is a real world application that shows how to use MySQL with PHP. You can learn from the step by step commented php source code how to build a php program that uses MySQL to keep a database of your books. Program functions implemented include, saving a new record, listing of records for user selection, selection of a record and displaying its details, updating a record, deleting a record and searching for records. Once you have learned the techniques used in this program, you can build any php-mysql based programs.
If you are looking for a full example source codes for a complete PHP program that shows how to use PHP with MySQL, then this package is for you.
Here's what you'll learn from this package.
1. How to create and use functions in PHP
2. How to use html forms to send data to a PHP script
3. In a php script, how to properly retrieve data sent from a html form
4. How to separate php code from html and css files
5. How to display php generated data in html forms
6. How to use php include files to avoid unnecessary code duplication
7. In php functions, how to use variables defined outside the function
8. In php functions, how to pass variables into the function so that they can be used in the function
9. In php functions, how to return values of variables to the calling program.
10. In a php script, how to connect to a MySQL database, execute a query, get the query results and the number of rows returned in the query result.
11. How to dynamically fill a html form selection list with data returned from a mysql query.
12. How to use regular expressions to validate certain data inputs
13. In php script, how to redirect to another php script
14. How to avoid problems in query strings by using str_replace and addslashes
15. How to construct SQL queries that contain php variables.
16. How to use php to handle html form input errors and report them to the user.

MySharpCode
$24.95 - ICT eBooks by Yeoh HS
Would you like to create your own embedded database application in Visual C# using SQLite and its ADO .NET Data Provider?
What is SQLite? From its website at , "SQLite is small a C library that implements a self-contained, embeddable, zero-configuration SQL database engine."
In the .NET-framework, you can use the FREE i.e. BSD Licensed, Finisar.SQLite, an ADO.NET Data Provider for SQLite to access SQLite databases.
The FREE demo program is a fully functional program that uses SQLite for keeping a database of C# code snippets. The SQLite database that comes with the demo program contains some C# code snippets from the program's C# source codes.
The registered version of this package contains the step-by-step fully commented example source codes for a complete Visual C# program that shows you how to create your own C# program and use an ADO.NET Data Provider to access SQLite databases. Both SQLite version 2 and version 3 databases are supported.
BONUS for registered buyers: For a limited time only! You will also get to download two additional versions of this program that you can compile using Visual C# 2005 Express edition and SharpDevelop.
© 2007-2008 Software Institute
Software Institute periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.