Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Tag Archives: IDE and Web Dev Tools

XDebug and Eclipse PDT on Windows – From Start to Finish

XDebug and Eclipse PDT on Windows – From Start to Finish With our recent upgrade to php at “the triangle,” I felt it was time to start working on using a debugging and code profiling tool. When I say felt … Continue reading

Posted in Eclipse PDT, IDE and Web Dev Tools, PHP, windows | Tagged , , , | 21 Comments

Eclipse Testing with TPTP – help me?

I recently came across this tutorial here about Testing with TPTP- and I’m confused. Whats the benefit of this type of testing (um… creating JAVA code for a JUnit test… right?) compared to running some PHPUnit, Selenium and AB (from … Continue reading

Posted in Eclipse PDT, IDE and Web Dev Tools, programming, Test Driven Development | Tagged , , , | 2 Comments

Use MySQL Gui tools to securely connect to remote database

This particular example is going to be based on a connection from Windows XP using Putty, MySQL GUI tools and Dreamhost. Quick summary of issue: I want to use MySQL Query Browser to access my database on my dreamhost account. … Continue reading

Posted in IDE and Web Dev Tools, SQL, windows | Tagged , , | 3 Comments

Tools of the trade

I just thought I’d drop some useful links and tools your way for those beginning and non-tool-cist peoples: http://getfirebug.com/ used for js/css/dom debugging – additionally, even Yahoo is building upon this. I’ve used this a lot for AJAX request debugging … Continue reading

Posted in IDE and Web Dev Tools, Misc Web Design | Tagged | 1 Comment

Master the 'Run As' option in Eclipse PDT with PHP

Most of my development in Eclipse PDT with the results tested outside of it – using firefox. PDT has a few options in the Run… menu: PHP Script PHP Webpage Web Browser So, lets take some time to look into … Continue reading

Posted in Eclipse PDT, IDE and Web Dev Tools, PHP | Tagged , , | 6 Comments

Live Combined Error Reporting for Apache and PHP during Development

So many times during development, I’ve missed little PHP errors because they were 1) on a processing page that was redirected or 2) output inside of a html tag – and rendered invisible. From time to time, I have to … Continue reading

Posted in Eclipse PDT, IDE and Web Dev Tools, scripting | Tagged , , , | Leave a comment

Two New useful external tools for Eclipse

In my posting about Integrating PHPDocumentor into Eclipse, I touched on External Tools a bit. The combination of external batch files, the external tools extra options and the console has made my life easier. I’m using two new additional batch … Continue reading

Posted in Eclipse PDT, IDE and Web Dev Tools | Tagged , , | Leave a comment

Eclipse Integration with Tortoise SVN

I generally don’t like to be tied to a specific IDE when developing. Additionally, I like to have my choice in using tools to manage my source control (tortoisesvn, svn command line, etc). I just think this is the open-source … Continue reading

Posted in Eclipse PDT, IDE and Web Dev Tools, svn | Tagged , , | 32 Comments

Tamper Data Firefox Extension – is it worth it?

As you can probably tell from my last test of a firefox extension here, I am constantly looking for new tools to make my job more accurate (see: lazier). Another similar extension I came across is Tamper Data. Tamper Data … Continue reading

Posted in IDE and Web Dev Tools | Tagged | 1 Comment

Load Time Analyzer for Firefox

So, I started looking at a few load time analyzers for my sites – and I found an interesting plugin for firefox. I wasn’t too entirely sure what I was going to find – but I figured I’d try it … Continue reading

Posted in IDE and Web Dev Tools | Tagged , | Leave a comment