All posts by

  • JavaScript date difference calculation
    May 2, 2010, 9 Comments

    Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “static” js object which can calculate ...

  • jQuery set select value
    April 25, 2010, No comments

    I still sometimes forget how to set <select> value, although it’s pretty simple. I had to “figure it out again” today so here is a quick post for future reference ...

  • PHP list quick tip
    April 14, 2010, 2 Comments

    It often happens that i use some function or method that returns an array of elements, but i need just the first one. Assigning this first element to variable is ...

  • Symfony Reloaded Preview
    February 21, 2010, 1 Comment

    Recently SensioLabs released Symfony Reloaded (or Symfony 2.0). The first change that every symfony developer will notice is that it’s no longer “symfony”, but “Symfony” (hint capital “S”). Creators ...

  • WordPress Forum Plugin
    January 25, 2010, 7 Comments

    It’s almost a year now since i released WPJobBoard (WordPress Job Board plugin), i got a positive feedback from the community, at the same time i learned few things to ...

  • jQuery Image Resize Plugin
    January 2, 2010, 35 Comments

    Few days ago i wrote jQuery Plugin Tutorial, today i want to give away my first open source jQuery plugin: image resizer. I made sure that it’s compatible with all ...

  • jQuery Plugin Tutorial
    December 31, 2009, 4 Comments

    jQuery is getting really popular lately. Employers looking for JavaScript developers often requires them to know this library inside out, so today i want to show you my practical guide ...