<?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>UED of VONDAY</title>
	<atom:link href="http://vondayued.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vondayued.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:45:18 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vondayued.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>UED of VONDAY</title>
		<link>http://vondayued.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vondayued.wordpress.com/osd.xml" title="UED of VONDAY" />
	<atom:link rel='hub' href='http://vondayued.wordpress.com/?pushpress=hub'/>
		<item>
		<title>把用户体验设计放到底层逻辑架构设计的前面去做</title>
		<link>http://vondayued.wordpress.com/2010/07/26/%e6%8a%8a%e7%94%a8%e6%88%b7%e4%bd%93%e9%aa%8c%e8%ae%be%e8%ae%a1%e6%94%be%e5%88%b0%e5%ba%95%e5%b1%82%e9%80%bb%e8%be%91%e6%9e%b6%e6%9e%84%e8%ae%be%e8%ae%a1%e7%9a%84%e5%89%8d%e9%9d%a2%e5%8e%bb%e5%81%9a/</link>
		<comments>http://vondayued.wordpress.com/2010/07/26/%e6%8a%8a%e7%94%a8%e6%88%b7%e4%bd%93%e9%aa%8c%e8%ae%be%e8%ae%a1%e6%94%be%e5%88%b0%e5%ba%95%e5%b1%82%e9%80%bb%e8%be%91%e6%9e%b6%e6%9e%84%e8%ae%be%e8%ae%a1%e7%9a%84%e5%89%8d%e9%9d%a2%e5%8e%bb%e5%81%9a/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 07:45:18 +0000</pubDate>
		<dc:creator>vondayued</dc:creator>
				<category><![CDATA[随便聊聊]]></category>

		<guid isPermaLink="false">http://vondayued.wordpress.com/?p=8</guid>
		<description><![CDATA[1、”还在考虑一些底层的逻辑关系问题，暂时不要去考虑交互设计的事情”、”底层的逻辑架构，在很大程度上决定了发展方向，而表现层修改的成本不高”、”我们的底层逻辑不是这样的，这里的交互设计不能这样做”。 上面这些话很有意思，这些现象也很普遍。 我相信大多数公司现在都是这种情况：产品负责人或架构师(或叫系统工程师)先把地层逻辑和结构设计好，然后才会去具体的体验设计。 2、多少年来我们都在这样做，我们甚至认为一定应该这样。就好像在日本人没有设计出来很轻巧的家电之前 美国人一直以为家电一定要放到柜子里面做成家具。 现在，我们应该整体的思考一下：产品设计的过程是不是必须这样？ 这样是不是一定合理？ 3、不。 4、产品的存在是因为需求，用户因为需求才去使用产品(无论这种需求是主动还是被动的) ；用户通过界面达到和系统的交互 从而完成”需求”。 5、可以肯定地说：”用户不知道也不关心系统底层的逻辑架构是什么？ 他只知道呈现给他的界面和他体验到的交互过程是什么。” 6、”用户的需求决定产品的方向，用户的使用和交互过程决定了产品的设计“。 （记住：并不是”产品的设计决定用户的使用和交互过程”。） 7、在用户体验设计领域有很大一部分人在做”交互设计”的工作，这些工作可以大致的描述为： “我们在了解产品思路和用户群特征以后(用户研究)，会作一些典型用户的角色模拟（角色设计）和使用情景模拟（情景设计），通过情景的再现演示来总结和逐步细化用户使用中的各种交互需求（任务分解），最后用流程图和线框图的形式把设计结果表现出来”。 8、需要说明的是，交互设计画出来的流程图是”用户使用流程”，而不是”底层业务逻辑流程”。 虽然他们很相近，但本质不一样：一个是从用户的角度出发，一个是从技术实现出发；使用流程图是在描述用户的交互过程和需求，底层业务逻辑流程是为了满足用户的需求。 把用户使用流程演变成底层业务逻辑流流程，是在满足用户需求；把底层业务逻辑流程演变成用户使用流程，是在想当然的认为用户一定会按照你的设计是用产品。 9、很明显”先设计底层业务逻辑流程再考虑交互流程的设计”是标准的工程师思路，这和整个行业先前都是工程师背景有关。 最后会发现：产品是给技术实现设计的，而不是给用户设计的。（虽然做底层逻辑架构的人也会以为他们是在给用户设计，但不可否认他们的特长不是这些。） 10、这种产品设计过程也无法催动技术的提升，而且经常还会导致： 用户体验设计师做了某些好的必须的体验效果时，得到反馈 — “我们底层的逻辑不是这样的，这个我们实现不了。只能放弃这部分的体验”、”用户为什么会这样做呢？ 按照我们的设计他们不会这样做呀！”、”按照现在的底层逻辑，这样的交互流程设计作不了，不要考虑了…”等等底层架构规定了体验设计的现象再普遍不过… 11、记住：用户使用的交互流程是底层业务逻辑流程的需求，而不是底层的”表现”。 所以，用户体验设计的工作不只是应该在项目之初就参与进去，而是很多体验设计都应该放到底层设计的前面去。这是一个循环的迭代过程，但站在这个过程前面的应该是用户使用的交互流程设计。 我建议：作产品需求的PM们先去作一下产品的交互设计，然后再去考虑底层的业务逻辑和架构。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vondayued.wordpress.com&amp;blog=14830814&amp;post=8&amp;subd=vondayued&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><span style="font-weight:normal;font-size:13px;">1、”还在考虑一些底层的逻辑关系问题，暂时不要去考虑交互设计的事情”、”底层的逻辑架构，在很大程度上决定了发展方向，而表现层修改的成本不高”、”我们的底层逻辑不是这样的，这里的交互设计不能这样做”。</span></h2>
<div id="size">上面这些话很有意思，这些现象也很普遍。<br />
我相信大多数公司现在都是这种情况：产品负责人或架构师(或叫系统工程师)先把地层逻辑和结构设计好，然后才会去具体的体验设计。</p>
<p>2、多少年来我们都在这样做，我们甚至认为一定应该这样。就好像在日本人没有设计出来很轻巧的家电之前  美国人一直以为家电一定要放到柜子里面做成家具。<br />
现在，我们应该整体的思考一下：产品设计的过程是不是必须这样？  这样是不是一定合理？<br />
3、<strong>不</strong>。</p>
<p><a id="more-575"></a></p>
<p>4、产品的存在是因为需求，用户因为需求才去使用产品(无论这种需求是主动还是被动的) ；用户通过界面达到和系统的交互  从而完成”需求”。</p>
<p>5、可以肯定地说：”用户不知道也不关心系统底层的逻辑架构是什么？ 他只知道呈现给他的界面和他体验到的交互过程是什么。”</p>
<p>6、”<strong>用户的需求决定产品的方向，用户的使用和交互过程决定了产品的设计</strong>“。<br />
（记住：并不是”产品的设计决定用户的使用和交互过程”。）</p>
<p>7、在用户体验设计领域有很大一部分人在做”交互设计”的工作，这些工作可以大致的描述为：<br />
“我们在了解产品思路和用户群特征以后(<a href="http://uicom.net/blog/?p=497" target="_blank">用户研究</a>)，会作一些典型用户的角色模拟（<a href="http://uicom.net/blog/?p=471" target="_blank">角色设计</a>）和使用情景模拟（<a href="http://uicom.net/blog/?p=397" target="_blank">情景设计</a>），通过情景的再现演示来总结和逐步细化用户使用中的各种交互需求（任务分解），最后用流程图和线框图的形式把设计结果表现出来”。</p>
<p>8、需要说明的是，交互设计画出来的流程图是”用户使用流程”，而不是”底层业务逻辑流程”。<br />
虽然他们很相近，但本质不一样：一个是从用户的角度出发，一个是从技术实现出发；<strong>使用流程图是在描述用户的交互过程和需求，底层业务逻辑流程是为了满足用户的需求。<br />
</strong>把用户使用流程演变成底层业务逻辑流流程，是在满足用户需求；把底层业务逻辑流程演变成用户使用流程，是在想当然的认为用户一定会按照你的设计是用产品。</p>
<p>9、很明显”先设计底层业务逻辑流程再考虑交互流程的设计”是标准的工程师思路，这和整个行业先前都是工程师背景有关。<br />
最后会发现：产品是给技术实现设计的，而不是给用户设计的。（虽然做底层逻辑架构的人也会以为他们是在给用户设计，但不可否认他们的特长不是这些。）</p>
<p>10、这种产品设计过程也无法催动技术的提升，而且经常还会导致：<br />
用户体验设计师做了某些好的必须的体验效果时，得到反馈 —  “我们底层的逻辑不是这样的，这个我们实现不了。只能放弃这部分的体验”、”用户为什么会这样做呢？  按照我们的设计他们不会这样做呀！”、”按照现在的底层逻辑，这样的交互流程设计作不了，不要考虑了…”等等底层架构规定了体验设计的现象再普遍不过…</p>
<p>11、<strong>记住：用户使用的交互流程是底层业务逻辑流程的需求，而不是底层的”表现”。<br />
</strong></p>
<p>所以，用户体验设计的工作不只是应该<a href="http://uicom.net/blog/?p=517" target="_blank">在项目之初就参与进去</a>，而是很多体验设计都应该放到底层设计的前面去。这是一个循环的迭代过程，但站在这个过程前面的应该是用户使用的交互流程设计。<br />
我建议：作产品需求的PM们先去作一下产品的交互设计，然后再去考虑底层的业务逻辑和架构。</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vondayued.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vondayued.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vondayued.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vondayued.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vondayued.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vondayued.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vondayued.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vondayued.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vondayued.wordpress.com&amp;blog=14830814&amp;post=8&amp;subd=vondayued&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vondayued.wordpress.com/2010/07/26/%e6%8a%8a%e7%94%a8%e6%88%b7%e4%bd%93%e9%aa%8c%e8%ae%be%e8%ae%a1%e6%94%be%e5%88%b0%e5%ba%95%e5%b1%82%e9%80%bb%e8%be%91%e6%9e%b6%e6%9e%84%e8%ae%be%e8%ae%a1%e7%9a%84%e5%89%8d%e9%9d%a2%e5%8e%bb%e5%81%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/658b7236671f124067adbca0883ef5a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vondayued</media:title>
		</media:content>
	</item>
		<item>
		<title>ued之一：产品设计</title>
		<link>http://vondayued.wordpress.com/2010/07/25/ued%e4%b9%8b%e4%b8%80%ef%bc%9a%e4%ba%a7%e5%93%81%e8%ae%be%e8%ae%a1/</link>
		<comments>http://vondayued.wordpress.com/2010/07/25/ued%e4%b9%8b%e4%b8%80%ef%bc%9a%e4%ba%a7%e5%93%81%e8%ae%be%e8%ae%a1/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 10:31:52 +0000</pubDate>
		<dc:creator>vondayued</dc:creator>
				<category><![CDATA[随便聊聊]]></category>

		<guid isPermaLink="false">http://vondayued.wordpress.com/?p=6</guid>
		<description><![CDATA[产品设计这四个字说起来简单，其实涵盖面是很大的。有时候这四个字因为太模糊，而导致很多人以为自己都能干。 vonday从某种角度上来说就是一个产品。这个产品是不是讨人喜欢，用起来是不是顺手，都是要靠大家一起设计和改善的。绝不单单是画一张图，实现一个功能那么简单的。我讲产品设计的职能简单规划为一下三点。希望跟大家讨论，如何更具体的实现它。 1、 负责规划以公司战略方向为目标的未来产品体验策略、并通过设计和运营付诸实施。 2、 负责整体某一领域产品的体验，指导产品设计，将体验规划贯彻到产品日常管理中去。 3、 负责在公司范围内，推广以用户体验为核心的思想，完善设计模式，提升影响力。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vondayued.wordpress.com&amp;blog=14830814&amp;post=6&amp;subd=vondayued&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>产品设计这四个字说起来简单，其实涵盖面是很大的。有时候这四个字因为太模糊，而导致很多人以为自己都能干。</p>
<p>vonday从某种角度上来说就是一个产品。这个产品是不是讨人喜欢，用起来是不是顺手，都是要靠大家一起设计和改善的。绝不单单是画一张图，实现一个功能那么简单的。我讲产品设计的职能简单规划为一下三点。希望跟大家讨论，如何更具体的实现它。</p>
<p>1、 负责规划以公司战略方向为目标的未来产品体验策略、并通过设计和运营付诸实施。<br />
2、 负责整体某一领域产品的体验，指导产品设计，将体验规划贯彻到产品日常管理中去。<br />
3、 负责在公司范围内，推广以用户体验为核心的思想，完善设计模式，提升影响力。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vondayued.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vondayued.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vondayued.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vondayued.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vondayued.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vondayued.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vondayued.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vondayued.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vondayued.wordpress.com&amp;blog=14830814&amp;post=6&amp;subd=vondayued&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vondayued.wordpress.com/2010/07/25/ued%e4%b9%8b%e4%b8%80%ef%bc%9a%e4%ba%a7%e5%93%81%e8%ae%be%e8%ae%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/658b7236671f124067adbca0883ef5a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vondayued</media:title>
		</media:content>
	</item>
		<item>
		<title>什么是 Landing Page?</title>
		<link>http://vondayued.wordpress.com/2010/07/23/hello-world/</link>
		<comments>http://vondayued.wordpress.com/2010/07/23/hello-world/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 07:06:02 +0000</pubDate>
		<dc:creator>vondayued</dc:creator>
				<category><![CDATA[随便聊聊]]></category>

		<guid isPermaLink="false">http://vondayued.wordpress.com/?p=1</guid>
		<description><![CDATA[landing page<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vondayued.wordpress.com&amp;blog=14830814&amp;post=1&amp;subd=vondayued&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>什么是 <a title="Landing Page" href="http://zhengyong.net/marketing/category/article-writing/landing-page-article-writing">Landing Page</a>?</h3>
<p><strong>Landing page</strong>也可以称为<strong>着陆页</strong> ，网站上任何一个接受流量的网页都可以称为landing apge。与普通的网页不同，landing page需要完成不同的使命，它需要把访问者引导到他们需要的网页，landing page并不是目标页，而只是引导访问者到目标页的一个中间页面。如果你租过房子，你可能找过房屋中介，landing page就扮演中介的角色。房屋中介需要了解租房者的需求[搜索关键词 - <strong>Keywords</strong>]，并向租房者推荐适合的房子[房子信息也就是<strong>landing page</strong>的内容]，最后由你选择租赁哪个房东的房子[通过landing page到达目标页 - <strong>mechants</strong>]。</p>
<p>下面是一些将landing page用在不同流量源的例子：</p>
<ul>
<li>流量来自<a title="pay per click" href="http://zhengyong.net/marketing/category/%e4%ba%92%e8%81%94%e7%bd%91%e8%90%a5%e9%94%80/pay-per-click">pay per click</a> (PPC) 搜索引擎广告活动，比如<a title="google" href="http://zhengyong.net/marketing/category/%e4%ba%92%e8%81%94%e7%bd%91%e6%96%b0%e9%97%bb/google-%e4%ba%92%e8%81%94%e7%bd%91%e6%96%b0%e9%97%bb">google</a> <a title="adwords" href="http://zhengyong.net/marketing/category/%e4%ba%92%e8%81%94%e7%bd%91%e8%90%a5%e9%94%80/adwords">adwords</a>或者yahoo search marketing，通过不同的搜索关键词进行优化了的多个landing page。</li>
<li>流量从banner广告或图片广告来到landing page，这类流量通常都来自指定的页面，并针对特定的目标客户。</li>
<li>为了推广一个特定的产品销售或引导，从电子邮件中的文本链接而来到landing page的流量。</li>
<li>为了预售一个affiliate产品或opt-in邮件订阅，从<a title="blog" href="http://zhengyong.net/marketing/category/blog">blog</a>文章或sidebar而来到landing page的流量。</li>
<li>还有一种就是类似本文章的landing page，由一些专门围绕一个主题的相关页面链接组织起来的landing page，通过本网页你可以到达本网站任何一个与landing page相关的页面。</li>
</ul>
<p><span style="color:#ff6600;"><strong>landing page这个理论其实可以运用到网站的各个角落，因为它关联着我们的目标群体。</strong></span></p>
<p><span style="color:#ff6600;"><strong>所以我觉得研究landing page会对页面设计带来新的想法，因为任何一个图形的制作，页面的制作都应该有目标性。</strong></span></p>
<p><span style="color:#ff6600;"><strong>这一点我们做的还不够。</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vondayued.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vondayued.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vondayued.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vondayued.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vondayued.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vondayued.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vondayued.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vondayued.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vondayued.wordpress.com&amp;blog=14830814&amp;post=1&amp;subd=vondayued&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vondayued.wordpress.com/2010/07/23/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/658b7236671f124067adbca0883ef5a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vondayued</media:title>
		</media:content>
	</item>
	</channel>
</rss>
