This is where we started


We've come a long way since our beginning. It all started as an idea in a garage in Riverdale, Utah. As a dedicated father and fan of basketball, Lifetime Products' founder simply wanted to build a better basketball hoop for his family.

His passion for innovation quickly expanded beyond his initial project, and he created a company in March of 1986 called Lifetime Products. The philosophy for the name, as well as the goal of the company, was to build durable lasting products for consumers and their families.

Lifetime began by manufacturing basketball systems and inventing the Quick Adjust®. Built to adjust using a broom handle, it was the first basketball hoop homeowners could raise and lower quickly. The invention became the standard for our founder's home, and eventually the world.

Lifetime Products became a world-wide trusted brand as it quickly broadened from basketball hoops to picnic tables, then folding tables and chairs. Now our sheds, kayaks, and more, are leaders in their markets. From those first years in Lifetime's history, the company has grown from 15 employees in a partial warehouse to over 1,500 employees — all over the globe.

This is what we do


At Lifetime, we continually challenge ourselves to think different, think better. After inventing the first adjustable height basketball system, Lifetime invented the first portable basketball hoop and then the first complete basketball system packaged in one box. This simple, yet new concept made basketball systems easy for mass retailers to store and sell, and for consumers to take home.

After that, it was time to think outside the packaged box and challenge ourselves yet again. Using our manufacturing expertise in plastics and metals, in 1995 we invented a picnic table that folds flat with a blow-molded plastic tabletop. Later, in 1998 we used that same tabletop material and invented the first "the original" blow-molded folding utility table, making heavy wooden folding tables practically obsolete.

By constantly applying innovation and pioneering technology in plastics and metals, we continue to create products that revolutionize the industry with patented technology. With even more Lifetime products being invented and manufactured on nearly a daily basis, we are committed to continually bringing you better solutions for the needs of life.

This is who we are


Quality: it's not just in our tagline, it's our promise to you. Our goal is, and has always been, to create affordable products with quality, strength, and durability. We do this by growing profitably and providing opportunities for our people. We do this through diversification, by continuing to enter new product categories, expanding our market share, and constantly improving and innovating. And, we do this by sharing value with our customers while lowering costs.

But it's about more than just quality products. It's about being a quality company. Our brand is world-trusted and of great value to our customers. And there's a reason. Lots of them actually. Our products reflect our dedication to quality and innovation. We always treat our employees, customers, and suppliers with respect, honesty, and integrity. We look to promote from within the Lifetime family whenever possible, giving our employees greater opportunities. We understand the importance of power found in unified teamwork, and we work to succeed as a group, not as individuals. At Lifetime Products, we are a company with passion to do things the best way, because it's the right thing to do.

ABOUT LIFETIME的更多相关文章

  1. 管理Scope和Lifetime

    Nick Blumhardt’s Autofac lifetime primer 是一个学习Autofac Scope和Lifetime的好地方.这里有很多未理解的,混淆的概念,因此我们将尝试在这里完 ...

  2. Kerberos ticket lifetime及其它

    前言 之前的博文中涉及到了Kerberos的内容,这里对Kerberos ticket lifetime相关的内容做一个补充. ticket lifetime Kerberos ticket具有lif ...

  3. Rust: lifetime

    Rust的lifetime算是它最重要的特性之一,也不大好理解,特别是官方文档的介绍有些太过简略,容易让人误解. 这篇文章: Rust Lifetimes 应该可以解答很多人疑惑,特别是有关lifet ...

  4. My.Ioc 代码示例——Lifetime 和 ILifetimeScope

    很多 Ioc 框架在创建对象的过程中,都会采取某种方式来缓存/复用/释放已构建的对象.在 My.Ioc 中,这个目的是通过 Lifetime/ILifetimeScope 来实现的.其中,Lifeti ...

  5. Object lifetime

    Object lifetime Temporary object lifetime Storage reuse Access outside of lifetime Every object has ...

  6. ReactiveSwift源码解析(十) Lifetime代码实现

    为了之后博客的进行,本篇博客我们就来聊一下ReactiveSwift框架中的Lifetime类的具体实现.从Lifetime这个名字中我们就这道,就是生命周期.在ReactiveSwift中使用Lif ...

  7. [IoC容器Unity]第二回:Lifetime Managers生命周期

    1.引言 Unity的生命周期是注册的类型对象的生命周期,而Unity默认情况下会自动帮我们维护好这些对象的生命周期,我们也可以显示配置对象的生命周期,Unity将按照配置自动管理,非常方便,下面就介 ...

  8. [转帖]Lifetime Support Stages for Your Oracle Products

    Lifetime Support Stages for Your Oracle Products https://www.oracle.com/support/lifetime-support/ Pr ...

  9. [转载][IoC容器Unity]第二回:Lifetime Managers生命周期

    1.引言 Unity的生命周期是注册的类型对象的生命周期,而Unity默认情况下会自动帮我们维护好这些对象的生命周期,我们也可以显示配置对象的生命周期,Unity将按照配置自动管理,非常方便,下面就介 ...

随机推荐

  1. RCP:如何移除Search对话框中不需要的项

    前言 很久没写文章了,准备写一系列关于Eclipse RCP /Plugin的文章. 这些文章都是trouble shooting性质的,不准备写的很细,当你碰到这样的问题,google到时,能帮你把 ...

  2. 正则表达式获取TABLE里的内容

    //过滤\n 转换成空            String withoutNString=message.Replace("\n", "");          ...

  3. 《BI项目笔记》创建多维数据集Cube(2)

    本节建立: 历年的初烟水分均值变化分析Cube:区域维度:地州,专县时间维度:年等级维度:大等级,小等级指标:水分均值 数据源视图: 数据处理: ) ) DELETE FROM T_QualMoist ...

  4. TCP连接的状态与关闭方式及其对Server与Client的影响

    TCP连接的状态与关闭方式及其对Server与Client的影响 1. TCP连接的状态 首先介绍一下TCP连接建立与关闭过程中的状态.TCP连接过程是状态的转换,促使状态发生转换的因素包括用户调用. ...

  5. java方法参数

    Java程序设计语言总是采用值调用.也就是说,方法得到的是所有参数的一个拷贝,特别是方法不能修改传递给它的任何参数变量的内容. 基本类型参数 1)X被初始化为percent值的一个拷贝: 2)X被乘以 ...

  6. [Oracle] SQL*Loader 详细使用教程(1)- 总览

    SQL*Loader原理   SQL*Loader是Oracle提供的用于数据加载的一种工具,它比较适合业务分析类型数据库(数据仓库),能处理多种格式的平面文件,批量数据装载比传统的数据插入效率更高. ...

  7. Monkey测试的策略和分析

    Monkey测试针对不同的对象和不同的目的采用不同的测试方案,首先测试的对象.目的及类型如下: 测试的类型分为:应用程序的稳定性测试和压力测试 测试对象分为:单一apk和apk集合 测试的目的分为:解 ...

  8. Linux 忘记密码解决方法

    很多朋友经常会忘记Linux系统的root密码,linux系统忘记root密码的情况该怎么办呢?重新安装系统吗?当然不用!进入单用户模式更改一下root密码即可. 步骤如下: 重启linux系统 3  ...

  9. Python学习推荐

    1.    Python官网 官网想必是最权威的,不仅有Python 2.X和3.X的软件包,还有官方文档Python tutorial (official docs)及社区. 2.    在线阅读免 ...

  10. Python’s SQLAlchemy vs Other ORMs[转发 5] PonyORM

    PonyORM PonyORM allows you to query the database using Python generators. These generators are trans ...