Archive for the ‘Development’ Category

Process Paypal IPN Requests Through WordPress

Sunday, August 16th, 2009

Introduction Paypal is perhaps the easiest way to send/receive money online and WordPress is perhaps the most popular blogging platform out there. Wouldn’t it be great if there was a way we could integrate them together? There are currently a number of plugins available that allow you use WordPress with paypal for invoicing customers and [...]

Improve Performance and Draw Your Own Strings on iPhone

Monday, August 3rd, 2009

Introduction Programmers are lazy. If you are going to have some no-frills text on the screen that does not change too often an UILabel is the way to go. Changing the is very simple. It’s just a matter of: myLabel.text = @"Change that text!"; What happens when you do this, every second for 45+ minutes [...]