Posts tagged as:

IDE

Automated GUI Recorder

April 24, 2007 Eclipse

Eclipse Testing and Performance Tools Platform Project project has a great write-up on using TPTP’s automated GUI recorder.
TPTP’s Automated GUI Recorder (AGR) works by registering listeners with the SWT’s display instance to record all incoming UI events that directly correspond to user’s actions. The recorder keeps track of the context of the events and generates [...]

Read the full article →

Learn PHP

December 30, 2006 Eclipse

Paul Stamatiou has written a nice series on building a web app using MySQL and PHP.
How To: Code your First Web App

Part 1
Part 2
Part 3

I always wanted to try my hands on PHP and these articles are pretty good to get started on PHP and MySQL.
Also don’t forget that [...]

Read the full article →

Install Eclipse Plugins – The Easy Way

August 20, 2006 Eclipse

Eclipse as of today is the industry’s major non-Microsoft software tool platform. The number of companies adopting this platform is a testimonial of the platform’s success.
(Check my previous post for more on the history of Eclipse IDE)
Eclipse has a well-designed, and extensible architecture. What is valuable about Eclipse is that it provides an open source [...]

Read the full article →

Eclipse..

May 22, 2006 Personal Blogs

A lot of people know and love Eclipse as a great Java IDE. However, the real impact Eclipse has had on software development is providing the platform for ISVs to build and integrate software development tools. Developers, architects and testers benefit from an ecosystem of over 100 ISVs and hundreds of products which allow development [...]

Read the full article →