Tutorial Books on Programming Technologies

A

Tutorial Books on Programming Technologies

Android Tutorials - Herong's Tutorial Examples

  • This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include AAPT, Android, ADB, API, Dalvik, emulator, Java, layout, logcat, shell, SDK, USB, view.

ASP Tutorials - Herong's Tutorial Notes

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, collection, cookies, database, HTTP response header, IIS, MS Access, redirect, scripting, script debugger, script runtime DLL, session, VBScript, etc.

C# Tutorials - Herong's Tutorial Examples

  • This book is a collection of notes and sample codes written by the author while he was learning Flash. Topics include C#, C Sharp, data types, float, expression, literal, loop, .NET, performance.

Data Encoding Tutorials - Herong's Tutorial Examples

  • This book is a collection of tutorial notes and example codes written by the author while he was learning different data encoding algorithms. Topics include introduction of data encoding algorithms: Base32, Base64, UUEncode; Base64 Encoding Algorithm with W3C Implementation; Base64 Encoding tools and API in Java, Python, PHP and Perl; Base67URL Encoding to be URL and Filename safe; Base32 Encoding Algorithm with Java, PHP and C++ Implementations; URI/URL encoding with Java and PHP example programs; application/x-www-form-urlencoded encoding with Java and PHP example programs; UUEncode Encoding Algorithm with Sun Implementation.

Flash Tutorials - Herong's Tutorial Examples

  • This book is a collection of notes and sample codes written by the author while he was learning Flash. Topics include ActiveX, classid, Flash, OBJECT, Player, Plugin, Shockwave, SWF, Web.

Free Web Services - Herong's Tutorial Examples

  • This Web service tutorial book is a collection of notes and sample codes written by the author while he was testing free Web services available on the Internet. Topics include Web service, SOAP, REST, WSDL, WADL, soapUI, Country codes, currencies, airports, weather, bar codes, mortgage, stock quotes, search, Yahoo, Flickr.

HTML Tutorials - Herong's Tutorial Examples

  • This HTML tutorial book is a collection of notes and sample codes written by the author while he was learning HTML himself. Topics include CSS, DOM, DHTML, HTML, JavaScript, SVG, URL, XHTML, XML.

Java Tutorials - Herong's Tutorial Examples

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java himself. Topics are related only to the basics of Java language, and classes provided in the java.lang.* package in the Java Development Kit (JDK): array, book, bit, bitwise, byte, console, deadlock, example, J2SDK, Java, JDK, JVM, main, memory, online, operation, shift, synchronization, string, syntax, thread.

Java GC Tutorials - Herong's Tutorial Examples

  • This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, Object Reference, Eden Space, Survivor Spaces, Minor GC, Major GC, Full GC, Performance Tuning, Throughput/Latency Performance, Heap Footprint.

JDK Tutorials - Herong's Tutorial Examples

  • This JDK tutorial book is a collection of notes and sample codes written by the author while he was learning Java and JDK packages himself. Topics include Calendar, character set, cipher, client authentication, collections, datagram, Date, DES, digital signature, encryption, DOM, DSA, DTD, HTTPS, JCA, keytool, Locale, message digests, MD5, public key, RSA, SAX, SHA, socket, SSL, TLS, Unicode, UTF-8, X.509, XML, XSD, XSL, etc.

Java Tool Tutorials - Herong's Tutorial Examples

  • This Java Tool tutorial book is a collection of notes and sample codes written by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, JDK, JPDA, notes, source, sourcepath, thread, tutorials.

JVM Tutorials - Herong's Tutorial Examples

  • This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine), HotSpot, JRockit, GC (Garbage Collection), Memory, Stack overflow, CDS (Class Data Sharing), Runtime, Reflection.

JDBC Tutorials - Herong's Tutorial Notes

  • This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include introduction to JDBC driver; installing JDK on Windows and other systems; Using Derby (Java DB) JDBC Driver; Using MySQL JDBC Driver (MySQL Connector/J); Using Oracle JDBC Driver; Using SQL Server JDBC Driver; Using JDBC-ODBC Bridge Driver.

Java Swing Tutorials - Herong's Tutorial Notes

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java AWT and Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, Java, JDK, JFC, language, label, listener, look and feel, MVC, radio button, resolution, screen, Swing, text field, thread, toolkit, tutorial, Unicode.

JavaScript Tutorials - Herong's Tutorial Examples

  • This book is a collection of tutorial examples and notes written by the author while he was learning JavaScript. Topics include data type, variable, expression, statement, loop, user function.

JSP Tutorials - Herong's Tutorial Examples

  • This JSP and JSTL tutorial book is a collection of notes and sample codes written by the author while he was learning JSP and JSTL himself. Topics include attachment, content-disposition, content_type, cookie, custom tag, debugging, file upload, header lines, localization, JavaBeen, JSP, JSTL, MIME, Servlet, session, Taglib, Tomcat, Unicode, etc.

MySQL Tutorials - Herong's Tutorial Notes

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning MySQL himself. Topics include CREATE, cursor, data type, DATE, DBD, DBI, DELETE, deadlock, export, FETCH, HAVING, import, INDEX, INSERT, isolation, GROUP BY, language, load data, lock, mSQL, MySQL, online, ORDER BY, Perl, query, RDBMS, SELECT, SQL, SQL-92, TIME, stored procedure, TIMESTAMP, transaction, UPDATE, WHERE, Windows, XML.

Perl Tutorials - Herong's Tutorial Examples

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Perl himself. Topics include binary file, CGI, client server, DBM file, debug, file handle, references, IIS, MySQL, objects, open file, package, regular expression, XML, SOAP, socket communication, etc.

PHP Tutorials - Herong's Tutorial Notes

  • This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include CGI, cookie, directory, download, header lines, IIS, localization, mail, MySQL, output buffer, redirect, request, session, SMTP, SOAP, Unicode, etc.

Building Chinese Web Sites Using PHP

  • his PHP tutorial book is a collection of tutorial notes and sample codes on building Chinese Web sites with PHP scripts and MySQL Server. The concepts presented can also be applied to other server side scripting languages and database servers. Topics include installing PHP, Apache Web Server and MySQL server; Creating dynamic Web pages with PHP scripts; Connecting to MySQL Server from PHP scripts; Creating database columns with different Chinese character sets/encodings; Retrieving Chinese text from database in specific encoding; Retrieving Chinese text to database in specific encoding; Displaying Chinese text in Web pages in specific encoding; Collecting Chinese text in Web form input in specific encoding.

VBScript Tutorials - Herong's Tutorial Notes

  • This VBScript tutorial book is a collection of notes and sample codes written by the author while he was learning VB Script himself. It can be used as a tutorial guide for beginners or a reference book for experienced developers. Topics include Visual Basic, VB Script, Data Type, Variable, Variant, Array, String, Operation, Expression, If Else, Loop, While, For Each, Procedure, Function, Null, and Conversion.

SOAP Web Service Tutorials - Herong's Tutorial Examples

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning SOAP himself. Topics include ActivePerl, Axis, Binding, Data Model, Encoding, HTTP, Java, Message, Message Exchange Patterns, NuSOAP, online, PEAR, PHP, Properties, RPC, SOA, SOAP 1.2, SOAP Extension, SOAP::Lite, UDDI, Web Method, Web service, WSDL.

WSDL Tutorials - Herong's Tutorial Notes

  • This WSDL tutorial book is a collection of notes and sample codes written by the author while he was learning WSDL himself. Topics include WSDL, Web Service, SOAP, service, end point, interface, operation, type.

XML Tutorials - Herong's Tutorial Notes

  • This book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning XML and related technologies. Topics include DOM, DTD, J2SDK, Java, SAX, Syntax, Templates, XML, XPath, XSD, XSL, XSLT, XSL-FO.

XSD Tutorials - Herong's Tutorial Examples

  • This book is a collection of tutorial examples and notes written by the author while he was learning XSD (XML Schema Definition). Topics include XSD, XML, Schema, simpleType, complexType, simpleContent, complexContent, dataTime, dateTimeStamp, gYear, gMonth, gDay, duration, yearMonthDuration, dayTimeduration, anyURI, Namespace, Xerces2.

XSL-FO Tutorials - Herong's Tutorial Examples

  • This book is a collection of tutorial notes and sample codes written by the author while he was learning XSL-FO (Extensible Stylesheet Language - Formatting Objects) himself. Topics include: Introduction to XSL, XSL-FO, and Apache FOP; XSL concetps: Area Model, Inline Stacking and Block Stacking; Page layouts: simple-page-master and page-sequence-master; Page regions: region-body, region-before, region-after, region-start and region-end; Formatting objects: Block-Level and Inline-Level Objects; Adding Graphics from Files and SVG Elements; Managing DPI Resolution; Building Tables of Rows and Columns; Managing Lists of Items and Floating Blocks; Adding External and Internal Hyperlinks; Building Table of Contents.

✍: Herong

2021-02-14, 5120🔥, 0💬