I recently purchased a new Retina Macbook Pro, and was surprised that Ansible did not install as easily as it did before. Looking back through
If your receiving the error “The current node list is empty” while using Behat, then likely your project is returning an HTTP 500 error. This
While needing to write a test to check the order of 2 items (within a given CSS query) in Behat, I did a little googling
Quick cheat sheet for referencing. Tags are a way to bookmark a particular version of your git repository for future referencing. Use them to bookmark
Following a discussion on the IRC room from someone who viewed my post about login/logout handlers in SF2, i wanted to clarify that when dealing
1) create a branch. $ git checkout -b feature/newFeature 2) add new files and commit. $ git add ./* $ git commit -a 3) push
If your getting the above error, then you have a misconfiguration in your php.ini file, this is very easy to remedy. Firstly find out which
Using login handlers or even logout handlers, we can do a number of last minute things before the user is redirected to where they need
Learnt some new things while working with symfony’s embedded forms, as we know, when they are have relations in the entities that the form is
ANSI C Tutorial Ep.3 (Part 3) Control Structures – Switch Statements ANSI C Tutorial Ep.3 (Part 4) Control Structures – Nesting If statements and Switch