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

Windows 7: Disable Scheduled Tasks
This section provides a tutorial example on how to review tasks that have been scheduled to run on a Windows 7 system in the background and disable any unwanted tasks.
2016-10-20, 2919🔥, 4💬

💬 2016-10-20 Herong: Branksome, your right panel is probably turned off. You can turn it on by clicking the last icon below the menu. You can also ac...

💬 2016-10-18 Branksome: On my Win7 system, there is no right panel with an option to delete. What I would prefer to do is reduce the schedule to run les...

💬 2016-03-30 Herong: David, There is a button on "Task Scheduler" to disable all of them. You should not allow any program to be scheduled on your ho...

💬 2016-03-23 David Betts: Hi, I was looking for a solution that disabled all tasks. However I can now find my way around the entries . I think I will leav...

Scalar Values and List Values
This section describes what is a scalar value, a single numeric value or a string of characters, and what is a list value, a list of scalar values.
2016-10-19, 362🔥, 1💬

"sc.exe query type= driver" - All Device Driver Services
This section provides a tutorial example on how to list all device driver services with 'sc.exe' Service Controller command tool.
2016-10-15, 2859🔥, 2💬

💬 2016-10-15 Herong: Jay, I don't know the answer. Hope other visitors can help to explain.

💬 2016-10-14 Jay: How do you interpret this? CHECKPOINT : 0x0

Loading Driver Class Automatically
This section provides a tutorial program to show how JDK 1.7 and 1.8 automatically loads JDBC driver classes from JAR files specified in the classpath.
2016-10-15, 104🔥, 3💬

HelloServer12.php - First SOAP 1.2 Server Application
This section provides a tutorial example on how to write a simple SOAP 1.2 server application. The HelloServer.php example defines a hello() function, adds it to the SOAP server, waits for the client program to call.
2016-10-14, 674🔥, 2💬

💬 2016-10-14 Herong: Mohan, can you show us your source code of index.php?

💬 2016-10-12 Mohan: I am using your code but , I got the bellow error, ( ! ) Fatal error: Uncaught SoapFault exception: [HTTP] Not Found in D:\wamp6...

Archived: Installing .NET Framework 1.0 SDK
This section provides a tutorial example on how to download and install Microsoft .NET Framework 1.0 SDK, which can be used as the programming environment for C# language.
2016-10-13, 212🔥, 1💬

PHP SOAP Extension - XML Document Based Web Services
This section provides a tutorial example on how to write a PHP program to call an XML document based Web service with SOAP 1.2 binding using the SoapClient class. 'soap_version' => SOAP_1_2 is used for SOAP 1.2.
2016-10-12, 164🔥, 1💬

UTF-8 Encoding Pages with Big5 Characters
This section describes an error case where a UTF-8 encoding page contains Big5 character strings.
2016-10-08, 801🔥, 1💬

Configuring Crossover Cable Network
This section provides a tutorial example on how to configure a crossover cable network.
2016-10-06, 6633🔥, 2💬

💬 2016-10-06 Herong: John, good question, and I don't know the answer. Maybe someone else can help to answer.

💬 2016-09-29 John Wboson: Two computers, one headless - no keyboard, no mouse, no monitor would be a welcome example through a cross-over or IPV6 connecti...

Overview of CallableStatement Objects
This section provides overview information on CallableStatement Objects for stored procedures.
2016-10-05, 100🔥, 1💬

Using Microsoft Excel as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Microsoft Excel as a Unicode text editor. Topics including testing to open text files in 3 encodings: UTF-8, UTF-16BE, and UTF-16LE; saving and opening Unicode text files in UTF-16 (Little-Endian with BOM) format.
2016-10-03, 4777🔥, 1💬

💬 2016-10-03 zoltan: useful

Installing Adobe Reader APK File
This section provides a tutorial example on how to install the Adobe Reader APK file to the Android emulator using the 'adb' tool provided in the SDK package. Adobe Reader runs ok on the emulator. But it failed to show PDF files in the /sdcard/Download folder.
2016-10-02, 3774🔥, 1💬

💬 2016-10-02 Nadeem: Great Stuff!!!

Closing the Database Connection - con.close()
This section describes how to close database connections.
2016-09-28, 106🔥, 1💬

Error Handling Flag and the "Err" Object
This chapter provides tutorial examples and notes on runtime error handling. Topics include the default error handling behavior; 'On Error Resume Next' and 'On Error GoTo 0' statements; catching errors with (Err.Number &gt; 0); clear Err object with Err.Clear(); raise your own errors with Err.Ra...
2016-09-27, 1099🔥, 1💬

💬 2016-09-27 lakshmi: nice explaination

DriverManager.getConnection() and Connection URL
This section describes how to use DriverManager.getConnection() and connection URL for the Microsoft JDBC driver.
2016-09-27, 110🔥, 1💬

Installing Adobe Flash Player 13 for Safari 5
This section provides a tutorial example on how to download and install Adobe Flash Player 13 Plugin for Safari 5 on Windows XP.
2016-09-27, 505🔥, 1💬

💬 2016-09-27 pop: pop

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2016-09-26, 561🔥, 1💬

💬 2016-09-26 eva: soooooooo Amazing thank so much this site helping to learn about blowfish algorthm more

XSLT (XSL Transformations) Introduction
This chapter provides tutorial notes and example codes on XSLT (XSL Transformations). Topics include introduction to XSLT (XSL Transformations); syntax of stylesheet, template, apply-templates elements; including literal texts and XML elements in transformation output; calling a transformation insid...
2016-09-26, 308🔥, 1💬

Configuring and Managing System Services
This chapter provides a quick introduction of Windows system services. Topics include service related concepts and tools, creating and deleting services using 'sc.exe', starting, stopping, or disabling services with the services console, ending service processes with 'Task Manager'.
2016-09-23, 1683🔥, 2💬

💬 2016-09-23 Herong: Sue, where do you see the "no printer paper" message, on the computer?

💬 2016-09-20 sue: I need to get rid of message that says no printer paper when there is paper, U cannot type as per the instructions and read the ...

Listing of Trusted Root CA in Google Chrome
This section provides a tutorial example on how to see the list of trusted root CA (PKI Authorities) pre-installed in Google Chrome.
2016-09-16, 13502🔥, 1💬

💬 2016-09-16 Pooja Shukla: good

No Style Example - Hello
This section provides a tutorial example on writing the very first WSDL 2.0 example that uses SOAP 1.2 over HTTP to send a hello message and receive a hello message back.
2016-09-13, 777🔥, 1💬

💬 2016-09-13 saya: hey

Introduction to WSDL 2.0
This chapter provides a quick introduction of WSDL 2.0. Topics include introduction components used in WSDL 2.0 to define a Web service; a sample WSDL 2.0 document defines a helloService Web service with one method, Hello.
2016-09-13, 1069🔥, 1💬

💬 2016-09-13 naqi: Good

About My LG-V905R Android Tablet
This section provides a tutorial example on how to view basic information a LG-V905R Android tablet, running Android 3.0.1.
2016-09-09, 227🔥, 1💬

Digital Signature Scheme for Email Messages
This section describes the digital signature scheme for email messages. The process of signing an email message is the same as signing other digital documents.
2016-09-08, 1355🔥, 1💬

💬 2016-09-08 shradha: nice one

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