Blog Index
The journal that this archive was targeting has been deleted. Please update your configuration.
Navigation
Wednesday
Jan112012

Installing phing on OS X

Install phing on Mac OS X

Click to read more ...

Tuesday
Dec132011

Estimating: or how to explain your time before spending any at all

Putting a value on a task before you start is something that fails more times that it succeeds. Learning how to do this is important for great project management, and a skill that should be acquired.

Click to read more ...

Tuesday
Aug302011

Fixing Quarantined Files on OSX

Apple quarantine on local files appeared to be returning a 403 error when browsing the site.

Click to read more ...

Friday
May272011

Easing Launch Stress

Talking about making change is easiest. Investing money in a large project is easy. Putting the wheels in motion to change business practices is more difficult. All these require no actual change to established practices. The system change-over is where the doubts all get to the surface and all your hard work is brought into the spotlight. The client panicked and is now look at putting all the old system bugs back into your brilliant new software. Is there anything you can do to remove or ease this stress?

Click to read more ...

Monday
May162011

Extending Prototype for Aborting Ajax Requests 

An Ajax.Request is made to the server and the information that triggered the request is no longer valid. You wish to stop the Request to commence another.

Steven has a solution from a long time ago :: Aborting Ajax requests (for prototype.js). Here it is extending the Ajax.Request object so you can call .abort on the handle.