All posts by

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

  • JavaScript AddEventListener method
    April 25, 2009, 4 Comments

    Despite it’s already outdated a lot of programmers are still using onClick, onChange and so … events in the tags attributes and i actually find myself doing it sometimes as ...

  • WordPress Job Board Plugin
    April 13, 2009, 25 Comments

    I haven’t posted on my blog for about 2 months now but it is all because i was busy working on few projects, actually since beginning of the year i ...

  • Advanced AJAX best practices (book review)
    February 22, 2009, 3 Comments

    Actual book title that is reviewed here is Advanced Ajax: Architecture and Best Practices by Shawn M. Lauriat. However better title for this book would be advanced JavaScript, because – ...

  • Importance of backup
    February 18, 2009, No comments

    As some of my regular readers may already notice, some of my newest posts are gone. It’s not that i deleted them or got hacked, it’s just that my hosting ...

  • Ubuntu Wave
    Ubuntu vs Windows
    December 26, 2008, 43 Comments

    While i focus on web development in my articles this post is not related to web development in anyway, however i feel the need to post it here, after reading ...

  • Big MySQL dump import
    December 7, 2008, 7 Comments

    Recently i faced problem “How to upload over 100 MB mysql dump into database”. Obviously it cannot be done using phpMyAdmin, because file is to big, i could open the ...