Archive for the ‘Programming’ Category

Creating a PayPal Payment Form

Tuesday, April 22nd, 2008

Via: NETTUTS - Web development tutorials and links

Lifting the Skirt on Zend Framework 1.5: Zend_Auth and the OpenId Adapter.

Tuesday, February 19th, 2008

Probably my one favorite aspects of Zend Framework is that you can pull pieces out and use them by themselves without having to build a complete MVC installation. Not that building out a complete installation is difficult but there are times when you just need a small piece, not the entire puzzle. Zend_Auth is one of those pieces that can be pulled out and used by itself. If you need authentication for an existing application Zend_Auth may just be the piece you are looking for.

Via: Zend Developer Zone

Add latest RSS items to Wordpress Post

Monday, February 18th, 2008

If you’re using Wordpress to build a website showcase (or in my case blog showcase), it’s nice to show the recent posts from that website in the showcase.

In this tutorial I’m going to show you how to do this, using the Wordpress Custom Fields feature and SimplePie.

Read more after the jump.

(more…)