All posts in PHP

Image Credit: titanas vis flickr
Latest
September 26, 2011, 1 Comment

Installing WordPress On Your Desktop Can Make Life Easy For WordPress Developers. Learn How And Why In This Post.

PHP Elephant

WordPress Development: PHP Basics

July 15, 2011, 2 Comments

Do you know which script WordPress is written in? OK, I know you know that. It is PHP. So, if you are thinking about becoming a WordPress Developer, y ...

Symfony: disable CSRF protection

January 24, 2011, No comments

It, happens, sometimes out-of-box, strange solution is required. I needed (for some reason can’t remember why) to disable CSRF protection on one ...

Using Bit.ly PHP API

August 15, 2010, 6 Comments

URL shortening services became really popular after Twitter went mainstream. The leader in URL shortening services is definitely Bit.ly. In this tutor ...

  • Twitter, PHP oAuth: update status
    June 7, 2010, 67 Comments

    Recently Twitter announced they are going disable basic authentication mechanism. Basic auth can be used until June 30th 2010, so there is only less then one month left (assuming you ...

  • PHP plugin autoload
    May 17, 2009, 3 Comments

    Somewhere in the past i already covered autoloading on this blog but lately while developing my WordPress Job Board Plugin i decided to add an autoloader (there are over 30 ...

  • PHP AutoLoad Best Practices
    November 13, 2008, 12 Comments

    Few days ago my friend Mark, added on my blog interesting comment regarding autoloading objects in PHP. While i think it is great to have quality comments like each of ...