The first meeting:
I first spoke to a consultant after seeing an advert for Lawson Bishop. After discussing my experience in depth over the telephone, I was invited to attend a face-to-face interview and to register with Lawson Bishop. The consultant advised me that my experience was best suited to Public Sector roles and I agreed. I was assured that I would be contacted about any roles that matched my skill-set in the sector that I wanted to work in.
The search:
Lawson Bishop was consistent in contacting me with roles that were of interest. I felt that they had a good grasp of what would be of interest to me. It was great to have the opportunity to be honest with the consultants and I liked that I was being considered for roles and treated as an important individual.
The role:
Having maintained regular contact, Lawson Bishop put me forward for the role of Judicial Pensions Accountant within a Government Department. I was briefed on the role, the department and the client and told what they were ideally looking for. This also enabled me to assess, in greater detail my interest not only in the role but also the working environment.
The Job:
I was kept informed of the post-interview process and contacted with regular updates. I started the job two weeks later. I have been contacted regularly since starting the assignment to make sure that I am happy and that everything is going well. The assignment has proven to be worthwhile not only as Lawson Bishop secured a great rate, but the client intends to extend my services beyond the original assignment date.
 
 
:: 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