<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>#{Jun.Blog}</title>
  <id>http://linjunpop.heroku.com</id>
  <updated>2011-05-21T00:00:00Z</updated>
  <author>
    <name>Jun</name>
  </author>
  <entry>
    <title>jQuery Tablesorter Gem for Rails 3.1</title>
    <link href="http://linjunpop.heroku.com/2011/10/21/jquery-tablesorter-gem-for-rails-31/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/10/21/jquery-tablesorter-gem-for-rails-31/</id>
    <published>2011-10-21T00:00:00Z</published>
    <updated>2011-10-21T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;I create my first gem, &lt;a href="https://rubygems.org/gems/jquery-tablesorter"&gt;jquery-tablesorter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It&amp;rsquo;s based on &lt;a href="http://lovepeacenukes.com/"&gt;Christian Bach&lt;/a&gt;&amp;rsquo;s jQuery plugin &lt;a href="http://tablesorter.com"&gt;Tablesorter&lt;/a&gt;&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;I create my first gem, &lt;a href="https://rubygems.org/gems/jquery-tablesorter"&gt;jquery-tablesorter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It&amp;rsquo;s based on &lt;a href="http://lovepeacenukes.com/"&gt;Christian Bach&lt;/a&gt;&amp;rsquo;s jQuery plugin &lt;a href="http://tablesorter.com"&gt;Tablesorter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The project page is &lt;a href="https://github.com/linjunpop/jquery-tablesorter-rails"&gt;https://github.com/linjunpop/jquery-tablesorter-rails&lt;/a&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>jQuery-ui on rails 3.1 assets pipeline</title>
    <link href="http://linjunpop.heroku.com/2011/10/10/jquery-ui-on-rails-31-assets-pipeline/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/10/10/jquery-ui-on-rails-31-assets-pipeline/</id>
    <published>2011-10-10T00:00:00Z</published>
    <updated>2011-10-10T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;UPDATE: There is a gem &lt;a href="https://rubygems.org/gems/jquery-ui-themes"&gt;jquery-ui-themes&lt;/a&gt; perfectly fix this, recommend to use this gem.&lt;/p&gt;

&lt;p&gt;The following will fix the jQuery-ui theme&amp;rsquo;s issue on Rails 3.1, tested in production&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;UPDATE: There is a gem &lt;a href="https://rubygems.org/gems/jquery-ui-themes"&gt;jquery-ui-themes&lt;/a&gt; perfectly fix this, recommend to use this gem.&lt;/p&gt;

&lt;p&gt;The following will fix the jQuery-ui theme&amp;rsquo;s issue on Rails 3.1, tested in production&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Add this line to &lt;code&gt;app/assets/stylesheets/application.css&lt;/code&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; *= require vendor
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;create &lt;code&gt;vendor/assets/stylesheets/vendor.css&lt;/code&gt; with&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; /*
 *= require_tree ./jquery_ui 
 *
 */
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Put the jQuery-ui in &lt;code&gt;vendor&lt;/code&gt; folder&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; vendor
   &#9492;&#9472;&#9472; assets
         &#9492;&#9472;&#9472; stylesheets
      &#160;&#160;      &#9500;&#9472;&#9472; images
      &#160;&#160;      &#9474;&#160;&#160; &#9500;&#9472;&#9472; ui-bg_flat_0_aaaaaa_40x100.png
      &#160;&#160;      &#9474;&#160;&#160; &#9500;&#9472;&#9472; ...
      &#160;&#160;      &#9500;&#9472;&#9472; jquery_ui
      &#160;&#160;      &#9474;&#160;&#160; &#9492;&#9472;&#9472; jquery-ui-1.8.16.custom.css
      &#160;&#160;      &#9492;&#9472;&#9472; vendor.css
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;The ugly way, but it just worked.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Refinerycms note</title>
    <link href="http://linjunpop.heroku.com/2011/09/13/refinerycms-note/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/09/13/refinerycms-note/</id>
    <published>2011-09-13T00:00:00Z</published>
    <updated>2011-09-13T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;I do a research on the refinerycms, and write a note about that.&lt;/p&gt;

&lt;p&gt;The link: &lt;a href="http://peg.gd/1M0"&gt;http://peg.gd/1M0&lt;/a&gt;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;I do a research on the refinerycms, and write a note about that.&lt;/p&gt;

&lt;p&gt;The link: &lt;a href="http://peg.gd/1M0"&gt;http://peg.gd/1M0&lt;/a&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Mid-autumn festival</title>
    <link href="http://linjunpop.heroku.com/2011/09/12/mid-autumn-festival/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/09/12/mid-autumn-festival/</id>
    <published>2011-09-12T00:00:00Z</published>
    <updated>2011-09-12T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;My Lunch for my first mid-autumn fectival after I graduated.
&lt;img src="https://lh3.googleusercontent.com/-eo1iFW7W1_s/Tm2plvyHATI/AAAAAAAAGg0/6RJF2j_ezec/s640/IMG00002-20110912-1221.jpg" alt="Alt text" /&gt;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;My Lunch for my first mid-autumn fectival after I graduated.
&lt;img src="https://lh3.googleusercontent.com/-eo1iFW7W1_s/Tm2plvyHATI/AAAAAAAAGg0/6RJF2j_ezec/s640/IMG00002-20110912-1221.jpg" alt="Alt text" /&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Why references?</title>
    <link href="http://linjunpop.heroku.com/2011/09/11/why-references/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/09/11/why-references/</id>
    <published>2011-09-11T00:00:00Z</published>
    <updated>2011-09-11T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;&lt;a href="http://www.deakin.edu.au/current-students/study-support/study-skills/handouts/why-reference.php"&gt;source link&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to show that you have read&lt;/li&gt;
&lt;li&gt;to show what you have read&lt;/li&gt;
&lt;/ul&gt;

</summary>
    <content type="html">&lt;p&gt;&lt;a href="http://www.deakin.edu.au/current-students/study-support/study-skills/handouts/why-reference.php"&gt;source link&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to show that you have read&lt;/li&gt;
&lt;li&gt;to show what you have read&lt;/li&gt;
&lt;li&gt;to enable the reader to locate the sources mentioned in your paper&lt;/li&gt;
&lt;li&gt;to acknowledge your sources and avoid plagiarism&lt;/li&gt;
&lt;/ul&gt;

</content>
  </entry>
  <entry>
    <title>Bitcoin Mining</title>
    <link href="http://linjunpop.heroku.com/2011/05/23/bitcoin-mining/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/05/23/bitcoin-mining/</id>
    <published>2011-05-23T00:00:00Z</published>
    <updated>2011-05-23T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;I just write just a new page for bitcoin mining, it&amp;rsquo;ll turns your browser to a mining machine. Bitcoin is a peer-to-peer currency, you can visit &lt;a href="http://bitcoin.org"&gt;bitcoin.org&lt;/a&gt; for more details&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;I just write just a new page for bitcoin mining, it&amp;rsquo;ll turns your browser to a mining machine. Bitcoin is a peer-to-peer currency, you can visit &lt;a href="http://bitcoin.org"&gt;bitcoin.org&lt;/a&gt; for more details.&lt;/p&gt;

&lt;p&gt;here is &lt;a href="http://linjunpop.com/mining.html"&gt;the mining page&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Ciao Heroku</title>
    <link href="http://linjunpop.heroku.com/2011/05/21/ciao-heroku/" rel="alternate"/>
    <id>http://linjunpop.heroku.com/2011/05/21/ciao-heroku/</id>
    <published>2011-05-21T00:00:00Z</published>
    <updated>2011-05-21T00:00:00Z</updated>
    <author>
      <name>Jun</name>
    </author>
    <summary type="html">&lt;p&gt;This is my new blog, because the blogspot is baned by China, I have to move my blog here.&lt;/p&gt;

&lt;p&gt;The blog is powered by &lt;a href="http://cloudhead.io/toto"&gt;toto&lt;/a&gt; and I do a little tweak on the default css&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;This is my new blog, because the blogspot is baned by China, I have to move my blog here.&lt;/p&gt;

&lt;p&gt;The blog is powered by &lt;a href="http://cloudhead.io/toto"&gt;toto&lt;/a&gt; and I do a little tweak on the default css.&lt;/p&gt;

&lt;p&gt;And the comments is powered by &lt;a href="http://disqus.com"&gt;disqus&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;ciao, Ruby and Heroku.&lt;/p&gt;

&lt;p&gt;Chinese character will cause an error, so I have to write in English.&lt;/p&gt;
</content>
  </entry>
</feed>

