<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet title="XSL_formatting" type="text/xsl" href="https://news.samsung.com/global/wp-content/plugins/btr_rss/btr_rss.xsl"?><rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/"
	>
	<channel>
		<title>life &#8211; Samsung Global Newsroom</title>
		<atom:link href="https://news.samsung.com/global/tag/life/feed" rel="self" type="application/rss+xml" />
		<link>https://news.samsung.com/global</link>
        <image>
            <url>https://img.global.news.samsung.com/image/newlogo/logo_samsung-newsroom.png</url>
            <title>life &#8211; Samsung Global Newsroom</title>
            <link>https://news.samsung.com/global</link>
        </image>
        <currentYear>2015</currentYear>
        <cssFile>https://news.samsung.com/global/wp-content/plugins/btr_rss/btr_rss_xsl.css</cssFile>
		<description>What's New on Samsung Newsroom</description>
		<lastBuildDate>Wed, 15 Apr 2026 08:00:00 +0000</lastBuildDate>
		<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
					<item>
				<title><![CDATA[[Video] Samsung IoT: In Sync with Life]]></title>
				<link>https://news.samsung.com/global/samsung-iot-in-sync-with-life</link>
				<pubDate>Thu, 03 Sep 2015 19:14:11 +0000</pubDate>
								<media:content url="https://img.global.news.samsung.com/global/wp-content/uploads/2015/09/1.jpg" medium="image" />
				<dc:creator><![CDATA[SamsungTomorrow]]></dc:creator>
						<category><![CDATA[Technology]]></category>
		<category><![CDATA[IFA 2015]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[video-2]]></category>
                <guid isPermaLink="false">http://bit.ly/1QVwGSt</guid>
									<description><![CDATA[There are a lot of amazing things to be experienced at IFA this year. Despite the vast number of new products and partnerships, there is one common thread that connects all of them: the Internet of Things. So what exactly is IoT capable of? Well, seemingly just about everything. And never before has this been […]]]></description>
																<content:encoded><![CDATA[<p>There are a lot of amazing things to be experienced at IFA this year. Despite the vast number of new products and partnerships, there is one common thread that connects all of them: the Internet of Things.</p>
<p>So what exactly is IoT capable of? Well, seemingly just about <em>every</em>thing. And never before has this been clearer than at the 2015 IFA Samsung Press Conference, when a new video was released, spelling out a few specific (and fantastically awe-inspiring) examples. From things that help one locate a favorite Chardonnay at the supermarket to things that create an optimal environment for a good night’s sleep, IoT makes one’s life richer and more convenient.</p>
<p>But what’s the best thing about the Internet of Things? Simply that it is designed to be in sync with life. Check out the video below to find out how.</p>
<p><script>// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// </script><script src="/js/flex/common.js"></script><script>// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
//  -1) && (sUserAgent.indexOf("MSIE") > -1) )
							|| (sUserAgent.indexOf("Trident") > -1);
			var isMinIE7 = false;
			if (isIE) {
				var reIE = new RegExp("MSIE (d+.d+);");
				reIE.test(sUserAgent);
				var fIEVersion = parseFloat(RegExp["$1"]);
				isMinIE7 = fIEVersion >= 7.0;
			}
			//end ie7 체크 로직</p>
<p>			var frm = document.getElementById('detail2Form');</p>
<p>			frm.foldername.value="INBOX";
			frm.msguid.value="80554";
			frm.recipientsInfo.value = "N";
			frm.recipientsTelInfo.value = "Y";
			frm.zoomsize.value = document.getElementById("docBody").style.zoom;	//현재의 본문배율
			frm.linesize.value = document.getElementById("docBody").style.lineHeight;
			frm.cmd.value = "print";
			frm.method = "post";
			frm.action = "/service/ml/RecvController";</p>
<p>			//인쇄 옵션 설정 popStyle
			try{
				if(!isMinIE7){//ie6인경우  인쇄 미리보기 위해 menubar=yes 
					var popStyle = "scrollbars=yes,status=no,resizable=yes,menubar=yes,toolbar=yes,location=no";
				}else{
					var popStyle = "scrollbars=yes,status=no,resizable=yes,menubar=no,toolbar=yes,location=no";	
				}
			}catch(e){}
			//end 인쇄 옵션 설정 popStyle 
			popWinOpen(690, 500, "printWnd", frm, popStyle);
		}catch(e){}
	}</p>
<p>	function popWinOpen(width, height, title, obj, style) {
		try {
			var popLeft = (screen.width-width)/2;
			var popTop = (screen.height-height)/2;
			var popStyle = (style) ? style : "scrollbars=no,status=no,resizable=no,menubar=no,toolbar=no,location=no";
			popStyle += ",width=" + width;
			popStyle += ",height=" + height;
			popStyle += ",left=" + popLeft;
			popStyle += ",top=" + popTop;</p>
<p>			popWin = window.open("/mail/dummy.html", title, popStyle);
			obj.target = popWin.name;
			popWin.opener = self;</p>
<p>			obj.submit();
			popWin.focus();
		} catch(e) {alert(e);}
	}</p>
<p>	function openDecompressing(){
		var flexObject = parent.document.getElementById( parent.flexObjectID );
		flexObject.openDecompressing();
	}</p>
<p>	function closeDecompressing(){
		var flexObject = parent.document.getElementById( parent.flexObjectID );
		flexObject.closeDecompressing();
	}	</p>
<p>window.onload=function(){
	document.getElementById("docBody").ondblclick = addTabViewer;</p>
<p>	if( onViewerDocumentKeyUp ){
		if( document.addEventListener ){
			document.addEventListener( "keyup", onViewerDocumentKeyUp, false );
		}
		else if( document.attachEvent ){
			document.attachEvent( "onkeyup", onViewerDocumentKeyUp );
		}
	}
	if( onViewerDocumentKeyDown ){
		if( document.addEventListener ){
			document.addEventListener( "keydown", onViewerDocumentKeyDown, false );
		}
		else if( document.attachEvent ){
			document.attachEvent( "onkeydown", onViewerDocumentKeyDown );
		}
	}</p>
<p>	if (document.getElementById("aprouteview")){
		document.getElementById("aprouteview").onclick = changeRouteView;
		document.getElementById("aprouteview").innerText="[결재경로 감추기]";
	}</p>
<p>}</p>
<p>	function changeRouteView(){
		if(document.getElementById("aprouteviewDiv").style.display=="none"){
			document.getElementById("aprouteviewDiv").style.display="block";
			document.getElementById("aprouteview").innerText="[결재경로 감추기]";
		} else {
			document.getElementById("aprouteviewDiv").style.display="none";
			document.getElementById("aprouteview").innerText="[결재경로 보이기]";
		}
	}</p>
<p>function goShowImage() {
	try{
		//if($('m_header').style.display=='none'){return;}
		//bodyIframe.$('orgbody').style.display="none";
		document.getElementById("orgbody").style.display="none";
		//bodyIframe.$('spambody').style.display="";
		document.getElementById("spambody").style.display="";
		//zoomBody($('docBody').style.zoom, 'docBody', null);
		//zoomBody(document.getElementById("docBody").style.zoom);
	}catch(e){}
}
// ]]></script></p>
<div id="docBody" class="docBody">
<p><iframe width="705" height="395" src="https://www.youtube.com/embed/-1Cgax65ctY" frameborder="0" allowfullscreen></iframe></p>
</div>
]]></content:encoded>
																				</item>
					<item>
				<title><![CDATA[[Design Story] A Little Thoughtfulness Makes All the Difference]]></title>
				<link>https://news.samsung.com/global/design-story-a-little-thoughtfulness-makes-all-the-difference</link>
				<pubDate>Thu, 27 Aug 2015 12:00:58 +0000</pubDate>
								<media:content url="https://img.global.news.samsung.com/global/wp-content/uploads/2015/08/design_thumb.jpg" medium="image" />
				<dc:creator><![CDATA[SamsungTomorrow]]></dc:creator>
						<category><![CDATA[Design]]></category>
		<category><![CDATA[Design Story]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[IFA 2015]]></category>
		<category><![CDATA[life]]></category>
                <guid isPermaLink="false">http://bit.ly/1VDbVPz</guid>
									<description><![CDATA[At one point or another, everyone has been enthralled by an object of beauty, be it a piece of art or a stunning view. Yet, beauty seems to be less of a priority when it comes to purchasing home appliances. Instead, consumers focus on function and reliability, as well as the role the product will […]]]></description>
																<content:encoded><![CDATA[<p>At one point or another, everyone has been enthralled by an object of beauty, be it a piece of art or a stunning view. Yet, beauty seems to be less of a priority when it comes to purchasing home appliances. Instead, consumers focus on function and reliability, as well as the role the product will play in everyday life. Though Samsung values aesthetics, the company also shares the view of the consumers that function should trump form. Understanding users’ personal needs and applying them to the product are part of Samsung’s “Meaningful Design.”</p>
<h3><span style="color: #000080"><strong>Designed by Thoughtfulness</strong></span></h3>
<p><a href="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_02.jpg"><img class="aligncenter size-full wp-image-55470" src="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_02.jpg" alt="[Design Story] A Little Thoughtfulness Makes All the Difference" width="1280" height="900" /></a></p>
<p>Incorporated in all of Samsung’s products is the unwavering determination and faith of the designer. Great attention to detail is put into the design of each item, from the selection of a particular material to the use of a certain color, demonstrating the sincere thoughtfulness of every member of Samsung’s design team.</p>
<p>To symbolize this commitment, designers are recognized in the <em>Designed by</em> signature line. Although their names do not appear on the home appliances, their collective work is honored through the word <em>Thoughtfulness</em>. After all, the designs are not the result of one specific designer’s efforts, but are instead born from a thoughtfulness for all users.</p>
<p><em>Designed by Thoughtfulness</em>, the design philosophy behind Samsung’s home appliances, is an expression of the company’s enduring faith and will to seek new life values that begin with thoughtfulness towards users.</p>
<p>Additionally, Samsung continuously strives to get closer to the consumer’s life to better understand their needs and produce products that meet their demands. The three design values that illustrate this closeness are: Close to Human Sensibility, Close to Intuition & Essence and Close to Timeless Value.</p>
<h3><span style="color: #000080"><strong>Close to Human Sensibility</strong></span></h3>
<p>Design must get closer to human needs and emotions, and the shape of a product is a gesture toward the user. Through that gesture, the product’s personality is defined and communicates with its user. Unlike the stiff, machine-like form of traditional washing machines, the flowing character line of the WW9000’s upper panel is a gesture that expresses its readiness to provide the services that the user desires, maximizing sensibility by enabling the user to personally feel a warm, welcoming thoughtfulness.</p>
<p>Along with shape, the feel of a product also helps to form one’s relationship to it. The moment a user steps up to the Chef Collection Refrigerator, for example, a display hidden in the face of its metal door subtly appears and greets the user as if it has been waiting for the user’s touch. To make the display more discrete, Samsung created a Micro Hole Display that projects clear, concise information through an intricate matrix of minute perforations in the metal exterior. This patented Perforation Fill Technology, breaks the conventional paradigm in lighting display techniques that had been in practice for many years.</p>
<p>Likewise, the Knob Dial of the Chef Collection Oven instills a sense of nostalgia for the analog days, while its handle, rounded through delicate trimming, presents a sense of volume by harmonizing with the exterior body of the oven. Furthermore, the door’s weight and grip produce a feeling of reliability and pride, similar to owning a luxury item or a rare collectable.</p>
<h3><span style="color: #000080"><strong>Close to</strong><strong> Intuition & Essence</strong></span></h3>
<p><a href="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_09.jpg"><img class="aligncenter size-full wp-image-55471" src="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_09.jpg" alt="[Design Story] A Little Thoughtfulness Makes All the Difference" width="1280" height="900" /></a></p>
<p>Products embracing essential and intuitive designs have been created with the users in mind to protect them from danger. The virtual LED flame of the Chef Collection induction oven, a product of Samsung’s proprietary Virtual Flame Technology, intuitively shows the level of heat and temperature being used through an LED virtual flame.</p>
<p>This intuitiveness is also evident in the Chef Collection Oven, as its display maximizes convenience by providing the user with real time data at a glance. The Most Used Oven Mode remembers the settings that have been used most frequently and automatically sets the oven’s controls accordingly, while the Look Depthless feature allows the user to easily operate the appliance with simple, one touch convenience in any mode.</p>
<h3><span style="color: #000080"><strong>Close to Timeless Value</strong></span></h3>
<p><a href="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_10.jpg"><img loading="lazy" class="aligncenter size-full wp-image-55472" src="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_10.jpg" alt="[Design Story] A Little Thoughtfulness Makes All the Difference" width="1280" height="900" /></a></p>
<p>As household appliances are usually purchased with longevity in mind, it is necessary that their designs have a timeless appeal. Perhaps no other material is more timeless than metal, as its properties and values do not change as time passes.</p>
<p>The Chef Collection Dishwasher embodies the pure and everlasting value of metal, as expressed through the texture of its pure stainless steel surfaces. It presents a sleek and sophisticated design, featuring brushed platinum stainless steel that evokes the pure and everlasting value of the material through handcrafted metalwork.</p>
<p>Even more visually outstanding than a product’s materials is its color. Samsung’s design concept is focused on embracing the colors of nature in their original state, and no other element is more essential than air. As such, Samsung’s airborne color palette embodies life values that are as pure as air and as clean as light. Offering both subtle changes and dramatic contrasts, the colors maintain their distinct characteristics throughout, like the unchanging properties of nature.</p>
<p>Seamless Design, as it is applied to the Chef Collection Line, creates an integrated image by aligning the appliances with the cabinetry of the kitchen. Dedicated to quality materials and a smooth uninterrupted visual plane, the Chef Collection Line completes the integration of contemporary form and function into a single look that harmonizes with the interior of the home and the users’ navigation of space.</p>
<h3><span style="color: #000080"><strong>Close to</strong><strong> Life</strong></span></h3>
<p><a href="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_12.jpg"><img loading="lazy" class="aligncenter size-full wp-image-55473" src="http://img.global.news.samsung.com/global/wp-content/uploads/2015/08/Home-Appliances-Design-Philosophy_eng_12.jpg" alt="[Design Story] A Little Thoughtfulness Makes All the Difference" width="1280" height="900" /></a></p>
<p>Someone designed a washing machine that would warmly welcome the user. This is how doing the laundry became <em>pleasurable</em>. Someone thought of a vacuum cleaner that embodied the pure and clean colors of nature. This is how cleaning became <em>relaxing</em>. Someone dreamed up a convenient kitchen, based on the consumer’s movements. This is how cooking became a <em>joy</em>.</p>
<p>Thoughtfulness is at the center of all of Samsung’s home appliance designs, making them more valuable and meaningful. The thoughtfulness in creating meaningful change and innovation may not at once be recognizable, but it impacts consumers’ lives in a truly significant way. To this aim, Samsung is drawing one step closer to consumer’s lives.</p>
<p><iframe loading="lazy" width="705" height="395" src="https://www.youtube.com/embed/6ZVhosX3b-M" frameborder="0" allowfullscreen></iframe></p>
<p>Visit <a href="http://design.samsung.com/global/" target="_blank">design.samsung.com</a> to read more Samsung Electronics design stories.</p>
<p><a href="http://design.samsung.com/global/" target="_blank"><img src="http://samsungtomorrow.com/wp-content/uploads/2014/05/%EB%94%94%EC%9E%90%EC%9D%B8%EC%82%BC%EC%84%B12.jpg" alt="디자인 삼성 바로가기" /></a></p>
]]></content:encoded>
																				</item>
			</channel>
</rss>