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.
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 ...
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 ...
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 ...
It’s counter intuitive but, there is no such thing as comments list template, ie the template file where you can define each comment look and feel. Of course (like with ...
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 ...
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 ...
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 ...
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 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 ...
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 ...
Recent Comments