All posts in Web Development

This category will contain articles and posts about new trends and technologies in web development, of course i want to focus on things i know something about so you will find here posts about PHP, MySQL, ASP.NET, AJAX, maybe C# also it is not really related to web development but you can create programs that work on Internet.

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

  • Disable WordPress profile edition
    June 2, 2010, 7 Comments

    For a few weeks some wise guy decided that it will be fun if he will change password to WPJobBoard demo account randomly about twice a week. Well, it wasn’t ...

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

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

  • Top four visual resources
    December 31, 2009, No comments

    You may say that this pertains more to graphic design than web development, but a large part of web development is presentation… Making everything pretty makes people stick around. But ...