Recent Posts
Reading the response message from a PUT request using PHP and cURL
Previously I’ve mentioned that I had to write some PHP to PUT some JSON data to a RESTful web API. After calling curl_exec() to make the PUT request I called...
Making a PUT request using PHP and cURL
I recently had to write some PHP to PUT some JSON data to a RESTful web API. My final solution involved reading numerous blog posts to piece together exactly...
Delivering and consuming media from Azure Media Services
Previously I’ve summarised how to use the Azure Media Encoder to encode uploaded media for delivery to client apps. To do this you create a media processing ...
Encoding and processing media in Azure Media Services
Previously I’ve summarised the media upload process from client apps into a video on-demand service that uses Azure Media Services. In this blog post I’ll su...
Using a custom overlay in a Windows Phone QR code scanning app
Previously I’ve demonstrated how to build a simple Windows Phone app to perform QR code scanning, using the ZXing.Net.Mobile library. This library makes the ...