<?xml version="1.0" encoding="utf-8"?>
<rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">
<channel>
	<title>WPCom From Dev</title><description>WPCom From Dev</description><link>http://app.feed.informer.com/digest3/OM2TUK8Z4M.html</link>
											<copyright>Respective post owners and feed distributors</copyright>
											<generator>http://feed.informer.com/</generator>

<item>
	<title>Twittering from the Tractor</title>
	<description>&lt;center&gt;&lt;script src="http://i.cdn.turner.com/cnn/.element/js/2.0/video/evp/module.js?loc=int&amp;vid=/video/tech/2009/07/02/dcl.twitter.farmer.cnn" type="text/javascript"&gt;&lt;/script&gt;&lt;noscript&gt;Embedded video from &lt;a href="http://www.cnn.com/video"&gt;CNN Video&lt;/a&gt;&lt;/noscript&gt;&lt;/center&gt;Steve Tucker is a wheat farmer in Nebraska changing the way we interact with the folks who grow our food. &lt;a href="http://edition.cnn.com/2009/TECH/07/02/twitter.farmer/#cnnSTCText"&gt;Twittering from the tractor: smartphones sprout on the farm&lt;/a&gt; is an interesting article at CNN.com about how farmer's like Steve are using Twitter and other tools to bridge the urban-rural divide and get us thinking more about where our food comes from.&lt;br /&gt;&lt;br /&gt;The idea of extending the Twitter network into interesting locations around the world via mobile devices is at the core of our thinking and Steve sums it up well when he says, "I can be in the most remote place and just with the power of having a BlackBerry ... I can communicate with anybody at anytime about anything." You can follow @&lt;a href="http://twitter.com/tykerman1"&gt;Tykerman1&lt;/a&gt; on Twitter.&lt;br /&gt;&lt;br /&gt;p.s. Twitter co-founder and CEO @&lt;a href="http://www.blogger.com/post-edit.g?blogID=23958943&amp;ostID=7865215443964885247"&gt;ev&lt;/a&gt; grew up on a farm in Nebraska.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23958943-7865215443964885247?l=blog.twitter.com'/&gt;&lt;/div&gt;</description>
	<link>http://blog.twitter.com/2009/07/twittering-from-tractor.html</link>
	<source url="http://feeds.feedburner.com/TwitterBlog">Twitter Blog</source>
	<guid isPermaLink="false">http://blog.twitter.com/2009/07/twittering-from-tractor.html?</guid>
	<pubDate>Fri, 03 Jul 2009 12:59 GMT</pubDate>

</item>

<item>
	<title>Themes are GPL, too</title>
	<description>&lt;p&gt;If WordPress were a country, our Bill of Rights would be &lt;a href="http://wordpress.org/about/gpl/"&gt;the GPL&lt;/a&gt; because it &lt;a href="http://www.gnu.org/philosophy/free-sw.html"&gt;protects our core freedoms&lt;/a&gt;. We've always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress' license. There have been some questions in the community about whether the GPL applies to themes like we've always assumed. To help clarify this point, I reached out to the &lt;a href="http://en.wikipedia.org/wiki/Software_Freedom_Law_Center"&gt;Software Freedom Law Center&lt;/a&gt;, the world's preëminent experts on the GPL, which spent time with WordPress' code, community, and provided us with an official legal opinion. One sentence summary: PHP in WordPress themes must be GPL, artwork and CSS may be but are not required.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Matt,&lt;/p&gt;
&lt;p&gt;You asked the Software Freedom Law Center to clarify the status of themes as derivative works of WordPress, a content management software package written in PHP and licensed under version 2 of the GNU General Public License.&lt;/p&gt;
&lt;p&gt;We examined release candidate 1 of WordPress 2.8, which you provided to us at http://wordpress.org/wordpress-2.8-RC1.tar.gz.  The &#8220;classic&#8221; and &#8220;default&#8221; themes included in that release candidate comprise various PHP and CSS files along with an optional directory of images.  The PHP files contain a mix of HTML markup and PHP calls to&lt;br /&gt;
WordPress functions.  There is some programmatic logic in the PHP code, including loops and conditionals.&lt;/p&gt;
&lt;p&gt;When WordPress is started, it executes various routines that prepare information for use by themes.  In normal use, control is then transferred via PHP's include() function to HTML and PHP templates found in theme package files.  The PHP code in those template files relies on the earlier-prepared information to fill the templates for serving to the client.&lt;/p&gt;
&lt;p&gt;On the basis of that version of WordPress, and considering those themes as if they had been added to WordPress by a third party, it is our opinion that the themes presented, and any that are substantially similar, contain elements that are derivative works of the WordPress software as well as elements that are potentially separate works. Specifically, the CSS files and material contained in the images directory of the &#8220;default&#8221; theme are works separate from the WordPress code.  On the other hand, the PHP and HTML code that is intermingled with and operated on by PHP the code derives from the WordPress code.&lt;/p&gt;
&lt;p&gt;In the WordPress themes, CSS files and images exist purely as data to be served by a web server.  WordPress itself ignores these files[1]. The CSS and image files are simply read by the server as data and delivered verbatim to the user, avoiding the WordPress instance altogether.  The CSS and images could easily be used with a range of HTML documents and read and displayed by a variety of software having no relation to WordPress.  As such, these files are separate works from the WordPress code itself.&lt;/p&gt;
&lt;p&gt;The PHP elements, taken together, are clearly derivative of WordPress code.  The template is loaded via the include() function.  Its contents are combined with the WordPress code in memory to be processed by PHP along with (and completely indistinguishable from) the rest of WordPress.  The PHP code consists largely of calls to WordPress functions and sparse, minimal logic to control which WordPress functions are accessed and how many times they will be called.  They are derivative of WordPress because every part of them is determined by the content of the WordPress functions they call.  As works of authorship, they are designed only to be combined with WordPress into a larger work.&lt;/p&gt;
&lt;p&gt;HTML elements are intermingled with PHP in the two themes presented. These snippets of HTML interspersed with PHP throughout the theme PHP files together form a work whose form is highly dependent on the PHP and thus derivative of it.&lt;/p&gt;
&lt;p&gt;In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress's copyrighted code.  These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole.  Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not.  Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.&lt;/p&gt;
&lt;p&gt;Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress's copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;br /&gt;
James Vasile&lt;br /&gt;
Software Freedom Law Center&lt;/p&gt;
&lt;p&gt;[1] There is one exception.  WordPress does reads CSS and image files to create previews of templates for the template selection portion of the administrative interface.  Even in that case, though, nothing in those files calls any WordPress functions, is treated as a command by PHP, or alters any other WordPress data structure.  These files are read as data and used to create an image and display a miniaturized version of a webpage to the user.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Even though graphics and CSS aren't &lt;em&gt;required&lt;/em&gt; to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or javascript? So as before, we will only promote and host things on WordPress.org that are 100% GPL &lt;a href="http://en.wikipedia.org/wiki/License_compatibility"&gt;or compatible&lt;/a&gt;. To celebrate a few folks creating 100% GPL themes and providing support and other services around them, &lt;a href="http://wordpress.org/extend/themes/commercial/"&gt;we have a new page listing GPL commercially supported themes&lt;/a&gt;.&lt;/p&gt;
</description>
	<link>http://wordpress.org/development/2009/07/themes-are-gpl-too/</link>
	<source url="http://wordpress.org/development/feed/">WordPress Development Blog</source>
	<guid isPermaLink="false">http://wordpress.org/development/2009/07/themes-are-gpl-too/?</guid>
	<pubDate>Wed, 01 Jul 2009 23:50 GMT</pubDate>

</item>

<item>
	<title>May The Tweets Be With You</title>
	<description>The ecosystem growing around Twitter is something we very much believe in nourishing and supporting. There are lots of really awesome services and applications out there like &lt;a href="http://tweetdeck.com/beta/"&gt;TweetDeck&lt;/a&gt;, &lt;a href="http://tweetmeme.com/"&gt;TweetMeme&lt;/a&gt;, &lt;a href="http://www.atebits.com/tweetie-iphone/"&gt;Tweetie&lt;/a&gt;, &lt;a href="http://backtweets.com/"&gt;BackTweets&lt;/a&gt;, &lt;a href="http://tweetboard.com/"&gt;Tweetboard&lt;/a&gt;, and others that we absolutely love as do many users. However, as the ecosystem grows there is also the possibility that confusing and potentially damaging projects could emerge.&lt;br /&gt;&lt;br /&gt;We have applied to trademark Tweet because it is clearly attached to Twitter from a brand perspective but we have no intention of "going after" the wonderful applications and services that use the word in their name when associated with Twitter. In fact, we encourage the use of the word Tweet. However, if we come across a confusing or damaging project, the recourse to act responsibly to protect both users and our brand is important.&lt;br /&gt;&lt;br /&gt;Regarding the use of the word Twitter in projects, we are a bit more wary although there are some exceptions here as well. After all, Twitter is the name of our service and our company so the potential for confusion is much higher. When folks ask us about naming their application with "Twitter" we generally respond by suggesting more original branding for their project. This avoids potential confusion down the line.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.techcrunch.com/2009/07/01/twitter-grows-uncomfortable-with-the-use-of-the-word-tweet-in-applications/"&gt;Thanks to Robin Wauters at TechCrunch&lt;/a&gt; for raising the issue because it highlights a need. As we build our platform team, we will be adding more documentation, guidelines, and best practices to help developers get the most out of our growing set of open APIs. We'll work together to ensure success for Twitter, developers, and everyone who uses these services while avoiding confusion and maintaining quality.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23958943-7415568748446067763?l=blog.twitter.com'/&gt;&lt;/div&gt;</description>
	<link>http://blog.twitter.com/2009/07/may-tweets-be-with-you.html</link>
	<source url="http://feeds.feedburner.com/TwitterBlog">Twitter Blog</source>
	<guid isPermaLink="false">http://blog.twitter.com/2009/07/may-tweets-be-with-you.html?</guid>
	<pubDate>Wed, 01 Jul 2009 11:37 GMT</pubDate>

</item>

<item>
	<title>Following and Followers Page Improvements</title>
	<description>When you click on the &lt;a href="http://twitter.com/following"&gt;Following&lt;/a&gt; and &lt;a href="http://twitter.com/followers"&gt;Followers&lt;/a&gt; links from your Twitter home page, you'll notice that we've upgraded the design of these pages and added features. Instead of a basic list, there are now actions you can perform that provide a better overall experience. For example, you can turn on SMS, unfollow, mention, block, direct message, and more. &lt;span style="font-weight: bold;"&gt;Tip&lt;/span&gt;: You can also view the accounts that &lt;a href="http://twitter.com/sarahksilverman/following"&gt;someone else is following&lt;/a&gt; and follow them yourself.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23958943-2451882990734137684?l=blog.twitter.com'/&gt;&lt;/div&gt;</description>
	<link>http://blog.twitter.com/2009/06/following-and-followers-page.html</link>
	<source url="http://feeds.feedburner.com/TwitterBlog">Twitter Blog</source>
	<guid isPermaLink="false">http://blog.twitter.com/2009/06/following-and-followers-page.html?</guid>
	<pubDate>Tue, 30 Jun 2009 17:16 GMT</pubDate>

</item>

<item>
	<title>Digg: Dupe Detection Updates Are Here</title>
	<description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;After much anticipation, we are finally releasing several major updates to our dupe detection technology and content submission process that should go a long way in eliminating duplicate submissions.&lt;/p&gt;
&lt;p&gt;To better understand the nature of the problem, we analyzed the types of duplicate stories being submitted. Most common are the same stories from the same site, but with different URLs. Our R&amp;D team came up with a solution that identifies these types of duplicates by using a document similarity algorithm. Look for a separate tech blog post on how this works, but it has proven to be a reliable way of identifying identical content from the same source.&lt;/p&gt;
&lt;p&gt;Another common type of duplicate is the same (or similar) story covered on different sites. Because this enters more subjective territory, we focused on doing a better job at detecting dupes with similar descriptive information. By leveraging Digg's improved search technology, released &lt;a href="http://blog.digg.com/?p=653"&gt;a couple months back&lt;/a&gt;, we now match stories with similar titles and descriptions with much higher accuracy than before.&lt;/p&gt;
&lt;p&gt;Most importantly, we made changes to an often cumbersome submission process. We moved the duplicate check immediately after the URL entry, *before* we ask for descriptive information. This eliminates the need to describe your submission before checking for dupes. In addition, the lag time from when a story is submitted to when it's available in our duplicate checker is now a few seconds. These changes &lt;span class="Object"&gt;&lt;span class="Object"&gt;may&lt;/span&gt;&lt;/span&gt; take some time to adjust to but we anticipate that they'll help to eliminate dupes and encourage folks to Digg previously submitted content.&lt;/p&gt;
&lt;p&gt;While we pilot the new dupe detection system, we will continue to only block submissions of the exact same URLs within a 30-day period.  We'll also be monitoring when certain Diggers choose to bypass high-confidence duplicates and will use this data to continue to improve the process going forward. As always, please &lt;a href="http://digg.com/contact/?contact-type=2"&gt;share any feedback&lt;/a&gt; you have on these updates.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Chris&lt;/p&gt;
</description>
	<link>http://blog.digg.com/?p=866</link>
	<source url="http://blog.digg.com/?feed=rss2">Digg the Blog</source>
	<guid isPermaLink="false">http://blog.digg.com/?p=866?</guid>
	<pubDate>Tue, 30 Jun 2009 14:15 GMT</pubDate>

</item>

<item>
	<title>Restaurants on Twitter</title>
	<description>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.boston.com/ae/food/restaurants/articles/2009/06/29/restaurants_finding_twitter_a_cheap_effective_marketing_tool/?page=2"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 304px;" src="http://1.bp.blogspot.com/_E8ZD85Wzu9E/SkjK2rVgFFI/AAAAAAAAAmo/7BszSm-sQIo/s400/539w.jpg" alt="" id="BLOGGER_PHOTO_ID_5352751197824488530" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;Boston Globe Staff Photo by Yoon S. Byun&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.boston.com/ae/food/restaurants/articles/2009/06/29/restaurants_finding_twitter_a_cheap_effective_marketing_tool/?page=2"&gt;This article from my hometown newspaper&lt;/a&gt; is a great example of something we're increasingly inspired by at Twitter. Small businesses—in this case restaurants—using Twitter as a low cost way to connect with patrons and ultimately improve profits.&lt;br /&gt;&lt;blockquote&gt;What can you do with 140 characters or less, the length of each tweet? A lot, restaurants are discovering - everything from posting daily specials to luring followers with offers of free appetizers to offering a glimpse of kitchen life. It’s all good for business.&lt;/blockquote&gt;This quote is awesome, "You don’t need technology to be spreading your message on Twitter." Well, you do need a bit of technology but not that much, it's true. With a chalkboard and a mobile phone you can boost business. Is your favorite restaurant on Twitter?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/23958943-3522653502075923274?l=blog.twitter.com'/&gt;&lt;/div&gt;</description>
	<link>http://blog.twitter.com/2009/06/restaurants-on-twitter.html</link>
	<source url="http://feeds.feedburner.com/TwitterBlog">Twitter Blog</source>
	<guid isPermaLink="false">http://blog.twitter.com/2009/06/restaurants-on-twitter.html?</guid>
	<pubDate>Mon, 29 Jun 2009 08:08 GMT</pubDate>

</item>

<item>
	<title>WordPress 2.8.1 Beta 2</title>
	<description>&lt;p&gt;2.8.1 Beta 2 is ready for testing.  &lt;a href="http://wordpress.org/wordpress-2.8.1-beta2.zip"&gt;Download it&lt;/a&gt;, check out the &lt;a href="http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&amp;ode=stop_on_copy&amp;rev=11654&amp;stop_rev=11622&amp;limit=100"&gt;changes since beta 1&lt;/a&gt;, and review &lt;a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;ilestone=2.8.1&amp;resolution=fixed"&gt;all tickets fixed in 2.8.1&lt;/a&gt;.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Translation of role names fixed&lt;/li&gt;
&lt;li&gt;wp_page_menu() defaults to sorting by the user specified menu order rather than the page title&lt;/li&gt;
&lt;li&gt;Upload error messages are now correctly reported&lt;/li&gt;
&lt;li&gt;Autosave error experienced by some IE users is fixed&lt;/li&gt;
&lt;li&gt;Styling glitch in the plugin editor fixed&lt;/li&gt;
&lt;li&gt;SSH2 filesystem requirements updated&lt;/li&gt;
&lt;li&gt;Switched back to curl as the default transport&lt;/li&gt;
&lt;li&gt;Updated the translation library to avoid a problem with mbstring.func_overload&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks again for testing WordPress.&lt;/p&gt;
</description>
	<link>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/</link>
	<source url="http://wordpress.org/development/feed/">WordPress Development Blog</source>
	<guid isPermaLink="false">http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/?</guid>
	<pubDate>Fri, 26 Jun 2009 14:06 GMT</pubDate>

</item>

<item>
	<title>WordPress 2.8.1 Beta 1</title>
	<description>&lt;p&gt;We've started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we're releasing the first beta of 2.8.1.  &lt;a href="http://wordpress.org/wordpress-2.8.1-beta1.zip"&gt;Download&lt;/a&gt; it, and check out the &lt;a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;ilestone=2.8.1&amp;resolution=fixed"&gt;bugs fixed so far&lt;/a&gt;.  Here are some of the notable issues that are fixed in beta 1.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won't have to change.&lt;/li&gt;
&lt;li&gt;Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.&lt;/li&gt;
&lt;li&gt;The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.&lt;/li&gt;
&lt;li&gt;A problem where the rich text editor wasn't being loaded due to compression issues has been worked around.&lt;/li&gt;
&lt;li&gt;Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you would like to automatically upgrade from 2.8 to 2.8.1 Beta 1, follow &lt;a href="http://wordpress.org/download/nightly/"&gt;these instructions&lt;/a&gt;.  Thanks for testing WordPress.&lt;/p&gt;
</description>
	<link>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/</link>
	<source url="http://wordpress.org/development/feed/">WordPress Development Blog</source>
	<guid isPermaLink="false">http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/?</guid>
	<pubDate>Sat, 20 Jun 2009 18:05 GMT</pubDate>

</item>

<item>
	<title>President Obama wants to hear from you on health care</title>
	<description>&lt;p&gt;Hey everyone -&lt;/p&gt;
&lt;p&gt;Last fall, we took your questions to the Presidential Candidates, and we're excited to announce that we're doing it again, this time in an exclusive interview with President Obama. We're partnering with &lt;a href="http://blogs.abcnews.com/thenote/2009/06/white-house-to-host-primetime-televised-conversation-june-24.html"&gt;ABC News&lt;/a&gt; for a special edition of Primetime entitled &#8220;Prescription for America&#8221;, where Diane Sawyer and Charles Gibson will be sitting down with the President to discuss his views on health care reform. &lt;/p&gt;
&lt;p&gt;Since this is a topic that many of you are interested in, we're asking you, the Digg community, to submit your questions on the future of America's health care system.  Some of them will be chosen for the live interview.&lt;/p&gt;
&lt;p&gt;Submit your question in the &lt;a href="http://digg.com/politics/ABC_Wants_to_Know_What_Would_You_Ask_President_Obama"&gt;comments section here&lt;/a&gt;. Digg up the questions you like and bury the ones that just don't cut it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://digg.com/politics/ABC_Wants_to_Know_What_Would_You_Ask_President_Obama" style="-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: block; width: 32em; background: #000; margin: 1em 0;"&gt;&lt;strong style="-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: block; width: 32em; background: #fff; position: relative; top: -2px; left: -2px; padding: 8px 0; color: #0a4781; text-decoration: none; border: 2px solid #fff671; text-align: center;"&gt;Ask and vote on questions for President Obama&#8230;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then tune into ABC for this special live edition of &#8216;Primetime'  on Wednesday, June 24th at 10pm ET/ 7pm PT to see if your question was asked.&lt;/p&gt;
&lt;p&gt;Thanks, Mike&lt;/p&gt;
</description>
	<link>http://blog.digg.com/?p=842</link>
	<source url="http://blog.digg.com/?feed=rss2">Digg the Blog</source>
	<guid isPermaLink="false">http://blog.digg.com/?p=842?</guid>
	<pubDate>Fri, 19 Jun 2009 10:07 GMT</pubDate>

</item>

<item>
	<title>Digg Dialogg with Bruno</title>
	<description>&lt;p&gt;Hey everyone,&lt;/p&gt;
&lt;p&gt;This upcoming Digg Dialogg is sure to be one of the more entertaining and unpredictable ones we've ever done. We'll be interviewing &lt;a href="http://en.wikipedia.org/wiki/Sasha_Baron_Cohen"&gt;Sacha Baron Cohen&lt;/a&gt; in character as Austrian model &lt;a href="http://www.meinspace.com/bruno"&gt;Bruno&lt;/a&gt; next week. We’ll post the interview on the &lt;a href="http://digg.com/dialogg"&gt;Digg Dialogg page&lt;/a&gt; &lt;span id="OBJ_PREFIX_DWT248" class="Object"&gt;&lt;span id="OBJ_PREFIX_DWT249" class="Object"&gt;Tuesday&lt;/span&gt;&lt;/span&gt;, June 30th at 10:00am PDT.&lt;/p&gt;
&lt;p&gt;Bruno is the über-famous Austrian model and host of fashion &amp; celebrity show Funkyzeit. He's releasing his full-length film, &lt;a href="http://movies.yahoo.com/summer-movies/bruno/1809922951"&gt;Bruno&lt;/a&gt;, worldwide on July 10th. Known for his fearless interviewing skills and impeccable fashion sense, he recently made a pretty dramatic entrance at the &lt;a href="http://www.mtv.com/videos/misc/395464/2009-mtv-movie-awards-bruno-presents-best-male-performance.jhtml"&gt;MTV Music Awards&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For those of you unfamiliar with Digg Dialogg, it gives you the opportunity to submit and vote up questions that will be posed to influential leaders, change agents, luminaries, and in this case an awesome entertainer and comedian. Check out previous Digg Dialogg episodes with &lt;a href="http://digg.com/dialogg/Nancy_Pelosi_1"&gt;Nancy Pelosi&lt;/a&gt;, &lt;a href="http://digg.com/dialogg/Trent_Reznor"&gt;Trent Reznor&lt;/a&gt;, &lt;a href="http://digg.com/dialogg/Al_Gore_1"&gt;Al Gore&lt;/a&gt;, &lt;a href="http://digg.com/dialogg/John_Boehner_1"&gt;John Boehner&lt;/a&gt;, &lt;a href="http://digg.com/dialogg/Sir_Richard_Branson_1"&gt;Richard Branson&lt;/a&gt; and &lt;a href="http://digg.com/dialogg/Arnold_Schwarzenegger_1"&gt;Arnold Schwarzenegger&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Submit and vote on your favorite questions on the &lt;a href="http://digg.com/dialogg/"&gt;Digg Dialogg page&lt;/a&gt; by &lt;span id="OBJ_PREFIX_DWT254" class="Object"&gt;&lt;span id="OBJ_PREFIX_DWT255" class="Object"&gt;Wednesday&lt;/span&gt;&lt;/span&gt;, June 24th at 12noon PDT. And as always, let us know what guests you’d like to see in the future.&lt;/p&gt;
&lt;p&gt;Special thanks to our major distribution partner, &lt;a href=" http://movies.yahoo.com/"&gt;Yahoo! Movies&lt;/a&gt;, as well as &lt;a href="http://www.metacafe.com"&gt;Metacafe&lt;/a&gt; and &lt;a href="http://www.mininova.org/"&gt;MiniNova&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Kevin&lt;/p&gt;
</description>
	<link>http://blog.digg.com/?p=832</link>
	<source url="http://blog.digg.com/?feed=rss2">Digg the Blog</source>
	<guid isPermaLink="false">http://blog.digg.com/?p=832?</guid>
	<pubDate>Thu, 18 Jun 2009 11:01 GMT</pubDate>

</item>


</channel></rss>

