Archive for the ‘Programming’ Category
Twitter OAuth for PHP
For anyone writing a PHP Twitter App to interact with the Twitter API, TwitterOAuth is an incredibly helpful piece of open source code. It handles the secure authentication through OAuth, and then includes function calls for using that authenticated status to carry out any desired GET or POST exchange with the Twitter API.
The project is located at: http://twitter.abrah.am/
The author is pretty careful to remind readers that the library is still in beta, incomplete and likely to change. Nevertheless, his documentation, comments, and live examples make this library a must use.
OpenGL Video Tutorials
I’ve been working a bit lately with the Glut OpenGL library. It’s pretty simple to get started with but there were a few complicated bits that had me stumped. In my search for online resources, I came across Bill Jacobs’ very good step-by-step set of video tutorials with lots of accompanying sample code.
Covering everything from basic topics such as shapes and colors all the way up to perspective changes, textures, and animations, these lessons help build up a solid and thorough understanding of OpenGL and Glut. To top it off, the videos are in flash and download pretty quickly.
Check them out: OpenGL Video Tutorials
Tags: Programming, OpenGL
You are currently browsing the archives for the Programming category.