I usually don’t publish more then one post a week, but this is really important after almost 3 years ditio.net reached 100 posts mark. At…
WordPress Development Magazine
Practical guide to WordPress development, blogging and programming
I usually don’t publish more then one post a week, but this is really important after almost 3 years ditio.net reached 100 posts mark. At…
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…
Some time ago nice people from Packt Publishing sent me review copy of Expert PHP 5 Tools book written by Dirk Merkel. The book has…
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”…
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…
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…
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…
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 claim that “Symfony 2.0 leads a new generation of PHP frameworks”, unfortuantely we will be able to verify it in late 2010 – when the stable version will be ready. Continue reading Symfony Reloaded Preview
Not so long ago i created jQuery Image Resize Plugin, today i want to show you another plugin: jQuery Image Preloader. Basically it is a script that loads images in the background and track number of loaded images. It’s very simple, only 25 lines of code, but maybe useful if you are creating jQuery image gallery or some other script that requires image preloading. Continue reading jQuery Preload images – tutorial and example
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 make WPJobBoard better. Now i am planning to release WPJobBoard 3.0, and within few months i am planning to launch completely new product WordPress Forum Plugin. Continue reading WordPress Forum Plugin