Categories
Technology

Monitor PageSpeed (v5) with Google Sheets

The goal is to create a Google Sheet that can track the historical PageSpeed Insights (PSI) perfomance data of one or more pages/URLs. You will use JavaScript code to call the PageSpeed Insights API and store the result in your sheet.

Categories
Technology

Cloudflare + Hosting + Gmail

How to keep using your hosted email on Gmail, after migrating to Cloudflare

Categories
Technology

Using a custom domain on GitHub Pages (step by step for Namecheap)

GitHub Pages logo

No extra cost for using a custom domain.

Categories
Technology

WebClient vs HttpClient vs HttpWebRequest

restless

Categories
Technology

Calling a Web Method in C# without Service Reference

This is a SOAP request

Last week I gave you a method that, using SOAP and HttpWebRequest, allowed you to invoke a Web Method without a WSDL or a Web Reference. Well today, I’ll give you an improved version of that method. In fact I’ll give you a whole ready-to-use class with additional functionality.