<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>VCASMO - osnow</title>
      <link>http://www.vcasmo.com/user/osnow</link>
      <description></description>
      <language>zh</language>
      <pubDate>Wed, 12 Oct 2011 18:38:33 +0100</pubDate>
      <generator>VCASMO</generator>
	  
		  <item>
			 <title>High-Performance javascript: Why Everything You’ve Been Taught is Wrong</title>
			 <link>http://www.vcasmo.com/video/osnow/391</link>
			 <description>In sum, Joseph argues for a four-point approach to achieving maximum performance in your web-app:&#60;br /&#62;
&#60;ul&#62;&#60;li&#62;Be lazy: Don’t load or do things before you need to; maybe you won’t need to load or do them at all.&#60;/li&#62;&#60;li&#62;Be responsive: Make things happen quickly. If you can shave 100ms off of an interaction by responding to a mousedown event instead of a click event, do it.&#60;/li&#62;&#60;li&#62;Be pragmatic: Frontend engineering is hard enough. Don’t make it harder than it needs to be.&#60;/li&#62;&#60;li&#62;Be vigilant: Blank web pages are fast. Web pages become slow because you put stuff in them; slowness is your resonsibility. Vigilance is required to prevent slowness.&#60;/li&#62;&#60;/ul&#62;&#60;br /&#62;
http://josephsmarr.com/2007/08/29/my-ajax-talk-is-now-on-yui-theater/</description>
			 <pubDate>Fri, 31 Aug 2007 05:57:20 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/391</guid>
		  </item>
	  
		  <item>
			 <title>The story book</title>
			 <link>http://www.vcasmo.com/video/osnow/846</link>
			 <description></description>
			 <pubDate>Sun, 30 Sep 2007 22:28:04 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/846</guid>
		  </item>
	  
		  <item>
			 <title>Conference Presentation Judo</title>
			 <link>http://www.vcasmo.com/video/osnow/352</link>
			 <description>A substantial amount of the sense of this talk is not in the slides. This document will try to relate some of the things I said during the talk itself that might not otherwise be apparent. It may also elaborate, amplify, and explain where necessary.&#60;br /&#62;
&#60;br /&#62;
The notes will also explain the jokes, so if you read the notes without reading the slides first, you&#39;ll be getting explanations of jokes you haven&#39;t heard, and none of it will be funny. So read the slides before the notes, or concurrently with the notes.&#60;br /&#62;
&#60;br /&#62;
As in the talk itself, everything in these notes is intended seriously, even when it appears to be facetious.&#60;br /&#62;
&#60;br /&#62;
http://perl.plover.com/yak/presentation/samples/notes.html</description>
			 <pubDate>Sun, 26 Aug 2007 16:31:05 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/352</guid>
		  </item>
	  
		  <item>
			 <title>The javascript Programming Language 1/4</title>
			 <link>http://www.vcasmo.com/video/osnow/485</link>
			 <description></description>
			 <pubDate>Wed, 05 Sep 2007 00:14:17 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/485</guid>
		  </item>
	  
		  <item>
			 <title>Advanced javascript 2/3</title>
			 <link>http://www.vcasmo.com/video/osnow/438</link>
			 <description></description>
			 <pubDate>Mon, 03 Sep 2007 02:36:02 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/438</guid>
		  </item>
	  
		  <item>
			 <title>Advanced javascript 3/3</title>
			 <link>http://www.vcasmo.com/video/osnow/441</link>
			 <description></description>
			 <pubDate>Mon, 03 Sep 2007 03:27:20 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/441</guid>
		  </item>
	  
		  <item>
			 <title>The javascript Programming Language 2/4</title>
			 <link>http://www.vcasmo.com/video/osnow/509</link>
			 <description></description>
			 <pubDate>Thu, 06 Sep 2007 04:56:18 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/509</guid>
		  </item>
	  
		  <item>
			 <title>The javascript Programming Language 3/4</title>
			 <link>http://www.vcasmo.com/video/osnow/530</link>
			 <description></description>
			 <pubDate>Fri, 07 Sep 2007 00:00:09 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/530</guid>
		  </item>
	  
		  <item>
			 <title>The javascript Programming Language 4/4</title>
			 <link>http://www.vcasmo.com/video/osnow/546</link>
			 <description></description>
			 <pubDate>Sat, 08 Sep 2007 02:36:25 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/546</guid>
		  </item>
	  
		  <item>
			 <title>Fotolog: Scaling the World&#39;s Largest Photo Blogging Community</title>
			 <link>http://www.vcasmo.com/video/osnow/609</link>
			 <description>via &#60;a href=&#34;http://mysqldatabaxseadministration.blogspot.com/2007/04/fotolog-scaling-worlds-largest-photo.html&#34;&#62;MySQL DBA: Fotolog: Scaling the world&#39;s largest photo blogging community&#60;/a&#62;</description>
			 <pubDate>Thu, 13 Sep 2007 18:07:44 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/609</guid>
		  </item>
	  
		  <item>
			 <title>FeedBurner: Scalable Web Applications using MySQL and Java</title>
			 <link>http://www.vcasmo.com/video/osnow/663</link>
			 <description>Server-side Java is still maligned as being too slow and too bloated for high performance web applications. FeedBurner has shown that you can have a large, feature-rich Java application (built around MySQL, of course) and still scale out to large deployments.&#60;br /&#62;
&#60;br /&#62;
The FeedBurner team discusses strategies for building scalable, high-performance web applications using MySQL with Java and open source Java frameworks.&#60;br /&#62;
&#60;br /&#62;
Also covered are schema design and horizontal scalability (both at the MySQL level as well as at the Java app server level).&#60;br /&#62;
&#60;br /&#62;
&#60;i&#62;via&#60;/i&#62; &#60;a href=&#34;ttp://www.mysqluc.com/cs/mysqluc2006/view/e_sess/8099&#34;&#62;MySQL Users Conference 2006&#60;/a&#62; - April 24-27, 2006 - Santa Clara, CA &#60;br /&#62;
&#60;br /&#62;
Chinese Abstract:&#60;br /&#62;
http://www.example.net.cn/archives/2006/06/feedburneruoumy.html</description>
			 <pubDate>Wed, 19 Sep 2007 14:48:29 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/663</guid>
		  </item>
	  
		  <item>
			 <title>Advanced javascript 1/3</title>
			 <link>http://www.vcasmo.com/video/osnow/404</link>
			 <description></description>
			 <pubDate>Sat, 01 Sep 2007 06:01:45 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/404</guid>
		  </item>
	  
		  <item>
			 <title>metaprogramming javascript</title>
			 <link>http://www.vcasmo.com/video/osnow/392</link>
			 <description>&#60;i&#62;by&#60;/i&#62; &#60;a href=&#34;http://www.adamlogic.com/2007/03/20/3_mextaprogramming-jaxvascxript-presentation&#34;&#62;Adam McCrea&#60;/a&#62;</description>
			 <pubDate>Fri, 31 Aug 2007 06:46:19 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/392</guid>
		  </item>
	  
		  <item>
			 <title>Ajax Unplugged - Architecture and Tips for Taking Web</title>
			 <link>http://www.vcasmo.com/video/osnow/385</link>
			 <description>Slides for &#60;a href=&#34;http://conferences.oreillynet.com/cs/et2007/view/e_sess/13823&#34;&#62;AJAX Unplugged&#60;/a&#62; session covering various techniques in offline AJAX presented by Kevin Henrikson</description>
			 <pubDate>Fri, 31 Aug 2007 02:09:16 +0100</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/385</guid>
		  </item>
	  
   </channel>
</rss>