<?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/"
><channel><title>Wheat Notes</title> <atom:link href="http://www.wheatnotes.com/feed/" rel="self" type="application/rss+xml" /><link>http://www.wheatnotes.com</link> <description>Bring the World to China; and China to the World!</description> <lastBuildDate>Tue, 22 Nov 2011 08:59:24 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>A new beginning!</title><link>http://www.wheatnotes.com/2011/11/a-new-beginning/</link> <comments>http://www.wheatnotes.com/2011/11/a-new-beginning/#comments</comments> <pubDate>Tue, 22 Nov 2011 08:56:08 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Essay]]></category> <category><![CDATA[dream]]></category> <category><![CDATA[english]]></category> <category><![CDATA[life]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=434</guid> <description><![CDATA[what is my dream? What do I really want to do in the future?]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/11/a-new-beginning/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install Dabr with MySQL</title><link>http://www.wheatnotes.com/2011/06/install-dabr-with-mysql/</link> <comments>http://www.wheatnotes.com/2011/06/install-dabr-with-mysql/#comments</comments> <pubDate>Wed, 15 Jun 2011 15:34:27 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[Dabr]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[website]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=426</guid> <description><![CDATA[If you installed your Dabr in a subdirectory, Don’t forget add RewriteBase / in your .htaccess and changed RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] to RewriteRule ^(.*)$ twitter/index.php?q=$1 [L,QSA]]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/06/install-dabr-with-mysql/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>What a world&#8230;</title><link>http://www.wheatnotes.com/2011/06/what-a-world/</link> <comments>http://www.wheatnotes.com/2011/06/what-a-world/#comments</comments> <pubDate>Sat, 04 Jun 2011 17:39:47 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Essay]]></category> <category><![CDATA[mood]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=424</guid> <description><![CDATA[A lot of things changed around me, and the enviroment as well. sometimes maybe you got the similar situation, how did you do with, guys??? bad days!!! hm....]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/06/what-a-world/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CMS without database &#8211; review of some good choices</title><link>http://www.wheatnotes.com/2011/04/cms-without-database-review-of-some-good-choices/</link> <comments>http://www.wheatnotes.com/2011/04/cms-without-database-review-of-some-good-choices/#comments</comments> <pubDate>Fri, 22 Apr 2011 05:25:17 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[CMS]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[txt]]></category> <category><![CDATA[website]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=417</guid> <description><![CDATA[A Content management system (CMS) without database. data is stored in text files on the server instead...]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/04/cms-without-database-review-of-some-good-choices/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP+TXT CMS</title><link>http://www.wheatnotes.com/2011/03/phptxt-cms/</link> <comments>http://www.wheatnotes.com/2011/03/phptxt-cms/#comments</comments> <pubDate>Mon, 21 Mar 2011 05:35:20 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[CMS]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[txt]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=415</guid> <description><![CDATA[CMSimple is one of the smallest, smartest and most simple Content Management Systems under the GPL or AGPL licence.]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/03/phptxt-cms/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google JavaScript Closure Compiler</title><link>http://www.wheatnotes.com/2011/03/google-javascript-closure-compiler/</link> <comments>http://www.wheatnotes.com/2011/03/google-javascript-closure-compiler/#comments</comments> <pubDate>Sun, 06 Mar 2011 10:20:54 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[JS]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=413</guid> <description><![CDATA[Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google’s JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/03/google-javascript-closure-compiler/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[WP]JavaScript to Footer</title><link>http://www.wheatnotes.com/2011/03/wp-javascript-to-footer/</link> <comments>http://www.wheatnotes.com/2011/03/wp-javascript-to-footer/#comments</comments> <pubDate>Wed, 02 Mar 2011 17:00:15 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[JS]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=393</guid> <description><![CDATA[It will automatically move JavaScript code to page footer, speeding up page loading time.]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/03/wp-javascript-to-footer/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>I need the post slug&#8230;</title><link>http://www.wheatnotes.com/2011/03/i-need-the-post-slug/</link> <comments>http://www.wheatnotes.com/2011/03/i-need-the-post-slug/#comments</comments> <pubDate>Mon, 28 Feb 2011 16:44:50 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[slug]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=391</guid> <description><![CDATA[There is a function (get_post) that let us pick any part out of it, so we can end up with this code within the loop.]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/03/i-need-the-post-slug/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WordPress trick: Get category slug using category ID</title><link>http://www.wheatnotes.com/2011/02/wordpress-trick-get-category-slug-using-category-id/</link> <comments>http://www.wheatnotes.com/2011/02/wordpress-trick-get-category-slug-using-category-id/#comments</comments> <pubDate>Sun, 27 Feb 2011 16:35:41 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[category]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=387</guid> <description><![CDATA[This will display the slug for the category with the ID...]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/02/wordpress-trick-get-category-slug-using-category-id/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google&#8217;s input style</title><link>http://www.wheatnotes.com/2011/02/googles-input-style/</link> <comments>http://www.wheatnotes.com/2011/02/googles-input-style/#comments</comments> <pubDate>Sat, 26 Feb 2011 09:01:02 +0000</pubDate> <dc:creator>Jason</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[codes]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[html]]></category> <category><![CDATA[input]]></category> <category><![CDATA[style]]></category><guid isPermaLink="false">http://www.wheatnotes.com/?p=410</guid> <description><![CDATA[Google's input box style...I like it.]]></description> <wfw:commentRss>http://www.wheatnotes.com/2011/02/googles-input-style/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
