<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>Internet &amp; Sons</title>
    <link>http://tzvister.posterous.com</link>
    <description>With the mainstream population adopting of the internet and with connected devices surrounding every piece of our lives, we’re witnessing a major shift towards “Everything Digital”. One of the first industries that have really embraced this shift is Marketing and its Digital Marketing counterpart.  These marketing service givers have been using their arsenal of creative people and hands-on approach to innovate in the digital space with its “engagement” marketing. Unfortunately this space is becoming more and more cluttered (just like old billboards and magazines) and standing out has become a harder thing to do. So what can a company do in order to step up to the challenge of being noticed? My preferred way is to create usable digital side products that will complement a core product or service. </description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#c71977fc1" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BeingTalOron" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="beingtaloron" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Wed, 08 Dec 2010 03:32:00 -0800</pubDate>
      <title>The Role of Creative Technologist</title>
      <link>http://tzvister.posterous.com/the-role-of-creative-technologist</link>
      <guid>http://tzvister.posterous.com/the-role-of-creative-technologist</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
<object height="417" width="500">
<param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=scottprindletechology-101207142214-phpapp02&amp;stripped_title=the-role-of-creative-technologist" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" /> <embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=scottprindletechology-101207142214-phpapp02&amp;stripped_title=the-role-of-creative-technologist" type="application/x-shockwave-flash" height="417" width="500"></embed>
</object>
<div class="posterous_quote_citation">via <a href="http://farisyakob.typepad.com/">Faris Yakob</a></div>
<div>I fully support Scott's approach, I hopefully offer the creative values myself to agencies. However, one part that was terrible missing was the product itself. The New Product Development (NPD) today is an essential part of what the marketing cake, and a result a part of the marketing agency's responsibility.
<p>For instance, the Fiat eco:drive and the Domino's pizza track your pizza is now actually part not of the a communication but rather of the product itself.</p>
<p>These new exciting opportunities are for creative technologists to serve the clients themselves rather than the agencies. The result would make the Creative technologist more of a consultant and digital innovation manager rather then a hands-on developer. This is what I hope the position will ripe too.</p>
</div>
<p>&nbsp;</p>
</div>

	
</p>

<p><a href="http://tzvister.posterous.com/the-role-of-creative-technologist">Permalink</a> 

	| <a href="http://tzvister.posterous.com/the-role-of-creative-technologist#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 18 Oct 2010 13:52:06 -0700</pubDate>
      <title>Nice website with some nice people behind it</title>
      <link>http://tzvister.posterous.com/nice-website-with-some-nice-people-behind-it</link>
      <guid>http://tzvister.posterous.com/nice-website-with-some-nice-people-behind-it</guid>
      <description>
        <![CDATA[<p>
	This is not exactly why I created this blog, but it is part of what I like about the web. <div>Today I got a very polite email from a guy named Paul Johnson who asked me to recommend <a href="http://www.save.co.uk/">http://www.save.co.uk/</a></div><p /><div><a href="http://www.save.co.uk/"></a>Honestly, this is a coupon site, of some relevant brands. So if you&#39;re buying at Habitat or other nice brands, you might want to take a look at it.</div> <p /><div>But I decided on writing about this site because of a simple UX trick that I really liked in it.</div><p /><div>If the users slide with their mouse towards the Tab section in order to switch or close the site, the site will pop-up a message, offering the users to register for the mailing list if they are not already registered for it.</div> <p /><div>Simple but very polite, the box will only come up once and only if the user is not already registered.</div><div>This is all done by simply tracking the mouse movements, and displaying a form when the users&#39; mouse slides off the top end of the browser&#39;s window.</div> <p /><div>I copied this code from their site, with hopes they won&#39;t hate me for it. Well... they did get what they wanted, a link to their site:</div><p /><div>if(readCookie(&#39;rec&#39;)!=null){dontgo_shown=true;}</div> <div>$().mousemove(function(e){if(!dontgo_shown){clearTimeout(dontgo_timeout);</div><div>if(e.pageX&gt;0&amp;&amp;(e.pageY-$(window).scrollTop())&lt;10)</div>
	
</p>

<p><a href="http://tzvister.posterous.com/nice-website-with-some-nice-people-behind-it">Permalink</a> 

	| <a href="http://tzvister.posterous.com/nice-website-with-some-nice-people-behind-it#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Tue, 07 Sep 2010 05:33:00 -0700</pubDate>
      <title>As Ron Burgundy would say: That escalated quickly - Nike+ fights Adidas back!</title>
      <link>http://tzvister.posterous.com/as-ron-burgundy-would-say-escalated-quickly-n</link>
      <guid>http://tzvister.posterous.com/as-ron-burgundy-would-say-escalated-quickly-n</guid>
      <description>
        <![CDATA[<p>
	<p>Well, that didn't take long. Less than a month and two days since <a href="http://www.internetandsons.com/adidas-micoach-a-year-old-device-gets-a-free" target="_blank">my post</a> about the new Adidas miCoach bold move to offer their own version of the Nike+ for free for the iOS platform, and today, Nike+ get back to the game with Nike+ iOS app that allows you to start experiencing the benefits of a Sports Monitoring system without&nbsp;committing&nbsp;for external $60 Nike+ sensor.&nbsp;This app is priced at $1.99 while Adidas's is free, though I suspect with such low prices, people would probably go for the brand name rather then the price. Moreover, I liked Nike's approach of not giving the price for free,&nbsp;differentiating&nbsp;the men from the boys.&nbsp;</p>
<p>Here are some pictures of Nike's new iOS app:</p>
<p><div class='p_embed p_image_embed'>
<img alt="Mzl" height="480" src="http://posterous.com/getfile/files.posterous.com/temp-2010-09-07/GBflnbagxlIooHkxquIeywqhdwmzEnubiFJlvBDmkArEjtAkmyEnxIHHneGz/mzl.kxvrinoc.320x480-75.jpg.scaled500.jpg" width="320" />
<img alt="Mzl" height="480" src="http://posterous.com/getfile/files.posterous.com/temp-2010-09-07/htcrFmAugsdAvDxIfEoAgmzndkkblxpnAzrbGmaJdHetvHyDlEojqAsmkail/mzl.mbwastbt.320x480-75.jpg.scaled500.jpg" width="320" />
<img alt="Mzl" height="480" src="http://posterous.com/getfile/files.posterous.com/temp-2010-09-07/kAezofHDFoponiBpkpGyGpbkhHnihdllfusBhjvrHDjuwBBCgjiAgikAznwH/mzl.btzmcgkh.320x480-75.jpg.scaled500.jpg" width="320" />
<img alt="Mzl" height="480" src="http://posterous.com/getfile/files.posterous.com/temp-2010-09-07/xGuIGeniyyCIjljwqFICDukEfFDtdnwcJoGoGkgAuomIFIefwmvprrFoAudB/mzl.kvxeankh.320x480-75.jpg.scaled500.jpg" width="320" />
<img alt="Mzl" height="480" src="http://posterous.com/getfile/files.posterous.com/temp-2010-09-07/EylEzxmexBwagmAdzhiimABHyHAGCBmlkzJurlhccborEBBzkgFoBsDvEess/mzl.srmgbljk.320x480-75.jpg.scaled500.jpg" width="320" />
<div class='p_see_full_gallery'><a href="http://tzvister.posterous.com/as-ron-burgundy-would-say-escalated-quickly-n">See the full gallery on Posterous</a></div>
</div>
</p>
<p>I bet the guys at Adidas miCoach did expect it a move from their competitors, but I don't think any of them expected it to be within a month and two days.&nbsp;</p>
<p>
<object height="300" width="500">
<param name="movie" value="http://www.youtube.com/v/GBsSttJsZOc?fs=1&amp;hl=en_US" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/GBsSttJsZOc?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" height="300" width="500"></embed>
</object>
</p>
<p>&nbsp;</p>
<p>Adidas, your move.</p>
<p>&nbsp;</p>
	
</p>

<p><a href="http://tzvister.posterous.com/as-ron-burgundy-would-say-escalated-quickly-n">Permalink</a> 

	| <a href="http://tzvister.posterous.com/as-ron-burgundy-would-say-escalated-quickly-n#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-09-07/GBflnbagxlIooHkxquIeywqhdwmzEnubiFJlvBDmkArEjtAkmyEnxIHHneGz/mzl.kxvrinoc.320x480-75.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-09-07/GBflnbagxlIooHkxquIeywqhdwmzEnubiFJlvBDmkArEjtAkmyEnxIHHneGz/mzl.kxvrinoc.320x480-75.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-09-07/htcrFmAugsdAvDxIfEoAgmzndkkblxpnAzrbGmaJdHetvHyDlEojqAsmkail/mzl.mbwastbt.320x480-75.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-09-07/htcrFmAugsdAvDxIfEoAgmzndkkblxpnAzrbGmaJdHetvHyDlEojqAsmkail/mzl.mbwastbt.320x480-75.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-09-07/kAezofHDFoponiBpkpGyGpbkhHnihdllfusBhjvrHDjuwBBCgjiAgikAznwH/mzl.btzmcgkh.320x480-75.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-09-07/kAezofHDFoponiBpkpGyGpbkhHnihdllfusBhjvrHDjuwBBCgjiAgikAznwH/mzl.btzmcgkh.320x480-75.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2010-09-07/xGuIGeniyyCIjljwqFICDukEfFDtdnwcJoGoGkgAuomIFIefwmvprrFoAudB/mzl.kvxeankh.320x480-75.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-09-07/xGuIGeniyyCIjljwqFICDukEfFDtdnwcJoGoGkgAuomIFIefwmvprrFoAudB/mzl.kvxeankh.320x480-75.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-09-07/EylEzxmexBwagmAdzhiimABHyHAGCBmlkzJurlhccborEBBzkgFoBsDvEess/mzl.srmgbljk.320x480-75.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-09-07/EylEzxmexBwagmAdzhiimABHyHAGCBmlkzJurlhccborEBBzkgFoBsDvEess/mzl.srmgbljk.320x480-75.jpg.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Thu, 19 Aug 2010 18:19:23 -0700</pubDate>
      <title>The best Branded Utility to date</title>
      <link>http://tzvister.posterous.com/the-best-branded-utility-to-date</link>
      <guid>http://tzvister.posterous.com/the-best-branded-utility-to-date</guid>
      <description>
        <![CDATA[<p>
	 <p><span style=""><img title="gmm_history_updated_final.001.001.png" src="http://1.bp.blogspot.com/_16aYP83FzVs/TG1jZHw17qI/AAAAAAAAAJM/8mNZHeoQ6jc/s1600/gmm_history_updated_final.001.001.png" alt="gmm_history_updated_final.001.001.png" /><br /> </span></p><p><span style="">For the past two months now, I&#39;ve been talking with people in the marketing industry on my favourite topic, know by the people as Branded Utility, or Marketing with meaning or Marketing as a Service. During these amazingly exciting times with these unbelievably smart and gifted people I&#39;ve many times of Holy Grail project, the one that is mentioned pretty much in every blog post and every book about the topic, the Nike+. The product was massively important to the Nike; the amount of free publicity it got is immeasurable  (or is it... maybe do a paper on that). In addition to that, it made a huge impact on the company itself, adding a layer of technology oriented products to a sporting equipment company. And not to mention the impact it did on the jogging/running industry and the experience in general.</span></p> <p><span style=""> </span></p> <p><span style="">Though I want to mention today another super duper Branded Utility, Google Maps. After Google made a huge chunk of money, many wondered what they would do with it, what would be their next line of products and what would be the firm’s next buyout. It started developing and offering strange software product, and started buying nontrivial assets: Google Earth, Blogger, Picasa, Google Desktop and <a href="http://en.wikipedia.org/wiki/List_of_acquisitions_by_Google">many many more</a>. At the time, everyone wondered about Google’s strategy, for the business people, it didn&#39;t seem right. They were just </span><span style="font-family: Times New Roman;">throwing</span><span style=""> money around in panic, they said.</span></p> <p><span style=""> </span></p> <p><span style="">But lets look at Google Maps and at how much it grew throughout the years, what is the purpose of such a product for the company?. At the time they might have thought that they can turn it around into a profitable business faster that it actually does. Well it might become one, maybe even soon. But until now, it has been the perfect Branded Utility ever created. Its light colours and simplified interface are graceful yet playful (just like the Google logo) which enforces the company’s perceived brand and values, but more importantly, it is usable. And massively. In fact, in today&#39;s <a href="http://googlemobile.blogspot.com/2010/08/to-100-million-and-beyond-with-google.html">blog post by Google</a>, it states that Google Maps had passed the 100m users a month milestone with just its mobile users!</span></p> <p><span style=""> </span></p> <p><span style="">Unfortunately I could not find the exact sum of buying <a href="http://en.wikipedia.org/wiki/ZipDash#Google_Ride_Finder">ZipDash</a>, <a href="http://en.wikipedia.org/wiki/Keyhole,_Inc">Keyhole, Inc.</a>, <a href="http://en.wikipedia.org/wiki/Endoxon">Endoxon</a> and <a href="http://en.wikipedia.org/wiki/Image_America">ImageAmerica</a>, the four companies that served as the base for Google Maps, but my estimates would circa $100m over a period of five years and still left with some change. Considering even adding development and support for the product, we might even double that. Now lets take another piece of interesting data, the business insider&#39;s chart dated May 2010 showing <a href="http://www.businessinsider.com/chart-of-the-day-ad-spending-for-tech-companies-2010-5">How Much Tech Companies Spend On Advertising</a>:</span></p> <p><span> </span></p> <p style="text-align: center;"><img title="chart-of-the-day-ad-spending-for-tech-comanies.gif" src="http://static.businessinsider.com/image/4be43bce7f8b9a6953dc0000/chart-of-the-day-ad-spending-for-tech-comanies.gif" alt="chart-of-the-day-ad-spending-for-tech-comanies.gif" /><br /> </p> <p><span> </span></p> <p><span>What’s interesting is that Google allegedly doesn’t spend almost any money on advertising, especially comparing to the other boys, but is that true? </span></p> <p><span>I think Google is just tapping in to the new stream of advertising I so passionately support. Advertising through people’s experience. Letting an over the top satisfied customer, be the driver and advocate of your business. If we look at the bottom line, at a fraction of the cost, they are buying consumer usage and belief and further down the road, a revenue-making asset that will no doubly find itself as one of the companies most earning products. </span></p> 
	
</p>

<p><a href="http://tzvister.posterous.com/the-best-branded-utility-to-date">Permalink</a> 

	| <a href="http://tzvister.posterous.com/the-best-branded-utility-to-date#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 12 Aug 2010 11:50:00 -0700</pubDate>
      <title>TBWA\Tequila Hong Kong and Levi's Hong Kong has invented a new way for youth audiences to express themselves with Soundwash</title>
      <link>http://tzvister.posterous.com/tbwatequila-hong-kong-and-levis-hong-kong-has</link>
      <guid>http://tzvister.posterous.com/tbwatequila-hong-kong-and-levis-hong-kong-has</guid>
      <description>
        <![CDATA[<p>
	

<blockquote>
<div class="asset-body" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; clear: both; line-height: 20px; padding: 0px;">TBWA\Tequila Hong Kong and Levi's Hong Kong has invented a new way for youth audiences to express themselves with Soundwash, a concept developed for its Square Cut collection featuring five new styles of jeans.&nbsp;</div>
<div class="asset-body" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; clear: both; line-height: 20px; padding: 0px;">Soundwash is a multi-dimensional interactive brand and music experience that lets the audience choose their favorite jeans style and then "Soundwash" the jeans to their favourite style of music including rock, hip hop and canto pop across multiple platforms.</div>
<div class="asset-more" style="clear: both; line-height: 20px; padding: 0px; margin: 0px;"><span class="mt-enclosure mt-enclosure-image" style="display: inline; padding: 0px; margin: 0px;"><a href="http://www.campaignbrief.com/asia/assets_c/2010/08/Levi%27s2-31538.html" style="text-decoration: underline; color: red; padding: 0px; margin: 0px;"><img class="mt-image-left" src="http://www.campaignbrief.com/asia/assets_c/2010/08/Levi%27s2-thumb-250x166-31538.jpg" height="166" alt="Levi's2.jpg" style="margin-top: 0pt; margin-right: 20px; margin-bottom: 20px; margin-left: 0pt; float: left; padding: 0px;" width="250" /></a></span>Creatively, Soundwash cleverly rediscovers the authenticity of the classic American laundry and collides it with cutting-edge music styles to create a completely original brand experience using a Soundwash "machine".<p> The concept is supported by limited edition packaging and gift accessories, a special Soundwash Laundry pop-up store in high traffic Tsim Sha Tsui, a branded iPhone game app, website and online viral video featuring local music band "Mr".<br style="padding: 0px; margin: 0px;" /></p></div>
<div class="asset-more" style="clear: both; line-height: 20px; padding: 0px; margin: 0px;"><br style="padding: 0px; margin: 0px;" /><span class="mt-enclosure mt-enclosure-image" style="display: inline; padding: 0px; margin: 0px;"><a href="http://www.campaignbrief.com/asia/assets_c/2010/08/iPhone-31541.html" style="text-decoration: underline; color: red; padding: 0px; margin: 0px;"><img class="mt-image-left" src="http://www.campaignbrief.com/asia/assets_c/2010/08/iPhone-thumb-250x464-31541.jpg" height="464" alt="iPhone.jpg" style="margin-top: 0pt; margin-right: 20px; margin-bottom: 20px; margin-left: 0pt; float: left; padding: 0px;" width="250" /></a></span>The Soundwash iPhone app includes a highly engaging game where friends can compete with each other and see who can Soundwash the most number of jeans in 30 seconds. The top scorer of each week will receive a pair of Levi's Square Cut jeans.&nbsp;<br style="padding: 0px; margin: 0px;" /></div>
</blockquote>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<div style="text-align: left;">I like the idea of giving an identity or personality to your clothes, but I do&nbsp;defiantly&nbsp;see that as a more suitable proposition for a washing powder, Say Ariel Jazz, a cube holder that you can pick your music while you mom is doing the&nbsp;laundry&nbsp;for you :) Maybe that will open a new market for young people to buy their own washing powders at places such as Urban Outfitters.</div>
<div style="text-align: left;">Is this a&nbsp;complementary&nbsp;product / product innovation or is it just a communion stunt to get free publicity on national TV?</div>
<p>
<div>What do you think?</div>
<p>
</p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p></p>

	
</p>

<p><a href="http://tzvister.posterous.com/tbwatequila-hong-kong-and-levis-hong-kong-has">Permalink</a> 

	| <a href="http://tzvister.posterous.com/tbwatequila-hong-kong-and-levis-hong-kong-has#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 04 Aug 2010 16:31:00 -0700</pubDate>
      <title>Adidas MiCoach, a year old device gets a free iPhone and Android promotional version</title>
      <link>http://tzvister.posterous.com/adidas-micoach-a-year-old-device-gets-a-free</link>
      <guid>http://tzvister.posterous.com/adidas-micoach-a-year-old-device-gets-a-free</guid>
      <description>
        <![CDATA[<p>
	<p style="font-family: arial, sans-serif; border-collapse: collapse;"><div class='p_embed p_image_embed'>
<img alt="Micoach1" height="272" src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/yjAHtErwIvbpfBEnrJzkmjECpcibFJIquxpEmeFGutAGeqkxoIcjBEsnCpog/miCoach1.jpg.scaled500.jpg" width="149" />
<img alt="Micoach2" height="187" src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/csydzosAgfjeICCBdmeBGivIkDtdHfmqrzuEEztDJwxeymachaGvoiufwovk/miCoach2.jpg.scaled500.jpg" width="260" />
<img alt="Micoach3" height="187" src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/IilAbqbExrbqcbiyxhbJfgBGAtAtDjIDCfxtrdDzonzEvzyvDpqqIBhmpswp/miCoach3.jpg.scaled500.jpg" width="260" />
<div class='p_see_full_gallery'><a href="http://tzvister.posterous.com/adidas-micoach-a-year-old-device-gets-a-free">See the full gallery on Posterous</a></div>
</div>
<span style="color: #000000;">While awareness might already exists for a Community Driven Sport Monitor&nbsp;Device especially for a competitor's product, even a company as big and strong as Adidas will have hard times persuading its customers to purchase and experiment with an alternative product. While Nike+ has been&nbsp;enjoying&nbsp;being a&nbsp;<span style="font-family: Arial, Lucida Grande, Raanana, sans-serif; font-size: 12px; border-collapse: collapse;">synonym&nbsp;</span>name to Community Driven Sport&nbsp;</span><span style="color: #000000;"><span style="font-family: arial, sans-serif; border-collapse: collapse;">Monitor&nbsp;</span><span style="font-family: arial, sans-serif; border-collapse: collapse;">&nbsp;Device, being a&nbsp;legendary&nbsp;product in the <a href="http://www.marketingwithmeaning.com/" target="_blank">Marketing with Meaning</a> school on its own, there are still a quite a few novice sports loving people that have shown interest in such a product but has yet choose to invest their money in such a device.</span></span></p>
<p><span style="font-family: arial, sans-serif; border-collapse: collapse; color: #000000;">The reasons for not&nbsp;purchasing&nbsp;such a device, is as always, our uncertainty of our&nbsp;intentions&nbsp;and our devotions. Simply put, we're not sure we're going to use the product, and if we will indeed benefit from using it.</span></p>
<div><span style="color: #000000;">In my opinion, Adidas has acted rather smartly by releasing a free app that will let smart-phone mobile users, that are anyway in the exact same consumer segment as the potential miCouch crowd, trial their product without having to spend any money on it, allowing users to Trial and build confidence and belief in both the product and themselves.</span></div>
<p />
<div><span style="color: #000000;">An educated customer, will surly now research the options at hand. Just with Nike+ system on the other side of the river, being the system you heard of but never experienced with.</span></div>
<p />
<div><span style="color: #000000;">Congratulation&nbsp;Adidas. Nice move.</span></div>
<p>&nbsp;</p>
<p />
<div><em>via <a href="http://thenextweb.com/apps/2010/08/02/lack-motivation-the-adidas-micoach-app-will-whip-you-into-shape/" target="_blank">TheNextWeb</a></em></div>
<p>&nbsp;</p>
	
</p>

<p><a href="http://tzvister.posterous.com/adidas-micoach-a-year-old-device-gets-a-free">Permalink</a> 

	| <a href="http://tzvister.posterous.com/adidas-micoach-a-year-old-device-gets-a-free#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="272" width="149" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2010-08-04/yjAHtErwIvbpfBEnrJzkmjECpcibFJIquxpEmeFGutAGeqkxoIcjBEsnCpog/miCoach1.jpg">
        <media:thumbnail height="272" width="149" url="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2010-08-04/yjAHtErwIvbpfBEnrJzkmjECpcibFJIquxpEmeFGutAGeqkxoIcjBEsnCpog/miCoach1.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="187" width="260" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2010-08-04/csydzosAgfjeICCBdmeBGivIkDtdHfmqrzuEEztDJwxeymachaGvoiufwovk/miCoach2.jpg">
        <media:thumbnail height="187" width="260" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-08-04/csydzosAgfjeICCBdmeBGivIkDtdHfmqrzuEEztDJwxeymachaGvoiufwovk/miCoach2.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="187" width="260" url="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-08-04/IilAbqbExrbqcbiyxhbJfgBGAtAtDjIDCfxtrdDzonzEvzyvDpqqIBhmpswp/miCoach3.jpg">
        <media:thumbnail height="187" width="260" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-08-04/IilAbqbExrbqcbiyxhbJfgBGAtAtDjIDCfxtrdDzonzEvzyvDpqqIBhmpswp/miCoach3.jpg.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Wed, 28 Jul 2010 03:01:00 -0700</pubDate>
      <title>First post with a new mission - ohh, and GE Mood Cam</title>
      <link>http://tzvister.posterous.com/24366388</link>
      <guid>http://tzvister.posterous.com/24366388</guid>
      <description>
        <![CDATA[<p>
	<p><span style="font-size: small;">So... Here we go.</span></p>
<p><span style="font-size: small;">With my new mission shaped up and hopefully articulated clearly (i'd love your comments on that), I'll start posting some of my past and more contemporary notes that have led me to this blog and I current passion.</span></p>
<p><span style="font-size: small;">I'll kick of with a relatively new product, <a href="http://www.geconsumerproducts.com/pressroom/press_releases/lighting/consumer_lighting/GEMoodCam_2010.htm" title="GE Mood Cam" target="_blank">GE Mood Cam</a>. </span></p>
<p><span style="font-size: small;"><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-07-28/rxnrlwsiprssjjztrxlkDGFijvaoHJtHwEHkGkGozwjiyoyBbhfioAhgaosw/GE_Mood_Cam.tif.scaled1000.jpg"><img alt="Ge_mood_cam" height="341" src="http://posterous.com/getfile/files.posterous.com/temp-2010-07-28/rxnrlwsiprssjjztrxlkDGFijvaoHJtHwEHkGkGozwjiyoyBbhfioAhgaosw/GE_Mood_Cam.tif.scaled500.jpg" width="500" /></a>
</div>
</span></p>
<p><span style="font-size: small;">Since their description is so eloquently written, I'll just copy-paste from it. You'll get the point:</span></p>
<blockquote>
<p><span style="font-family: Arial, Helvetica, san-serif; color: #666666; line-height: 12px; font-size: small;">The GE Mood Cam™ app allows users to snap pictures of indoor environments, such as a kitchen, living room or bedroom, and change the mood of the room by sliding the Moodometer™ tool to adjust the look from warm (cozy) to vibrant (energetic/creative).</span></p>
<p><span style="font-family: Arial, Helvetica, san-serif; font-size: 11px; color: #666666; line-height: 12px;"><span style="font-size: small;">The free app provides a Three-Step Bulb Finder that helps users quickly find the right light bulb for the right fixture. Users can produce a shopping list of bulbs that will create a particular mood, and save the list in an at-a-glance format for simple viewing in the lighting aisle of their favorite store. They can also email themselves their custom photos and bulb shopping lists for even easier reference at the store. Insider design tips are offered to help round out the user's vision for a mood-inspired room. </span><p /><span style="font-size: small;">“At its core, this app helps to emphasize for iPhone users how lighting is as important as the paint, furniture and other décor in a room,” adds Sroub. “The advent of general lighting with LEDs and the ever-increasing variety of CFLs now available to consumers can make navigation of the lighting aisle pretty daunting. We're here to help consumers better understand how to do more with lighting in their homes. We're empowering them.” </span></span></p>
</blockquote>
<p> </p>
<p><span style="font-family: Arial, Helvetica, san-serif; font-size: 11px; color: #666666; line-height: 12px;"><span style="font-size: small;"><strong>Core Product/Service: <span style="font-weight: normal;">GE Light bulbs</span><br />Addition: <span style="font-weight: normal;">Design and Experience choices before you buy</span><br />Borrowed from<span style="font-weight: normal;">: </span></strong>Paint Catalogue <br /><strong>Price:</strong> Free </span></span></p>
<p><span style="font-family: Arial, Helvetica, san-serif; font-size: 11px; color: #666666; line-height: 12px;"><span style="font-size: small;">I'd love to know who initiated this idea, was is a wiz-kid at GE or was it an agency driven, if you know, just comment or send me an email to: tal[at]internetandsons[dot]com</span></span></p>
	
</p>

<p><a href="http://tzvister.posterous.com/24366388">Permalink</a> 

	| <a href="http://tzvister.posterous.com/24366388#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
      <media:content type="image/tiff" height="818" width="1200" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-07-28/rxnrlwsiprssjjztrxlkDGFijvaoHJtHwEHkGkGozwjiyoyBbhfioAhgaosw/GE_Mood_Cam.tif">
        <media:thumbnail height="341" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-07-28/rxnrlwsiprssjjztrxlkDGFijvaoHJtHwEHkGkGozwjiyoyBbhfioAhgaosw/GE_Mood_Cam.tif.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Thu, 17 Jun 2010 01:12:00 -0700</pubDate>
      <title>Your order from is due for delivery between 13:53-14:53 #DPD #WIN</title>
      <link>http://tzvister.posterous.com/your-order-from-is-due-for-delivery-between-1</link>
      <guid>http://tzvister.posterous.com/your-order-from-is-due-for-delivery-between-1</guid>
      <description>
        <![CDATA[<p>
	
<div class="gmail_quote">Look at that. Now that's what I call service. DPD a company I had no idea that existed, are doing the job right.</div>
<div class="gmail_quote">These guys give you a "Stay at Home" one hour window gap for their delivery guy to knock on you door. Perfect!</div>
<div class="gmail_quote">Amazon's Service as a mean of measure (which I have been using quite alot these days), makes you wait the whole day 8:00-17:30 at home (can't even go for a snack).  Think of how annoying it is for fragmented shipments</div>
<div class="gmail_quote">Anyways, Good going DPD! Yey!</div>
<div class="gmail_quote">
<br />
<div>
<table border="0" width="530px">

<tr>
<td> </td>
</tr>
<tr>
<td><img src="http://www.dpd.co.uk/email_top.gif" height="24" alt="top" width="584" /></td>
</tr>
<tr>
<td align="center">
<table align="center" width="515px">

<tr>
<td><br /></td>
<td>
<p /> 
</td>
</tr>
<tr>
<td>Your order is due for delivery<br />between 13:53-14:53 today</td>
</tr>
<tr>
<td colspan="2">
<table width="530">

<tr>
<td>Your order from is out for delivery today and is due to be delivered between 13:53-14:53. Can you please ensure that someone will be available to sign for the parcel at:<p />Mr Tal Oron<br /> Flat --<br />--------------<br />---------------------<br />London<br />--- ---<p /> <br /> 
<table width="530">

<tr>
<td>If today is not convenient, please click below to change the date.<p /><img src="http://www.dpd.co.uk/email_change_date_button.gif" border="0" alt="" /><p /> 
</td>
</tr>

</table>
To view the current status of your order at any time please click below.<p /><img src="http://www.dpd.co.uk/email_track_button.gif" border="0" alt="" /><p /> We trust that you are happy with our service and thank you for your order.<p /> .<br />
</td>
</tr>

</table>
</td>
</tr>

</table>
</td>
</tr>
<tr>
<td><img src="http://www.dpd.co.uk/email_bottom.gif" height="72" alt="bot" width="584" /></td>
</tr>
<tr>
</tr>

</table>
</div>
</div>

	
</p>

<p><a href="http://tzvister.posterous.com/your-order-from-is-due-for-delivery-between-1">Permalink</a> 

	| <a href="http://tzvister.posterous.com/your-order-from-is-due-for-delivery-between-1#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 14 Jun 2010 03:59:00 -0700</pubDate>
      <title>The shift has begun</title>
      <link>http://tzvister.posterous.com/the-shift-has-begun</link>
      <guid>http://tzvister.posterous.com/the-shift-has-begun</guid>
      <description>
        <![CDATA[<p>
	<p>Inspired by some facebook thoughts in from <a href="http://no-mans-blog.com/2010/06/11/notes-on-like/" target="_blank">Asi Sharabi</a> yesterday, I had some myself.</p>
<p><span style="font-size: small;">I've stumbled upon some interesting picture in the Tube the other day:</span></p>
<p><span style="font-family: arial, sans-serif;"><span style="line-height: 15px; font-size: small;"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="line-height: normal;"><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-06-14/jADgdpAGIHiscuHAmfJknsolpDAcxAIglzbrGlvJqlCFgtmkcdwDowkJIyhl/IMG_1047.JPG.scaled1000.jpg"><img alt="Img_1047" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-14/jADgdpAGIHiscuHAmfJknsolpDAcxAIglzbrGlvJqlCFgtmkcdwDowkJIyhl/IMG_1047.JPG.scaled500.jpg" width="500" /></a>
</div>
I remember the times when all those billboard ads where all about "Search us on Google" an interesting shift has begun indeed. </span></span></span></span></p>
<p><span style="font-family: arial, sans-serif;"><span style="line-height: 15px; font-size: small;"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="line-height: normal;"><span style="font-size: 13px;">I'll start by <span style="font-family: arial, sans-serif; font-size: small; line-height: 15px;">a proper disclosure. I don't really like Facebook, actually I kind of hate it. As a Microsoft user I know the paradigm, I'd thought all of their UI cumbersomeness (is that a work?) is just legacy driven by "don't bother users with major change". But Facebook it seems, just lack genius in design. Each iteration is a step forwarrd, but dude - as much as I like computers. I always preferred the geeky guy rather than the nerd, and I think most people agree on that.</span></span></span></span></span></span></p>
<p><span style="font-family: arial, sans-serif;"><span style="line-height: 15px; font-size: small;"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="line-height: normal;"><span style="font-size: 13px;"><span style="font-family: arial, sans-serif; font-size: small; line-height: 15px;"> </span></span>In order to strengthen their position, Google should start considering a breakout strategy. </span></span></span></span><span style="font-size: small;">Personally, I think they need now to shift from their old Nerdiness to the Geek Chic of our times. But what is Geek Chic in computers? In my opinion:</span></p>
<ol>
<li><span style="font-size: small;">Friendlyness</span></li>
<li><span style="font-size: small;">Playfulness</span></li>
<li><span style="font-size: small;">Humility</span></li>
<li><span style="font-size: small;">Invent your style over and over again. if you're a visionary style should be innovative just as other part of your business.</span></li>
<li><span style="font-size: small;">Ohh and Glasses of course</span></li>
</ol>
<p>Android is a way forward. <a href="http://www.techmynd.com/personalize-google-search-background/" target="_blank">Google Theme background</a> is another. But lets face it, Google is functional and many of the users are not "Googlers" (google users with emotion to the brand) but rather just a google user. This I think, needs to be fixed.</p>
<p> <img src="http://i46.tinypic.com/o05u90.jpg" alt="Google Geek Chic" style="display: block; margin-left: auto; margin-right: auto;" width="70%" /></p>
<p> </p>
	
</p>

<p><a href="http://tzvister.posterous.com/the-shift-has-begun">Permalink</a> 

	| <a href="http://tzvister.posterous.com/the-shift-has-begun#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="1536" width="2048" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2010-06-14/jADgdpAGIHiscuHAmfJknsolpDAcxAIglzbrGlvJqlCFgtmkcdwDowkJIyhl/IMG_1047.JPG">
        <media:thumbnail height="375" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-06-14/jADgdpAGIHiscuHAmfJknsolpDAcxAIglzbrGlvJqlCFgtmkcdwDowkJIyhl/IMG_1047.JPG.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Thu, 10 Jun 2010 06:24:00 -0700</pubDate>
      <title>World Cup 2010 Calendar</title>
      <link>http://tzvister.posterous.com/two-girls-one-cup-2010</link>
      <guid>http://tzvister.posterous.com/two-girls-one-cup-2010</guid>
      <description>
        <![CDATA[<p>
	If anyone's interested in the world cup, I've added a Google public Calendar. You can use it on your Gcal,iCal or Outlook.
<div> </div>
<div>And, no. I'm not the disturb person who punched this in, though I do thank him for that. </div>
<div> </div>
<div>Instructions:</div>
<div>In Google Calendar:</div>
<div>
<ol>
<li>Download this file to your desktop: <a href="http://bit.ly/afLh5T" target="_blank">http://bit.ly/afLh5T</a> </li>
<li>Go to Settiings --&gt; Calendar Settings</li>
<li>Go Calendars Tab</li>
<li>Press the "<span style="font-family: Arial, sans-serif; font-size: 12px; border-collapse: collapse;">Import calendar" link (mid way on the page)</span> </li>
<li>Choose the file on your desktop, and press "Import" button</li>
</ol>
<div> </div>
</div>
<div>
<span style="font-family: arial, helvetica, clean, sans-serif; font-size: 13px; color: #333333; line-height: 16px;">Voila</span>!</div>
<div> </div>
<div>Source of file: <a href="http://www.hotukdeals.com/item/550573/fifa-world-cup-ical-schedule-downlo">http://www.hotukdeals.com/item/550573/fifa-world-cup-ical-schedule-downlo</a>
</div>

	
</p>

<p><a href="http://tzvister.posterous.com/two-girls-one-cup-2010">Permalink</a> 

	| <a href="http://tzvister.posterous.com/two-girls-one-cup-2010#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 09 Jun 2010 15:15:00 -0700</pubDate>
      <title>#hashtag as the new icon</title>
      <link>http://tzvister.posterous.com/hashtag-as-the-new-icon</link>
      <guid>http://tzvister.posterous.com/hashtag-as-the-new-icon</guid>
      <description>
        <![CDATA[<p>
	In the last couple of days, I found myself communicating with a lot of my hipster friends. It seems that since Twitter was introduced with its crippled interface &amp; crippled functionality, and with the move from Instant messaging to broad publishing, people needed to adapt their old communication ways to a new limited platform.
<p />
<div>The result: all those funny little somewhat vague icons had turned into long, self explanatory, verbal and sophisticated #hashtag. </div>
<div>No more happy faces, but faces that actually means something.</div>
<p />
<div>#loveit</div>

	
</p>

<p><a href="http://tzvister.posterous.com/hashtag-as-the-new-icon">Permalink</a> 

	| <a href="http://tzvister.posterous.com/hashtag-as-the-new-icon#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 12 Apr 2010 12:00:00 -0700</pubDate>
      <title>Virgin Active FAIL</title>
      <link>http://tzvister.posterous.com/imperial-college-business-school-students-nee</link>
      <guid>http://tzvister.posterous.com/imperial-college-business-school-students-nee</guid>
      <description>
        <![CDATA[<p>
	This email message was received after I asked for a 15-20 min talk with someone within the Virgin Active management team.
<div>"They Declined my request for help" --&gt; Not helping out a student for 15min? really? come on!</div>
<p />
<div>I was a member of one of their club up until a year ago, and I must say I was not surprised by this reply. Their attitude in this email is just the same as they treat a paying member. They give a rats ass about them.</div>
<p />
<div>So here, thank you Angela and the rest of the VirginActive management team. You Suck!<p /> <br />
<div class="gmail_quote">---------- Forwarded message ----------<br />From: <strong class="gmail_sendername">Angela Schwartz</strong> <span>&lt;<a href="mailto:Angela.Schwartz@virginactive.com">Angela.Schwartz@virginactive.com</a>&gt;</span><br /> Date: Fri, Apr 9, 2010 at 3:31 PM<br />Subject: FW: Imperial College Business School Students need your help - please<br />To: "Oron, Tal" &lt;<a href="mailto:tal.oron09@imperial.ac.uk">tal.oron09@imperial.ac.uk</a>&gt;<br /><span style="font-family: Arial; font-size: small; color: #000080;"> </span>
</div>
<p />
<div class="gmail_quote"><span style="font-family: Arial; font-size: small; color: #000080;">Dear Tal</span></div>
<div class="gmail_quote">
<p><span style="font-family: Arial; font-size: small; color: #000080;">Thank you for your email and apologies that we’ve taken some time to respond.</span></p>
<p><span style="font-family: Arial; font-size: small; color: #000080;">Your email was forwarded on to Product and Operations team for consideration and, unfortunately, we are going to have to decline your request for help at this point in time. </span><span style="font-family: Arial; font-size: small; color: #000080;"> </span></p>
<p><span style="color: navy; font-family: Arial; font-size: x-small;">We wish you all the best with your project.</span></p>
<p><span style="font-family: Arial; font-size: small; color: #000080;">Many thanks</span></p>
<p><strong><span style="color: navy; font-family: Arial; font-size: small;">Angela Schwartz</span></strong></p>
<div>
<p><span style="color: navy;"> </span></p>
<p><strong><span style="color: navy; font-family: Arial; font-size: x-small;">PA to UK Directors and Office Manager - Milton Keynes Head Office</span></strong><span style="color: navy; font-family: Arial; font-size: x-small;"> </span></p>
<p><strong><span style="color: gray; font-family: Arial; font-size: small;">VIRGIN ACTIVE</span></strong><span style="color: gray; font-family: Arial;"> HEALTH CLUBS</span></p>
<p><span style="color: gray; font-family: Arial; font-size: x-small;">Telephone: 01908 546 606    </span></p>
<p><span style="color: gray; font-family: Arial; font-size: x-small;">ww</span><span style="color: gray; font-family: Arial; font-size: x-small;"><a href="http://w.virginactive.co.uk" target="_blank">w.<span class="il">virginactive</span>.co.uk</a></span><span style="font-family: Times New Roman; font-size: medium; color: #000080;"> </span></p>
</div>
<div>
<div style="text-align: center;"><span style="font-family: Times New Roman; font-size: small;"> 
</span><hr size="2" />
</div>
<p><strong><span style="font-family: Tahoma; font-size: x-small;">From:</span></strong><span style="font-family: Tahoma; font-size: x-small;"> Tal Oron [...] <br /> <strong>Sent:</strong> 08 April 2010 16:26<br /> <strong>To:</strong> <br /> <strong>Cc:</strong> Vasudevan, Sundara; Francesco Assettati<br /> <strong>Subject:</strong> Imperial College Business School Students need your help - please</span></p>
</div>
<p><span style="font-family: arial, helvetica, sans-serif;">Hi,</span></p>
<div>
<div>
<div>
<div>
<div>
<p><span style="font-family: arial, helvetica, sans-serif;">My name is Tal Oron, and I am a student at Imperial College Business School. I am part of a business group who are developing a business venture within the school's program. The future possibilities of the project upon success are to be adopted by one of the universities business bodies.</span></p>
<p><span style="font-family: arial, helvetica, sans-serif;">W</span><span style="font-family: arial, helvetica, sans-serif;">e are exploring the technical and business feasibility of a performance measuring swimming aided device and system. We are hoping the data gathered by our proposed system, supplemented with real-time and on-line coaches training, would help to motivate and track performance of re-creational and competitive swimmers.</span></p>
<p><span style="font-family: arial, helvetica, sans-serif;">A derivative of the system may also prevent ‘silent drowning’, which would be an added value for pools and regulators.</span></p>
<p><span style="font-family: arial, helvetica, sans-serif;">We would really appreciate it if you could refer me to someone within the Virgin Active UK company that could advise on such a project from the Virgin Active prespective.</span></p>
<p><span style="font-family: arial, helvetica, sans-serif;">The best options could be the Business Development, Marketing Manager or Operation Manager from the main offices.</span></p>
<p><span style="font-family: arial, helvetica, sans-serif;">Thank you <br /></span><span style="font-family: arial, helvetica, sans-serif;">Best regards,</span></p>
<p><span style="font-family: arial, helvetica, sans-serif;">Tal Oron<br /></span><span style="font-family: arial, helvetica, sans-serif;">FTMBA Student<br /></span><span style="font-family: arial, helvetica, sans-serif;">Imperial</span><span style="font-family: arial, helvetica, sans-serif;"> College Business School</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

	
</p>

<p><a href="http://tzvister.posterous.com/imperial-college-business-school-students-nee">Permalink</a> 

	| <a href="http://tzvister.posterous.com/imperial-college-business-school-students-nee#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sun, 11 Apr 2010 10:36:00 -0700</pubDate>
      <title>52 words</title>
      <link>http://tzvister.posterous.com/280-chars</link>
      <guid>http://tzvister.posterous.com/280-chars</guid>
      <description>
        <![CDATA[<p>
	<div>Yes, we all know it - Twitter char limit is just not satisfactory for me these days. I do have some ideas that I want to express but really, I find my self digesting news feeds and random thoughts.
<p />
<div>I here by suggest a 52 words limit platform. you ask why 52, I say, why not? it has a familiar scent to it.</div>
</div>
<p />
<div>Opinions only. No news</div>
	
</p>

<p><a href="http://tzvister.posterous.com/280-chars">Permalink</a> 

	| <a href="http://tzvister.posterous.com/280-chars#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/513951/Proper_notso.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5fiYUF3pHdZf</posterous:profileUrl>
        <posterous:firstName>Tal</posterous:firstName>
        <posterous:lastName>Oron</posterous:lastName>
        <posterous:nickName>tzvister</posterous:nickName>
        <posterous:displayName>Tal Oron</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>

