<?xml version="1.0" encoding="UTF-8"?>
<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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ad futurum</title>
	<atom:link href="http://adfuturum.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://adfuturum.wordpress.com</link>
	<description>Advertising: yesterday and day after tomorrow</description>
	<lastBuildDate>Fri, 07 Aug 2009 13:00:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='adfuturum.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ad futurum</title>
		<link>http://adfuturum.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://adfuturum.wordpress.com/osd.xml" title="ad futurum" />
	<atom:link rel='hub' href='http://adfuturum.wordpress.com/?pushpress=hub'/>
		<item>
		<title>exmple</title>
		<link>http://adfuturum.wordpress.com/2009/08/07/exmple/</link>
		<comments>http://adfuturum.wordpress.com/2009/08/07/exmple/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:00:07 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=73</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=73&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=73&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2009/08/07/exmple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>recommendation systems</title>
		<link>http://adfuturum.wordpress.com/2008/12/19/recommendation-systems/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/19/recommendation-systems/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:08:12 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=54</guid>
		<description><![CDATA[Now we have a variety of them even in Russia (imhonet, lastfm and so on). But let&#8217;s first look at the classic determination Recommendation systems are programs which attempt to predict items (movies, music, books,news, web pages) that a user may be interested in, given some information about the user&#8217;s profile. Often, this is implemented as a collaborative filteringalgorithm. Recommendation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=54&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now we have a variety of them even in Russia (imhonet, lastfm and so on).</p>
<p>But let&#8217;s first look at the classic <a href="http://www.nationmaster.com/encyclopedia/Recommendation-system">determination</a></p>
<p><strong>Recommendation systems</strong> are programs which attempt to predict items (<a href="http://www.nationmaster.com/encyclopedia/Film">movies</a>, <a href="http://www.nationmaster.com/encyclopedia/Music">music</a>, <a href="http://www.nationmaster.com/encyclopedia/Book">books</a>,<a href="http://www.nationmaster.com/encyclopedia/News">news</a>, <a href="http://www.nationmaster.com/encyclopedia/Web-page">web pages</a>) that a user may be interested in, given some information about the user&#8217;s profile. Often, this is implemented as a <a href="http://www.nationmaster.com/encyclopedia/Collaborative-filtering">collaborative filtering</a>algorithm.<br />
Recommendation systems work by collecting data from users, using a combination of explicit and implicit methods.<br />
Examples of explicit data collection include the following:</p>
<ul>
<li>Asking a user to rate an item on a sliding scale.</li>
<li>Asking a user to rank a collection of items from favorite to least favorite.</li>
<li>Presenting two items to a user and asking him/her to choose the best one.</li>
<li>Asking a user to create a list of items that he/she likes.</li>
</ul>
<p>Examples of implicit data collection include the following:</p>
<ul>
<li>Observing the items that a user views in an online store.</li>
<li>Keeping a record of the items that a user purchases online.</li>
<li>Obtaining a list of items that a user has listened to or watched on his/her computer.</li>
</ul>
<p>The recommendation system compares the collected data to similar data collected from others and calculates a list of recommended items for the user. Several commercial and non-commercial examples are listed in the article on <a href="http://www.nationmaster.com/encyclopedia/Collaborative-filtering">collaborative filtering systems</a>.<br />
Recommendation systems are a useful alternative to <a href="http://www.nationmaster.com/encyclopedia/Search-algorithm">search algorithms</a> since they help users discover items they might not have found by themselves. Interestingly enough, recommender systems are often implemented using search engines indexing non-traditional data.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=54&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/19/recommendation-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>one more virus</title>
		<link>http://adfuturum.wordpress.com/2008/12/19/one-more-virus/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/19/one-more-virus/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:03:03 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=50</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=50&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://adfuturum.wordpress.com/2008/12/19/one-more-virus/"><img src="http://img.youtube.com/vi/NQCwHluBqFc/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=50&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/19/one-more-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>The trends</title>
		<link>http://adfuturum.wordpress.com/2008/12/18/the-trends/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/18/the-trends/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 10:05:31 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=52</guid>
		<description><![CDATA[Now there are 4 trends of online adverts: Mobile marketing Personalized recommendation systems Video ads Online games and virtual worlds<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=52&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now there are 4 trends of online adverts:</p>
<ol>
<li>Mobile marketing</li>
<li>Personalized recommendation systems</li>
<li>Video ads</li>
<li>Online games and virtual worlds</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=52&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/18/the-trends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>Virus adverts</title>
		<link>http://adfuturum.wordpress.com/2008/12/14/virus-adverts/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/14/virus-adverts/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 09:51:39 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=46</guid>
		<description><![CDATA[It became one of the most popular methods of advertising. People all over the world send ads to each other by themselves. That&#8217;s called virus. Funny, sexy, smart, interesting examples of adverts are delivered from user to user as a virus. and that works! For example this one was dedicated to the olimpic games:   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=46&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It became one of the most popular methods of advertising. People all over the world send ads to each other by themselves. That&#8217;s called virus. Funny, sexy, smart, interesting examples of adverts are delivered from user to user as a virus. and that works!</p>
<p>For example this one was dedicated to the olimpic games:</p>
<p> </p>
<p><a href="http://www.adverblog.com/archives/cat_online_video_ads.htm">As explained on the BBC website, the animated sequence, based on the classical Chinese novel, &#8220;Journey to the West&#8221;, has been produced by Damon Albarn and Jamie Hewlett, the men behind virtual band Gorillaz. It will feature on TV, radio, web and mobile, introducing coverage of the Games on BBC Sport &#8211; the Olympic broadcaster in the UK.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=46&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/14/virus-adverts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>videobanners</title>
		<link>http://adfuturum.wordpress.com/2008/12/09/videobanners/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/09/videobanners/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 09:55:13 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=48</guid>
		<description><![CDATA[as far as we speak about convergated media, let&#8217;s mention video banners and ir&#8217;s future as well. Here i&#8217;ve found an article by Andreas Roell Banner advertisements have become commonplace and marketers have noticed their effectiveness for direct response fading significantly over the years. People don&#8217;t respond to them as they once did. At the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=48&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>as far as we speak about convergated media, let&#8217;s mention video banners and ir&#8217;s future as well. <a href="http://www.clickz.com/3631803">Here </a>i&#8217;ve found an article by Andreas Roell</p>
<p>Banner advertisements have become commonplace and marketers have noticed their effectiveness for direct response fading significantly over the years. People don&#8217;t respond to them as they once did. At the same time, interruptive or intrusive practices &#8212; like pop-ups (<a href="http://www.webopedia.com/TERM/p/popup_ad.html" target="_blank">define</a>) and free iPod giveaways &#8212; have subsided, giving way to a more mature approach to banner advertising. If direct-response advertisers seek results in today&#8217;s landscape, they must step up their game to make an impact. This can be accomplished a number of ways including jazzing up creative executions with Flash or video components in unexpected ways. But is this truly enough?</p>
<p>Fact is, the online space is irrevocably crowded. This works out well for us agency folks because it&#8217;s our job to carve out a niche for clients and serve their messages to their intended audiences. This keeps us on our toes and sometimes at the office late at night. However, when crafting eye-catching campaigns, advertisers must resist the temptation to take them over the &#8220;smoke and mirrors&#8221; threshold to a place where users can no longer link the message back to a brand. If it gets to that point, the question then becomes: you&#8217;ve got their attention; now what?</p>
<p><strong>Direct Response and Video Banner Ads</strong></p>
<p>To cut through the online clutter and elicit valuable user information, marketers must integrate direct-response platforms into banner advertisements. Sparked by the lure of video ads, these banner ads have built in data collecting components and back-end analytics, so advertisers can generate actionable data for clients that can directly translate into online or offline sales. While this concept has been kicked around for a while, marketers have struggled with merging the utilitarian lead form with enticing creative within the confines of standard banner sizes. By marrying the appeal of online video with the lead-generation abilities of direct-response tactics, marketers can have the best of both worlds.</p>
<p><strong>Part One: Video</strong></p>
<p>Video content stands out against static text and images, so if marketers can incorporate video into their banner advertisements, they have a better chance of reaching users. Another way advertisers can maximize their video banners is to make certain it reflects larger campaigns and corporate branding. With video, it&#8217;s easy to go overboard when crafting an attention-worthy campaign. And when an ad gets too creative or too far out there, users have a hard time deciphering what they are supposed to do, where to go, or what to buy. Creative executions needs to be unique while staying relevant and branded.</p>
<p><strong>Part Two: Direct Response</strong></p>
<p>The direct-response component of this equation works best in the middle or at the conclusion of a video stream. If placed in mid-roll or after a teaser, consumers sign up so they can watch the rest of the video. Used at the end, consumers have a better understanding about what they are opting into &#8212; which can help marketers ease them into completing a form because most people are wary about doling out personal information.</p>
<p><strong>Future of Video Banner Ads</strong></p>
<p>The online competitive arena isn&#8217;t going to get any less crowded anytime soon. Sure there may be less money to go around and every dollar spent will be scrutinized, but consumers are online and advertising will follow. Online video will continue to be a part of this space as well. As consumers become more accustomed to video ads, marketers will have to explore additional ways to get their message out. Integrations like direct-response video banner ads are one way that advertisers can make the most of every placement because it translates what has worked in the past into where the space is going. And it affords marketers the leeway to be a little creative while they&#8217;re at it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=48&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/09/videobanners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>NB</title>
		<link>http://adfuturum.wordpress.com/2008/12/09/nb/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/09/nb/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 09:37:48 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=44</guid>
		<description><![CDATA[Maybe this reason is my favorite in all the blog story: Weblogs are restoring trust in the relationship between audiences and the media. As partipatory media, they empower and enable audiences to participate actively in the media dialogue around them (Blood, 2003). She argues that in todayâ€™s society we are pummeled with data and with spaces an time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=44&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maybe <a href="http://wiki.media-culture.org.au/index.php/Blogs_-_Corporate_Blogging_-_New_Audience_Relationships">this </a>reason is my favorite in all the blog story:</p>
<h5><span style="color:#800000;">Weblogs are </span><strong><span style="color:#800000;">restoring trust</span></strong><span style="color:#800000;"> in the relationship between audiences and the media. As </span><strong><span style="color:#800000;">partipatory media</span></strong><span style="color:#800000;">, they empower and enable audiences to participate actively in the media dialogue around them (Blood, 2003). She argues that in todayâ€™s society we are pummeled with data and with spaces an time in which it reflect, audiences will be left only with their reactions. Weblogs transform writers to readers and audiences to public, consumer to creator.</span></h5>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=44&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/09/nb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>great things about communication in blogs</title>
		<link>http://adfuturum.wordpress.com/2008/12/04/great-things-about-communication-in-blogs/</link>
		<comments>http://adfuturum.wordpress.com/2008/12/04/great-things-about-communication-in-blogs/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 09:36:07 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=42</guid>
		<description><![CDATA[The important point in blogging as a form of communication is the straight connection of the same persons who byu and those ones who advertise. maybe it can be represented in the best way by corporate blogs. Blogging has revolutionised the relationships audiences have with the media, particularly in the journalistic arena. Traditionally the media [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=42&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The important point in blogging as a form of communication is the straight connection of the same persons who byu and those ones who advertise.</p>
<p>maybe it can be represented in the best way by <a href="http://wiki.media-culture.org.au/index.php/Blogs_-_Corporate_Blogging">corporate blogs.</a></p>
<p>Blogging has revolutionised the relationships audiences have with the media, particularly in the journalistic arena. Traditionally the media has been an entity in which the large majority of audience is passive. Information is disseminated and the audience simply consumes with little avenue for comment or analysis.</p>
<p>Greg Ruggerio in Rushoffâ€™s Media Virus says, â€œMedia is a corporate possessionâ€¦You cannot participate in the media. Bringing that into the foreground is the first step. The second step is to define the difference between public and audience. An audience is passive, a public is participatory. We need a media that is public in its orientation.â€? (in Blood, 2002).Blood argues that by writing a few lines everyday, webloggers began to redefine the media as a participatory endeavour (Blood, 2002).</p>
<p>The main stream media has a tendency for fast paced news story cycles with even big stories gone in 48 hours (Lasica, 2003 ii). Blogging allows for slower reflection, analysis and discussion of stories with important angles revisited over again. Independent journalists such as Andrew Sullivan and Doc Searls state the weblogs afford greater credibility and authority in the eyes of readers. The perception that journalism equals accuracy is changing, with the emphasis shifting towards integrity, passion and genuineness. Lasica (2003, ii) states weblogs and a commitment to open dialogue <strong>instill trust</strong> in the relationship between news media and audience. Blogging is repersonalizing the relationship between journalists and their audience. Blogging has allowed for journalism to become a process ans not a static product. Blogging has allowed the <strong>fostering of community</strong> where audiences let go of the role of passive audiences and become empowered and interactive.</p>
<p>Gillmore (2003) argues that blogging has allowed a <strong>decentralization</strong> of the journalistic process. New technology and innovative ideas are changing the nature of journalism in the new century. This new form that <strong>allows audience interaction</strong> has created exciting possibilities for those consumers, unsatisfied with todayâ€™s product and newsmakers. This is well illustrated by the reporting during the Iraqi war.</p>
<p><a class="external text" title="http://www.back-to-iraq.com/" rel="nofollow" href="http://www.back-to-iraq.com/">Christopher Albritton</a>, and other independent journalists, went to Iraq to do their own <a class="mw-redirect" title="War Reporting" href="http://wiki.media-culture.org.au/index.php/War_Reporting">coverage of the war</a> via weblogs. This experimental form of transaction journalism is a way in which weblogs are helping to expand the boundaries of journalism. Albritton, a former reporter for The Associated Press, asked his Weblog readers to finance a trip to Iraq at the outbreak of hostilities there. Some 320 people donated more than $14,000 and helped him launch Back-to-Iraq.com (Lasica, 2003, ii).(Click here to see albrittons )</p>
<p>Weblogs are <strong>restoring trust</strong> in the relationship between audiences and the media. As <a title="Interactive TV" href="http://wiki.media-culture.org.au/index.php/Interactive_TV">participatory media</a>, they empower and enable audiences to participate actively in the media dialogue around them (Blood, 2003). She argues that in todayâ€™s society we are pummeled with data and with spaces an time in which it reflect, audiences will be left only with their reactions. Weblogs transform writers to readers and audiences to public, consumer to creator.</p>
<p><strong>â€œWeblogs may not be the panacea to a media-saturated culture, but they may be one antidoteâ€? &#8211; Rebecca Blood 2002</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=42&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/12/04/great-things-about-communication-in-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>Spam or newsletter?</title>
		<link>http://adfuturum.wordpress.com/2008/11/19/spam-or-newsletter/</link>
		<comments>http://adfuturum.wordpress.com/2008/11/19/spam-or-newsletter/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 04:43:11 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=30</guid>
		<description><![CDATA[The best method to reach your audience is to write a letter. If you start it with the name of your prospective client, then give him some useful information, you will undoubtably reach your target, that is attention to the product being advertised.  But be aware of looking like a spam. Most mail boxes are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=30&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The best method to reach your audience is to write a letter. If you start it with the name of your prospective client, then give him some useful information, you will undoubtably reach your target, that is attention to the product being advertised. </p>
<p>But be aware of looking like a spam. Most mail boxes are able to filter it.</p>
<p>Some more information about cost efectiveness can be read <a href="http://www.wspromotion.com/direct-email-marketing-strategies.html">here</a>:</p>
<address>  </p>
</address>
<tbody>
<tr>
<td><span style="font-style:normal;">At one time, email promotion internet marketing, better known as permission-based direct email marketing, was even more important than it is today, but it is still an excellent e-marketing strategy, and one you need to learn about. In essence, this topic area boils down to two primary targeted direct email marketing strategies.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;"><strong>Method #1: Your email newsletter.</strong></span></td>
</tr>
<tr>
<td><span style="font-style:normal;">Which you have already created, RIGHT? If you haven&#8217;t started your own newsletter, seriously think about it. Your return on the dollar will most likely be highest using this method.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;"><strong>Why?</strong></span></td>
</tr>
<tr>
<td><span style="font-style:normal;">Your newsletter is FREE to create and to FREE to transmit. If your list grows to 1000 people and you send out one message every week, you reach 1000 targeted customers for FREE every week. Starting your own newsletter not only makes sense, it is a winning e-marketing strategy. It is at the core of every successful permission-based direct email marketing campaign. Several of the top e-marketing people will tell you flat out that starting a newsletter first is the single best way to start an internet business, and ultimately to promote a web site you can create later on.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;"><strong>Method #2 : Using opt-In mailing lists and purchased lead lists for permission-based direct email marketing.</strong></span> </p>
<p><span style="font-style:normal;"><strong><span id="more-30"></span><br />
</strong></span></td>
</tr>
<tr>
<td><span style="font-style:normal;">Opt-In simply means that someone has asked to join a mailing list. With some exceptions, you must have permission to send someone commercial email, or you risk breaking the law. If you insist upon sending unsolicited commercial email, then your online e-marketing future will be bleak, and probably short-lived. Spam complaints from unhappy recipients can get your web site shut down, and even land you in jail, or facing stiff fines, if you have failed to follow the law when doing your mailings.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;">On the other hand, if someone &#8220;opts in&#8221; to your list, and you have a record of it, then you have their permission to send them commercial (i.e., business oriented) email. To remain in compliance with the law, you must still include a valid &#8220;unsubscribe&#8221; link and a valid physical mailing address in your emails, and follow a few other guidelines (for example, avoid misleading subject lines), but in essence you are free to conduct targeted direct email marketing campaigns.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;">It takes time to build an opt-in list, but the advantage is that people are already interested in what you have to say and/or what you sell. Your opt-In list will contain the email addresses of people that have asked to be informed about new things related to certain subjects or topics, or will consist of &#8220;opportunity seekers&#8221; who have filled out a form on your website, asking for more information about online business and related subjects. That is exactly what you want, because now you have a targeted audience of people who want to hear what you have to say.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;">Building an opt-in list sounds impossible if you don&#8217;t have your own web site, or yours is a low traffic web site (like most web sites!). Guess again. You can pay services to generate co-registration leads and get those newsletter subscribers for you, or you can buy opt-in leads , if you just want to develop a list to send promotions to.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;">Be careful who you deal with, especially when buying leads. Cheap leads from vendors who do nothing but resell &#8220;harvested&#8221; email addresses can get you into a lot of hot water in a hurry, especially now that spam is illegal, and spammers can be subjected to some very stiff penalties. On the other hand, if you deal with a reputable vendor you can build a good opt-in list of either opportunity seekers or newsletter subscribers quickly. The money spent will come back to you in time, in terms of increased sales of your product.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;">I maintain a list of high quality leads useful for targeted direct email marketing strategies. You can&#8217;t go wrong using any of these sources, and several offer you the chance to make some money in the process. You can also buy leads directly from me. I have developed my own high-quality sources for co-registration leads, and sell business opportunity leads.</span></td>
</tr>
<tr>
<td><span style="font-style:normal;">Email marketing is a strategy that is extremely cost effective, but the same time it can prove disastrous to a company&#8217;s image. So follow the above tips and avoid any &#8216;rise to fame fast&#8217; methods and we are sure you will be on the safe list. Good luck on your email marketing campaign.</span></td>
</tr>
</tbody>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=30&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/11/19/spam-or-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
		<item>
		<title>TV+Internet</title>
		<link>http://adfuturum.wordpress.com/2008/11/11/tvinternet/</link>
		<comments>http://adfuturum.wordpress.com/2008/11/11/tvinternet/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:56:30 +0000</pubDate>
		<dc:creator>adfuturum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adfuturum.wordpress.com/?p=25</guid>
		<description><![CDATA[We can never forget about the fact that different media may not only exist parallel to each other but also convergated. One of the most prospective examples is Internet television. In Russia we have The first professional TV called Russia.ru and a number of channels dedicated to some narrow subjects like PCgames, opposition politics (grani.ru) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=25&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We can never forget about the fact that different media may not only exist parallel to each other but also convergated. One of the most prospective examples is Internet television.</p>
<p>In Russia we have The first professional TV called <a href="http://russia.ru">Russia.ru </a>and a number of channels dedicated to some narrow subjects like PCgames, opposition politics (<a href="http://grani.ru">grani.ru</a>) and so on. Also videoblogging is one of the perfect examples of media combination.</p>
<p>Recently a good kind of subscriotion(<span style="color:#993300;">NB! Good advertisement!</span>) was found in my e-mail box. It was about Internet-TVnamed MadChill.</p>
<p>NEW YORK, NY, (November 5, 2008) – MadChill Productions, Inc.<br />
introduces MCTV (<a href="http://www.madchill.tv/" target="_blank">www.madchill.tv</a>), a broadband news network<br />
integrating nine channels of original programming into a new<br />
generation of web media content that will bring users and members<br />
greater access to various professional fields and opportunities.<br />
Scheduled broadcasts include seven seasons of Fashion Week in New York<br />
City, coverage from the third presidential 2008 debate, international<br />
conferences at the United Nations headquarters, and behind-the-scenes,<br />
A-List celebrity exclusives.<br />
           MadChill.tv is a new-age video network for the “emerging<br />
professional,” covering entertainment, political, and business news.<br />
MCTV broadband news channels will be updated daily and is absolutely<br />
free to join. The website allows people to network utilizing<br />
individual media profiles, where industry professionals can upload<br />
media, such as actors’ demo reels, original music compositions,<br />
performances, and any piece of media to promote their respective<br />
careers. Professional “Groups” or business profiles, can also be<br />
created and used to share marketing media, sales media, and video<br />
press-kits with the entire on-line community.</p>
<p><span id="more-25"></span>Additional information<br />
about MadChill.tv may be obtained by e-mailing:<br />
<a href="mailto:controlroom@madchill.com">controlroom@madchill.com</a></p>
<p>###</p>
<p>About MadChill.tv</p>
<p>MadChill.tv or, MCTV, is a broadband news network with nine original<br />
programming channels combined with a social networking platform for<br />
business and professional development. MadChill.tv provides members<br />
with the opportunity to build a professional multimedia profile and<br />
interact with people in a variety of specialized fields.</p>
<p>“The major trend the Internet revolution is facing highlights social<br />
networking and emerging media technologies. MadChill Productions, Inc.<br />
has merged these two concepts in the development and launch of MCTV<br />
(<a href="http://www.madchill.tv/" target="_blank">www.madchill.tv</a>), a well organized broadband news and networking<br />
outlet made readily available at no cost to the on-line global<br />
community,” says Michael Raspantini, President, MadChill Productions,<br />
Inc. MCTV, was created and developed by Michael Raspantini, who has<br />
been producing original film and video content since the early 1990s<br />
in Long Island, NY. “The launch of MadChill.tv’s  marks the beginning<br />
of an emerging media platform which will in part change how and where<br />
people connect to news,” says Raspantini.</p>
<p>About MadChill Productions, Inc:</p>
<p>MadChill Productions, Inc. is a full service film and video production<br />
company. From production through post-production to DVD duplication,<br />
MadChill Productions is a “one-stop shop” for all of your audio/visual<br />
production needs. More information can be obtained directly by calling<br />
our office 24 hours a day, 7 days a week.<br />
What Does “MadChill” Mean?</p>
<p>The phrase “MadChill” originated in Long Island, New York in the early<br />
1990s. This slang vernacular is translated by the Urban Dictionary as:<br />
“extremely good,” “the best” and “to show strong approval (for<br />
something).” MCTV (<a href="http://www.madchill.tv/" target="_blank">www.madchill.tv</a>) can be recognized as the  “good<br />
news” broadband news network, broadcasting positive messages to<br />
influence the masses around the world.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adfuturum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adfuturum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adfuturum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adfuturum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adfuturum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adfuturum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adfuturum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adfuturum.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adfuturum.wordpress.com&amp;blog=4941988&amp;post=25&amp;subd=adfuturum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adfuturum.wordpress.com/2008/11/11/tvinternet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3776b8191192ecc338625c82fec3c7eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adfuturum</media:title>
		</media:content>
	</item>
	</channel>
</rss>
