I needing to setup a staging environment that more or less emulates the platform of your deployment system, i needed to setup a LAMP stack
So i had an issue that i am still somewhat unsure of the cause, though i suspect the culprit was an upgrade to a newer
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
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
If you are looking to create a form from 2 or more entities, like i have been then you probably find the documentation somewhat lacking
If you are wanting to use the WebView in your XCode/Obj-C project and are a little underwhelmed and confused by Apple’s docs, as i initially
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