<? endif; ?>
<link rel="stylesheet" href="/css/proven.responsive.min.css?<?= filemtime(__DIR__.'/../../webroot/css/proven.responsive.min.css'); ?>" type="text/css" />
$viewFile = '/var/app/current/app/View/Layouts/responsive.ctp' $dataForView = array( 'search_text' => '', 'search_location' => '', 'show_thank_you' => (int) 0, 'similar_jobs' => array( (int) 0 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 1 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 2 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 3 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 4 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ) ), 'title_for_layout' => 'Garage door installer at coast overhead door @ electric inc', 'metatag_description' => 'Garage door installercoast overhead door @ electric inc at Proven', 'unique_name' => 'coast-overhead-door--electric-inc-huntington-beach-ca', 'reference_number' => '55340', 'mobile_image' => '', 'display_company_title' => 'Jobs at coast overhead door @ electric inc', 'employer' => array( 'EmployersJob' => array( 'id' => '45229', 'employer_id' => '30595', 'ats_url' => '', 'url' => '', 'title' => 'Garage door installer', 'craigslist_city' => 'orange county', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'California', 'open' => '1', 'post_date' => '2019-03-05 16:05:25', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '92647', 'description' => '<p>Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.</p>', 'unique_name' => '', 'created_date' => '2019-03-05 16:04:59' ), 'Employer' => array( 'lat' => '33.72100067', 'lon' => '-118.00299835', 'id' => '30595', 'company_name' => 'coast overhead door @ electric inc', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '714916', 'zipcode' => '92647', 'city' => 'Huntington Beach', 'street_address' => '', 'street_address2' => null, 'state' => 'CA' ), 'UtZipcode' => array( 'zipcode' => '92647', 'city' => 'Huntington Beach', 'state_prefix' => 'CA' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 1, 'page' => '', 'success' => (int) 0, 'broadcast' => (int) 0, 'external_job_board' => '', 'is_worker' => false, 'isMobile' => false, 'isWorker' => false, 'isSales' => false, 'isEducator' => false, 'adminLoggedIn' => false, 'isEmployer' => false, 'loggedIn' => false, 'isFacebookAppUser' => false, 'campaign' => 'NONE', 'content_for_layout' => ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Garage door installer"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/45229?ref=55340"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own."/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/45229?ref=55340", "title": "Garage door installer", "description": "<p>Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.</p>", "datePosted": "2019-03-05T16:05:25+00:00", "hiringOrganization": { "@type": "Organization", "name": "coast overhead door @ electric inc", "sameAs": "https://www.proven.com/employers/publicPage/30595" }, "identifier": { "@type": "PropertyValue", "name": "coast overhead door @ electric inc", "value": "30595" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Huntington Beach", "addressRegion": "CA" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/45229"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">45229</span> <span class="hide" id="referencenumber">55340</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Garage door installer</h1> <p class="small-bottom-border"> coast overhead door @ electric inc </p> <div class="date-location">Mar 05, 2019 - Orange County</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+45229-w@hireproven.com">jobs+45229-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:30595/job_id:45229", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=45229"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/30595/45229" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.</p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=621f01e2b2bc73ec87fb24b41&ri=995e849e1358419a95f209ab63b7973b&job_loc=Anaheim%2CCA&q=Garage+Door+Installer&spl=v1%253AXccG8%252FgoaREUfL4k%253AfFdB2qcU5i%252BQNK8lZ8TyUA%253D%253D%253ArkUHJlDPcEAeDwKItgboNE1I993g5luhDQObkpdRId9Ji%252BdZXidOc7qbxLZv6GH620jZWLaCTUiPlP7A%252BRAMnVRPeiBY4i7pEwp9w8ZmzM8TueUfUypNEn0K7wJTdsxalIhb9KDnmTAYxSqVYw%253D%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27174071740/" class="blue-link" target="_blank">Mac Tools Route Sales/Outside Sales Distributor - Full Training</a></p> <p class="similar-job-company">Mac Tools - <span class="text-muted">Anaheim, CA</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=60af88ea762c73ecacf3b4381&ri=995e849e1358419a95f209ab63b7973b&job_loc=Newport+Beach%2CCA&q=Garage+Door+Installer&spl=v1%253AFw%252FCx8GNgKX1QTpz%253A4qNdPbA5%252FH02K8rf%252BpSWTA%253D%253D%253A9k%252BkJsqJpT82u5Aelqs18VcwIOUDoDVCyr8zL8yAjQKC%252BF4aR%252F333u%252B%252BTTamvbmD8FOcLmbs5MVUqeWpQvHtd02SN6pgPvivfCySvJZAo%252BRemf5JPBrWK0qT6AxVyoF5lspFWQ%253D%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27795390008/" class="blue-link" target="_blank">Line Cook</a></p> <p class="similar-job-company">Chihuahua Brewing - <span class="text-muted">Newport Beach, CA</span></p> <p class="text-muted similar-job-date"> 4 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=60a9619c78bc73ecac9d23581&ri=995e849e1358419a95f209ab63b7973b&job_loc=Anaheim%2CCA&q=Garage+Door+Installer&spl=v1%253AHFCQ0giBd41htjsY%253AYx1nOogloJz%252F%252FVxj7PRdCw%253D%253D%253AnycfjyO3nmaLmhJBR4SY6%252BuGfhonztjQuHEL3uynMs5S%252B75vTirk%252F1QWHnJhtCXP9Hb11IZpAu5gzY6Dw86aaoAkBtm5KJkodZH%252FhUSAcrHyw7FcDZiXmxeZipgVcV0fwjzL2nAs2Nhv7BFBDgo%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27792864664/" class="blue-link" target="_blank">Horticultural Exterminator (IPM) - Full Time</a></p> <p class="similar-job-company">Disney - <span class="text-muted">Anaheim, CA</span></p> <p class="text-muted similar-job-date"> 4 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=62b705f1e7fc73ec8d7b65811&ri=995e849e1358419a95f209ab63b7973b&job_loc=Huntington+Beach%2CCA&q=Garage+Door+Installer&spl=v1%253A0ClTHX%252F9KuuBLZVG%253AzflpInvBu3AG5sl3WioVqA%253D%253D%253A1gSnsPqYqfl2bpxOpyCbUhCIt7xBB0PjAvVvl1DuwMqnM071aeiWSTXnuOy1QGKFjP1gH75dJGLZ9y5A9H5oodYcHEskFRH4hToyIRQGYAeJjcrsZTqgSAsdz1NANDcm4N5r&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27266363087/" class="blue-link" target="_blank">Building Material Delivery Driver</a></p> <p class="similar-job-company">BuildClub - <span class="text-muted">Huntington Beach, CA</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=608c030db29c73ecaecb0a441&ri=995e849e1358419a95f209ab63b7973b&job_loc=Buena+Park%2CCA&q=Garage+Door+Installer&spl=v1%253AlGnBcqdwkd7%252Fezts%253AkL0Vkw9o61e9V%252FxEVRyAuA%253D%253D%253A9L3AqWIHwsCUuD646pZQ5Ew%252Bw%252Fupm210ZZcS63EwtZCtrnTF7qMGK031ggkypQxZO3PQgamGZiQ143DHyQ2EcY9kMYH7suDHXyF1sQZ%252B7XvXKVEKQhGPkBweCsoKdVzD%252Bnr8o6N%252BeLJWLmL1sp0%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27829423244/" class="blue-link" target="_blank">Food Service Associate</a></p> <p class="similar-job-company">Knott's Berry Farm - <span class="text-muted">Buena Park, CA</span></p> <p class="text-muted similar-job-date"> 21 hours ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' ) $search_text = '' $search_location = '' $show_thank_you = (int) 0 $similar_jobs = array( (int) 0 => array( 'Employer' => array( 'company_name' => 'Mac Tools' ), 'UtZipcode' => array( 'city' => 'Anaheim', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=621f01e2b2bc73ec87fb24b41&ri=995e849e1358419a95f209ab63b7973b&job_loc=Anaheim%2CCA&q=Garage+Door+Installer&spl=v1%253AXccG8%252FgoaREUfL4k%253AfFdB2qcU5i%252BQNK8lZ8TyUA%253D%253D%253ArkUHJlDPcEAeDwKItgboNE1I993g5luhDQObkpdRId9Ji%252BdZXidOc7qbxLZv6GH620jZWLaCTUiPlP7A%252BRAMnVRPeiBY4i7pEwp9w8ZmzM8TueUfUypNEn0K7wJTdsxalIhb9KDnmTAYxSqVYw%253D%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27174071740/', 'title' => 'Mac Tools Route Sales/Outside Sales Distributor - Full Training', 'description' => '<p><strong>Build a Great Career and a Quality Life with Mac Tools. </strong></p><p><strong><em>Investing in your own business is a big decision, but Mac Tools can help make this a reality. If your credit is strong and you have the requisite down payment, you can be your own boss!</em></strong></p><p><strong><em>You re steps away</em></strong> from feeling the freedom and independence of working on your own, in a stress-free environment with no one to answer to, except yourself! If qualified, we have a low start-up cost with a variety of financing options that will allow you to join the family of more than 1,250 Mac Tools Franchisees that have found success selling the Mac Tools brand! </p><p><strong><u>TAKE THE NEXT STEP TO SEE IF YOU QUALIFY VIA OUR 5 SECOND MOBILE APPLY</u></strong></p><p>No sales or automotive industry experience is needed. No matter what your background, you can thrive with our world class training and ongoing support programs. </p><p>As an Outside Sales / Route Sales professional, you ll manage your own protected local route & sell our National tool brands & equipment to technicians & automotive professionals. Mac Tools gives you a territory with pre-determined customers, so as soon as you get in the driver s seat, you can start earning. As you foster and grow relationships with your existing customers, you ll naturally grow your route and your earning potential.</p><p>Mac Tools offers a family-oriented culture; supported by Stanley Black & Decker - a well-known, 14-billion-dollar corporate enterprise giving you the best of both worlds.</p><p>Top 10 Reasons Why Mac Tools is one of the hottest & fastest growing franchise opportunities in America & Canada:</p><ul><li>Your own exclusive, protected route of customers to sell to.</li><li>Home-based route sales business offering personal, professional, and financial flexibility.</li><li>No sales or automotive technician experience necessary; we offer comprehensive training.</li><li>Ongoing field support and mentoring.</li><li>Your own truck + initial inventory of top-selling, high-transaction mechanics tools.</li><li>Powered by Stanley Black & Decker the largest and fastest growing tool company in the world.</li><li>Proprietary Mobile Business Software to manage your business transactions.</li><li>National marketing support with motorsports branding.</li><li>Monthly sales flyers, Sales Aids, Videos, Displays and promotions to help grow your business.</li><li>Low start-up cost with a variety of financing options for qualified candidates.</li></ul><p><strong>MAC TOOLS AVAILABLE FRANCHISE MARKETS:</strong></p><p>Mac Tools currently has over 1,250 existing franchisees and plans to continue expanding throughout North America. Franchise opportunities are available in all 50 states, including Puerto Rico and across Canada.</p><p><strong>COMPREHENSIVE TRAINING & SUPPORT</strong>: <br /> The Mac Tools training program consists of classroom and field-based sales training at our headquarters to ensure that you have all the tools you need to establish and run a successful route sales business.</p><p><strong>AWARD WINNING</strong>: <br /> Consecutive year winner of multiple awards: Fastest Growing Franchise, Top 100 Franchise, Franchise 500, and more.</p><p><strong>OWNED BY THE LARGEST TOOL COMPANY IN THE WORLD: <br /> </strong>Mac Tools has the power of Stanley Black & Decker Inc. behind us, with a product line in excess of 42,000 items, allowing us to be stronger and sell more tools than ever.</p><p><strong>YES IT S ATTAINABLE! LOW START UP COST: </strong></p><p>We have a lower start-up costs than many other franchise opportunities with a variety of financing options for qualified candidates</p><p><strong>FREE DISCOVERY DAY: <br /> </strong>Find out what it s like to be your own boss. Meet current Franchisees and experience the business first hand and learn about the full potential of the opportunity with a franchise owner. There is no cost or obligation to participate in a Discovery Day.</p><p><strong>VETERANS PROGRAM: <br /> </strong>Our Veterans Program offers vets or their spouse credits of up to $25,000 towards inventory purchases.</p><p><strong><u>TAKE THE NEXT STEP AND APPLY TODAY VIA OUR 5 SECOND MOBILE APPLY</u></strong></p><p>Mac Tools , a division of Stanley Black & Decker Inc.</p><p>5195 Blazer Parkway</p><p>Dublin, Ohio 43017</p>', 'post_date' => '2023-06-01T00:12:51Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'Chihuahua Brewing' ), 'UtZipcode' => array( 'city' => 'Newport Beach', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=60af88ea762c73ecacf3b4381&ri=995e849e1358419a95f209ab63b7973b&job_loc=Newport+Beach%2CCA&q=Garage+Door+Installer&spl=v1%253AFw%252FCx8GNgKX1QTpz%253A4qNdPbA5%252FH02K8rf%252BpSWTA%253D%253D%253A9k%252BkJsqJpT82u5Aelqs18VcwIOUDoDVCyr8zL8yAjQKC%252BF4aR%252F333u%252B%252BTTamvbmD8FOcLmbs5MVUqeWpQvHtd02SN6pgPvivfCySvJZAo%252BRemf5JPBrWK0qT6AxVyoF5lspFWQ%253D%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27795390008/', 'title' => 'Line Cook', 'description' => '<p> </p><div><div><p> </p><p><strong>LINE COOKS & PREP COOKS</strong><br />Newport Beach, CA</p><p> </p><p>Chihuahua Cerveza Taproom is located on Balboa peninsula serving our premium Mexican cerveza & hand-crafted margaritas. Our food is rooted in Mexican flavors and traditions, while also celebrating local and fresh ingredients. Chihuahua is a face paced casual cantina and Mexican restaurant.</p><p><strong>Availability:</strong> Part-time shifts available based on candidate availability and shift availability.</p><p><strong>Responsibilities:</strong></p><ul><li>Prepare and portion food products prior to and after cooking</li><li>Assist in final assembly and plating of food</li><li>Assist with cleaning of dishes and equipment as needed</li><li>Assist with restocking or organizing as needed</li><li>Assist Chef with food handling as directed</li><li>Assuring that all components of food dishes are made according to guest and health standards</li></ul><p><strong>Qualifications: </strong></p><ul><li>Prior experience working as a line cook (One or more 1+ years)</li><li>Experience working in a fast-casual restaurant environment with assembly/cooking/preparation of Mexican cuisine</li><li>Excellent communication skills and team oriented personality</li><li>Knowledge of weights, measurements, volume, and cooking procedures</li><li>Able to stand for extended periods of time, lift up-to 50 lbs., and work in a confined area with elevated temperatures.</li></ul><p> </p><p><strong>Hours of operation: Mon-Sun 7:00 AM to 11:30 PM</strong></p><p>PM22</p><p> </p></div></div><br /><br /><br /><br /><p>PI219262327</p>', 'post_date' => '2023-06-05T06:14:21Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'Disney' ), 'UtZipcode' => array( 'city' => 'Anaheim', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=60a9619c78bc73ecac9d23581&ri=995e849e1358419a95f209ab63b7973b&job_loc=Anaheim%2CCA&q=Garage+Door+Installer&spl=v1%253AHFCQ0giBd41htjsY%253AYx1nOogloJz%252F%252FVxj7PRdCw%253D%253D%253AnycfjyO3nmaLmhJBR4SY6%252BuGfhonztjQuHEL3uynMs5S%252B75vTirk%252F1QWHnJhtCXP9Hb11IZpAu5gzY6Dw86aaoAkBtm5KJkodZH%252FhUSAcrHyw7FcDZiXmxeZipgVcV0fwjzL2nAs2Nhv7BFBDgo%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27792864664/', 'title' => 'Horticultural Exterminator (IPM) - Full Time', 'description' => '(Local, Southern California applicants sought - NO RELOCATION OFFERED.)<br><br>The primary role of Horticulture Integrated Pest Management Applicators is to identify and treat insect, disease, and fungus-related issues affecting the landscaping and ornamental horticulture of Disneyland Resort, including lawns, ground-covering plants, shrubs and hedges, trees, and other decorative plant displays. In addition, individuals in this position identify and treat structural-related pest problems. The applicator will determine and perform pest-management-related practices utilizing integrated pest management techniques.<br><br /><br/><b>Basic Qualifications : </b><br/><br><b>Schedule Availability</b><br>Must be open to any shift (1st, 2nd, and 3rd shift) including holidays, with any combination of days off <br><br><b>Technical Skills, Abilities and Experience</b><ul><li>California Qualified Applicator License or Certificate</li><li>Strong knowledge of plant, insect, weed, and disease identification</li><li>Plant-identification ability</li><li>Working knowledge of: - Soils and fertilizers - Cultural principals for optimum-plant health - Beneficial insects/entomology, and soil chemistry</li><li>Experience with spray equipment and application of pesticides</li><li>Branch 2 Field Representative or the ability to acquire is necessary</li><li>Branch 3 Field Representative or the ability to acquire is necessary</li></ul><br/><br/><b>Preferred Education : </b><br/><ul><li>Degree in Horticulture, Entomology, Soil Science, or equivalent</li></ul><br/><br/><b>Additional Information : </b><br/>The pay rate for this role in California is $23.55 to $31.61 per hour, which follows the pay scale agreed upon in the Collective Bargaining Agreement. The base pay actually offered may vary depending on the candidate s geographic region, job-related knowledge, skills, and experience, among other factors.<br><br>Individuals assigned to the Horticulture Integrated Pest Management Applicator (Horticulture Exterminator) position are required to attend an annual Hearing Conservation Training class and Respiratory Protection Training class. They are also required to submit to an annual medical evaluation, fit test, audiometric exam and a semi-annual blood cholinesterase test.<br><br><br>Keyword: DLR CASTING, dlrcasting<br/>', 'post_date' => '2023-06-05T01:47:27Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'BuildClub' ), 'UtZipcode' => array( 'city' => 'Huntington Beach', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=62b705f1e7fc73ec8d7b65811&ri=995e849e1358419a95f209ab63b7973b&job_loc=Huntington+Beach%2CCA&q=Garage+Door+Installer&spl=v1%253A0ClTHX%252F9KuuBLZVG%253AzflpInvBu3AG5sl3WioVqA%253D%253D%253A1gSnsPqYqfl2bpxOpyCbUhCIt7xBB0PjAvVvl1DuwMqnM071aeiWSTXnuOy1QGKFjP1gH75dJGLZ9y5A9H5oodYcHEskFRH4hToyIRQGYAeJjcrsZTqgSAsdz1NANDcm4N5r&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27266363087/', 'title' => 'Building Material Delivery Driver', 'description' => '<p>**Building Material Delivery Driver**</p><p>Los Angeles, CA **The BuildClub is LAs #1 on-demand building materials provider, delivering to job sites in 1 hour. Our Silicon Valley startup has a focus on building improvements and home improvement and is transforming the construction and service industry.**</p><p>**Be part of the next Silicon Valley unicorn!** On The BuildClub app and website, HVAC professionals, contractors, plumbers, electricians and others can purchase items from multiple suppliers, and have them delivered immediately saving them time and money.</p><p>Our Building Material Delivery Specialist role is responsible for working with our Operations team to handle all building material shopping, delivery, and returns in the field. This role is the face of the company and allows our Delivery Specialists the ability to make a meaningful impact on the construction industry while growing their careers with a fast moving Tech company. The position is 100% in the field working with suppliers and customers. </p><p>To be a good fit for this position you should have: excellent customer service skills, a keen eye for detail, a strong work ethic, and a willingness to always go above and beyond. No two days are the same as we continue to grow and revolutionize the industry! </p><p>BENEFITS: </p><p>- Company vehicle with gas card </p><p>- Being a part of the future of the building materials industry </p><p>- Competitive pay</p><p>DUTIES AND RESPONSIBILITIES: </p><p>- Work with our suppliers at their locations to collect orders and arrange deliveries to BuildClub customers </p><p>- Deliver Building and Construction materials to customers </p><p>- Pickup return items from customers and process with return with our suppliers </p><p>- Research orders for accuracy and make sure all orders are delivered accurately and on time </p><p>- Work with our operations team to ensure we have the highest level of customer service in the industry.</p><p>SKILLS/QUALIFICATIONS: </p><p>- Exceptional punctuality </p><p>- Self management and motivation </p><p>- Strong communication, sales and customer service skills </p><p>- Ability to work with high degree of integrity and promote positive company image </p><p>- Analytical, focused on quality, and results-driven </p><p>- Ability to understand and follow oral and written directions </p><p>- Excel within a team environment and willing to support all areas of our business </p><p>- Satisfactory passing of mandatory pre-employment drug screen and background check </p><p>- Valid driver's license, with minimal to zero DMV infractions. </p><p>- Proficiency with mobile devices (e.g. tablets, smart phones and/or other devices as required)</p><p>WORKING CONDITIONS AND PHYSICAL EFFORT: </p><p>- Regularly lift and/or move objects 10-90lbs </p><p>- Moderate exposure to physical risk </p><p>- Work is performed in our suppliers stores and warehouses and at commercial and residential properties and job sites.</p><p>Second language is a big plus, including Spanish, Russian, Armenian or Hebrew.</p><p>Job Type: Full-time</p><p>Pay: $19.00 - $23.00 per hour</p>', 'post_date' => '2023-05-30T01:30:06Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'Knott's Berry Farm' ), 'UtZipcode' => array( 'city' => 'Buena Park', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=608c030db29c73ecaecb0a441&ri=995e849e1358419a95f209ab63b7973b&job_loc=Buena+Park%2CCA&q=Garage+Door+Installer&spl=v1%253AlGnBcqdwkd7%252Fezts%253AkL0Vkw9o61e9V%252FxEVRyAuA%253D%253D%253A9L3AqWIHwsCUuD646pZQ5Ew%252Bw%252Fupm210ZZcS63EwtZCtrnTF7qMGK031ggkypQxZO3PQgamGZiQ143DHyQ2EcY9kMYH7suDHXyF1sQZ%252B7XvXKVEKQhGPkBweCsoKdVzD%252Bnr8o6N%252BeLJWLmL1sp0%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27829423244/', 'title' => 'Food Service Associate', 'description' => 'Overview:<br/><p style="margin: 0px;"><span style="color: #3366ff; font-size: 24pt;"><strong>$17.00 / hour</strong></span></p><p style="margin: 0px;"> </p><p style="margin: 0px;"><span style="font-size: 12pt;">Must be 16+ to apply!</span></p><p style="margin: 0px;"> </p><p style="margin: 0px;"> </p><p style="margin: 0px;"><span style="font-size: 12pt;"><strong>Are you looking for a fun and rewarding job? Interested in meeting people from all over and gaining skills that will last a lifetime? Then Knott s Berry Farm is the place for you!</strong></span></p><p style="margin: 0px;"><span style="font-size: 12pt;"><strong>Working at Knott s Berry Farm, you will have access to these amazing perks:</strong></span></p><p style="margin: 0px;"> </p><ul><li><span style="font-size: 12pt;">Complimentary admission to Knott s Berry Farm and all Cedar Fair parks</span></li><li><span style="font-size: 12pt;">Earn complimentary tickets for your friends and family</span></li><li><span style="font-size: 12pt;">Discounts on food and merchandise</span></li><li><span style="font-size: 12pt;">Special events for associates only</span></li><li><span style="font-size: 12pt;">Building lifelong friendships </span></li><li><span style="font-size: 12pt;">Resume building skills </span></li><li><span style="font-size: 12pt;">Flexible schedule</span></li><li><span style="font-size: 12pt;">Employee recognition programs</span></li></ul><p style="margin: 0px;"></p><br/><br/>Responsibilities:<br/><p style="margin: 0px;"><span style="color: #000000; font-size: 12pt;"><strong>A Food Service Associate performs various tasks, including stocking, cleaning, and cash handling, while providing professional interaction and services for guests.</strong></span></p><ul><li><span style="color: #000000; font-size: 12pt;">Stocks and maintains proper inventory levels.</span></li><li><span style="color: #000000; font-size: 12pt;">Conducts cash handling transactions, including making change and tendering payment.</span></li><li><span style="color: #000000; font-size: 12pt;">Prepares basic plate and portion, expediting orders as necessary.</span></li><li><span style="color: #000000; font-size: 12pt;">Provides guest service according to Cedar Fair standards when serving the guest or working with subordinates, including initiating guest interactions, answering questions and giving directions.</span></li><li><span style="color: #000000; font-size: 12pt;">Maintains cleanliness and safety in assigned work area and performs all duties in compliance with Cedar Fair Safety guidelines and requirements and reports all unsafe or unusual conditions to supervision.</span></li><li><span style="color: #000000; font-size: 12pt;">Meets scheduling availability requirements, including nights, weekends, and holiday periods to meet business needs.</span></li><li><span style="color: #000000; font-size: 12pt;">Meets Cedar Fair's attendance requirements as outlined in Cedar Fair's attendance policies.</span></li><li><span style="color: #000000; font-size: 12pt;">Adheres to Cedar Fair's Rules of Conduct including specific costuming and grooming standards as outlined in Employee Guidelines and other park/division specific policies and procedures.</span></li><li><span style="color: #000000; font-size: 12pt;">Other duties may be assigned.</span></li></ul><br/><br/>Qualifications:<br/><ul><li><span style="color: #000000; font-size: 12pt;">California Food Handler's Card.</span></li><li><span style="color: #000000; font-size: 12pt;">Ability to lift and move at least 30lbs.</span></li><li><span style="color: #000000; font-size: 12pt;">Ability to read, speak, and comprehend English in a manner sufficient for effective communication.</span></li><li><span style="color: #000000; font-size: 12pt;">Ability to walk or stand for extended periods of time.</span></li><li><span style="color: #000000; font-size: 12pt;">Ability to work nights, weekends and holiday periods to meet business needs.</span></li><li><span style="color: #000000; font-size: 12pt;">Ability to pass a background check, if 18 years of age or older, which may include, but is not limited to, credit, criminal, DMV, previous employment, education and personal references, per Company policy, unless prohibited by federal, state, or provincial law.</span></li></ul>', 'post_date' => '2023-06-08T14:08:12Z' ) ) ) $title_for_layout = 'Garage door installer at coast overhead door @ electric inc' $metatag_description = 'Garage door installercoast overhead door @ electric inc at Proven' $unique_name = 'coast-overhead-door--electric-inc-huntington-beach-ca' $reference_number = '55340' $mobile_image = '' $display_company_title = 'Jobs at coast overhead door @ electric inc' $employer = array( 'EmployersJob' => array( 'id' => '45229', 'employer_id' => '30595', 'ats_url' => '', 'url' => '', 'title' => 'Garage door installer', 'craigslist_city' => 'orange county', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'California', 'open' => '1', 'post_date' => '2019-03-05 16:05:25', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '92647', 'description' => '<p>Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.</p>', 'unique_name' => '', 'created_date' => '2019-03-05 16:04:59' ), 'Employer' => array( 'lat' => '33.72100067', 'lon' => '-118.00299835', 'id' => '30595', 'company_name' => 'coast overhead door @ electric inc', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '714916', 'zipcode' => '92647', 'city' => 'Huntington Beach', 'street_address' => '', 'street_address2' => null, 'state' => 'CA' ), 'UtZipcode' => array( 'zipcode' => '92647', 'city' => 'Huntington Beach', 'state_prefix' => 'CA' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 1 $page = '' $success = (int) 0 $broadcast = (int) 0 $external_job_board = '' $is_worker = false $isMobile = false $isWorker = false $isSales = false $isEducator = false $adminLoggedIn = false $isEmployer = false $loggedIn = false $isFacebookAppUser = false $campaign = 'NONE' $content_for_layout = ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Garage door installer"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/45229?ref=55340"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own."/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/45229?ref=55340", "title": "Garage door installer", "description": "<p>Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.</p>", "datePosted": "2019-03-05T16:05:25+00:00", "hiringOrganization": { "@type": "Organization", "name": "coast overhead door @ electric inc", "sameAs": "https://www.proven.com/employers/publicPage/30595" }, "identifier": { "@type": "PropertyValue", "name": "coast overhead door @ electric inc", "value": "30595" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Huntington Beach", "addressRegion": "CA" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/45229"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">45229</span> <span class="hide" id="referencenumber">55340</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Garage door installer</h1> <p class="small-bottom-border"> coast overhead door @ electric inc </p> <div class="date-location">Mar 05, 2019 - Orange County</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+45229-w@hireproven.com">jobs+45229-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:30595/job_id:45229", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=45229"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/30595/45229" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.</p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=621f01e2b2bc73ec87fb24b41&ri=995e849e1358419a95f209ab63b7973b&job_loc=Anaheim%2CCA&q=Garage+Door+Installer&spl=v1%253AXccG8%252FgoaREUfL4k%253AfFdB2qcU5i%252BQNK8lZ8TyUA%253D%253D%253ArkUHJlDPcEAeDwKItgboNE1I993g5luhDQObkpdRId9Ji%252BdZXidOc7qbxLZv6GH620jZWLaCTUiPlP7A%252BRAMnVRPeiBY4i7pEwp9w8ZmzM8TueUfUypNEn0K7wJTdsxalIhb9KDnmTAYxSqVYw%253D%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27174071740/" class="blue-link" target="_blank">Mac Tools Route Sales/Outside Sales Distributor - Full Training</a></p> <p class="similar-job-company">Mac Tools - <span class="text-muted">Anaheim, CA</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=60af88ea762c73ecacf3b4381&ri=995e849e1358419a95f209ab63b7973b&job_loc=Newport+Beach%2CCA&q=Garage+Door+Installer&spl=v1%253AFw%252FCx8GNgKX1QTpz%253A4qNdPbA5%252FH02K8rf%252BpSWTA%253D%253D%253A9k%252BkJsqJpT82u5Aelqs18VcwIOUDoDVCyr8zL8yAjQKC%252BF4aR%252F333u%252B%252BTTamvbmD8FOcLmbs5MVUqeWpQvHtd02SN6pgPvivfCySvJZAo%252BRemf5JPBrWK0qT6AxVyoF5lspFWQ%253D%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27795390008/" class="blue-link" target="_blank">Line Cook</a></p> <p class="similar-job-company">Chihuahua Brewing - <span class="text-muted">Newport Beach, CA</span></p> <p class="text-muted similar-job-date"> 4 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=60a9619c78bc73ecac9d23581&ri=995e849e1358419a95f209ab63b7973b&job_loc=Anaheim%2CCA&q=Garage+Door+Installer&spl=v1%253AHFCQ0giBd41htjsY%253AYx1nOogloJz%252F%252FVxj7PRdCw%253D%253D%253AnycfjyO3nmaLmhJBR4SY6%252BuGfhonztjQuHEL3uynMs5S%252B75vTirk%252F1QWHnJhtCXP9Hb11IZpAu5gzY6Dw86aaoAkBtm5KJkodZH%252FhUSAcrHyw7FcDZiXmxeZipgVcV0fwjzL2nAs2Nhv7BFBDgo%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27792864664/" class="blue-link" target="_blank">Horticultural Exterminator (IPM) - Full Time</a></p> <p class="similar-job-company">Disney - <span class="text-muted">Anaheim, CA</span></p> <p class="text-muted similar-job-date"> 4 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=62b705f1e7fc73ec8d7b65811&ri=995e849e1358419a95f209ab63b7973b&job_loc=Huntington+Beach%2CCA&q=Garage+Door+Installer&spl=v1%253A0ClTHX%252F9KuuBLZVG%253AzflpInvBu3AG5sl3WioVqA%253D%253D%253A1gSnsPqYqfl2bpxOpyCbUhCIt7xBB0PjAvVvl1DuwMqnM071aeiWSTXnuOy1QGKFjP1gH75dJGLZ9y5A9H5oodYcHEskFRH4hToyIRQGYAeJjcrsZTqgSAsdz1NANDcm4N5r&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27266363087/" class="blue-link" target="_blank">Building Material Delivery Driver</a></p> <p class="similar-job-company">BuildClub - <span class="text-muted">Huntington Beach, CA</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=608c030db29c73ecaecb0a441&ri=995e849e1358419a95f209ab63b7973b&job_loc=Buena+Park%2CCA&q=Garage+Door+Installer&spl=v1%253AlGnBcqdwkd7%252Fezts%253AkL0Vkw9o61e9V%252FxEVRyAuA%253D%253D%253A9L3AqWIHwsCUuD646pZQ5Ew%252Bw%252Fupm210ZZcS63EwtZCtrnTF7qMGK031ggkypQxZO3PQgamGZiQ143DHyQ2EcY9kMYH7suDHXyF1sQZ%252B7XvXKVEKQhGPkBweCsoKdVzD%252Bnr8o6N%252BeLJWLmL1sp0%253D&encrypt=0&l=Huntington+Beach%2C+CA&query_category_id=100000&t=simplyhired.com&jobkey-27829423244/" class="blue-link" target="_blank">Food Service Associate</a></p> <p class="similar-job-company">Knott's Berry Farm - <span class="text-muted">Buena Park, CA</span></p> <p class="text-muted similar-job-date"> 21 hours ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' $no_title_bar = false $no_bottom_bar = false $no_index = false
filemtime - [internal], line ?? include - APP/View/Layouts/responsive.ctp, line 69 View::_evaluate() - CORE/Cake/View/View.php, line 961 View::_render() - CORE/Cake/View/View.php, line 923 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 JobsController::view() - APP/Controller/JobsController.php, line 1338 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 118
coast overhead door @ electric inc
Installer needed garage doors and openers own tools and truck. 5 to 10 doors per week Piece work. Able to work on your own.
Other jobs you may like
Mac Tools Route Sales/Outside Sales Distributor - Full Training
Mac Tools - Anaheim, CA
1 week ago
Chihuahua Brewing - Newport Beach, CA
4 days ago
Horticultural Exterminator (IPM) - Full Time
Disney - Anaheim, CA
4 days ago
Building Material Delivery Driver
BuildClub - Huntington Beach, CA
1 week ago
Knott's Berry Farm - Buena Park, CA
21 hours ago
Apply to jobs on the go with Proven mobile
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `EmployersJob`.`id`, `EmployersJob`.`employer_id`, `EmployersJob`.`ats_url`, `EmployersJob`.`url`, `EmployersJob`.`title`, `EmployersJob`.`craigslist_city`, `EmployersJob`.`craigslist_sub_city`, `EmployersJob`.`craigslist_sub_sub_city`, `EmployersJob`.`craigslist_state`, `EmployersJob`.`open`, `EmployersJob`.`post_date`, `EmployersJob`.`duration`, `EmployersJob`.`anonymous_post`, `EmployersJob`.`compensation`, `EmployersJob`.`zip`, `EmployersJob`.`description`, `EmployersJob`.`unique_name`, `EmployersJob`.`created_date`, `Employer`.`lat`, `Employer`.`lon`, `Employer`.`id`, `Employer`.`company_name`, `Employer`.`company_logo`, `Employer`.`simple_posting_process`, `Employer`.`user_id`, `Employer`.`zipcode`, `Employer`.`city`, `Employer`.`street_address`, `Employer`.`street_address2`, `Employer`.`state`, `UtZipcode`.`zipcode`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) LEFT JOIN `proven_production`.`employers` AS `Employer` ON (`EmployersJob`.`employer_id` = `Employer`.`id`) WHERE `EmployersJob`.`id` = 45229 LIMIT 1 | 1 | 1 | 1 | |
2 | SELECT COUNT(*) AS `count` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`employer_id` = 30595 AND `EmployersJob`.`open` = 1 | 1 | 1 | 0 | |
3 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 714916 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
4 | SELECT `EmployerMobileImage`.`file_name` FROM `proven_production`.`employer_mobile_images` AS `EmployerMobileImage` WHERE `EmployerMobileImage`.`employer_id` = 30595 LIMIT 1 | 0 | 0 | 0 | |
5 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 714916 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
6 | SELECT `BillingTransaction`.`id` FROM `proven_production`.`billing_transactions` AS `BillingTransaction` WHERE `BillingTransaction`.`employers_job_id` = 45229 ORDER BY `BillingTransaction`.`created_date` desc LIMIT 1 | 1 | 1 | 0 | |
7 | SELECT `EmployersJob`.`title`, `EmployersJob`.`description`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix`, `EmployersJob`.`zip` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`id` = 45229 LIMIT 1 | 1 | 1 | 0 |