Continuing on my last article, which showed a simple SOAP request in C#, this article will do the same without using a Service Reference. The IDE I am using is Visual Studio Community Edition. The core technologies here are C#, and SOAP. I presume a familiarity...
A C# Example For Querying Data From A SOAP Web Service
Continuing on my last article, which showed a simple SOAP request in PHP, this article will do the same using C#. The IDE I am using is Visual Studio Community Edition. The core technologies here are C#, and SOAP. I presume a familiarity with C#. SOAP,...
A PHP Example For Querying Data From A SOAP Web Service
While brushing up on Web Services recently I looked for a good PHP example that demonstrated querying for data from a SOAP web service. I found the following on Patrick’s Playground. It inspired me to write about the subject myself. Functionally with this example the...
The WordPress White Screen of Death, Solved

If you have used WordPress (WP) for an extended period of time, there is a chance you have encountered an issue in which attempting to resolve your WordPress site resolves to a white/blank screen; this is commonly referred to as the WordPress White Screen of...
Creating a Basic Cryptocurrency Mining Rig and Mining Dogecoins

In this article we will build a simple Cryptocurrency mining rig and use it to mine Dogecoins. The primary focus of the article is the process of building the actual mining computer (or rig as it is called). Normally considerations of efficiency take precedence however this...