Click to visit Wall to Wall
Objective:
Wall to Wall approached Lawson Bishop to address a need for a new Financial Controller and, in a marketplace heavily served by recruitment firms, Wall to Wall felt Lawson Bishop's service quality and responsiveness stood out.
Candidate Search:
From the short list of candidates interviewed, all were well represented by their CVs and the portraits of the individuals painted by the consultant were accurate. The quality of the candidates was good and it felt that Lawson Bishop was punching above its weight in terms of the talent it had on the books.
Service:
Wall to Wall was very pleased with the availability and responsiveness of the consultant , being made to feel like the most important, if not only, client.
Outcome:
Wall to Wall successfully recruited a Financial Controller in a short time scale. The whole process was managed efficiently and effectively and an offer was made and accepted with minimum delay or hesitation.

Wall to Wall has happily returned to use Lawson Bishop for its financial recruitment needs and the service received was again consistent, honest and reliable.
 
 
:: Client Case Studies ::
case study iconclick for client case study
our markets iconclick for client case study
case studies iconclick for client case study
case studies iconclick for client case study
case studies iconclick for client case study
 
:: Candidate Case Studies ::
case study iconclick for candidate case study
our markets iconclick for candidate case study
case studies iconclick for candidate case study
 
* *08-NOV-2002: FOr gererating random number, the script now use mt_rand() instead of rand()... * and the script check whether there is any file in the image directory before generating the * random images... so if there is no image, it will print out an error message * * *15-OCT-2002: Bug fix: On some server, "Warning: stat failed for (errno=2 - No such file or directory)" *This have been fixed using @is_dir() instead of is_dir [Thanks to Ben Weinberger, Digitalsmith.com] * * First release in July 2002. */ function displayaaphprandomimage($dirname, $alt){ $dirhandle = opendir($dirname); while (false !== ($file = readdir($dirhandle))) { if ($file != "." && $file != ".." && !@is_dir($file) ) { $filelist[] = $file; } } closedir($dirhandle); if(sizeof($filelist) ==0) { echo "No file was found in the directory!"; exit; } srand((double)microtime()*1000000); $picnum = @mt_rand(0, sizeof($filelist) - 1); $imageName=$dirname.$filelist[$picnum]; $imageSize = getimagesize($imageName); if($imageSize[2]==4 || eregi(".swf$", $imageName) ) { $result="\n"; $result .="\n"; $result .="\n"; $result .="\n"; } else $result="\n"; return $result; } ?>
 
 
 
 © 2006 Lawson Bishop - All Rights Reserved | Lawson Bishop is a member of Modis International | Terms of UseEqual Employment Opportunity | Site Map