<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom"
      xml:lang="zh"
      xml:base="http://www.vcasmo.com">
  <id>http://www.vcasmo.com/user/osnow</id>
  <title>VCASMO - osnow</title>
  <author><name>osnow</name></author>
  <updated>2007-10-16T02:55:37Z</updated>
  <link rel="self" href="http://www.vcasmo.com/user/osnow/atom.xml" />
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/438</id>
		<title>Advanced javascript 2/3</title>
		<link href="http://www.vcasmo.com/video/osnow/438" />
		<updated>2007-09-03T02:36:02Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/441</id>
		<title>Advanced javascript 3/3</title>
		<link href="http://www.vcasmo.com/video/osnow/441" />
		<updated>2007-09-03T03:27:20Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/485</id>
		<title>The javascript Programming Language 1/4</title>
		<link href="http://www.vcasmo.com/video/osnow/485" />
		<updated>2007-09-05T00:14:17Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/509</id>
		<title>The javascript Programming Language 2/4</title>
		<link href="http://www.vcasmo.com/video/osnow/509" />
		<updated>2007-09-06T04:56:18Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/530</id>
		<title>The javascript Programming Language 3/4</title>
		<link href="http://www.vcasmo.com/video/osnow/530" />
		<updated>2007-09-07T00:00:09Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/546</id>
		<title>The javascript Programming Language 4/4</title>
		<link href="http://www.vcasmo.com/video/osnow/546" />
		<updated>2007-09-08T02:36:25Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/609</id>
		<title>Fotolog: Scaling the World&#39;s Largest Photo Blogging Community</title>
		<link href="http://www.vcasmo.com/video/osnow/609" />
		<updated>2007-09-13T18:07:44Z</updated>
		<summary type="html">via &lt;a href=&quot;http://mysqldatabaxseadministration.blogspot.com/2007/04/fotolog-scaling-worlds-largest-photo.html&quot;&gt;MySQL DBA: Fotolog: Scaling the world's largest photo blogging community&lt;/a&gt; </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/663</id>
		<title>FeedBurner: Scalable Web Applications using MySQL and Java</title>
		<link href="http://www.vcasmo.com/video/osnow/663" />
		<updated>2007-09-19T14:48:29Z</updated>
		<summary type="html">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.&lt;br /&gt;
&lt;br /&gt;
The FeedBurner team discusses strategies for building scalable, high-performance web applications using MySQL with Java and open source Java frameworks.&lt;br /&gt;
&lt;br /&gt;
Also covered are schema design and horizontal scalability (both at the MySQL level as well as at the Java app server level).&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;via&lt;/i&gt; &lt;a href=&quot;ttp://www.mysqluc.com/cs/mysqluc2006/view/e_sess/8099&quot;&gt;MySQL Users Conference 2006&lt;/a&gt; - April 24-27, 2006 - Santa Clara, CA &lt;br /&gt;
&lt;br /&gt;
Chinese Abstract:&lt;br /&gt;
http://www.example.net.cn/archives/2006/06/feedburneruoumy.html </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/404</id>
		<title>Advanced javascript 1/3</title>
		<link href="http://www.vcasmo.com/video/osnow/404" />
		<updated>2007-09-01T06:01:45Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/392</id>
		<title>metaprogramming javascript</title>
		<link href="http://www.vcasmo.com/video/osnow/392" />
		<updated>2007-08-31T06:46:19Z</updated>
		<summary type="html">&lt;i&gt;by&lt;/i&gt; &lt;a href=&quot;http://www.adamlogic.com/2007/03/20/3_mextaprogramming-jaxvascxript-presentation&quot;&gt;Adam McCrea&lt;/a&gt; </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/391</id>
		<title>High-Performance javascript: Why Everything You’ve Been Taught is Wrong</title>
		<link href="http://www.vcasmo.com/video/osnow/391" />
		<updated>2007-08-31T05:57:20Z</updated>
		<summary type="html">In sum, Joseph argues for a four-point approach to achieving maximum performance in your web-app:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Be lazy: Don’t load or do things before you need to; maybe you won’t need to load or do them at all.&lt;/li&gt;&lt;li&gt;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.&lt;/li&gt;&lt;li&gt;Be pragmatic: Frontend engineering is hard enough. Don’t make it harder than it needs to be.&lt;/li&gt;&lt;li&gt;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.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
http://josephsmarr.com/2007/08/29/my-ajax-talk-is-now-on-yui-theater/ </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/385</id>
		<title>Ajax Unplugged - Architecture and Tips for Taking Web</title>
		<link href="http://www.vcasmo.com/video/osnow/385" />
		<updated>2007-08-31T02:09:16Z</updated>
		<summary type="html">Slides for &lt;a href=&quot;http://conferences.oreillynet.com/cs/et2007/view/e_sess/13823&quot;&gt;AJAX Unplugged&lt;/a&gt; session covering various techniques in offline AJAX presented by Kevin Henrikson </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/829</id>
		<title>Grocery Store Wars</title>
		<link href="http://www.vcasmo.com/video/osnow/829" />
		<updated>2007-09-30T17:25:03Z</updated>
		<summary type="html">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 </summary>
	  </entry>
  
	  <entry>
		<id>http://www.vcasmo.com/video/osnow/846</id>
		<title>The story book</title>
		<link href="http://www.vcasmo.com/video/osnow/846" />
		<updated>2007-09-30T22:28:04Z</updated>
		<summary type="html"> </summary>
	  </entry>
  
</feed>