All posts tagged 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.

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 t ...

XInclude and XPointer – Advanced XML Part 2

December 4, 2008, 3 Comments

This is the second part Advanced XML and PHP series. If you haven’t read first part you can find it here: Introduction to XPath in PHP. You may ...

PHP XPath Tutorial – Advanced XML Part 1

December 1, 2008, 43 Comments

Few years back when i first read book about XML i could not understand what the hyip was all about, some markup language that allows to store data in ...

  • PHP Coding Standards
    November 22, 2008, 5 Comments

    There is a lot of articles on the Internet about: becoming better programmer, writting better and more readable code, where someone just makes a list of techniques or tips (as ...

  • 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 ...

  • PHP redirect header location
    October 4, 2008, 48 Comments

    Ok finally i managed to write a new article after about a month ( actually i do not even want to think when i wrote last good article for you). ...

  • Clone keyword in PHP
    July 30, 2008, 4 Comments

    A lot of people do not read PHP manual. That is a fact, they will look for answers to their questions on forums, books, blogs (like this one for example) ...