Blog Archives

Designing RESTful representations

January 17, 2012 by Pietrino Atzeni

Defining correct RESTful representations is another big issue, that we’ll try to expand here.


REST guidelines

January 5, 2012 by Pietrino Atzeni

Some helpful guidelines to keep in mind when developing RESTful web services.


REST webservice with symfony (part 2)

July 6, 2011 by Pietrino Atzeni

In the last tutorial, we saw how to retrieve Jobeet jobs using a REST webservice in symfony just defining a new module, and some routes. In this part, we’ll see how to perform the create, update and delete […]


REST webservice with symfony

July 2, 2011 by Pietrino Atzeni

A practical way to write a symfony REST webservice, extending the Jobeet application originally developed for the symfony framework.


jQuery Text Slider Plugin

June 16, 2011 by Pietrino Atzeni

When writing a plugin, usually there are a lot of things I keep in mind: its functionality (obviously): which problem does it solve? its usefulness: how many times will I (and others) use it? its expandability: how can I add […]


WordPress plugin for AnythingSlider

June 15, 2011 by Pietrino Atzeni

Developing a WordPress plugin has been described 100k times. And there are tons of plugins, as you can see from the wordpress website. But, none of the plugins I found helped me to obtain the sliding effect on the di-side.com […]