Jan 22 2013
XDebug in XAMPP and Netbeans
Having written a lot of PHP code for a project using Notepad++, I got tired with the limitations of not having an IDE containing a debugger, and refactoring tools.
Quick post mostly for myself to have a reference on how to setup XDEBUG (which was quite easy using XAMPP).
If you don’t want to go the long road download the full version of XAMPP here 🙂
1) First off as the DLL is already located it does not need to be downloaded.
2) Open php.ini and make the following edits:
A) Uncomment the line zend_extension = “Somethingphp_xdebug.dll”
B) Uncomment the variables and set them as specified by netbeans …
Feb 14 2013
Bring Misplaced Off-Screen Windows Back to Your Desktop (if all else fails)
I use a dual monitor setup with my laptop, but the annoyance is when I switch to using only the laptop screen and certain windows are stuck out of the screen. I read various posts about this and most deal with right clicking the taskbar and trying out “move” or “cascade”.
I noticed the “Move” method is not available on windows 7 when you are using the classic theme, and various other methods failed so I’m posting my “IF all else fails” alternative.
Download the WinLister application from here
Run WinLister as Administrator and select the window you wish to
By Menelaos Bakopoulos • Uncategorized 0 • Tags: computer, dual monitor setup, laptop screen, software