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. oracle表分区详解

    原文来自:http://www.cnblogs.com/leiOOlei/archive/2012/06/08/2541306.html oracle表分区详解 从以下几个方面来整理关于分区表的概念及 ...

  2. 10-JS数组

    数组的定义和创建 数组是值得有序集合.JavaScript数组是无类型的. 数组对象的作用是:使用单独的变量名来存储一系列的值. 数组的创建 有两种向数组赋值的方法(你可以添加任意多的值,就像你可以定 ...

  3. 【转载】C++中的位拷贝和值拷贝

    ---恢复内容开始--- 原文:C++中的位拷贝和值拷贝 原文:http://blog.csdn.net/liam1122/article/details/1966617 为了便于说明我们以Strin ...

  4. 文件上传和下载(可批量上传)——Spring(二)

    针对SpringMVC的文件上传和下载.下载用之前“文件上传和下载——基础(一)”的依然可以,但是上传功能要修改,这是因为springMVC 都为我们封装好成自己的文件对象了,转换的过程就在我们所配置 ...

  5. createjs 的 bitmapdata类

    今天测试一个功能,在效率上出现了问题.2D舞台绘制了大量的元素,联想到AS3的 bitmapdata.darw() 功能,遗憾是createjs官方类 中没有bitmapdata类. 好在已经有大神替 ...

  6. js函数、变量提升(hoisting)

    其实我只是想复习下变量提升的,然后看到了函数提升,然后再看到了函数声明.函数表达式. 有必要怀着敬仰之心提及园子里的TOM大叔的解密命名函数表达式,不愧是大叔,好好地脑补了下基础知识. 在ECMASc ...

  7. iOS 如何适配iOS10

    转自: http://www.cnblogs.com/jukaiit/p/5881062.html 2016年9月7日,苹果发布iOS 10.2016年9月14日,全新的操作系统iOS 10将正式上线 ...

  8. python yield的初识

    ---------2016-5-18 10:49:45-- source:

  9. Windows 数据类型

    类型 定义 描述 ATOM typedef WORD ATOM; 原子(原子表中的一个字符串的参考) BOOL typedef int BOOL; 布尔变量 BOOLEAN typedef BYTE ...

  10. TCP/IP协议学习(三) STM32中ETH驱动配置注意事项

    1.MII/RMII/SMI接口连接和配置 SMI又称站点管理接口,用于cpu与外置PHY芯片通讯,配置相关参数,包含MDC和MDIO两个管脚(CPU上有对应引脚,当然用普通GPIO口模拟SMI管理也 ...