<< < 363 364 365 366 367 368 369 370 371 > >>   ∑:8897  Sort:Rank

Drawing Graphics - Using paint() on Content Pane
This section provides a tutorial example on how to override the paint() method in the javax.swing.Component class to draw graphics (a rectangle) and use it as the content pane of the frame window.
2015-12-28, ∼2818🔥, 2💬

💬 2015-12-28 Herong: Kenny, I agree with you. We should be able to draw directly on the default content pane. But we need to find a way to override i...

💬 2015-12-27 Kenny: But I see that this replaces the JFrame's default content pane with a new component? :/ I thought I *could* draw directly unto a...

Testing OpenSSL with file_get_contents()
This section provides a tutorial example on how to test the PHP OpenSSL module with the file_get_contents() function to run a GET request on an HTTPS server.
2015-12-26, ∼457🔥, 1💬

Create Tables with CLOB Columns
This section describes how to create tables with BLOB (LONGBLOB) columns in Oracle server.
2015-12-24, ∼142🔥, 1💬

Discontinued: ConversionRate - Get Currency Exchange Rate
This chapter provides a quick introduction of the free Web service, ConversionRate. Topics include usage description of ConversionRate; request message sample; response message sample.
2015-12-23, ∼891🔥, 1💬

💬 2015-12-23 Jonny: Thanks

ConversionRate - Usage Description
This section describes the free Web service ConversionRate provided by WebserviceX.NET. ConversionRate allows you to obtain the current exchange rate between two given currencies.
2015-12-23, ∼825🔥, 2💬

💬 2015-12-23 Herong: Marie, I don't know what happened to the webservicex.net server. Hope they will fix the issue soon.

💬 2015-12-22 Marie: Hi, I have been using http://www.webservicex.net/CurrencyC onvertor.asmx?WSDLfor a long time to convert currencies on my web sit...

Crypt::CBC Encryption with Salted Keys
A tutorial Perl example is provided to show how to use Crypt::CBC to perform encryption with a passphrase and a salt, which will be used to derive the secret key and the IV.
2015-12-20, ∼1073🔥, 1💬

💬 2015-12-20 Ed: Great tutorial. It helped me solving my problem. Many thanks!

Integrating PHP with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.2.4 binary distribution; configuring Apache to run PHP as CGI scripts; testing PHP scripts on Apache server.
2015-12-17, ∼899🔥, 2💬

💬 2015-12-17 xen hue: tutorial is very useful

💬 2015-12-17 john doe: this tutorial is very useful.

"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.
2015-12-17, ≈16🔥, 2💬

💬 2015-12-17 Herong: RevHectorForbes, yes the "adb push" should go first, followed by push-from location and push-to location. I think my examples ar...

💬 2015-12-16 RevHectorForbes: Hey man, this is some way cool technical s**t, but another site (http://www.androidauthority.com/and roid-customization-transfer-...

LookAndFeel and UIManager
This chapter provides tutorial notes and example codes on UI look and feel. Topics include introduction of javax.swing.LookAndFeel and javax.swing.UIManager classes; example programs on how to manage UI look and feel.
2015-12-12, ∼2535🔥, 1💬

💬 2015-12-12 Adil: Good work

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, ∼1172🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

SOAP Encoding
This chapter provides notes on SOAP Encoding rules and examples.
2015-12-09, ∼1411🔥, 1💬

💬 2015-12-09 mephtu: Thank you. Very helpful.

Longest Day of the Year at Reykjavik in Iceland
This section provides sunrise and sunset times at Reykjavik in Iceland on a Summer Solstice day.
2015-12-03, ∼968🔥, 2💬

💬 2015-12-03 Herong: Rok, this Web service seems to be giving wrong results.

💬 2015-12-02 Rok: I tried to get data for Rome (Italy) but it doesn't count on Daylight saving time for sunset and also sunrise is wrong.

View Digital Signatures in Word Documents
This section provides a tutorial example on how to view digital signatures in MS Word 2007 documents. Clicking the digital signature icon in the status bar turns on and off the Signatures panel when editing Word documents.
2015-11-30, ∼1012🔥, 1💬

getTime - HTTP Request Sample
This section provides a request message sample of getTime Web service.
2015-11-28, ∼537🔥, 1💬

Introduction to AES (Advanced Encryption Standard)
Tutorial notes and example codes on AES algorithms. Topics include introduction of AES (Advanced Encryption Standard); AES encryption algorithm; AES key schedule (round keys) algorithm and illustration example; MixColumns procedure algorithm; AES decryption algorithms.
2015-11-27, ∼1155🔥, 1💬

WebViewClient Subclass - Content Rendering Callbacks
This section provides a tutorial example on how to implement a subclass of android.webkit.WebViewClient with callback methods to interface with the rendering process of the WebView content.
2015-11-27, ∼659🔥, 1💬

Generating Client Side Stub Java Code
This section provides a tutorial example on how to run WSDL2Java to generate client side stub Java code from an existing WSDL document. The generated stub class will have a package name borrowed from the target namespace of the Web service.
2015-11-25, ∼7190🔥, 1💬

💬 2015-11-25 thakur: nice

Using Flash to Provide Interactivity
This section provides a flash game example called Flash Tetris Game. It shows how Flash can be used to provide interactivity to Web pages.
2015-11-24, ∼1881🔥, 1💬

💬 2015-11-24 davka: nice

"keytool" Commands and "keystore" Files
This chapter provides tutorial notes and example codes on the 'keytool' command. Topics include introduction of public key certificates, 'keystore' file, 'keytool' command; generating new keys and self-signed certificates; exporting and importing certificates; cloning certificates to share keys.
2015-11-23, ∼9965🔥, 3💬

💬 2015-08-10 mike: Cool

HttpsClient.java - HTTPS Client Test Program
This section provides a tutorial example on how to write a HTTPS client test program, HttpsClient.java. It sends a simple HTTP request page using the HTTPS protocol.
2015-11-20, ∼8304🔥, 6💬

💬 2015-11-20 Herong: Philip, can you run HttpsHello server with SSL debug turned on? My test programs do have issues with newer build of JDK 1.7 and ...

💬 2015-11-19 Philip: java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11,...

💬 2015-11-19 Herong: Philip, which JDK version are you using?

💬 2015-11-18 Philip: I changed the code, but then reset back to the example. I recreated the jks a few times. The JVM and OS had not changed. It stop...

💬 2015-11-18 Herong: Philip, Was anything changed? Certificates, code, JVM or operating system...

(More comments ...)

Discontinued: GetCurrencies - Get Currencies from All Countries
This chapter provides a quick introduction of the free Web service, GetCurrencies, returning a list of all countries with their currencies in the world. Topics include usage description of GetCurrencies; request message sample; response message sample.
2015-11-19, ∼1016🔥, 1💬

💬 2015-11-19 cliff: more testing

What Is FORTRAN
This section provides a quick introduction of FORTRAN language, a general-purpose and procedural programming language.
2015-11-19, ∼872🔥, 3💬

💬 2015-11-19 me: Nice retention of previous examples

💬 2015-11-19 cliff: Hello

💬 2015-11-19 Clifford: This is cool!

"aapt" - Android Asset Packaging Tool
This section describes 'aapt', the Android Asset Packaging Tool, which can be used to list, add and remove files in an APK file, package resources, crunching PNG files, etc.
2015-11-16, ∼3122🔥, 1💬

Synchronization Technique and Synchronized Code Blocks
This chapter provides tutorial notes and tutorial examples on synchronization technique and synchronized code blocks. Topics include what is the synchronization technique; synchronized class methods, instance methods, statement blocks; synchronized banking application sample.
2015-11-13, ∼498🔥, 1💬

<< < 363 364 365 366 367 368 369 370 371 > >>   ∑:8897  Sort:Rank