The Client:
Electric Word is a mixed-media publishing company that specialises in education management, sports performance, health and funding. They now publish 32 subscription titles.
The Requirement:
Electric Word required a finalist level Management Accountant to join the operation following the resignation of an employee. The client spoke to our trained consultant who discussed the requirement in great detail, ensuring that all the information was gathered to match the need of Electric Word.
Matching the Requirement:
Lawson Bishop provided the client with 3 candidates previously interviewed and vetted by Lawson Bishop that potentially filled the clients requirement. Lawson Bishop then met the client face to face to determine the suitability of the candidates, and to advise on the strongest fit for Electric Word. This process assured Electric Word of the quality of the candidates and secured 1st stage interviews. The Interview Process:
Lawson Bishop ensured that the candidates were well presented and punctual for interview, and then provided prompt feedback from the candidates, ensuring that the interview process ran smoothly and that there was total transparency throughout.
The Outcome:
A successful placement within the organisation. Lawson Bishop make contact on regular intervals to ensure that Electric Word are happy with the performance of the candidate and that post employment of the candidate is a success. Electric Word would be happy to use and recommend Lawson Bishop again.
 
 
:: 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