An Important Lesson from Objective-C

I’ve started to develop applications for iOS about 3 months ago and there were a lot of things new for me in that environment (there are a lot yet) and Objective-C wasn’t an exception. ...

Subversion: Remove All the Deleted Files from a Repository

In order to remove all the files from the repository after they have been deleted from disk you have a couple of options. ...

Return at the Beginning of Functions

I had a little doubt about when to do the return if you have a big if, something like the following function: ...

Origin of HTML Radio Buttons

The radio buttons in HTML come in handy when the user should select only one option in a form. ...

IPad Acceleration with Javascript

It’s well known that Apple supports HTML5 from the very beginning, that comes with a lot of advantages for Javascript developers. One of them is knowing the exact position of the iPad using a couple of events. ...