-
Recent Posts
- How do I map a differential/transaction log backup to its full backup without using MSDB?
- Change Data Capture gets disabled when you break mirroring and bring the database online
- Change Data Capture gets disabled when you break mirroring and bring the database online
- Do NOT delete files from the Windows Installer folder
- How to monitor deadlock using extended events in SQL Server 2008 and later
-
Recent Comments
- Dave on How to Point a Domain to an Amazon EC2 Virtual Server
- David Ziffer on Programming Language | .NET Multiple Inheritance Issue
- Ashok on SAP HR Certifications Sample Questions Set 4
- Brad on JetBrains Rolls Out Competitor For Objective C Development
- Danny on Getting Started (for Free!) with Amazon Elastic Cloud Computing (EC2)
Category Archives: API
Examine All HTTP/HTTPS Traffic on Windows with Fiddler2
I’m an HTTP geek. RFC 2616 is my best friend. This means two things. First, I need more friends. And second, I need a tool that’ll show me what my HTTP and HTTPS requests are doing under the covers. (After all, best friends shouldn’t have any secrets.) I can dig up this information in PHP [...]
Continue Reading: Examine All HTTP/HTTPS Traffic on Windows with Fiddler2 →
When OAuth Goes Wrong: Debugging Signature Mismatch Issues in PHP
OAuth is all the rage. Unfortunately, OAuth also produces a lot of rage. Even when you understand the basics of OAuth, getting it to work is a whole other matter. I recently tackled OAuth while writing API documentation for a client (can you see the scars?), and stumbled across some great tools and tricks that can make the ordeal a little less painful.
Continue Reading: When OAuth Goes Wrong: Debugging Signature Mismatch Issues in PHP →
Top 10 Essential Application Programming Interface (API’s)
Web Service Application Programming Interface (API) is an interface implemented by a software program to enable interaction with other software, similar to the way a user interface facilitates interaction between humans and computers. The API (Application Programming Interface) has been an essential component for creating applications that hook into or utilize web apps such as Facebook and Flickr.
Continue Reading: Top 10 Essential Application Programming Interface (API’s) →