feeds2read
Latest Flows from this sub-category:
coding.debuntu.org

Wordpress Theme Designer

JavaWords

Title of this RSS flow

rosCripts - article, news and programming tutorials

dewww

Fire In Motion

Toxic Goblin

ICT eBooks by Yeoh HS

Juixe TechKnow

random selection from this sub-category:
Wordpress Theme Designer

Toxic Goblin

Juixe TechKnow

JavaWords

ICT eBooks by Yeoh HS

Aqod - A Code Begins Here...

Fire In Motion

coding.debuntu.org

rosCripts - article, news and programming tutorials

PHP Freaks QuickCode

Rss Directory > Programming > Code > ICT eBooks by Yeoh HS


Assembly, C, C++, C# and .NET ebooks, example source codes and shareware.
 
  Mon, 07 Aug 2006 14:31:11 +0200
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 http://www.sqlite.org/, "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.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 14:30:11 +0200
Would you like to use C++ to build your own file encryption program? This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files.

This is an easy way for you to learn how to use Visual C++ with LibTomCrypt, a public domain and an ISO C cryptography library, to build your own file encryption program. Supported ciphers: aes, blowfish, xtea, rc5, rc6, safer+, twofish, safer-k64, safer-sk64, safer-k128, safer-sk128, rc2, des, 3des, cast5, noekeon, skipjack, khazad, and anubis.

In this example source codes, the symmetric block cipher chaining mode used is CTR (Counter Mode). However, LibTomCrypt also has support for other modes such as CFB, OFB, ECB, CBC.

If you use LibTomCrypt, your program does not need any external encryption DLLs or software components. There is no DLL linking so you do not need to distribute any supporting DLLs. There is only static linking using tomcrypt.lib. In addition, there are no messy COM installation problems.

LTFCrypt, a free and fully functional program that allows you to encrypt and decrypt any text or binary files can be downloaded from http://www.yeohhs.com/ltfcrypt.htm

The LTFCrypt example source code package comes with Visual C++ projects and source codes for Visual C++ 6.0 (file size 652 KB) and Visual C++ 7.x (file size 776 KB) or later.

This product comes with a 60-day money back guarantee. All purchasers are also entitled to receive the next updated version free of charge. All orders are processed via an easy and secure online shopping system.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 14:29:13 +0200
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.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 14:28:12 +0200
Would you like to create your own e-book, e-brochure, e-catalog, e-magazine, e-newsletter using Visual C#? Use this C# source codes to create customized e-publications for any occasion or recipient. It will be a useful marketing tool for your business.

The registered version of this package contains the full example source codes for a complete Visual C# program that shows you how to create your own e-publications which you can distribute in the form of an executable program.

MySharpEBook C# Source Codes Package

Here's what you'll learn from this package.
* use a Web Browser control in a C# program
* load HTML contents into the Web Browser control from the program's resource section.
* embed HTML contents into the resource section.
* load and display contents of external URLs.
* create and use toolbar in a C# program
* create and use menus in a C# program
* and more useful coding techniques....

FREE UPGRADE for registered buyers: Download the next version for free when it is released.

SPECIAL OFFER: For a limited time only, this Example Source Code Package retails for only $24.95 (Usual price $34.95).

BONUS for registered buyers: Included with the well-commented full example source codes is the Customization Guide which shows you how to edit the eBook when you want to add or change details such as splash image, program icon, toolbar images, and more...
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 14:27:05 +0200
Would you like to create your own personalized multi-media greeting cards using Visual C++? Use this C++ source codes to create customized greeting cards for any occasion or recipient. It will be a useful marketing tool for your business.

The registered version of this package contains the full example source codes for a complete MFC C++ program that shows you how to create your own multi-media greeting card program.

Besides using this source codes to create ECards, you can also use it to create EBrochures, EReports, etc. for promoting your business.

VCEGreet C++ Source Codes Package

Here's what you'll learn from this package.
1. Insert your own text into the ECard
2. Use CSS style sheets to control the layout and fonts in the ECard.
3. Add a background image as a watermark
4. Embed animated gifs into the ECard.
5. Insert a marquee into the ECard
6. Play a MIDI file when the ECard is displayed.
7. Place URL links in the ECard.

BONUS for registered buyers only: Included with the full example source codes is the ECard Customization Guide which shows you how to edit the source codes when you want to change details such as background image, font, text, animated images and music.

Get the full source codes to this program, ready to compile and run using your Visual C++ compiler. (both Visual C++ 6.0 and Visual C++ 7.x are supported).
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 11:49:46 +0200
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.

MyNotes Example Source Codes Package

Here's what you'll learn from this package.

1. How to integrate MFC code with MySQL++ code.
2. How to use a ListBox control
3. How to enable and disable command buttons
4. How to coordinate the interactions between listbox, edit input fields and command buttons
5. Input validation for blanks, numerical data and dates
6. How to connect to a MySQL server using the MySQL++ class library
7. How to create SQL statements to add, edit, delete and search data
8. How to use the MySQL++ classes to add, edit, delete and searchdata
9. How to escape problematic characters like apostrophe in text strings.
10. How to check for duplicate keys

In version 2.0, the full Example Source Code Package now contains 2 Visual C++ projects, one for Visual C++ 6.0 and the other for Visual C++ 7.1.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 11:48:43 +0200
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.

MyBooks Example Source Codes Package

Here's what you'll learn from this package.

1. How to integrate MFC code with C code.
2. How to use a ListBox control
3. How to enable and disable command buttons
4. How to coordinate the interactions between listbox, edit input fields and command buttons
5. Input validation for blanks, numerical data and dates
6. How to implement wildcard searches
7. How to connect to a MySQL server using the C API
8. How to create SQL statements to add, edit, delete and search data
9. How to use the MySQL C API functions to add, edit, delete and searchdata
10. How to escape problematic characters like apostrophe in text strings.
11. How to check for duplicate keys
12. How to use HTML Help in your MFC program.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 11:47:28 +0200
Would you like to know how to create XML-enabled applications using Visual C++ with TinyXML?

What is TinyXML? TinyXML is a simple, small C++ XML parser that can be easily integrated into your applications.

Are you looking for a way to create compact and yet very powerful applications with built-in XML parsing capabilities without having to use other heavy-weight bloated XML parsers?

You will have full control over the size of your XML-enabled applications without having to use external DLLs and other bloated libraries.

Are you a shareware programmer having trouble finding a XML parser that suits your unique needs? Why not use TinyXML?

If you answered "Yes" then download this sample eBook to see what it can do for you.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 11:45:58 +0200
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite?

What is SQLite? SQLite is a C library that implements an embeddable SQL database engine.

Are you looking for a way to create compact and yet very powerful database applications without without having to buy a commercial database server?

Do you want full control over the size of your database applications without having to use ADO, ODBC and other bloated libraries?

Are you a shareware programmer having trouble finding a database server suits your unique needs? Why not use SQLite?

If you answered "Yes" then download this sample eBook to see what it can do for you.

FREE BONUS for registered buyers:
Get the full source code to this software, ready to compile and run using your Visual C++ 6.0 and Visual C++ 7.x compiler.

This new 2nd Edition package now contains:
the ebook, with (4) projects source codes: for Visual C++ 6.0, sqlite and sqlite3pp and for Visual C++ 7.x, sqlite and sqlite3pp.

sqlitepp is a database program that uses SQLite 2.8.16 and sqlite3pp is a database program that uses SQLite 3.2.7.

EXTRA FREE GIFT for registered buyers: Get the next updated version for FREE when it is released.
attached file:
type: size: bytes here

  Mon, 07 Aug 2006 11:44:45 +0200
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.
attached file:
type: size: bytes here


Disclaimer|Rss Directory|Try a Feed|Suggest a Feed|F-A-Q|Partners
Links: RĂ©fĂ©rencement internet | Annuaire Webmaster  | ubuntu/debian tips
Comparateur de Prix | Logos, Sonneries, Jeux Java | Sonneries pour portables | Ringtones and logos for mobile phone | Accéssoires pour téléphone portable | Sonneries Et Logos
© copyright feeds2read.net 2005-2008