Services for Contractors
As one of the premier sand and gravel pit management service providers, we strive to enforce competitive pricing when it comes to tapping natural aggregate sources. Contractors and/or project owners can expect top notch service to go alongside good pricing.
We also ensure that good prices aren’t all that’s on offer. Made possible by our network of experienced specialists in the field, good quality aggregate is what we deliver. This is achieved by stringent, industry-standard testing procedures that we employ. Clients can always expect good quality aggregate.
Resource Development Experts will help determine where deposits of excellent aggregate are, while ensuring that their prices will not be inflated without good reason.
This is the promise of Resource Development Experts. Contractors, project owners, architects, engineers, and other related professionals can rest easy with us at the helm of their aggregate acquisitions. Working with us will give you access to sand and gravel at a better cost and higher quality. Our impeccable track record has made us the partner of choice for government agencies and companies involved in big construction projects.
Interested parties can simply call us at 1-866-222-0850 or send us relevant information online, and a response will be in within 48 hours.
Enter Your Information Below
var icpForm382 = document.getElementById('icpsignup382');
if (document.location.protocol === "https:")
icpForm382.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired382() { if (icpForm382["fields_fname"].value == "") { icpForm382["fields_fname"].focus(); alert("The First Name field is required."); return false; }
if (icpForm382["fields_fname"].value && icpForm382["fields_fname"].value !== "") { icpForm382["fields_fname"].value = icpForm382["fields_fname"].value.trim(); }
if (icpForm382["fields_lname"].value == "") { icpForm382["fields_lname"].focus(); alert("The Last Name field is required."); return false; }
if (icpForm382["fields_lname"].value && icpForm382["fields_lname"].value !== "") { icpForm382["fields_lname"].value = icpForm382["fields_lname"].value.trim(); }
if (icpForm382["fields_email"].value == "") { icpForm382["fields_email"].focus(); alert("The Email field is required."); return false; }
if (icpForm382["fields_email"].value && icpForm382["fields_email"].value !== "") { icpForm382["fields_email"].value = icpForm382["fields_email"].value.trim(); }
if (icpForm382["fields_phone"].value == "") { icpForm382["fields_phone"].focus(); alert("The Phone field is required."); return false; }
if (icpForm382["fields_phone"].value && icpForm382["fields_phone"].value !== "") { icpForm382["fields_phone"].value = icpForm382["fields_phone"].value.trim(); }
if (icpForm382["fields_business"].value == "") { icpForm382["fields_business"].focus(); alert("The Business field is required."); return false; }
if (icpForm382["fields_business"].value && icpForm382["fields_business"].value !== "") { icpForm382["fields_business"].value = icpForm382["fields_business"].value.trim(); }
if (!validDate382(icpForm382["fields_closingdateoftender"].value)) { alert("The value provided for Closing Date of Tender is invalid. Please use mm/dd/yyyy format."); return false; }
return true; }
function validDate382(value) {
if (value == "") { return true; }
var dateSections = value.split('/'); if (dateSections.length != 3) { return false; }
var month = dateSections[0]; if (month && (month.length > 2 || month < 1 || month > 12)) { return false; }
var day = dateSections[1]; if (day && (day.length > 2 || day < 1 || day > 31)) { return false; }
var year = dateSections[2]; if (!year || (year && year.length != 4)) { return false; }
var dateValue = new Date(value); if (month != (dateValue.getMonth()+1) || day != dateValue.getDate() || year != dateValue.getFullYear()) { return false; }
return true; }