US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (2024)

');}else {$('.followThisTopic').text("Add To Favorites");alert("Something is wrong with the network. Try again.");}},'json');}// stop following topic buttonif ($(target).hasClass('followingTopic')) {e.preventDefault();$('.followingTopic').text('...sending');var topic = $('.topicHeading').data("topic");var options = {"stopFollowingTopic":1, "topicId": topic};$.post('/truckers-forum/includes/php/setUserPreferences.php', options, function(data) {if (data.status == "success") {$('.followingTopic').replaceWith('

Add To Favorites

');}else {$('.followThisTopic').text("Add To Favorites");alert("Something is wrong with the network. Try again.");}},'json');}// show tag list buttonif ($(target).hasClass('showTagList')) {$('.newTopicWrapper').hide();$('.tagListWrapper').fadeIn();}});$('.editorButtonDiv').on('click', function(e) {var closestDiv = $(e.target).closest('div');if ($(closestDiv).is('.tableFormatButton')) {var textAreaBox = $('.textAreaBox');var commandBefore = ($(e.target).closest('.tableButton').data('commandbefore'));var commandAfter = ($(e.target).closest('.tableButton').data('commandafter'));var selectionStart = $(textAreaBox).getSelection().start;var selectionEnd = $(textAreaBox).getSelection().end;if ($(textAreaBox).getSelection().length == 0) {$(textAreaBox).focus();var textToInsert = commandBefore + '' + commandAfter;$(textAreaBox).insertText(textToInsert, selectionStart);if (commandBefore == "

") {$(textAreaBox).setCursorPosition(selectionStart + 12);}else if (commandBefore == "") {$(textAreaBox).setCursorPosition(selectionStart + 8);}else {$(textAreaBox).setCursorPosition(selectionStart + 3);}}else {$(textAreaBox).focus();$(textAreaBox).surroundSelectedText(commandBefore, commandAfter);}}if ($(closestDiv).is('.tableLinkButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableLinkButton').addClass('tableButtonPressed');$('.linkForm').fadeIn();}if ($(closestDiv).is('.tableImageButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableImageButton').addClass('tableButtonPressed');$('.imageForm').fadeIn();}if ($(closestDiv).is('.tableLinkTTButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableLinkTTButton').addClass('tableButtonPressed');$('.linkOnTTForm').fadeIn();}if ($(closestDiv).is('.tableSmileyButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableSmileyButton').addClass('tableButtonPressed');$('.smileyForm').fadeIn();}});$('.formatFormCancel').on('click', function() {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();});$('.previewButton').on('click', function(e) {e.preventDefault();$('.previewButton').html('...Creating Preview')var comment = $('.textAreaBox').val();var dataToSend = {"comment": comment, "createPreview":1};$.post('/truckers-forum/includes/php/admin.php', dataToSend, function(data) {$('html, body').animate({'scrollTop':'+=300'}, 600);$('.previewButton').html('Preview');$('.previewDivInner').html(data.comment);$('.previewDiv').fadeIn();},'json');});$('.previewCancel').on('click', function(e) {e.preventDefault();$('.previewDivInner').html('');$('.previewDiv').fadeOut();});$('.previewReply').on('click', function(e) {e.preventDefault();$('.previewDivInner').html('');$('.previewDiv').fadeOut();$('.replyButton').trigger('click');});$('.replyButton').on('click', function(e) {e.preventDefault();if ($('.textAreaBox').val().length > 5500) {alert('Your post is too long. Please reduce the size to below 5,500 characters. The count is shown below the window you\'re typing into.');}else {$('.replyButton').html('Sending...');var topicBody = $('.textAreaBox').val();var categoryID = $('.categoryHeading').data('category');var topic = $('.topicHeading').data('topic');if ($('.subscribeButton').hasClass('subscribedToTopic')) {var subscribed = "yes";}else {var subscribed = "no";}var dataArray = {'categoryID': categoryID, 'comment': topicBody, 'topic': topic, 'subscribed': subscribed};$.post('/truckers-forum/includes/php/insertNewComment.php', dataArray, function(data) {var dataReturned = $.parseJSON(data);if (dataReturned.status == "success") {$('.replyButton').html('Success! Reloading page...');location.reload(true);}// if they posted too recentlyelse if (dataReturned.status == "timeLimit") {alert('Sorry, you can only post a new comment every two minutes. Please wait a short time and hit Submit again.');}else if (dataReturned.status == "moderation") {alert('Your comment is awaiting moderation. We will send you an email if it is approved. Hopefully it will only be a few minutes but it could be a few hours so we appreciate your patience. We\'re doing all we can to keep this a friendly and helpful community for everyone. Thanks!');location.reload(true);}else if (dataReturned.status == "commentLimit") {alert('Sorry, you have too many comments in moderation right now. Please be patient while we get caught up and submit this again in a little while. Thanks.')}else if (dataReturned.status == "banned") {alert('Sorry, you have been banned from posting in our forum.');}else {alert('There was an error of some sort. Please hit the "Submit" button again. If this error continues, contact brett@truckingtruth.com and we\'ll get it straightened out. Thanks.');}});}});$('.tagListUL').on('click', function(e) {e.preventDefault();var $target = $(e.target);if ($target.hasClass('btn')) {$target.toggleClass('tagged');}});$('.submitTagsButton').on("click", function(e) {e.preventDefault();$('.submitTagsButton').html('...sending');var taggedElements = $('.tagListUL').find('.tagged');var tagArray = [];for (i=0; i\n\n'; var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(insertedHtml, selectionStart, true);$('.imageForm').fadeOut();$('.tableImageButton').removeClass('tableButtonPressed');$('.urlForImage').val('');}img.src = imageUrl;}$('.submitImageButton').on('click', function() {var imageUrl = $('.urlForImage').val();validateImageUrl(imageUrl); });function validateLink(link) {return fetch(link, { method: 'HEAD' }).then(response => {return (response.status === 200 || response.status === 301 || response.status === 302);}).catch(error => {console.log('Error:', error);return false;});}$('.submitLinkButton').on('click', function(e) {e.preventDefault();var textForLink = $('.textForLink').val();if (textForLink.length < 4) {alert('Please put a description for the page you\'re linking to in the "Link Text" field.');}else {var linkUrl = $('.urlForLink').val();var linkHtml = '' + textForLink + '';var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(linkHtml, selectionStart, true);$('.linkForm').fadeOut();$('.tableLinkButton').removeClass('tableButtonPressed');$('.textForLink').val('');$('.urlForLink').val('');}});$('.ttLinkButton').on('click', function(e) {e.preventDefault();var link = parseInt($(this).data('link'));// we have to subtract 1 from link to get the proper array indexvar linkHtml = ttLinkButtonArray[link - 1];// var linkText = $(this).html();// var linkHtml = '' + linkText + ''; var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(linkHtml, selectionStart, true);});$('.smileyForm').on('click', function(e) {e.preventDefault();if ($(e.target).data('name') == "cancel") {return;}var imageName = $(e.target).closest('img').data('name');if (imageName !== 'cancel') {var imageHtml = 'US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (1) ';var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(imageHtml, selectionStart, true);}});$('.quoteButton').on('click', function(e) {e.preventDefault();$('.newTopicWrapper').show();var comment = $(this).parents('.commentWrapper').find('.commentText');var commentor = $(this).parents('.commentWrapper').find('.nickname').html();$('html, body').animate({scrollTop: ($('.newTopicWrapper').offset().top)}, 500);// gotta get the glossary .definitionTerm spans and .tooltipElements out of the quote$(comment).find('.tooltipElements').remove();$(comment).find('.definitionTerm').each(function(i,v) {$(this).replaceWith($(this).text().trim());});$(comment).find('.viewMoreQuoteButton').remove();// $(comment).find('span[itemprop="text"]').unwrap();// $(comment).trim();var commentWrapped = "
" + $(comment).html().trim() + "
\n\n";var uidOfSender = $('.uidDiv').data('uid');// we have to get the current content of the textarea then append this quotevar currentTextAreaVal = $('.textAreaBox').val();var newTextAreaVal = currentTextAreaVal + "\n\n\n\n" + commentWrapped;// $('.textAreaBox').val(commentWrapped);$('.textAreaBox').val(newTextAreaVal);textAreaCheck(0, 1);});// this is the report button$('.reportButton').on("click", function(e) {e.preventDefault();$thisButton = $(this);if (confirm("Just confirming that you would like to report this comment?")) {$thisButton.text("..sending");var $commentWrapper = $(this).parents('.commentWrapper');var commentId = $commentWrapper.data('commentid');var commentText = $commentWrapper.find('.commentText').html();var nickname = $commentWrapper.find('.nickname a').text();var topicID = $('.topicHeading').data('topic');var topicHeading = $('.topicHeading').text();var page = $('.topicHeading').data('page');var uidOfSender = $('.uidDiv').data('uid');var options = {"reportComment":"1", "topic":topicID, "nickname":nickname, "commentText":commentText, "commentId":commentId, "uidOfSender":uidOfSender, "topicHeading":topicHeading, "page":page};$.post('/truckers-forum/includes/php/setUserPreferences.php', options, function(data) {$thisButton.text('Report');if (data.status == "success") {alert("Thanks! We've received your report about this comment and you can be certain we'll be taking a close look at it. We appreciate the help!");}else {alert("hmmmm....that didn't go through for some reason. Try hitting the 'report' button one more time. Thanks.");}},'json');}});$('.subscribeButton').on('click', function(e) {e.preventDefault();$(this).toggleClass('subscribedToTopic');});$('.goToPageSubmit').on('click', function(e) {e.preventDefault();var topic = $('.topicHeading').data('topic');var page = $(this).parents('.topicPaginationWrapper').find('.goToPage').val();var subjectString = $('.topicHeading').data('subjectstring');var locationString = "https://www.truckingtruth.com/truckers-forum/Topic-" + topic + "/";locationString += "Page-" + page + "/" + subjectString;location.href=locationString;});// this looks for the first blockquote in each commentTextWrapper and shortens it if it's really long$.each($('.commentWrapper'), function(i,comment) {// console.log($(this));var $quote = $(this).find('blockquote:first');// console.log($quote);// if the quote is taller than 450 pxif ($quote.height() > 450) {// create the "View More" buttonvar a = $("").addClass('btn btnDarkBlueArrowDown viewMoreQuoteButton').attr('data-id', i).html('View More');// add the heightReduced class to the quote$quote.addClass('heightReduced');// append the View More button and clearTall$(a).insertAfter($quote);$('').insertAfter($(a));}});// this will expand the blockquote which we shortened with the previous .each function$('.viewMoreQuoteButton').on("click", function(e) {e.preventDefault();// find the blockquotevar $blockquote = $(this).parents('.commentText').find('blockquote:eq(0)')// if the height is currently reducedif ($blockquote.hasClass('heightReduced')) {// remove the height restrictino$blockquote.removeClass('heightReduced');// convert the arrow down to an arrow up$(this).html("View Less").removeClass('btnDarkBlueArrowDown').addClass('btnDarkBlueArrowUp');// scroll to the top of the blockquote$('html, body').animate({scrollTop: ($($blockquote).offset().top - 20)}, 500);}// if it's currently at full heightelse {// add heightReduced to reduce the height$blockquote.addClass('heightReduced');// convert the button to arrow down$(this).html("View More").removeClass('btnDarkBlueArrowUp').addClass('btnDarkBlueArrowDown');// scroll back to the top of the quote$('html, body').animate({scrollTop: ($($blockquote).offset().top - 20)}, 500);}});// if there are new comments this will scroll the page to themif ($('.topicHeading').data('pagename') == "Newest" && $('.newTopic').length) {$('html, body').animate({scrollTop: ($('.newTopic:eq(0)').offset().top - 20)}, 500);}// this creates a searchable list out of the tags with List.js (/includes/js/List.js)// and the fuzzysearch plugin (/includes/js/fuzzysearch.js)var listOptions = { valueNames: [ 'sorted' ], listClass: 'tagListUL', page: 500, plugins:[ListFuzzySearch()]};var tagList = new List('tagListInnerDiv', listOptions);// this is for the page button// make an array of elements that should be included in page menuvar inclusionArray = ["h1","h2","h3",".commentInfo",".nextPageButton",".prevPageButton",".startNewTopic",".returnButtons"];// make an array of elements that should not be included in page menuvar exclusionArray = [".mobileShortcutDiv",".tooltipElements",".previewDiv",".jumpDiv",".newTopicWrapper",".tagListWrapper"];// createPageMenuButton(inclusionArray,exclusionArray);// this is for submitting ratings and tags for each conversation$('.ratingSubmitButton').on('click', function(e) {e.preventDefault();$(this).html('...sending');var rating = $('.ratingSelect').val();var topic = $('.topicHeading').data('topic');$.post('/truckers-forum/includes/php/updateTags.php', {"rating":rating, "topic_id": topic}, function(data) {$('.ratingSubmitButton').html('Success!');setTimeout(function() {$('.ratingSubmitButton').html("Submit");}, 600);});});});

Topic 16482 | Page 1

  • Trucker's Forum
  • US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (2)
  • General Category
  • US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (3)
  • US EXPRESS DEDICATED DOLLAR TREE ACCOUNT

Page 1 of 1

MY HIGHWAY OR NO WAY's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (4)

MY HIGHWAY OR NO WAY

Snellville , GA

In CDL School

Posts: 85

Joined Us:

8 years, 9 months ago

7 years, 8 months ago

I'm interested in more info on becoming a driver with U.S. Xpress on their dedicated dollar tree account. If like to know if anyone knows anything about this company and what to expect. I spoke with a recruiter but I would much rather speak with a driver...I live in Atlanta Georgia

Rob S.'s Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (5)

Rob S.

Home State: OR

Experienced Driver

Posts: 495

Joined Us:

8 years, 10 months ago

4 Photos

7 years, 8 months ago

Do a search here for dollar tree, or family dollar, dollar general, etc. Lots of close quarter work, backing in tight places and driver unloads.

Errol V.'s Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (6)

Errol V.

Moderator

Sheffield, AL

Experienced Driver

Posts: 7434

Joined Us:

11 years ago

347 Photos

7 years, 8 months ago

I'm interested in more info on becoming a driver with US Express on there dedicated dollar tree account. If like to know if anyone knows anything about this company and what to expect. I spoke with a recruiter but I would much rather speak with a driver...I live in Atlanta Georgia

Did the recruiter say you get paid more? You'll find that you really earn that money in these accounts. I have not run on any of these, but that search Rob mentions will turn up the word "Brutal" quite a bit. First you have some real backing situations, then you need to unload from the trailer yourself.

In fact, I searched just for "brutal" in the search box (upper left corner) and there were three entries out of the first ten talking about Dollar Store deliveries.

Joseph D.'s Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (7)

Joseph D.

Algonquin, IL

Experienced Driver

Posts: 183

Joined Us:

8 years, 9 months ago

7 years, 8 months ago

These are not good accounts for a driver with no expierence. I haven't done them personally but know they are difficult.

G-Town's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (8)

G-Town

Moderator

Lewes , DE

Experienced Driver

Posts: 10634

Joined Us:

8 years, 8 months ago

424 Photos

7 years, 7 months ago

Joseph, Several months ago on PA-183 I stopped and offered assistance to a Dollar Driver who had just completed peeling up a 16' section of curved guardrail trying to exit one of the Dollar Stores. He had 3 weeks of experience at the tender age of 22. He was almost inconsolable. I sat with him until the State Police arrived. Fortunately I did not witness it, so I wasn't required to provide a statement.

Unless you have really, really good skills from day-1, I would urge you to steer clear (pun intended) of any Dollar Account regardless of how good the recruiters make it sound.

Brett Aquila's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (9)

Brett Aquila

Moderator

Keeseville, NY

Experienced Driver

Posts: 13346

Joined Us:

17 years, 3 months ago

138 Photos

7 years, 7 months ago

I actually worked that account for a year back in the day and I'm telling you it's really tough. As a new driver it can be overwhelming because you're always on a tight schedule, the stores are often extremely difficult to get backed into, and the unloading is a lot of hard physical work.

The biggest problem for a new driver though is finding the stores and getting in and out safely. They're often in small plazas in extremely busy areas. A lot of the plazas are super tight and really not built for a nearly 70 foot truck in mind.

I would highly recommend avoiding that account right off the bat. Get 6 - 12 months of OTR experience first and then give it a shot if you like. You'll have a lot easier time of it once your backing skills have improved and you're better at getting around in really tight parking lots.

OTR:

Over The Road

OTR driving normally means you'll be hauling freight to various customers throughout your company's hauling region. It often entails being gone from home for two to three weeks at a time.

Half Pint's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (10)

Half Pint

Pensacola, FL

Rookie Solo Driver

Posts: 54

Joined Us:

6 years, 9 months ago

6 years, 7 months ago

I actually worked that account for a year back in the day and I'm telling you it's really tough. As a new driver it can be overwhelming because you're always on a tight schedule, the stores are often extremely difficult to get backed into, and the unloading is a lot of hard physical work.

The biggest problem for a new driver though is finding the stores and getting in and out safely. They're often in small plazas in extremely busy areas. A lot of the plazas are super tight and really not built for a nearly 70 foot truck in mind.

I would highly recommend avoiding that account right off the bat. Get 6 - 12 months of OTR experience first and then give it a shot if you like. You'll have a lot easier time of it once your backing skills have improved and you're better at getting around in really tight parking lots.

I've been talking to a recruiter at MTC school, she said US Xpress is looking at me. Is it possible to sign on with US Xpress and NOT take a Dollar account? Or is it one of those things that if they hire a driver you work what they give you?

Thanks for the info and for letting me dig up an old topic.

OTR:

Over The Road

OTR driving normally means you'll be hauling freight to various customers throughout your company's hauling region. It often entails being gone from home for two to three weeks at a time.

HOS:

Hours Of Service

HOS refers to the logbook hours of service regulations.

Brett Aquila's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (11)

Brett Aquila

Moderator

Keeseville, NY

Experienced Driver

Posts: 13346

Joined Us:

17 years, 3 months ago

138 Photos

6 years, 7 months ago

You won't be forced into that account. That's just one account they have. You can run OTR for them without doing the Dollar Tree account.

OTR:

Over The Road

OTR driving normally means you'll be hauling freight to various customers throughout your company's hauling region. It often entails being gone from home for two to three weeks at a time.

LDRSHIP's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (12)

LDRSHIP

Clarksville, TN

Experienced Driver

Posts: 2479

Joined Us:

7 years, 9 months ago

120 Photos

6 years, 7 months ago

Look at it this way. Why do you think those companies that have the dollar accounts push them? Simple answer: they can't keep drivers doing them! Working a dollar account (dollar general, dollar tree, family dollar, etc...) has a grueling schedule with hard physical labor. Not to mention the backing and maneuvering situations. Take dollar general. Go find 3 dollar generals. 1 in a major metropolitan area, 1 in a large town/small city, and 1 in the middle of the country. You should quickly realize what you are going to be dealing with. I would take weekly runs to NYC before someone could ever sucker me into one of those accounts.

HOS:

Hours Of Service

HOS refers to the logbook hours of service regulations.

Half Pint's Comment

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (13)

Half Pint

Pensacola, FL

Rookie Solo Driver

Posts: 54

Joined Us:

6 years, 9 months ago

6 years, 7 months ago

Thanks guys, I appreciate it.

Page 1 of 1

Return To General CategoryTrucker's Forum Homepage

New Reply:

New! Check out our help videos for a better understanding of our forum features

Bold

Italic

Underline

Quote

Photo

Link

Smiley

Links On TruckingTruth

Done

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (14)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (15)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (16)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (17)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (18)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (19)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (20)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (21)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (22)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (23)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (24)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (25)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (26)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (27)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (28)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (29)US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (30)

Done


0 characters so far - 5,500 maximum allowed.

Notify Me Of New CommentsSubmitPreview

Preview:

Submit

Cancel

This topic has the following tags:

US Xpress Transport

Click on any of the buttons above to view topics with that tag, or you can view a list of all forum tags here.

US EXPRESS DEDICATED DOLLAR TREE ACCOUNT - Page 1 (2024)
Top Articles
Latest Posts
Article information

Author: Gregorio Kreiger

Last Updated:

Views: 5633

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Gregorio Kreiger

Birthday: 1994-12-18

Address: 89212 Tracey Ramp, Sunside, MT 08453-0951

Phone: +9014805370218

Job: Customer Designer

Hobby: Mountain biking, Orienteering, Hiking, Sewing, Backpacking, Mushroom hunting, Backpacking

Introduction: My name is Gregorio Kreiger, I am a tender, brainy, enthusiastic, combative, agreeable, gentle, gentle person who loves writing and wants to share my knowledge and understanding with you.