How to Create, Utilize Electronic Resumes
June 17, 2009
Becky Schneider, AgCareers.com
As technology continues to develop, the amount of face-to-face contact between people is decreasing. More people are using the internet for social networking and job searching. As a result, it is important to learn how to create a quality electronic resume and use it effectively. An online resume travels farther and quicker than the traditional paper version. If a job seeker posts their resume on a job searching Web site like AgCareers.com, they have the ability to reach thousands of employers. While this is advantageous, AgCareers.com Education Coordinator Ashley Collins said it also means job seekers need to be cautious about how they utilize their online resumes. “Online resumes allow the job seeker to network just by getting their resume in front of many different employers,” Collins said. “Having that said, job seekers should also realize that if not used properly, their online resume can create a negative impression instead of a positive one.” Below are five tips on ways to effectively utilize an electronic resume. | 1. Proofread, proofread, proofread. When preparing to email a resume be conscious of common, simple mistakes. Cautiously proofread the document before sending. Similar to print resumes, Collins said the number one mistake with electronic resumes is spelling errors and an overall lack of editing. | | 2. Email to specific contacts in your network. Collins cautions against using mass emailing to distribute your online resume. She said mass distribution lists are not appropriate when emailing your resume as it is a quick way to devalue the network you have worked so hard to build. |
// Added by VL05 on 01/24/2006
var testresults
function isEmailAddr(email)
{
//var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
var filter = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[(2([0-4]\d|5[0-5])|1?\d{1,2})(\.(2([0-4]\d|5[0-5])|1?\d{1,2})){3} \])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
if (filter.test(email))
testresults=true
else{
alert("Please enter a complete email address in the form: yourname@yourdomain.com");
testresults=false
}
return (testresults)
}
function checkapply()
{
if (document.subscribeform.email.value == "")
{
alert("Please enter your email.");
return false;
}
//VL07 10-03-2006 ====================================
var a = document.subscribeform.email.value;
var b = a.charAt(0);
c = a;
for(i=0;i=0;i--)
{
b= "";
b = b = c.charAt(c.length-1);
if(b== " ")
{
c =c.substr(0,(c.length-1));
}
}
document.subscribeform.email.value = c;
//---------------------------------------
if (!isEmailAddr(document.subscribeform.email.value))
{
//alert("Please enter a complete email address in the form: yourname@yourdomain.com");
return false;
}
// Added By VL07 on 02-07-2006
if(document.subscribeform.subscribetype[0].checked != true && document.subscribeform.subscribetype[1].checked != true)
{
alert("Please select at least one version of the enewsletter: Applicant or Employer");
return false;
}
//
if(document.subscribeform.CountryID.options[0].selected == true)
{
alert("Please select a country of the enewsletter");
return false;
}
return true;
}
 |
|
|
|