<< < 302 303 304 305 306 307 308 309 310 311 312 > >>   ∑:7662  Sort:Rank

Variant Data Type, Subtypes, and Literals
This chapter provides tutorial examples and notes about VBScript data type and literal. Topics include what is a Variant; what are data subtypes; data literals for Integer, Long, Single, Double, String, Boolean, and Date.
2016-12-06, 1000🔥, 1💬

💬 2016-12-06 M: Thank you!

MP3 Encoding and File Format
This section describes MP3 encoding and file format for audio recording.
2016-12-06, 2486🔥, 4💬

💬 2016-12-06 suresh: Thanks..its informative!!!

💬 2016-01-14 Bhawesh: Thanks for the help, really insightful :)

💬 2015-09-15 Herong: Random, you are welcome!

💬 2015-09-14 Random: This really help me, thanks

Using the Processes Tab
This section provides a quick description of the processes tab that lists all running processes on the system with CPU and memory usage information.
2016-12-04, 1490🔥, 1💬

💬 2016-12-04 ali: thank you and thank you

JMenuTest.java - Menu Test Program
This section provides a tutorial example on how to use the javax.swing.JMenu class to create multiple menus and how to add them to the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2016-12-03, 1149🔥, 1💬

💬 2016-12-03 vicdollars: game downloader

encodingStyle="uri" for use="encoded"
This section provides a tutorial example on how to write a WSDL 1.1 example that uses SOAP 1.1 over HTTP with style='rpc', use='encoded' and encodingStyle='http://schemas. xmlsoap.org/soap/encoding/'
2016-11-30, 1466🔥, 2💬

💬 2016-11-07 ren: yet

Instance Name Better than Port Number
This section describes how SQL Server support JDBC client applications to use instance name instead of port number to connect to a specific instance.
2016-11-26, 105🔥, 1💬

java.util.PropertyResourceBundle - Resource Bundles as Properties Files
This section provides a tutorial example on how to create resource bundles (localization key names with their localized text messages) as properties file for the java.util.PropertyResourceBund leconcrete class.
2016-11-25, 489🔥, 1💬

💬 2016-11-25 Cos: If you need a tool to translate Java .properties file, I recommend you check out the app localization platform https://poeditor....

JMenuItemTest.java - Menu Item Test Program
This section provides a tutorial example on how to use the javax.swing.JMenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2016-11-22, 1065🔥, 2💬

💬 2016-11-22 Herong: Nuk, have you looked at the exec() - Executing Operating System Commands tutorial?

💬 2016-11-14 NUK: Thanks for your support to Java beginners. I also want to call external program (.EXEs etc) Java command for that pls: nukhanid@...

Assigning XML Schema Location with Namespaces
This section describes a tutorial example on how to assign schema location to a namespace used in the schema and the XML document.
2016-11-21, 1680🔥, 1💬

💬 2016-11-21 amanda: GOOD

"return" Statement and Return Value
This section provides a quick description on 'return' statements and return values. A tutorial example on how return values are passed back to calling expressions is provided.
2016-11-19, 207🔥, 1💬

JLabel - Swing Label Class
This chapter provides tutorial notes and example codes on JLabel class. Topics include creating label components with the javax.swing.JLabel class; creating labels with Chinese characters.
2016-11-14, 239🔥, 1💬

Perl Crypt::Blowfish Module
Tutorial notes and example codes on Crypt::Blowfish Perl Module. Topics include introduction of Crypt::Blowfish; Download and installation; Behavior tests; Test vector verification; Building 128-bit key test vectors.
2016-11-14, 501🔥, 1💬

💬 2016-11-14 martin: expretion of some one to the things done on him

DES Encryption Operation Modes
This chapter provides tutorial examples and notes about DES encryption operation modes. Topics include how different blocks of plaintext can be coupled together to improve the strength of the DES encryption algorithm; ECB (Electronic CodeBook), CBC (Cipher Block Chaining), CFB (Cipher FeedBack), and...
2016-11-12, 1062🔥, 1💬

💬 2016-11-12 kazim: very good webpage

JSP Java Tag Interface
This chapter provides tutorial notes and example codes on JSP Java tag interface. Topics include the javax.servlet.jsp.tagext package; JspTag, SimpleTag and IterationTag interfaces; SimpleSupport and TagSupport classes; implementing IterationTag interface.
2016-11-10, 200🔥, 1💬

"INSERT INTO" Statements
This section describes how to insert data rows with INSERT INTO statements.
2016-11-08, 280🔥, 1💬

Nested Tags Example - Break Tag for Loops
This section provides a tutorial example on how to create 2 tag classes to a support nested custom tags in JSP pages. As an example, a Loop tag and a Break tag is created to work together.
2016-11-08, 367🔥, 1💬

SHA1 Mesasge Digest Algorithm
This chapter provides tutorial notes and example codes on the SHA1 message digest algorithm. Topics include SHA1 algorithm overview; using SHA1 in Java, PHP, and Perl.
2016-11-05, 2300🔥, 5💬

💬 2015-10-14 Herong: Yojana, information on key generation of Blowfish Algorithm can be found in Key Schedule (Sub-Keys Generation) Algorithm tutoria...

💬 2015-10-13 Yojana Yadav: Plz send me the detail of key generation of Blowfish Algorithm

💬 2013-06-28 Herong: Abbas, You are welcome!

💬 2013-06-26 abbas: thank you for sha-1 and it's so helpful

Encryption using RSA Public Key with SoapUI
This section provides a tutorial example on how to encryption the SOAP body element content with a RSA public key certificate using SoapUI.
2016-11-04, 3545🔥, 3💬

💬 2016-11-04 kalasba: hi, please can you share online training & video ?

💬 2016-07-14 Herong: Hi Sejai, please share SoapUI tutorials here, not ads.Thanks.

💬 2016-07-09 sejal: hi,we provide online training & video tutorial for soapui for free videos refer [URL removed]

Main Features of JSP
This section describes main features of JSP including scripting elements, built-in objects, directives, JavaBean objects, JSTL, EL and standard actions.
2016-11-02, 1258🔥, 2💬

💬 2016-04-17 arun: i'm arun

Activity Diagram - Accept Event Notation
This section describes the Accept Event Notation used in a UML Activity Diagram. An Accept Event Notation represents an action that waits for an event to arrive from outside and processes it.
2016-10-26, 4257🔥, 1💬

💬 2016-10-26 at_svg: useful

2A00: Supplemental Mathematical Operators
This section provides a quick summary of the Unicode code point block: 'Supplemental Mathematical Operators', which contains 256 code points to represent additional mathematical operators
2016-10-24, 100🔥, 1💬

Installing .NET Framework 4.6.1 SDK
A tutorial example is provided on how to download and install Microsoft .NET Framework 4.6.1 SDK, which can be used as the programming environment for C# language.
2016-10-23, 1942🔥, 1💬

"keytool" Importing CA's Own Certificate
This section provides a tutorial example on how to import CA's certificate generated by 'OpenSSL' into a 'keystore' file using 'keytool'
2016-10-20, 871🔥, 2💬

💬 2016-10-20 Herong: Akhtar, AES256 encryption does not require any certificates. It requires a secret AES key, see Introduction to AES (Advanced Enc...

💬 2016-10-19 Akhtar: I have also a certificate file (.cer) .I did the same procedure to import in to mykey store and got .jks file but, now i want to...

Archived: "adb push" and "adb pull" Commands
This section describes 'adb push' and 'adb pull' commands, which allows you to copy files to and from the remote Android emulator or device.
2016-10-20, 410🔥, 2💬

💬 2016-10-20 Herong: Peter, this tutorial is outdated, because it was based on the outdated SDK version: Android SDK R17. "push" and "pull" commands ...

💬 2016-10-19 peter chatterton: What do you mean by 'outdated'? Are push and pull impossible not or just unsupported? Great site BTW!! Because of the Dummies bo...

<< < 302 303 304 305 306 307 308 309 310 311 312 > >>   ∑:7662  Sort:Rank