<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>app</title>
  <id>http://127.0.0.1</id>
  <updated>2011-11-01</updated>
  <author>
    <name></name>
  </author>
  <entry>
    <title>a new homepage up and running</title>
    <link rel="alternate" href="http://127.0.0.1/2011/11/02/a-new-homepage-up-and-running/"/>
    <id>http://127.0.0.1/2011/11/02/a-new-homepage-up-and-running/</id>
    <published>2011-11-02</published>
    <updated>2011-11-02</updated>
    <author>
      <name></name>
    </author>
    <summary type="html">&lt;p&gt;My old blog have been down for 15 months &amp;ndash; at least. I’m embarrassed. People have asked me why my blog is down, and I’ve responded; I know. I’ve been busy, but I’m working on it. It turns out I’ve been working on it for 15 months!!!&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;My old blog have been down for 15 months &amp;ndash; at least. I’m embarrassed. People have asked me why my blog is down, and I’ve responded; I know. I’ve been busy, but I’m working on it. It turns out I’ve been working on it for 15 months!!!&lt;/p&gt;

&lt;p&gt;To make a long story short, I’ve actually been busy creating a few iPhone and iPad apps and I’ve started my own company. It’s been incredible fun. My time is up for today, but it will hopefully not take 15 months until I publish my next post.&lt;/p&gt;

&lt;p&gt;g&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>typography test</title>
    <link rel="alternate" href="http://127.0.0.1/2011/11/01/typography-test/"/>
    <id>http://127.0.0.1/2011/11/01/typography-test/</id>
    <published>2011-11-01</published>
    <updated>2011-11-01</updated>
    <author>
      <name></name>
    </author>
    <summary type="html">&lt;p&gt;
This page falls somewhere between a tool and an essay. It sets out to explore how the intertwined typographic concepts of scale and rhythm can be encouraged to shake a leg on web pages. Drag the colored boxes along the scale to throw these words anew. For the most part, this text is just a libretto for the performance you can play upon it&amp;hellip;

</summary>
    <content type="html">&lt;p&gt;
This page falls somewhere between a tool and an essay. It sets out to explore how the intertwined typographic concepts of scale and rhythm can be encouraged to shake a leg on web pages. Drag the colored boxes along the scale to throw these words anew. For the most part, this text is just a libretto for the performance you can play upon it.
&lt;/p&gt;




&lt;h3&gt;Choosing sizes&lt;/h3&gt;


&lt;p&gt;
Don’t compose without a scale. Out of context, most would probably assume this quote recommends a rather straightforward approach to choosing a sequence of musical notes. But actually, in this case, the author’s subject centers around how to go about selecting a harmonious set of typeface sizes. In The Elements of Typographic Style, author robert bringhurst includes this principle as one of the old, well-traveled roads at the core of the tradition.
Of course, good typesetting requires something more than selecting a series of font sizes, just as music consists of something more than choosing notes. Rhythm, in particular, enables a sequence of notes to beat with musical life; tempo sustains their wit. It is much the same for the world of letters.
&lt;/p&gt;




&lt;h3&gt;Vertical tempo&lt;/h2&gt;
&lt;p&gt;
Most pages of continuous prose pulse with a particular vertical rhythm, established by the lines of its main words, sentences, and paragraphs. If a subheading is set in a diﬀerent size than the rest of the main text, it needs to be oﬀset in a way that ﬂows with the page’s intrinsic rhythm.
For this, Bringhurst suggests another rule of thumb: Add and delete vertical space in measured intervals. When sized correctly, the vertical spacing around a chunk of larger text can act like the rests in a musical score, allowing the main text to resume on beat.
Size and rhythm make each other interesting. Now it’s time to explore how to weave them into web pages. Bear in mind these words are meant to be chewed on more as appetizers than something like a ﬁnal course. They oﬀer a path, trampled in the hopes of oﬀering passage – not to an automatic destination, but to places for possible, conscious, even mischievous departure.
&lt;/p&gt;

&lt;h2&gt;Sizing up the BODY&lt;/h2&gt;
&lt;p&gt;
The ﬁrst step: establish the size of the main text. This becomes the base against which all other variations in type size will be chosen and deﬁned.
Here, it pays to work with the grain. Rather than styling everything from scratch, start out by carefully considering what the browser oﬀers by default. Write the css from there, as a minimal expression of diﬀerences from the default style. This approach gets the job done using the least amount of code, yielding a positive impact on page download speed and the ease with which changes can be made in the future (assuming less code means there is less to understand, maintain, and edit).
&lt;/p&gt;

&lt;p&gt;
The text is gathered from &lt;a href="http://lamb.cc/typograph/"&gt;http://lamb.cc/typograph/&lt;/a&gt;
&lt;/p&gt;

</content>
  </entry>
  <entry>
    <title>Markdown testing</title>
    <link rel="alternate" href="http://127.0.0.1/2011/11/01/markdown-testing/"/>
    <id>http://127.0.0.1/2011/11/01/markdown-testing/</id>
    <published>2011-11-01</published>
    <updated>2011-11-01</updated>
    <author>
      <name></name>
    </author>
    <summary type="html">&lt;p&gt;Testing out the built in markdown language in Toto. It turns out that Toto is using the &lt;a href="https://github.com/rtomayko/rdiscount"&gt;rdiscount&lt;/a&gt; markdown implementation&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;Testing out the built in markdown language in Toto. It turns out that Toto is using the &lt;a href="https://github.com/rtomayko/rdiscount"&gt;rdiscount&lt;/a&gt; markdown implementation.&lt;/p&gt;

&lt;p&gt;The markdown syntax can be found &lt;a href="http://daringfireball.net/projects/markdown/syntax"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Code&lt;/h3&gt;

&lt;p&gt;Is it possible to show code samples with this language?&lt;/p&gt;

&lt;p&gt;Can I write C#?&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;public void HelloWorld() {
    Console.WriteLine("hello world");
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;HTML should not be a problem either&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;html&amp;gt;
    &amp;lt;body&amp;gt;
        &amp;lt;script&amp;gt;
            alert("hello world");
        &amp;lt;/script&amp;gt;
    &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Lists&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;One&lt;/li&gt;
&lt;li&gt;Two&lt;/li&gt;
&lt;li&gt;Three

&lt;ul&gt;
&lt;li&gt;Second level

&lt;ul&gt;
&lt;li&gt;Third level&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;Images&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;![alt text](url)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src="http://farm6.static.flickr.com/5287/5282142185_83b5fa0a82_b.jpg" alt="Mex" /&gt;&lt;/p&gt;

&lt;h3&gt;Inline HTML&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;This is bold&lt;/b&gt;?&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
&lt;code&gt;
public static void HOHO() 
{
    if (true) {
        Console.WriteLine("hohoho");
    }
} 
&l
