<?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>Tue, 16 Oct 2007 02:55:37 +0900</pubDate>
      <generator>VCASMO</generator>
	  
		  <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 +0900</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 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/441</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 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/485</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 +0900</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 +0900</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 +0900</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 +0900</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 +0900</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 +0900</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 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/392</guid>
		  </item>
	  
		  <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 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/391</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 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/385</guid>
		  </item>
	  
		  <item>
			 <title>Grocery Store Wars</title>
			 <link>http://www.vcasmo.com/video/osnow/829</link>
			 <description>Store Wars is a hilarious five minute mini-movie about a small band of organic vegetable puppets -- Cuke Skywalker, Ham Solo,  Chewbroccoli and wise old Obi Wan Cannoli -- battling against Darth Tader, evil lord of the Dark Side of The Farm. Can these Organic Rebels rescue Princess Lettuce and destroy the Death Melon in time? Or will Cuke be seduced by the Dark Side of the Farm ... an empire of pollution and pesticides that has taken over the market with its arsenal of genetic engineering, irradiation and toxic chemicals? Turn on your speakers and find out at StoreWars.org</description>
			 <pubDate>Sun, 30 Sep 2007 17:25:03 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/829</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 +0900</pubDate>
			 <guid>http://www.vcasmo.com/video/osnow/846</guid>
		  </item>
	  
   </channel>
</rss>