Xdebug in sublime text
Remote Debugging PHP in SublimeText with XDebug prereqs: This post assumes you already have a working xdebug install SublimeText How to get Xdebug working with Sublime Text? Open SublimeText Open…
Remote Debugging PHP in SublimeText with XDebug prereqs: This post assumes you already have a working xdebug install SublimeText How to get Xdebug working with Sublime Text? Open SublimeText Open…
Remote Debugging PHP in Brackets with XDebug prereqs: This post assumes you already have: a working xdebug installBrackets How to get Xdebug working with Brackets? Open BracketsGoto the extensions tab…
Remote Debugging PHP in Eclipse with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) Eclipse Configuring Eclipse and Xdebug Open Eclipse Inside Eclipse, goto preferences…
Remote Debugging PHP in Visual Studio Code with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) vscode How to get Xdebug working with Visual Studio…
service-oriented architecture and frameworks IntroductionPapazoglou, (2003) organised SOA in four architectural layers: Service Foundations, Service Composition, Service Management and Service Engineering and outlined a host of technologies that could be…
I just realised I dont have a post on how to install xdebug in centos7 with php7 and setting up xdebug and eclipse. Its a feature that I use every…
Setting up brackets editor with git and phpcs with wordpress coding standard etc Brackets editor (brackets.io) is an editor that I've wanted to try out for a while now, but…
Jonathan Mitchell Portfolio About Me I have a BSc in Electronic Engineering, and an MSc in Advanced Computer Systems Development with Distinction. I was awarded the University Court Medal for…
Since I released my first public wordpress theme (I have made lots of themes over the years, but have never released any as open-source) I decided I would share the…
This post will show you how to install redmine mylyn connector in zend studio or eclipse. firstly you need to configure redmine: update your redmine to the latest version [see…
This post will show you how to hide project and DS_Store files from eclipse or zend studio. I will explain how to get eclipse or zend studio to ignore the…
Setting up eclipse with xampp and xdebug to debug php code. This post will show you how to setup eclipse on your mac to work with xdebug inside XAMPP. This…
This post is about setting up XMAPP on a mac with xdebug. The first thing we are going to do is to change the document root inside xampp to the…
Setting up eclipse on a mac to work with SVN this post will show you how to setup eclipse on your mac to work with a local [or remote] SVN…
This is my setup when using SVN for web development on a mac. I have since moved to git and a virtual machine running centos. I also use a continuous…