To better serve you, we are in the process of moving our content from the old site to our new design and layout, and improving it with full descriptions and a place where you can leave a review and your opinions on each book we list. If you can not find what you are looking for here, you may still visit the older site and check if it is on the list there.
We hope you enjoy our new look and added features.
- Author: Michael Karbo
- Format: online HTML
- Price: free
A completely illustrated, 33 chapter, basic beginners guide to HTML, that will teach even the most inept among us how to build a basic web page from scratch. Using Notetab Lite (freeware), the author guides you through using the application and coding your pages, adding text, links, graphics, and more.
Note: Although the top of the table of contents page may lead you to believe this is a Photoshop tutorial, it is an HTML one.
Chapters include:
- Preface and Introduction. You need HTML!
- Tags – make it work.
- Choosing programs.
- Installation and preparation.
- Start the home page.
- Text and line length.
- Headings and basefont.
- Fonts.
- Graphics and colors.
- Studying the code.
- Background graphics.
- More about graphics.
- Introduction to the tables.
- Color and spacing in tables.
- The Fish Page.
- Insert bookmarks.
- The first links.
- Checking the links.
- Let’s make a travellers homepage.
- Copy text to the page.
- We need links ….
- Layout with table.
- Layout with CSS.
- Using the search/replace function.
- A frame set.
- A better design.
- Rollovers with JavaScript.
- Graphic links with buttons.
- More about CSS.
- About publishing on the net.
- Get a counter for the page.
- The META tags.
- More about NoteTab.
- Methods to interesting homepages.
http://www.karbosguide.com/books/html/start.htm
- Author: Gary Kessler
- Format: online HTML
- Price: free
A brief introduction to cryptographic methods focused on the terms and concepts, comparing cryptographic schemes in use today, including Diffie-Hellman Key Exchange, RSA, DES, PGP, IPsec, SSL, Cisco’s Stream Cipher, Elliptic Curve Cryptography (ECC), Advanced Encryption Standard (AES) and Rijndael.
Contents include:
- Introduction
- The Purpose of Cryptography
- Types of Cryptographic Algorithms
- Trust Models
- Cryptographic Algorithms In Action
- Conclusion… of sorts
- References and Further Reading
http://www.garykessler.net/library/crypto.html
- Author: Mike Banahan, Declan Brady and Mark Doran
- Format: PDF, online HTML
- Price: free
This is not a tutorial introduction to programming. The book is designed for programmers who already have some experience of using a modern high-level procedural programming language. As we explain later, C isn’t really appropriate for complete beginners, though many have managed to use it, so the book will assume that its readers have already done battle with the notions of statements, variables, conditional execution, arrays, procedures (or subroutines) and so on. Instead of wasting your time by ploughing through tedious descriptions of how to add two numbers together and explaining that the symbol for multiplication is *, the book concentrates on the things that are special to C. In particular, it’s the way that C is used which is emphasized.
Chapters Include:
- An Introduction to C
- Variables and Arithmetic
- Control of Flow and Logical Expressions
- Functions
- Arrays and Pointers
- Structured Data Types
- The Preprocessor
- Specialized Areas of C
- Libraries
- Complete Programs in C
- Answers to Exercises
http://publications.gbdirect.co.uk/c_book/