[ad_1]
August 11th, 2022 features the opening of NFL preseason Week 1 as Mac Jones‘ Patriots battle Daniel Jones‘ Giants, while Tennessee faces Baltimore with football now in full force. MLB has an eight-contest Thursday slate with the Field of Dreams game between the Reds and Cubs, Xander Bogaerts‘ scuffling Red Sox play Cedric Mullins‘ Orioles, plus Miami tries to avoid being swept by division-rival Philadelphia. NBA teams sign final depth pieces to shore up their rosters while interested front offices target Kevin Durant in possible trades with Brooklyn.
See what happened in sports on this day in recent years:
– August 11, 2021: Corbin Burnes tied the MLB consecutive Ks record, Adam Wainwright threw a Maddux, and more!
– August 11, 2020: Damian Lillard‘s career-high-tying 61 points, 2020 NFL Hard Knocks’ season premiere, and more!
– August 11, 2019: A big day in the MLB with wild late-game action, a clutch Carlos Santana Grand Slam, and more!
WHAT’S HAPPENING IN SPORTS OVERVIEW: These posts showcase everything you need to see in pro sports all in one place EVERY DAY. This includes real headlines only (no clickbait rumors), all of the best highlights, interesting facts & records from around the NFL, NBA, & MLB, the main games to watch, notable birthdays, and a quick recap of significant events on this day in sports history.
MORE CONTENT WILL BE UPLOADED THROUGHOUT THE DAY
LATEST HEADLINES
function lastupdates(element){
let index = parseInt(document.getElementById(‘last_headlines_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_headlines_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_headlines.php?t=1660201265’)
.then(res=>res.json())
.then(res2=>{
for(;i<end;i++){
if(res2[i]){
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
`;
}
}
document.getElementById(‘load_more_last_headlines’).append(stringToHTML(inner));
});
if(index>=total){
document.getElementById(“last_headlines_button”).style.visibility = “hidden”;
}
document.getElementById(‘last_headlines_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str) {
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
};
[SEE MORE]
BEST HIGHLIGHTS
ALL-TIME WIN FOR SEATTLE
An instant classic.
The @Mariners walk it off in the 13th! pic.twitter.com/ppsW2GdEkr
— MLB (@MLB) August 10, 2022
This game!!! pic.twitter.com/jpjmGviFjq
— MLB (@MLB) August 10, 2022
MACHADO DOES IT AGAIN
MAN OH MANNY 💣 #TimeToShine pic.twitter.com/Zu0eVAh97o
— San Diego Padres (@Padres) August 10, 2022
YAZ YANKED IT AWAY
What a catch by Mike Yastrzemski! pic.twitter.com/KoNfOwNbc7
— MLB (@MLB) August 10, 2022
ACUNA’S ELECTRIC GW RUN
Can’t Touch This – @ronaldacunajr24 pic.twitter.com/Kd4LO90eTK
— Cut4 (@Cut4) August 10, 2022
TYRONE TOOK IT AWAY
Tyrone Taylor takes away a home run! pic.twitter.com/Eq3DKcVo0i
— MLB (@MLB) August 10, 2022
NO HR FOR LINDOR
.@albertalmora got UP and brought this one back in. pic.twitter.com/lcC6CFZd1v
— MLB (@MLB) August 9, 2022
BIGGEST KICKER DEAL EVER
Justin Tucker's NFL records:
– All-Pro 1st Teams (5) by a Kicker
– Career FG% (91.1%)
– Longest FGM (66 YDS)
– Seasons (7) of 30+ FGM
– FGM (326) & GP (101) of 2+ FGM in 1st 10 seasons
– Fastest Kicker to 1,000 PTS (118 GP) or 300 FGM (148 GP)
pic.twitter.com/9l0sEhpPEh
— Pro Sports Outlook (@PSO_Sports) August 9, 2022
Justin Tucker's #Ravens records:
– Longest FGM (66 YDS)
– Career FG% (91.1%)
– Season FGM (38) & PTS (141)
– Season FGM (10) of 50+ YDS
– FGM (6) & FGM of 50+ YDS (3) in 1 GP
– Fastest (118 GP) to 1,000 PTS
– 2nd in career FGM (326) & FGA (358)pic.twitter.com/vmiT3geHip
— Pro Sports Outlook (@PSO_Sports) August 9, 2022
Longest FGM in NFL history:
1. 2021 Justin Tucker (66 YDS)
2. 2013 Matt Prater (64)
T3. 2019 Brett Maher, 2018 Graham Gano, 2012 David Akers, 2011 Sebastian Janikowski, 1998 Jason Elam, 1970 Tom Dempsey (63)
pic.twitter.com/PykLglttp0
— Pro Sports Outlook (@PSO_Sports) September 27, 2021
Highest career FG% in NFL history:
1. Justin Tucker (91.1%)^
2. Harrison Butker (90.1%)^
3. Younghoe Koo (90.0%)^
4. Chris Boswell (88.3%)^
5. Daniel Carlson (87.2%)^pic.twitter.com/6NgD7RWmJA
— Pro Sports Outlook (@PSO_Sports) August 9, 2022
DEGROM DOMINATED AGAIN
Jacob deGrom’s MLB records from 8/7 vs. Braves:
– Ks (1,523) in 1st 200 career games
– Swings & misses rate (90%) on 1 pitch (slider) in 1 game [min 20 swings at pitch]
– Fastest strikeout (95.7 MPH) on a slider
– #Mets recorded t-most Ks (19) in 1 game pic.twitter.com/LLkml4ZQqq
— Pro Sports Outlook (@PSO_Sports) August 8, 2022
A WEB GEM GETS RESPECT
You know it's a great play when the other team congratulates you. pic.twitter.com/131LKCQ5WG
— MLB (@MLB) August 7, 2022
BIG MAC INSURANCE
Paul DeJong to Big Mac Land and the Cards are ready to break out the brooms. pic.twitter.com/9VT9goCWDC
— MLB (@MLB) August 7, 2022
jQuery(function(){
jQuery(‘.see-more-panel101’).click(function(){
let innerall=””;
let index = parseInt(jQuery(this).children(‘a’).attr(‘index’))+1;
let total = jQuery(this).children(‘a’).attr(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let i = start;
let container = jQuery(this).attr(‘container’);
fetch(‘https://prosportsoutlook.com/api_data/response_highlights.php?t=1660201268’)
.then(res=>res.json())
.then(res2=>{
for(;i<end;i++){
if(res2[i]){
innerall+=`
${res2[i].title}
`;
}
}
jQuery(‘#’+container+”).append(innerall);
if(innerall!=”){
jQuery(this).children(‘a’).attr(‘index’,”+index+”);
}
if(parseInt(index)>=parseInt(total)){
jQuery(this).hide();
}
});
});
});
[SEE MORE]
FACTS & RECORDS
function lasfacts(element){
let index = parseInt(document.getElementById(‘last_facts_button’).getAttribute(‘index’))+1;
let total = document.getElementById(‘last_facts_button’).getAttribute(‘total’);
let start = (index-1)*10;
let end = index*10-1;
let inner = “”;
let i = start;
fetch(‘https://prosportsoutlook.com/api_data/response_facts.php?t=1660201269’)
.then(res=>res.json())
.then(res2=>{
for(;i<end;i++){
if(res2[i]){
let dateCr = res2[i].date_create;
let titling = res2[i].url!=''?'‘+res2[i].title+’‘:res2[i].title;
let newDate = moment(dateCr, “YYYY-MM-DD”).format(“MMM DD, YYYY”)
inner+=`
inner+=`
`;
if(res2[i].related_text!=”){
let link = res2[i].related_link!==”?res2[i].related_link:’#’;
inner+=`
`;
}
inner+=`
`;
}
}
document.getElementById(‘load_more_last_facts’).append(stringToHTML(inner));
})
if(index>=total){
document.getElementById(“last_facts_button”).style.visibility = “hidden”;
}
document.getElementById(‘last_facts_button’).setAttribute(‘index’,”+parseInt(index)+”);
}
var stringToHTML = function (str) {
var parser = new DOMParser();
var doc = parser.parseFromString(str, ‘text/html’);
return doc.body;
};
[SEE MORE]
MAIN GAMES
NFL Preseason
MLB Thursday
1:05 PM: Miami Marlins (49-61) vs. Philadelphia Phillies (62-48)
7:10 PM: Baltimore Orioles (58-52) vs. Boston Red Sox (54-58)
7:15 PM: Chicago Cubs (45-65) vs. Cincinnati Reds (44-66) [Field of Dreams in Iowa]
*All game times listed are in Eastern Standard Time (EST)*
NOTABLE BIRTHDAYS
NFL: OL Austin Jackson, Miami Dolphins (turns 23)
NFL: WR Curtis Samuel, Washington Football Team (26)
MLB: 1B/IF Michael Chavis, Pittsburgh Pirates (27)
NFL: DE Shelby Harris, Seattle Seahawks (31)
NBA: PG Patty Mills, Brooklyn Nets (34)
MLB: 3B Pablo Sandoval, Last played in 2021 (36)
NFL: CB Tracy Poter, Retired after 2016 (36)
NFL: P Andy Lee, Arizona Cardinals (40)
SIGNIFICANT HISTORY
2020: Damian Lillard became the 1st player with 50+ PTS during consecutive games in Portland Trail Blazers history as tied his own franchise-record of 61 PTS (9 3PM, 18-18 FT)
2018: Oakland A’s CF Ramon Laureano made 1 of the most impressive MLB throws of all-time as he doubled up the runner from 1st base with a laser throw (no hops) from the warning track on the left side of center field
1986: At 45 years old, Cincinnati Reds player-manager Pete Rose recorded 4 singles and a double, setting an NL record with his 10th career 5-hit game
1982: Minnesota Twins SP Terry Felton was charged with a 6-3 loss to the Angels, dropping his career record to 0-14 — the worst individual start to a career in MLB history. Felton would ultimately finish his career with a 0-16 record, the most losses without a win ever
1962: The very 1st NFL Hall of Fame Game is played as the Giants and Cardinals tied 21-21 in the new annual NFL preseason opener
1961: Warren Spahn recorded his 300th career win en route to his 363 career victories, the most by any lefty in MLB history
1929: New York Yankees OF Babe Ruth became the very 1st player to ever reach 500 career home runs in MLB history. Nobody else would join the exclusive club for 11 years until Jimmie Foxx hit his 500th career HR
1919: Green Bay Packers were officially founded by Curly Lambeau and became the most successful franchise of the NFL’s 1st 100 years with an NFL-record 13 titles (9 NFL Championships, 4 Super Bowls)
Help Pro Sports Outlook continue to grow:
– Share this post with friends
– Click FOLLOW for high-quality sports content delivered to your email or your platform of choice
– Follow @PSO_Sports on Twitter & Instagram | Pro Sports Outlook on YouTube, Facebook, & LinkedIn
– Get 10% off all exclusive PSO designed sports t-shirts & jerseys on FanGearNation.com: Code PSO10 at check out
The post What 2 Watch 4 in Buccaneers vs. Cowboys Season Opener appeared first on Pro Sports Outlook.
[ad_2]
Source link
Related posts
Recent Posts
- Are Significant Advances in Technology Capable of Being Utilized to Benefit the Casino Industry? February 28, 2023
- Do You Think Tipping Auto Transport Driver is Necessary? February 10, 2023
- Enterprise-class OKR Platform Profit.co Raises $11 Mn Funding Led by Elevation Capital February 1, 2023
- Bengaluru Headquartered Mikro Grafeio Appoints U.S. Based Serial Entrepreneur Shyam Kumar as its Co-Founder February 1, 2023
- Federal Gov’t Will ‘Probably’ Force Americans To Eat Insects, Tucker Carlson Says February 1, 2023
Stay connected