==Plan==
* Do easy ones first (programming) creating template\engine.
* Goal 250 Books
* Each time new version comes out publish new book: Java 1.7, Java 1.8 etc.
* ME’s Essentials Series: John Smith
===Oracle Booklets===
* Fundamentals
* Installation and Database Creation
* System Components (Parameter File, Tablespaces, Redo Logs…)
* RMAN
* Data Pump
* Schema Objects (Tables to Views)
* Security
* TDE
* Auditing
* Flashback
* Streams
* Data Guard
* Virtual Box
===Programming Booklets===
{Lang} {Latest Version Number}
* Android Programming with ___
* ASP Classic
* ASP .Net
* Batch File Programming
* C
* C++
* C-Sharp .Net
* CSS
* F-Sharp
* Go
* HTML
* Java
* Javascript
* Liberty BASIC
* Lua
* Perl
* PHP
* PL/SQL
* Powershell
* PureBASIC
* Python
* Ruby
* SQL
* VB .Net
* VB6
* VBScript
* xHarbour
* XML
===Template Conducive Topics===
* “Essentials” infers short and sweet.
* At least three sources.
* No copyrighted materials (or rephrased beyond recognition).
—-
* {Programming Language} Essentials
* {OS} Essentials
* {DatabaseName} Essentials
* {ShellName} Programming Essentials
* Historical Figures => Mother Teresa to Ghandi (unlimited)
* US Presidents => Essential Guide to {Presidents Name}
* Countries Around the World AND\OR The Essential Guide to {Country Name}
* Weaponry of War: Rome to Iraq War
* Bands and Performers (if permissable)
===Misc Topics===
* {Drums Basics}
* {Drum Book for Drummers with Day Jobs}
* ITIL
* Thriving in the Corporate Environment
===Programming Book Format===
* Intro
* Syntax Key
* Getting Started (minimal steps to install and prep dev env)
* Fundamentals
– Hello World
– Variables
– Comments
– Operators
– Conditional Structures (if, case|switch)
– Loop Structures
– Error Handling
– Enterprise Practices
* Common Topics {choose better term}
– Database Operations
– Date Operations
– External Applications (SQLPlus, FTP)
– File Operations (Exists, Delete, Append, 2 Var)
– Functions\Methods
– Include Files
– Input (cmd line, prompt, cfg file)
– Math Operations
– Send Email
– String Operations (contains, length, position, substring, trim, toCase)
– Misc (PrgName, ChgWinCaption…)
—-