Tag Archives // programming
Tools to generate beautiful web API documentation
As demand for our Nutritionix API is starting to grow rapidly, we have been working on finding an API documentation engine to meet our needs for the long-term. I was not able to find any comprehensive list of existing API documentation…
OpenID Tutorial: Error in parsing the OpenID auth request
When following this great tutorial on how to use OpenID with PHP: http://qpleple.com/how-to-make-people-login-into-your-website-with-their-google-account/ I encountered the following error: Error: invalid_request Error in parsing the OpenID auth request. I believe this problem may be encountered because my testing server does not…
Install PHP on Windows Vista
Update 8/23/09 Despite all of the hard work getting PHP installed on Windows Vista, I found a pre-configured WAMP stack that works great inVista Check out Server2Go! You can even install it right to a thumb drive. Update 8/14/09 –…