<?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></title>
	<atom:link href="http://ayuannie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ayuannie.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 31 Oct 2010 04:12:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ayuannie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://ayuannie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ayuannie.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://ayuannie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>BMP to JPEG</title>
		<link>http://ayuannie.wordpress.com/2010/10/31/bmp-to-jpeg/</link>
		<comments>http://ayuannie.wordpress.com/2010/10/31/bmp-to-jpeg/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 04:12:20 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/?p=33</guid>
		<description><![CDATA[http://www.phpro.org/examples/Convert-BMP-to-JPG.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=33&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.phpro.org/examples/Convert-BMP-to-JPG.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=33&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2010/10/31/bmp-to-jpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>add watermark in PHP</title>
		<link>http://ayuannie.wordpress.com/2010/10/31/add-watermark-in-php/</link>
		<comments>http://ayuannie.wordpress.com/2010/10/31/add-watermark-in-php/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 04:08:10 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/?p=31</guid>
		<description><![CDATA[&#60;?php /** * Put logo on low right jpeg image * used stefan&#8217;s script for position **/ $logo_file = &#8220;watermark.png&#8221;; $image_file = &#8220;img.jpg&#8221;; $targetfile = &#8220;img3.jpg&#8221;; $photo = imagecreatefromjpeg($image_file); $fotoW = imagesx($photo); $fotoH = imagesy($photo); $logoImage = imagecreatefrompng($logo_file); $logoW = imagesx($logoImage); $logoH = imagesy($logoImage); $photoFrame = imagecreatetruecolor($fotoW,$fotoH); $dest_x = $fotoW &#8211; $logoW; $dest_y = $fotoH [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=31&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>&lt;?php</div>
<div>/**</div>
<div>* Put logo on low right jpeg image</div>
<div>* used stefan&#8217;s script for position</div>
<div>**/</div>
<div>$logo_file = &#8220;watermark.png&#8221;;</div>
<div>$image_file = &#8220;img.jpg&#8221;;</div>
<div>$targetfile = &#8220;img3.jpg&#8221;;</div>
<div>$photo = imagecreatefromjpeg($image_file);</div>
<div>$fotoW = imagesx($photo);</div>
<div>$fotoH = imagesy($photo);</div>
<div>$logoImage = imagecreatefrompng($logo_file);</div>
<div>$logoW = imagesx($logoImage);</div>
<div>$logoH = imagesy($logoImage);</div>
<div>$photoFrame = imagecreatetruecolor($fotoW,$fotoH);</div>
<div>$dest_x = $fotoW &#8211; $logoW;</div>
<div>$dest_y = $fotoH &#8211; $logoH;</div>
<div>imagecopyresampled($photoFrame, $photo, 0, 0, 0, 0, $fotoW, $fotoH, $fotoW, $fotoH);</div>
<div>imagecopy($photoFrame, $logoImage, $dest_x, $dest_y, 0, 0, $logoW, $logoH);</div>
<div>imagejpeg($photoFrame, $targetfile);</div>
<div>echo &#8216;&lt;img src=&#8221;&#8216;.$targetfile.&#8217;&#8221; /&gt;&#8217;;</div>
<div>?&gt;</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=31&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2010/10/31/add-watermark-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>UTF-8 and Big5 / GB convention</title>
		<link>http://ayuannie.wordpress.com/2008/08/21/utf-8-and-big5-gb-convention/</link>
		<comments>http://ayuannie.wordpress.com/2008/08/21/utf-8-and-big5-gb-convention/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:22:53 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/?p=24</guid>
		<description><![CDATA[To convent the utf-8 to big-5 , simply use this to do it , but it is better to use utf-8 to do a page ! $str1=iconv(&#8220;UTF-8&#8243;,&#8221;big5&#8243;,$str1);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=24&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To convent the utf-8 to big-5 , simply use this to do it , but it is better to use utf-8 to do a page !</p>
<p>$str1=iconv(&#8220;UTF-8&#8243;,&#8221;big5&#8243;,$str1);</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=24&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2008/08/21/utf-8-and-big5-gb-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>web 2.0 generator</title>
		<link>http://ayuannie.wordpress.com/2008/08/07/web-20-generator/</link>
		<comments>http://ayuannie.wordpress.com/2008/08/07/web-20-generator/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 03:53:00 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[web 2.0 design]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/?p=22</guid>
		<description><![CDATA[設計 Web 2.0 網站之各種產生器 ::: 挖趣 wowTree ::: 挖東西．找樂趣<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=22&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://wowtree.com/tree.php?aid=158">設計 Web 2.0 網站之各種產生器 ::: 挖趣 wowTree ::: 挖東西．找樂趣</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=22&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2008/08/07/web-20-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>Color pattern for web design</title>
		<link>http://ayuannie.wordpress.com/2008/08/07/color-pattern-for-web-design/</link>
		<comments>http://ayuannie.wordpress.com/2008/08/07/color-pattern-for-web-design/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 03:51:50 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[web 2.0 design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/?p=18</guid>
		<description><![CDATA[http://www.colourlovers.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=18&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.colourlovers.com/">http://www.colourlovers.com/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=18&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2008/08/07/color-pattern-for-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>Data visualization</title>
		<link>http://ayuannie.wordpress.com/2007/11/29/data-visualization/</link>
		<comments>http://ayuannie.wordpress.com/2007/11/29/data-visualization/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:14:58 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/2007/11/29/data-visualization/</guid>
		<description><![CDATA[In this informative of years , we are given more and more informations from web. However, how we digest this big amount of data? The Data visualization is a method/Skills to represent the data . Which given the user  that more easy to understanding and digest the data effective . And I had find a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=17&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this informative of years , we are given more and more informations from web.</p>
<p>However, how we digest this big amount of data? The Data visualization is a method/Skills to represent the data . Which given the user  that more easy to understanding and digest the data effective .</p>
<p>And I had find a website which is talking about the 16 good example that using data visualization</p>
<p><a href="http://mashable.com/2007/05/15/16-awesome-data-visualization-tools/"> http://mashable.com/2007/05/15/16-awesome-data-visualization-tools/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=17&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2007/11/29/data-visualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>Web banner design tips</title>
		<link>http://ayuannie.wordpress.com/2007/11/29/web-banner-design-tips/</link>
		<comments>http://ayuannie.wordpress.com/2007/11/29/web-banner-design-tips/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:05:03 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/2007/11/29/web-banner-design-tips/</guid>
		<description><![CDATA[Nowadays , web banner is the most income of the website. It given the advantages of doing promotions for your new products or new announcement .  And a good banner will give you a better income with your web site. Here is the article talking more or less on how to design a good banner [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=16&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.simplygraphix.com/banner_tips.html" alt="http://www.simplygraphix.com/banner_tips.html" /></p>
<p>Nowadays , web banner is the most income of the website. It given the advantages of doing promotions for your new products or new announcement .  And a good banner will give you a better income with your web site.</p>
<p>Here is the article talking more or less on how to design a good banner for your website.</p>
<p>such as</p>
<p><strong>1. Nothing beats a good eye-catching punch line</strong><br />
When thinking of the copy for a banner; you need to spend a lot of time in creating a catchy phrase, something that will arouse the interest of the viewers and entice them to click on the banner. The punch line should be a small phrase, just a few words and should be visually appealing (correct usage of colors and fonts).</p>
<p><a name="tip2"></a><strong>2. Good copy</strong><br />
A successful banner has excellent copy. Be sure to spend ample time thinking about what would interest the surfer. Another rule of thumb for good copy is to keep it short and simple. The text should support the banner punch line and should be informative and practical, making the viewer curious or bringing out a smile. Preferably, the copy should end with the same catchy phrase as on your web site unless the banner punch line is the same.</p>
<p><!-- google_ad_client = "pub-6313443984889918"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_type = "text_image"; google_ad_channel =""; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "003366"; google_color_text = "000000"; google_color_url = "FF6600"; //--></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=16&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2007/11/29/web-banner-design-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>

		<media:content url="http://www.simplygraphix.com/banner_tips.html" medium="image">
			<media:title type="html">http://www.simplygraphix.com/banner_tips.html</media:title>
		</media:content>
	</item>
		<item>
		<title>Eyetracking Study of Web Readers</title>
		<link>http://ayuannie.wordpress.com/2007/11/15/eyetracking-study-of-web-readers/</link>
		<comments>http://ayuannie.wordpress.com/2007/11/15/eyetracking-study-of-web-readers/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 15:33:17 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/2007/11/15/eyetracking-study-of-web-readers/</guid>
		<description><![CDATA[http://www.useit.com/alertbox/20000514.html http://www.useit.com/eyetracking/  This article is taking about how a content that make users receive the most information when reading the websites, and some research result For example Keep Headlines Simple and Direct also , there is a research that showing how the users read the content Areas where users looked the most are colored red; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=15&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.useit.com/alertbox/20000514.html" title="http://www.useit.com/alertbox/20000514.html">http://www.useit.com/alertbox/20000514.html</a></p>
<p><a href="http://www.useit.com/eyetracking/">http://www.useit.com/eyetracking/ </a></p>
<p>This article is taking about how a content that make users receive the most information when reading the websites, and some research result</p>
<p>For example</p>
<h3>Keep Headlines Simple and Direct</h3>
<p>also , there is a research that showing how the users read the content</p>
<p>Areas where users looked the most are colored red; the yellow areas indicate fewer fixations, followed by the least-viewed blue areas. Gray areas didn&#8217;t attract any fixations.</p>
<p><img src="http://www.useit.com/eyetracking/eyetracking_corporate_site_about_us.png" height="536" width="400" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=15&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2007/11/15/eyetracking-study-of-web-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>

		<media:content url="http://www.useit.com/eyetracking/eyetracking_corporate_site_about_us.png" medium="image" />
	</item>
		<item>
		<title>Faster Page Loads &#8211; Bundle Your CSS and Javascript</title>
		<link>http://ayuannie.wordpress.com/2007/11/08/faster-page-loads-bundle-your-css-and-javascript/</link>
		<comments>http://ayuannie.wordpress.com/2007/11/08/faster-page-loads-bundle-your-css-and-javascript/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 14:40:15 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/2007/11/08/faster-page-loads-bundle-your-css-and-javascript/</guid>
		<description><![CDATA[http://www.sitepoint.com/blogs/2007/04/10/faster-page-loads-bundle-your-css-and-javascript/ This article is to analysis which part of the website are need more time to load, we can make use of this data , to reduce the loading time to our website<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=14&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sitepoint.com/blogs/2007/04/10/faster-page-loads-bundle-your-css-and-javascript/" title="http://www.sitepoint.com/blogs/2007/04/10/faster-page-loads-bundle-your-css-and-javascript/">http://www.sitepoint.com/blogs/2007/04/10/faster-page-loads-bundle-your-css-and-javascript/</a></p>
<p>This article is to analysis which part of the website are need more time to load,</p>
<p>we can make use of this data , to reduce the loading time to our website</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=14&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2007/11/08/faster-page-loads-bundle-your-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
		<item>
		<title>10-difficult-Client requests</title>
		<link>http://ayuannie.wordpress.com/2007/11/01/10-difficult-client-requests/</link>
		<comments>http://ayuannie.wordpress.com/2007/11/01/10-difficult-client-requests/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 14:25:22 +0000</pubDate>
		<dc:creator>ayuannie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ayuannie.wordpress.com/2007/11/01/10-difficult-client-requests/</guid>
		<description><![CDATA[http://www.ideasonideas.com/2007/10/disarm-10-difficult-requests As a web designer , the most difficult part isn&#8217;t develop a web site ,the most difficult is how to met the client&#8217;s requirement. Even you have done the whole project , and following the W3C guild lines. The user also can give you some non- predict comment and ask you to develop the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=13&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ideasonideas.com/2007/10/disarm-10-difficult-requests">http://www.ideasonideas.com/2007/10/disarm-10-difficult-requests</a></p>
<p>As a web designer , the most difficult part isn&#8217;t develop a web site ,the most difficult is how to met the client&#8217;s requirement. Even you have done the whole project , and following the W3C guild lines. The user also can give you some non- predict comment and ask you to develop the web sites. This web site define 10 -most common requests of the clients .And given the best solution to duel with this kinds of difficulties.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ayuannie.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ayuannie.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ayuannie.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ayuannie.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ayuannie.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ayuannie.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ayuannie.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ayuannie.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ayuannie.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ayuannie.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ayuannie.wordpress.com&amp;blog=1671909&amp;post=13&amp;subd=ayuannie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ayuannie.wordpress.com/2007/11/01/10-difficult-client-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0efcd1f219019f936e9f8c0126e704d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ayuannie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
