Archive for April, 2010

Latest
April 26, 2010, 9 Comments

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 …

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

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