<< < 366 367 368 369 370 371 372 373 374 375 376 > >>   ∑:9106  Sort:Rank

"NOTATION" Datatype Values and Representations
This section describes the built-in primitive datatype, 'NOTATION' that represents custom defined notations to describe non-XML data formats. Whitespaces are allowed and removed.
2016-05-21, ∼442🔥, 1💬

JDBC-ODBC - MS Access Database and Driver Info
This section describes how to get some basic info about the Access database and the driver through the JDBC DatabaseMetaData object.
2016-05-20, ∼100🔥, 1💬

questionSearch - Usage Description
This section describes the free Web service questionSearch provided by Yahoo!. questionSearch allows you to obtain questions and answers from Yahoo! Answers database that match a given key words.
2016-05-18, ∼414🔥, 1💬

💬 2016-05-18 َ: سلام

DOM Level Test - document.implementation.hasFeature
This section provides a tutorial example of using the document.implementation.hasFea ture()method to test DOM levels supported in a particular Web browser.
2016-05-17, ∼823🔥, 2💬

💬 2016-05-17 Herong: Bob, it looks like Core=XML in DOM level 1 specification. Thanks for the feedback.

💬 2016-05-14 Bob: The spec says the legal values for the feature parameter are "HTML" and "XML". https://www.w3.org/TR/REC-DOM-Level- 1/level-one-c...

Installing Apache 2.4.37 on Windows Systems
This section describes how to install Apache 2.4.37 binary distribution on Windows systems. The server root directory setting needs to be changed to match the installation directory.
2016-05-15, ∼945🔥, 1💬

💬 2016-05-15 : 不知道

Adding META-INF/MANIFEST.MF to JAR Files
This section provides a tutorial example on how to create and add manifest files manually to JAR files.
2016-05-12, ≈11🔥, 1💬

💬 2016-05-12 mps: nice..

Viewing REST Service Properties
This section provides a tutorial example on how to view REST service properties using the SoapUI Service Viewer, which has 3 tabs: Overview, Service Endpoints, and WADL Content.
2016-05-12, ∼312🔥, 1💬

SSL Client Authentication Test Result
This section provides the test result of running the SSL server program and the SSL client program. The result shows that the server and the client authenticated each other's identity correctly.
2016-05-11, ∼677🔥, 2💬

Installing Internet Explorer (IE) 10
This section provides a tutorial example on how to download and install Internet Explorer 10 on a Windows 7 system.
2016-05-10, ∼1223🔥, 1💬

💬 2016-05-10 Emad: Thanks

Creating a Data Object for Nested XML Elements
This section provides a tutorial example on how to create a SOAP::Data object to represent nested XML elements with one or more sub elements. The parent element's value should be the reference of an extra container object.
2016-05-10, ∼376🔥, 1💬

Writing Scriptlet Element in XML Format
This section describes the syntax of writing Scriptlet Elements in XML format for a JSP document. The Java statement block should be enclosed in a CDATA sequence to protect special characters.
2016-05-10, ∼535🔥, 1💬

PDF Printing Version: ASP tutorials
Information on how to obtain the PDF version of this book for printing.
2016-05-09, ∼704🔥, 1💬

💬 2016-05-09 R: Good

Android Debug Bridge (adb) Tool
This chapter provides tutorial notes on the Android Debug Bridge (adb) tool. Topics include quick introduction of Android Debug Bridge (adb); using 'adb install/uninstall' commands to install applications; using 'adb shell' command to manage the device; using 'adb push/pull' commands to copy files.
2016-05-05, ∼1842🔥, 1💬

💬 2016-05-05 lg: Please update the form and submit it again.

Removing IE Addon "Windows Live ID Sign-in Helper"
This section provides a tutorial example on how to disable and remove 'Windows Live ID Sign-in Helper' addon from Internet Explorer.
2016-05-04, ∼3990🔥, 1💬

💬 2016-05-04 mphuludi normn masekela: I forgot my yahoo pass word

System Startup Selections - Normal and Diagnostic Startups
This section describes 3 startup modes provided by the system configuration tool 'msconfig.exe' and how to use the Diagnose Startup mode.
2016-04-30, ∼4471🔥, 1💬

💬 2015-12-14 bazzah: evoking the blackvomit.

javaw - Launching Java Programs without Console
This section provides a tutorial example on how to use 'javaw' tool to launch a Java program without the output console window.
2016-04-27, ∼1639🔥, 1💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2016-04-25, ∼4092🔥, 6💬

💬 2016-04-25 Vigneshwaran: This will going to be very helpful to me. Thanks in advance

💬 2015-12-02 davod: thanks for your help

💬 2015-11-30 Michael Collins: Thanks

💬 2015-11-30 Kipkorir Gideon (gdnchrt@gmail.c: It's A Nice Tutorial,

💬 2015-10-19 om: hi all thanks for providing such things

(More comments ...)

Copy PDF File to Android Emulator's File System
This section provides a tutorial example on how to copy PDF files to the Android emulator's file system using the 'adb' tool provided in the SDK package.
2016-04-19, ∼3134🔥, 2💬

💬 2016-04-19 Herong: Pankaj, you are welcome!

💬 2016-04-11 Pankaj Kumar: Thank you so much. It was really helpful for me.

Hello REST Web Service
This section describes a simple REST Web services - my Hello REST Web service.
2016-04-19, ∼724🔥, 0💬

WADL (Web Application Description Language)
This section describes what is WADL (Web Application Description Language), an XML-based file format that describes REST Web services.
2016-04-19, ∼3257🔥, 1💬

💬 2015-07-21 Vigcky: Hello world

Variables, References, and Constants
This chapter provides tutorial notes and example codes on PHP variables, references, and constants. Topics include how to name variables; assigning data values to variables; creating the reference of a variable; using variable variable names; using string expressions as variable names; defining cons...
2016-04-15, ∼1124🔥, 1💬

💬 2016-04-15 wor: thanks

Windows 7: Event Log Viewer
This section provides a tutorial example on how to review all event log entries with the Event Viewer on a Windows 7 system.
2016-04-14, ∼692🔥, 1💬

Summary - Migrating "keystore" Keys to "OpenSSL"
This section describes high level steps on how to migrate a private key generated in a JKS (Java KeyStore) file to an 'OpenSSL' key file. The key step is to convert a JKS file into a PKCS#12 file with 'keytool'.
2016-04-09, ∼445🔥, 1💬

Using MySQL Non-Install Package
Tutorial example on how to download and install MySQL server using the Non-Install package on a Windows system. Data directory is required to run MySQL server.
2016-04-08, ∼5268🔥, 5💬

💬 2016-04-08 Herong: Adara, noinstall package and normal package both offer the same MySQL server. The difference is that the normal package requires...

💬 2016-04-07 Adara: Based on the last comments it failed to install? What's the difference between the MySql noinstall and normal mySql?

💬 2016-02-26 Herong: Katy, you are right that the no-install version is better for learning MySQL administration. Thanks for sharing your comments.

💬 2016-02-25 Katy Kringe: It also created the key : HKEY_LOCAL_MACHINE\SYSTEM\CurrentCon trolSet\services\eventlog\Applicatio n\MySQL

💬 2016-02-25 Katy Kringe: I would like to use the no-install so as to better understand the program. Running the command shell with admin privileges and t...

<< < 366 367 368 369 370 371 372 373 374 375 376 > >>   ∑:9106  Sort:Rank