<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>nana4design</title>
        <link>http://www.nana4design.com/blog/</link>
        <description>Living in world wide web</description>
        <language>en-US</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Tue, 14 Oct 2008 10:11:22 +0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>ASCII Art</title>
            <description><![CDATA[Is nana ^^V<br /><br />ASCII Art ^^v<br /><br />Click the link: <a href="http://www.nana4design.com/blog/nana_art.html">NaNa</a><br /><br />You can go to here to play: <a href="http://makeascii.com/ascii-picture.php">ASCII Art</a><br /><br />Isn't it fun? Hahaha~<br />]]></description>
            <link>http://www.nana4design.com/blog/2008/10/ascii-art.html</link>
            <guid>http://www.nana4design.com/blog/2008/10/ascii-art.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">fun</category>
            
            <pubDate>Tue, 14 Oct 2008 10:11:22 +0800</pubDate>
        </item>
        
        <item>
            <title>Simple Note 4 (Useful tags)</title>
            <description><![CDATA[Element:&nbsp; &nbsp;&nbsp;&nbsp; abbr<br />Attributes: &nbsp;&nbsp;&nbsp; | class | id | title | xml:lang |<br /><br />Element:&nbsp; &nbsp;&nbsp;&nbsp; acronym<br />Attributes: &nbsp;&nbsp;&nbsp; | class | id | title | xml:lang |<br /><br />&lt;p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;abbr title="World Wide Web"&gt;WWW&lt;/abbr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;abbr title="Abbreviation"&gt;abbr.&lt;/abbr&gt;<br />&lt;/p&gt;<br />&lt;p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;acronym&gt;radar&lt;/acronym&gt;<br />&lt;/p&gt;<br /><br />Element:&nbsp; &nbsp;&nbsp;&nbsp; address<br />Attributes: &nbsp;&nbsp;&nbsp; | class | id | title | xml:lang |<br /><br />Element:&nbsp; &nbsp;&nbsp;&nbsp; blockquote<br />Attributes: &nbsp;&nbsp;&nbsp; | cite | class | id | title | xml:lang |<br /><br />&lt;blockquote cite="http://www.mycom.com/tolkien/twotowers.html"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;They went in single file, running like hounds on a strong scent, and an eager light was in their eyes. Nearly due west the broad swath of the <br /><br />marching Orcs tramped its ugly slot; the sweet grass of Rohan had been bruised and blackened as they passed.&lt;/p&gt;<br />&lt;/blockquote&gt;<br /><br />Element:&nbsp; &nbsp;&nbsp;&nbsp; cite<br />Attributes: &nbsp;&nbsp;&nbsp; | class | id | title | xml:lang |<br /><br />Element:&nbsp; &nbsp;&nbsp;&nbsp; em<br />Attributes: &nbsp;&nbsp;&nbsp; | class | id | title | xml:lang |<br /><br />Element:&nbsp; &nbsp;&nbsp;&nbsp; q<br />Attributes: &nbsp;&nbsp;&nbsp; | cite | class | id | title | xml:lang |<br /><br />&lt;div&gt;&nbsp; As<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;cite&gt;Harry S. Truman&lt;/cite&gt; said,<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;q&gt;The buck stops here.&lt;/q&gt;<br />&lt;/div&gt;<br />&lt;div&gt; More information can be found in<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;cite&gt;[ISO-0000]&lt;/cite&gt;.<br />&lt;/div&gt;<br />&lt;div&gt; Please refer to the<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;em&gt;following reference number&lt;/em&gt; in future correspondence:<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;strong&gt;1-234-55&lt;/strong&gt;<br />&lt;/div&gt;<br /><br />source: <a href="http://www.zvon.org/xxl/xhtmlBasicReference/Output/index.html">click me</a><br />]]></description>
            <link>http://www.nana4design.com/blog/2008/07/simple-note-4-useful-tags.html</link>
            <guid>http://www.nana4design.com/blog/2008/07/simple-note-4-useful-tags.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">notes</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
            <pubDate>Wed, 30 Jul 2008 17:24:06 +0800</pubDate>
        </item>
        
        <item>
            <title>Simple Note 3 (font)</title>
            <description><![CDATA[<dl><dt>&lt;family-name&gt;
</dt><dd>The name of a font family of choice. In the last example, "Gill"
and "Helvetica" are font families.
</dd><dt>&lt;generic-family&gt;
</dt><dd>In the example above, the last value is a generic family name. The
following generic families are defined:

<br /><ul><li>'serif' (e.g. Times)</li><li>'sans-serif' (e.g. Helvetica)</li><li>'cursive' (e.g. Zapf-Chancery)</li><li>'fantasy' (e.g. Western)</li><li>'monospace' (e.g. Courier)</li></ul><br /><p>Style sheet designers are encouraged to offer a generic font family
as a last alternative.  Generic font family names are keywords and must NOT be quoted.
</p>


<p>If an unquoted font family name contains 
parentheses, brackets, and/or braces, they must still be  
escaped per CSS grammar rules.  Similarly, quotation marks (both single and double), semicolons, 
exclamation marks, commas, and leading slashes within unquoted font family names must be escaped. 
Font names containing any such characters or whitespace should be quoted:
</p>

<pre>body { font-family: "New Century Schoolbook", serif }<br />&lt;BODY STYLE="font-family: 'My own font', fantasy"&gt;</pre></dd><dt>source: <a href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">click me</a><u><br /></u></dt><dd><br /></dd></dl>]]></description>
            <link>http://www.nana4design.com/blog/2008/07/simple-note-3-font.html</link>
            <guid>http://www.nana4design.com/blog/2008/07/simple-note-3-font.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
            <pubDate>Tue, 29 Jul 2008 10:36:30 +0800</pubDate>
        </item>
        
        <item>
            <title>Simple Note 2 (shorthand CSS)</title>
            <description><![CDATA[<pre>No. 1<br />-----<br /><code>body {<br />  font-weight: bold;<br />  font-style: italic;<br />  font-size: 83%;<br />  line-height: 140%;<br />  font-family: verdana, arial, sans-serif;<br />}<br /><br />body {<br />  font: bold italic 83%/140% verdana, arial, sans-serif;<br />}</code><br /><br />No. 2<br />-----<br /><code>#element {<br />  margin-top: 1em;<br />  margin-right: 0.5em;<br />  margin-bottom: 1em;<br />  margin-left: 0.5em;<br />  padding-top: 1em;<br />  padding-right: 0.5em;<br />  padding-bottom: 0.75em;<br />  padding-left: 1.5em;<br />}<br /><br />#element {<br />  margin: 1em 0.5em;<br />  padding: 1em 0.5em 0.75em 1.5em;<br />}</code><br /><br />No. 3<br />-----<br /><code>#element {<br />  border-top-width: 1px;<br />  border-top-style: solid;<br />  border-top-color: #000;<br />  border-right-width: 1px;<br />  border-right-style: solid;<br />  border-right-color: #000;<br />  border-bottom-width: 1px;<br />  border-bottom-style: solid;<br />  border-bottom-color: #000;<br />  border-left-width: 1px;<br />  border-left-style: solid;<br />  border-left-color: #000;<br />}<br /><br />#element {<br />  border: 1px solid #000;<br />}</code><br /><br />but with different width...<br /><br /><code>#element {<br />  border: 1px solid #000;<br />  border-width: 1px 2px 3px 1px;<br />}</code><br /><br />different styles and colours<br /><br /><code>#element {<br />  border-width: 1px 2px 3px 1px;<br />  border-style: solid dashed dotted ridge;<br />  border-color: #000 #666EFF #CC3300 #00CC33;<br />}</code><br /><br />No. 4<br />-----<br /><code>#element {<br />  background-color: #000;<br />  background-image: url(myImage.jpg);<br />  background-position: top left;<br />  background-repeat: no-repeat;<br />}<br /><br />#element {<br />  background: #000 url(myImage.jpg) top left no-repeat;<br />}</code><br /><br />Information from: <a href="http://www.tyssendesign.com.au/articles/faqs/what-is-shorthand-css/">Tyssen Design</a><strong></strong></pre> ]]></description>
            <link>http://www.nana4design.com/blog/2008/07/simple-note-2-shorthand-css.html</link>
            <guid>http://www.nana4design.com/blog/2008/07/simple-note-2-shorthand-css.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">notes</category>
            
            <pubDate>Tue, 22 Jul 2008 18:20:10 +0800</pubDate>
        </item>
        
        <item>
            <title>Simple Note 1</title>
            <description><![CDATA[CSS specifies five so-called generic fonts which are guaranteed to exist in all browsers: serif , sans-serif , monospace , cursive&nbsp; and fantasy.<br /><br />CSS supports 16 color names: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, yellow, white.<br /><br />CSS supports the hexadecimal notation ("#FF0000" and "#F00") and also some other notations that may be easier to use. The following two rules both set the color of h1 elements to brown (50% red, 50% green, 0% blue):<br /><br />H1 {color: #808000}<br />H1 {color: rgb(50%,50%,0%)}<br /><br /><a href="http://www.w3.org/WAI/GL/css2em.htm">http://www.w3.org/WAI/GL/css2em.htm</a><br /><br />Some Fixed Width Advice:<br />Place your fixed width content on the left hand side of the page so on a typical site 640×480 pixel monitor users won't have to side scroll to read the site's primary content.<br />]]></description>
            <link>http://www.nana4design.com/blog/2008/07/simple-note-1.html</link>
            <guid>http://www.nana4design.com/blog/2008/07/simple-note-1.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">notes</category>
            
            <pubDate>Thu, 17 Jul 2008 12:44:40 +0800</pubDate>
        </item>
        
        <item>
            <title>Structure Of A Blogpost</title>
            <description><![CDATA[I like to read CSS's blogs...<br />And from someone comment,<br />I saw this:<br /><br />Structure:

<br /><ul><li>I got a problem</li><li>I got a solution</li><li>This is why the solution rocks</li><li>It doesn't work in IE</li><li>IE .... please die :)</li></ul>Is true... Hahaha<br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/07/structure-of-a-blogpost.html</link>
            <guid>http://www.nana4design.com/blog/2008/07/structure-of-a-blogpost.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">work</category>
            
            <pubDate>Thu, 03 Jul 2008 17:28:24 +0800</pubDate>
        </item>
        
        <item>
            <title>Do What Is Right</title>
            <description><![CDATA[Hmm, I should do what is right.<br />Other people cant follow, is their problem.<br /><br />I shouldn't be affected by those scary markup other people have done.<br />I should do it my way that is keep the markup as clean and lean as possible ^^ ]]></description>
            <link>http://www.nana4design.com/blog/2008/06/do-what-is-right.html</link>
            <guid>http://www.nana4design.com/blog/2008/06/do-what-is-right.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">work</category>
            
            <pubDate>Thu, 26 Jun 2008 17:21:00 +0800</pubDate>
        </item>
        
        <item>
            <title>Definition List</title>
            <description><![CDATA[Hmm... I've used CSS for sometimes (less than 6 months)<br />and I realised Definition List is so useful...<br /><br />Hmm.. I should study more and more!!! CSS!!!!!!!!!!!<br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/05/definition-list.html</link>
            <guid>http://www.nana4design.com/blog/2008/05/definition-list.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">work</category>
            
            <pubDate>Mon, 19 May 2008 01:05:21 +0800</pubDate>
        </item>
        
        <item>
            <title>Stop</title>
            <description><![CDATA[Hmm... Recently have spent a lot in buying clothes.<br /><br />Is time to stop.<br />I don't think woman can stop that.<br />Plus, the annual sales just started...<br /><br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/05/stop.html</link>
            <guid>http://www.nana4design.com/blog/2008/05/stop.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">life</category>
            
            <pubDate>Fri, 02 May 2008 17:43:20 +0800</pubDate>
        </item>
        
        <item>
            <title>Hot</title>
            <description><![CDATA[Today is so hot. But today is my chinese birthday.<br /><br />I ate vegetarian the whole day.<br />I had lunch with sisters in an expensive vegetarian restaurant.<br />Is worth, cos the food is so delicious.<br /><br />The weather is still very hot =.="<br />I want to put myself inside the fridge...<br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/04/hot.html</link>
            <guid>http://www.nana4design.com/blog/2008/04/hot.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">life</category>
            
            <pubDate>Sun, 27 Apr 2008 23:38:00 +0800</pubDate>
        </item>
        
        <item>
            <title>Tired</title>
            <description><![CDATA[Hmm... I' m just tired.<br /><br />1. work<br />2. buying some new clothes<br />3. getting a Miu Miu bag<br />4. lose weight<br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/04/tired.html</link>
            <guid>http://www.nana4design.com/blog/2008/04/tired.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">life</category>
            
            <pubDate>Sat, 26 Apr 2008 01:21:53 +0800</pubDate>
        </item>
        
        <item>
            <title>Happy Birthday</title>
            <description><![CDATA[One more hour I can say "Happy Birthday"~<br /><br />Time goes fast, and I miss the Tiramisu from Bread Garden in Vancouver.<br />I wish next time I can go back there.<br />I just like the place.<br />It means a lot ^^v<br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/04/happy-birthday.html</link>
            <guid>http://www.nana4design.com/blog/2008/04/happy-birthday.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">life</category>
            
            <pubDate>Mon, 21 Apr 2008 22:55:14 +0800</pubDate>
        </item>
        
        <item>
            <title>My Job</title>
            <description><![CDATA[I work as a web designer.<br />Not a good one, but I still can survive.<br />I cant live in a world without INTERNET.<br />That's me.<br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/04/my-job.html</link>
            <guid>http://www.nana4design.com/blog/2008/04/my-job.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">life</category>
            
            <pubDate>Sun, 20 Apr 2008 17:49:03 +0800</pubDate>
        </item>
        
        <item>
            <title>Let&apos;s Blog</title>
            <description><![CDATA[1. nana4design's blog starts.<br />2. Integrate <a href="http://del.icio.us/">Delicious</a> with MT is still pending.<br />3. Enjoy my lame blog.<br /><br /><br /> ]]></description>
            <link>http://www.nana4design.com/blog/2008/04/lets-blog.html</link>
            <guid>http://www.nana4design.com/blog/2008/04/lets-blog.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">life</category>
            
            <pubDate>Fri, 18 Apr 2008 23:57:04 +0800</pubDate>
        </item>
        
    </channel>
</rss>
