<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LockeVN&#039;s PRESS on the wild wild web...</title>
	<atom:link href="http://lockevn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lockevn.wordpress.com</link>
	<description>Code is more than binary, it&#039;s poetry ...</description>
	<lastBuildDate>Thu, 05 Jan 2012 07:20:16 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lockevn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6d22b743428ea902a2eeb3ac677c9ab8?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>LockeVN&#039;s PRESS on the wild wild web...</title>
		<link>http://lockevn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lockevn.wordpress.com/osd.xml" title="LockeVN&#039;s PRESS on the wild wild web..." />
	<atom:link rel='hub' href='http://lockevn.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Javascript sleep(), will block browser, block setTimeout either</title>
		<link>http://lockevn.wordpress.com/2011/12/06/javascript-sleep-will-block-browser-block-settimeout-either/</link>
		<comments>http://lockevn.wordpress.com/2011/12/06/javascript-sleep-will-block-browser-block-settimeout-either/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 04:18:17 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Javascript JS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[setTimeout]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://lockevn.wordpress.com/?p=516</guid>
		<description><![CDATA[I found this Javascript sleep function here and it works in FF9, Chrome 14 (tested). function sleep(ms) { ms += new Date().getTime(); while (new Date() &#60; ms){} } This function will block browser from doing anything, even setTimeout() E.g.: /*BEGIN*/ setTimeout(alert('stupid'), &#8230; <a href="http://lockevn.wordpress.com/2011/12/06/javascript-sleep-will-block-browser-block-settimeout-either/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=516&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found this Javascript sleep function <a title="author" href="http://www.sean.co.uk/a/webdesign/javascriptdelay.shtm" target="_blank">here</a> and it works in FF9, Chrome 14 (tested).</p>
<pre>function sleep(ms) {
 ms += new Date().getTime();
 while (new Date() &lt; ms){}
}</pre>
<p>This function will block browser from doing anything, <strong>even setTimeout()</strong><br />
E.g.:</p>
<pre>/*BEGIN*/
setTimeout(alert('stupid'), 1000); 
sleep(2000);
// after sleep completed, setTimeout has its turn to run.
// The alert() will be shown after 3 seconds from /*BEGIN*/</pre>
<p>This might be a stupid thing but sometimes you have to do stupid work and it&#8217;s required.</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/javascript-js/'>Javascript JS</a> Tagged: <a href='http://lockevn.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://lockevn.wordpress.com/tag/js/'>js</a>, <a href='http://lockevn.wordpress.com/tag/settimeout/'>setTimeout</a>, <a href='http://lockevn.wordpress.com/tag/sleep/'>sleep</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/516/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=516&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/12/06/javascript-sleep-will-block-browser-block-settimeout-either/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Free online private repositories for source code control management</title>
		<link>http://lockevn.wordpress.com/2011/07/27/free-online-private-repositories-for-source-code-control-management/</link>
		<comments>http://lockevn.wordpress.com/2011/07/27/free-online-private-repositories-for-source-code-control-management/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 01:58:29 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/07/27/free-online-private-repositories-for-source-code-control-management/</guid>
		<description><![CDATA[I have some pet projects but so shy to show off I share with my best friend only, that why I need an online free private source repository (well, hosting, free, private, is it too much?). The small list below &#8230; <a href="http://lockevn.wordpress.com/2011/07/27/free-online-private-repositories-for-source-code-control-management/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=508&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have some pet projects but so shy to show off <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I share with my best friend only, that why I need an online <strong>free</strong> <strong>private</strong> source repository (well, hosting, free, private, is it too much?). The small list below is carefully made on the time (updated in July 2011) I write this post (because the SCM service providers&#8217; plans are subject to change)</p>
<p>&#160;</p>
<h4><a href="http://www.assembla.com">Assembla</a></h4>
<ul>
<li>free plan has private repos with </li>
<li>Unlimited Users. Unlimited Projects </li>
<li>1GB Storage </li>
<li>with Git or SVN </li>
</ul>
<p>&#160;</p>
<h4><a href="https://bitbucket.org">bitbucket</a></h4>
<ul>
<li>Free plan </li>
<li>has unlimited public repos </li>
<li>and unlimited 5 user private repos </li>
<li>with Mercurial </li>
</ul>
<p>&#160;</p>
<h4><a title="Unfuddle plans" href="http://unfuddle.com/about/tour/plans">Unfuddle</a></h4>
<ul>
<li>free plan has private repos </li>
<li>200MB </li>
<li>2 users, 1 active project </li>
<li>with Git or SVN </li>
</ul>
<p>&#160;</p>
<h4><a title="http://xp-dev.com/pricing" href="http://xp-dev">xp-dev</a></h4>
<ul>
<li>200MB of basic Subversion &amp; Trac space </li>
<li>2 projects </li>
<li>No backups </li>
<li>No secure SSL access </li>
<li>Advertisements </li>
</ul>
<p>&#160;</p>
<p>&#160;</p>
<h4>Bonus: Client to access</h4>
<p>I use eclipse as open source SCM client</p>
<p><strong>Git</strong>: I use eGit</p>
<p><strong>SVN</strong>: I use Subclipse</p>
<p><strong>Mercurial</strong>: MercurialEclipse (formly HgEclipse)</p>
<p>&#160;</p>
<p>More bonus: <a href="http://stackoverflow.com/questions/59791/free-online-private-svn-repositories">Long conversation on StackOverflow about this free private source repository is here</a></p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/508/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=508&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/07/27/free-online-private-repositories-for-source-code-control-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>NodeJS quick sum up July 2011</title>
		<link>http://lockevn.wordpress.com/2011/07/25/nodejs-quick-sum-up-july-2011/</link>
		<comments>http://lockevn.wordpress.com/2011/07/25/nodejs-quick-sum-up-july-2011/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:50:46 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Javascript JS]]></category>
		<category><![CDATA[high concurrency]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[thread]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/07/25/nodejs-quick-sum-up-july-2011/</guid>
		<description><![CDATA[This is my sum up about NodeJS on July 2011, base on some slides (of geeks in my list from BarCamp Saigon 2011). Just a fastfood of what NodeJS is, why is get buzz at the moment. &#160; specs JS &#8230; <a href="http://lockevn.wordpress.com/2011/07/25/nodejs-quick-sum-up-july-2011/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=507&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[</p>
<p>This is my sum up about NodeJS on July 2011, base on some slides (of geeks in my list from <a title="Barcamp saigon 2011" href="http://www.barcampsaigon.com/" rel="enclosure" target="_blank">BarCamp Saigon 2011</a>). Just a fastfood of what NodeJS is, why is get buzz at the moment.</p>
<p>&#160;</p>
<h4>specs</h4>
<ul>
<li>JS and C++ code     <br />+ and commonJS module mechanism&#160; <br />&#8212;&#8212;&#8211;&gt; on NodeJS binding (http socket IO &#8230;)       <br />&#8212;&#8212;&#8211;&gt;&#8212;&#8212;&#8211;&gt; on JS engine V8 + ThreadPool-libIO + EventLoop-libEV + …      </li>
<li>programming style: <strong>evented</strong> with callback function, no thread</li>
<li>non blocking IO</li>
<li>DB support: mongodb couchdb mysql redis</li>
<li>package (module of NodeJS) is <strong>NPM</strong> (<em>not available on Windows?</em>)</li>
<li>IDE support: bad, no great debugger, can use cloud9 online IDE</li>
<li>hosting: <strong>joyent heroku cloudfoundry dotcloud</strong></li>
</ul>
<p>&#160;</p>
<h4>when to use it?</h4>
<ul>
<li>chat/messaging</li>
<li>real-time applications</li>
<li>intelligent proxies</li>
<li>high concurrency applications</li>
<li>communication hubs</li>
<li>coordinators</li>
</ul>
<p>&#160;</p>
<h4>something bad</h4>
<ul>
<li>so young, immature </li>
<li>lots of stuffs to look at, must lookup API from internet, and remember yourself (function name, parameter, …)</li>
<li>retro compatibility, API is (frequently) <strong>subject to change</strong></li>
<li>hard to find organized (and centralized) and authoritative information</li>
</ul>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/'>IT</a>, <a href='http://lockevn.wordpress.com/category/it/web/javascript-js/'>Javascript JS</a> Tagged: <a href='http://lockevn.wordpress.com/tag/high-concurrency/'>high concurrency</a>, <a href='http://lockevn.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://lockevn.wordpress.com/tag/nodejs/'>nodejs</a>, <a href='http://lockevn.wordpress.com/tag/realtime/'>realtime</a>, <a href='http://lockevn.wordpress.com/tag/scale/'>scale</a>, <a href='http://lockevn.wordpress.com/tag/thread/'>thread</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/507/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=507&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/07/25/nodejs-quick-sum-up-july-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>what is .NET delay signing?</title>
		<link>http://lockevn.wordpress.com/2011/05/20/what-is-net-delay-signing/</link>
		<comments>http://lockevn.wordpress.com/2011/05/20/what-is-net-delay-signing/#comments</comments>
		<pubDate>Fri, 20 May 2011 06:30:07 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[delay signing]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[strong-named]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/05/20/what-is-net-delay-signing/</guid>
		<description><![CDATA[Signing Signing an assembly basically certifies that assembly by the manufacturer and prevents tampering and hi-jacking of that assembly. The signing is accomplished by using public key/private key encoding of parts of the assembly. &#160; Delay signing Delayed signing refers &#8230; <a href="http://lockevn.wordpress.com/2011/05/20/what-is-net-delay-signing/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=500&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Signing</h4>
<p>Signing an assembly basically <strong>certifies</strong> that assembly by the manufacturer and <strong>prevents tampering and hi-jacking</strong> of that assembly. </p>
<p>The signing is accomplished by using<strong> public key/private key</strong> encoding of parts of the assembly.</p>
<p>&#160;</p>
<h4>Delay signing</h4>
<p>Delayed signing refers to a technique of partially signing assemblies while they are in development (<strong>embedded the public key</strong> in the assembly but still <strong>secures the private key</strong>).</p>
<p>&#160;</p>
<h4>Why?</h4>
<p>An organization can have a closely guarded key pair that developers do not have access to on a daily basis. The public key is often available, <strong>but access to the private key is restricted</strong> to only a few individuals. </p>
<p>When developing assemblies with strong names, each assembly that references the strong-named target assembly contains the token of the public key used to give the target assembly a strong name. This requires that the public key be available during the development process.</p>
<p>So, after delay signing, the public key is embedded in the assembly and will be used by third-parties who want to reference (you can place a shared assembly (as if strongly named) in the GAC by signing the assembly with just the public key).</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/net-ict/'>.NET</a> Tagged: <a href='http://lockevn.wordpress.com/tag/net/'>.net</a>, <a href='http://lockevn.wordpress.com/tag/assembly/'>assembly</a>, <a href='http://lockevn.wordpress.com/tag/delay/'>delay</a>, <a href='http://lockevn.wordpress.com/tag/delay-signing/'>delay signing</a>, <a href='http://lockevn.wordpress.com/tag/private-key/'>private key</a>, <a href='http://lockevn.wordpress.com/tag/public-key/'>public key</a>, <a href='http://lockevn.wordpress.com/tag/sign/'>sign</a>, <a href='http://lockevn.wordpress.com/tag/strong-named/'>strong-named</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=500&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/05/20/what-is-net-delay-signing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>powershell script to open web address URL with default browser</title>
		<link>http://lockevn.wordpress.com/2011/05/06/powershell-script-to-open-web-address-url-with-default-browser/</link>
		<comments>http://lockevn.wordpress.com/2011/05/06/powershell-script-to-open-web-address-url-with-default-browser/#comments</comments>
		<pubDate>Fri, 06 May 2011 04:10:12 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[fastfood]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/05/06/powershell-script-to-open-web-address-url-with-default-browser/</guid>
		<description><![CDATA[After install a website, we used to open the start page in web browser. There are at least (not 2) 4 ways to open web address URL with default browser in Powershell. 1. Run a exe file with parameter is &#8230; <a href="http://lockevn.wordpress.com/2011/05/06/powershell-script-to-open-web-address-url-with-default-browser/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=496&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After install a website, we used to open the start page in web browser.</p>
<p>There are at least <del>(not 2)</del> 4 ways to open web address URL with default browser in <strong>Powershell</strong>.</p>
<h4>1. Run a<strong> exe file</strong> with parameter is <strong>our url</strong>.</h4>
<p>How to get <strong>exe filepath</strong> of <strong>default browser</strong>? define and use this function (thanks to <a title="source" href="http://www.ravichaganti.com/blog/?p=1034" target="_blank">Ravikanth Chaganti</a>):</p>
<blockquote><p>Function GET-DefaultBrowserPath {<br />
#Get the default Browser path<br />
New-PSDrive -Name HKCR -PSProvider registry -Root Hkey_Classes_Root | Out-Null<br />
$browserPath = ((Get-ItemProperty &#8216;HKCR:\http\shell\open\command&#8217;).&#8217;(default)&#8217;).Split(&#8216;&#8221;&#8216;)[1]<br />
return $browserPath<br />
}</p></blockquote>
<p>call</p>
<blockquote><p>Get-DefaultBrowserPath</p></blockquote>
<p>in my computer <strong>Powershell console</strong> will return <strong>D:\Program Files (x86)\Mozilla Firefox\firefox.exe</strong></p>
<h4>2. Simple way:</h4>
<p>call</p>
<blockquote><p>start &#8216;<a href="http://www.gurucore.com'">http://www.gurucore.com&#8217;</a></p></blockquote>
<p>in <strong>Powershell.</strong></p>
<blockquote><p>Thanks Dac Thach, I tested your solutions and it works on Windows 2008 + Powershell 1.0</p></blockquote>
<h4>3. One another is we use <strong>Invoke-Expression</strong></h4>
<p>to lend the Windows&#8217; <strong>CMD</strong> hand (like you open Windows <strong>Run</strong> / <strong>cmd</strong> / then type <strong>start</strong>)</p>
<p>&nbsp;</p>
<p>Invoke-Expression “cmd.exe /C start <a href="http://gurucore.com/" rel="nofollow">http://gurucore.com</a>”<br />
Invoke-Expression “cmd.exe /C start <a href="http://some-thing.com.net/%7Een/my-site/gurucore.com#thach" rel="nofollow">http://some-thing.com.net/~en/my-site/gurucore.com#thach</a>”<br />
Invoke-Expression “cmd.exe /C start /b <a href="http://gurucore.com/?ab=abb%27&amp;%27thach=2+g%7E" rel="nofollow">http://gurucore.com?ab=abb&#8217;&amp;&#8217;thach=2+g~</a>”</p>
<h4>4. Use .NET static function</h4>
<p>[Diagnostics.Process]::Start(‘<a href="http://gurucore.com/?a=-b&amp;c=%7Ed#abc%27,%27arguments" rel="nofollow">http://gurucore.com?a=-b&amp;c=~d#abc&#8217;,'arguments</a>‘)</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/'>IT</a> Tagged: <a href='http://lockevn.wordpress.com/tag/browser/'>browser</a>, <a href='http://lockevn.wordpress.com/tag/fastfood/'>fastfood</a>, <a href='http://lockevn.wordpress.com/tag/powershell/'>powershell</a>, <a href='http://lockevn.wordpress.com/tag/url/'>url</a>, <a href='http://lockevn.wordpress.com/tag/windows/'>windows</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/496/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=496&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/05/06/powershell-script-to-open-web-address-url-with-default-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable Attach Security Warning in Visual Studio 2010</title>
		<link>http://lockevn.wordpress.com/2011/04/08/disable-attach-security-warning-in-visual-studio-2010/</link>
		<comments>http://lockevn.wordpress.com/2011/04/08/disable-attach-security-warning-in-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 04:23:53 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[warning]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/04/08/disable-attach-security-warning-in-visual-studio-2010/</guid>
		<description><![CDATA[&#160; When debugging/attach to a process in Windows 7 from Visual Studio 2010, VS displays a warning message confirming if you want to attach to the process you just asked VS to attach to. Of course I don&#8217;t click No &#8230; <a href="http://lockevn.wordpress.com/2011/04/08/disable-attach-security-warning-in-visual-studio-2010/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=493&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>When debugging/attach to a process in Windows 7 from Visual Studio 2010, VS displays a warning message confirming if you want to attach to the process you just asked VS to attach to.</p>
<p>Of course I don&#8217;t click No Attach! because I do want to attach.</p>
<p>&nbsp;</p>
<p>So, to <strong>save one mouse click</strong> and <strong>disable the warning</strong>,</p>
<p>1. go to <strong>windows Start/run</strong>, regedit</p>
<p>2. Go to <strong>HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger</strong></p>
<p>3. and set <strong>DisableAttachSecurityWarning</strong> to 1</p>
<p><a href="http://lockevn.files.wordpress.com/2011/04/disableattachsecuritywarningvisualstudio2010.png"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border:0;" title="DisableAttachSecurityWarningVisualStudio2010" src="http://lockevn.files.wordpress.com/2011/04/disableattachsecuritywarningvisualstudio2010_thumb.png?w=640&#038;h=453" border="0" alt="DisableAttachSecurityWarningVisualStudio2010" width="640" height="453" /></a></p>
<p>&nbsp;</p>
<blockquote><p>For VS 2008 the path should be</p>
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Debugger</strong></p></blockquote>
<p>&nbsp;</p>
<p>4. Restart Visual Studio</p>
<p>&nbsp;</p>
<address>Thanks to: <a href="http://meondotnet.wordpress.com/2010/03/31/disable-attach-security-warning-in-visual-studio-2010/" target="_blank">abjbhat</a></address>
<p>&nbsp;</p>
<blockquote><p>Troubleshoot:</p>
<p>if you cannot alter the key <strong>HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger</strong>, <strong>DisableAttachSecurityWarning</strong> to 1, then</p>
<p>Delete it</p>
<p>Go to <strong>HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\10.0\Debugger</strong></p>
<p>Create new DWORD, name it <strong>DisableAttachSecurityWarning</strong> , set value to 1</p>
<p>&nbsp;</p></blockquote>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/net-ict/'>.NET</a> Tagged: <a href='http://lockevn.wordpress.com/tag/debug/'>debug</a>, <a href='http://lockevn.wordpress.com/tag/disable/'>disable</a>, <a href='http://lockevn.wordpress.com/tag/performance/'>performance</a>, <a href='http://lockevn.wordpress.com/tag/security/'>security</a>, <a href='http://lockevn.wordpress.com/tag/vs2010/'>VS2010</a>, <a href='http://lockevn.wordpress.com/tag/warning/'>warning</a>, <a href='http://lockevn.wordpress.com/tag/windows-7/'>Windows 7</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/493/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=493&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/04/08/disable-attach-security-warning-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>

		<media:content url="http://lockevn.files.wordpress.com/2011/04/disableattachsecuritywarningvisualstudio2010_thumb.png" medium="image">
			<media:title type="html">DisableAttachSecurityWarningVisualStudio2010</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Client-Side Script Blocks with RegisterStartupScript() and RegisterClientScriptBlock()</title>
		<link>http://lockevn.wordpress.com/2011/03/28/adding-client-side-script-blocks-with-registerstartupscript-and-registerclientscriptblock/</link>
		<comments>http://lockevn.wordpress.com/2011/03/28/adding-client-side-script-blocks-with-registerstartupscript-and-registerclientscriptblock/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 10:32:28 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Javascript JS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[render]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/03/28/adding-client-side-script-blocks-with-registerstartupscript-and-registerclientscriptblock/</guid>
		<description><![CDATA[The System.Web.UI.Page class contains two methods for emitting client-side script code into the HTML rendered by the ASP.NET Web page: RegisterStartupScript(key, script) RegisterClientScriptBlock(key, script) Both of these methods take two strings as input. The second parameter, script, is the client-side &#8230; <a href="http://lockevn.wordpress.com/2011/03/28/adding-client-side-script-blocks-with-registerstartupscript-and-registerclientscriptblock/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=480&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[</p>
<p>The System.Web.UI.Page class contains two methods for emitting client-side script code into the HTML rendered by the ASP.NET Web page: </p>
<ul>
<li>RegisterStartupScript(<em>key</em>, <em>script</em>) </li>
<li>RegisterClientScriptBlock(<em>key</em>, <em>script</em>) </li>
</ul>
<p>Both of these methods take two strings as input. The second parameter, <em>script</em>, is the client-side script—including the opening and closing <code>&lt;script&gt;</code> tags—to insert into the page. The first parameter, <em>key</em>, serves as a unique identifier for the inserted client-side script.</p>
<p>The only difference between these two methods is <em>where</em> each one emits the script block. <code>RegisterClientScriptBlock()</code> emits the script block at the beginning of the Web Form (right after the <code>&lt;form runat=&quot;server&quot;&gt;</code> tag), while <code>RegisterStartupScript()</code> emits the script block at the end of the Web Form (right before the <code>&lt;/form&gt;</code> tag). </p>
<p>From <a title="http://msdn.microsoft.com/en-us/library/aa478975.aspx" href="http://msdn.microsoft.com/en-us/library/aa478975.aspx">http://msdn.microsoft.com/en-us/library/aa478975.aspx</a></p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/asp-net/'>ASP.NET</a>, <a href='http://lockevn.wordpress.com/category/it/web/javascript-js/'>Javascript JS</a> Tagged: <a href='http://lockevn.wordpress.com/tag/asp-net/'>ASP.NET</a>, <a href='http://lockevn.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://lockevn.wordpress.com/tag/js/'>js</a>, <a href='http://lockevn.wordpress.com/tag/render/'>render</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/480/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=480&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/03/28/adding-client-side-script-blocks-with-registerstartupscript-and-registerclientscriptblock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Fatal error and cannot boot after install Windows 7 SP1 RTM</title>
		<link>http://lockevn.wordpress.com/2011/03/11/fatal-error-and-cannot-boot-after-install-windows-7-sp1-rtm/</link>
		<comments>http://lockevn.wordpress.com/2011/03/11/fatal-error-and-cannot-boot-after-install-windows-7-sp1-rtm/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 04:17:04 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/03/11/fatal-error-and-cannot-boot-after-install-windows-7-sp1-rtm/</guid>
		<description><![CDATA[After installing Windows 7 SP1 RTM, your computer probably cannot boot, and it shows fatal error c0000034 (*) applying update operation 282 (**) of 115544 (***) (*) (**) (***) can be different in your case. &#160; I found a solution &#8230; <a href="http://lockevn.wordpress.com/2011/03/11/fatal-error-and-cannot-boot-after-install-windows-7-sp1-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=476&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After installing Windows 7 SP1 RTM, your computer probably cannot boot, and it shows </p>
<h2><strong><em>fatal error c0000034 (*) applying update operation</em> 282 (**) of 115544 (***)</strong></h2>
<p>(*) (**) (***) can be different in your case.</p>
<p>&#160;</p>
<p>I found a solution from here <a title="http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/1c9a7151-b48c-4a98-aae7-a4b82682ea8e/#bcabda57-7338-499f-aee2-d708e76df315" href="http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/1c9a7151-b48c-4a98-aae7-a4b82682ea8e/#bcabda57-7338-499f-aee2-d708e76df315">http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/1c9a7151-b48c-4a98-aae7-a4b82682ea8e/#bcabda57-7338-499f-aee2-d708e76df315</a></p>
<p>Thanks to <strong>thiswoot. </strong>His method works without Safe Mode, without backups, without System Restore, without DISM, and without a Windows 7 DVD repair disc.</p>
<p><strong></strong></p>
<h2><strong>Step</strong></h2>
<ul>
<li>Reboot (or turn off/turn on) your computer</li>
<li>Try to go to Command Prompt (the step may be different, but it always exists a button to <strong>go to Command Prompt</strong>):</li>
</ul>
<ul>
<li>When your computer&#8217;s starting up, choose the option &quot;Launch Startup Repair&quot; </li>
<li>When the Startup repair starts, click cancel.</li>
<li>Click the link &quot;View advanced options for recovery and support&quot;</li>
<li>In the new window click Command Prompt at the bottom.</li>
</ul>
<p>&#160;</p>
<ul>
<li>(Optional): if your computer using VHD image to load Windows, please mount the VHD file first, then change to that drive</li>
</ul>
<ul>
<li>type <strong>bcdedit, enter,</strong> to get the VHD file path, copy it (E.g.: c:\win7.vhd)</li>
<li>type <strong>diskpart, enter</strong></li>
<li>type <strong>select vdisk file=&quot;c:\win7.vhd&quot; , enter</strong> (use the VHD path in previous step)</li>
<li>type <strong>attach vdisk, enter</strong></li>
<li>type <strong>list volume, enter</strong>. You will see you &quot;real&quot; Windows volume drive <strong>&#8212;&#8212;&#8212;&#8212;&gt;</strong> (E.g.: <strong>I:</strong>)</li>
<li>exit diskpart</li>
</ul>
<p>&#160;</p>
<ul>
<li>In Command Prompt type this and press enter: <strong>notepad C:\Windows\winsxs\Pending.xml</strong> (or whichever drive Windows is installed on. E.g.: if you mount VHD image and list volume, your Windows drive can be I:, replace C: with I: &#8212;&#8212;&#8212;-&gt; the command will be <strong>notepad I:\Windows\winsxs\Pending.xml</strong>). It can be very slow (because that file is very big)</li>
<li>Save as Pending.xml to another location (E.g.: save as Pending.OLD.xml), close Notepad.</li>
<li>Re-open pending.xml again with command <strong>notepad C:\Windows\winsxs\Pending.xml </strong>(It can be very slow (because that file is very big))</li>
<li>Press CTRL+F and search for the following exactly: <strong>0000000000000000.cdf-ms</strong></li>
<li>Delete the following text (yours will be a little different):</li>
</ul>
<p>&lt;Checkpoint/&gt;   <br />&lt;DeleteFile path=&quot;\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms&quot;/&gt;    <br />&lt;MoveFile source=&quot;\SystemRoot\WinSxS\Temp\PendingRenames\e56db1db48d4cb0199440000b01de419._0000000000000000.cdf-ms&quot; destination=&quot;\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms&quot;/&gt;</p>
<p>&#160;</p>
<ul>
<li>Save the file (very slow), close notepad</li>
<li>Exit command prompt, restart your computer.</li>
</ul>
<p>&#160;</p>
<ul>
<li>Do a normal startup, Service Pack installation process can be continued or reverted, it depends, but let it be. Your computer can boot to Windows again</li>
</ul>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/'>IT</a> Tagged: <a href='http://lockevn.wordpress.com/tag/boot/'>boot</a>, <a href='http://lockevn.wordpress.com/tag/error/'>error</a>, <a href='http://lockevn.wordpress.com/tag/fatal-error/'>fatal error</a>, <a href='http://lockevn.wordpress.com/tag/sp1/'>SP1</a>, <a href='http://lockevn.wordpress.com/tag/vhd/'>VHD</a>, <a href='http://lockevn.wordpress.com/tag/windows-7/'>Windows 7</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=476&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/03/11/fatal-error-and-cannot-boot-after-install-windows-7-sp1-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Mua b&#224;n b&#243;ng b&#224;n &#8211; rồi chơi b&#243;ng b&#224;n</title>
		<link>http://lockevn.wordpress.com/2011/03/01/mua-bn-bng-bn-r%e1%bb%93i-ch%c6%a1i-bng-bn/</link>
		<comments>http://lockevn.wordpress.com/2011/03/01/mua-bn-bng-bn-r%e1%bb%93i-ch%c6%a1i-bng-bn/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 08:36:33 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Personal - Job - Life]]></category>
		<category><![CDATA[bóng bàn]]></category>
		<category><![CDATA[chơi]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[pingpong]]></category>
		<category><![CDATA[sport]]></category>
		<category><![CDATA[thư giãn]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/03/01/mua-bn-bng-bn-r%e1%bb%93i-ch%c6%a1i-bng-bn/</guid>
		<description><![CDATA[&#160; Công ty đầu tư cho cái bàn bóng bàn, mình kể ra là thể thao nhất bọn ở đây + hay lăng xê thể thao –&#62; đi chọn bàn. Lượm lặt được một số thông tin sau: (Chú ý: &#8230; <a href="http://lockevn.wordpress.com/2011/03/01/mua-bn-bng-bn-r%e1%bb%93i-ch%c6%a1i-bng-bn/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=475&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Công ty đầu tư cho cái bàn bóng bàn, mình kể ra là thể thao nhất bọn ở đây + hay lăng xê thể thao –&gt; đi chọn bàn. Lượm lặt được một số thông tin sau:</p>
<p>(Chú ý: Ván MDF tốt hơn, khó thấm nước /hút ẩm + cong vênh hơn, nếu chọn ván OKAL phải từ 30mm trở lên)</p>
<p>&#160;</p>
<h4>Xịn</h4>
<p>Double Fish (song ngư) 323 chân cong, chuyên dùng tại các CLB</p>
<p>tầm 9 10tr</p>
<p><a href="http://www.vatgia.com/1299/929557/b%C3%A0n-b%C3%B3ng-b%C3%A0n-double-fish-323.html">http://www.vatgia.com/1299/929557/b%C3%A0n-b%C3%B3ng-b%C3%A0n-double-fish-323.html</a></p>
<p>&#160;</p>
<h4>Trung bình</h4>
<p>Đức Long TĐ 01 MDF 25mm (5tr5)</p>
<p><a href="http://www.vatgia.com/1299/751449/b%C3%A0n-b%C3%B3ng-b%C3%A0n-%C4%91%E1%BB%A9c-long-t%C4%91-01.html">http://www.vatgia.com/1299/751449/b%C3%A0n-b%C3%B3ng-b%C3%A0n-%C4%91%E1%BB%A9c-long-t%C4%91-01.html</a></p>
<p>Đức Long TL 04 (MDF 18mm) (4tr2)</p>
<p><a href="http://www.vatgia.com/1299/704100/b%C3%A0n-b%C3%B3ng-b%C3%A0n-%C4%91%E1%BB%A9c-long-tl-04.html">http://www.vatgia.com/1299/704100/b%C3%A0n-b%C3%B3ng-b%C3%A0n-%C4%91%E1%BB%A9c-long-tl-04.html</a></p>
<p>&#160;</p>
<h4>Xoàng (2tr đến 3tr)</h4>
<p>Vinasport 30mm</p>
<p><a href="http://www.vatgia.com/TDshop&amp;module=product&amp;view=detail&amp;record_id=84442">http://www.vatgia.com/TDshop&amp;module=product&amp;view=detail&amp;record_id=84442</a></p>
<p>Động Lực 30mm</p>
<p><a href="http://www.vatgia.com/1299/681548/b%C3%A0n-%C4%91%C3%A1nh-b%C3%B3ng-b%C3%A0n-30mm.html">http://www.vatgia.com/1299/681548/b%C3%A0n-%C4%91%C3%A1nh-b%C3%B3ng-b%C3%A0n-30mm.html</a></p>
<p>&#160;</p>
<h4>Bóng</h4>
<p>Mua bóng tập cho rẻ và tiện, đằng nào toàn newbie cũng không có khả năng phân biệt.</p>
<p>100 quả bóng tập 370k <a href="http://bongbanviet.com/bongbanviet.asp?module=41&amp;cid=98&amp;subid=24&amp;sid=0&amp;nid=308">http://bongbanviet.com/bongbanviet.asp?module=41&amp;cid=98&amp;subid=24&amp;sid=0&amp;nid=308</a></p>
<p>&#160;</p>
<h4>Bảo quản bàn bóng</h4>
<ul>
<li>1/ Nếu bàn để cố định thì nên chằng chống các chân bàn kỹ vào. Có thể lắp thêm các thanh giằng để bàn cố định không bị lung lay hay bị sụp bàn (đối với bàn do VN sản xuất, bàn nhập ngoại có lẽ không cần)</li>
<li>Nếu bàn hay xếp ra-vào thì nên cẩn thận trong lúc xếp, kẻo các thanh giằng bị quẹo. Có thể độ lại các thanh giằng mới cứng hơn các thanh giằng của nhà sx.</li>
<li>2/ Mặt bàn tuyệt đối không để dính nước lâu. Nếu có nước thì phải lau ngay.</li>
<li>Lau chùi mặt bàn thường xuyên, không nên lau bằng giẻ thấm nước mà lau bằng giẻ khô hay thấm tí dầu hỏa hay vecni.</li>
<li>3/ Hạn chế chặt chém vào mặt bàn. </li>
</ul>
<p>&#160;</p>
<h4>Thông tin thêm (bonus):</h4>
<p>Điều chủ yếu làm mọi người không có cảm tình với Trường Huy là thái độ với khách hàng. Giá cả ở đây thì thường đắt hơn 10% đến 30% so với bên ngoài, nhưng thấy nhiều người quả quyết rằng Trường Huy không bao giờ bán đồ giả, đồ kém chất lượng.</p>
<p>Tuy vậy nếu nói về uy tín thì cửa hàng 160 Nguyễn Thái Học, số 2 Nguyễn Biểu hoặc số 2 Hàng Than cũng chẳng kém. </p>
<p>Theo kinh nghiệm của rất nhiều anh em box &quot;Bóng bàn&quot; TTVNOL thì ở đó rất hay lừa newbie cả về giá cả lẫn chất lượng&#8230;&#8230;.</p>
<p>Hình như ở Nguyễn Thái HỌc có shop của 1 thành viên TTVNOL box &quot;Bóng bàn&quot; đấy</p>
<p><strong></strong></p>
<p><strong>Vợt</strong></p>
<p>Bác nào mới học đánh thì nên mua cốt gỗ, dễ đánh, dễ tập và rẻ hơn cốt dùng carbon và sợi thuỷ tinh rất nhiều.</p>
<p>Mazunov là một cây đáng bỏ tiền ra mua, tầm 350K-390K. Dán thêm 2 mặt ghép 100K/ cái hoặc 1 mặt ghép giá 100K 1 mặt 729 70-90K là yên tâm chơi được rồi. </p>
<p>Với cốt vợt thì dùng đồ 729 rẻ hơn nhưng không thấy bán ở VN. Chất lượng của mấy hãng Trung Của như 729(LKT) , Double Fish, Double Happiness&#8230;cũng rất là tốt. </p>
<p>&#160;</p>
<p>hoặc là mua vợt second hand cũng có nhiều cái rất tốt </p>
<p>theo kinh nghiệm của bản thân tôi, dưới 300k thì ko có vợt brand new nào đánh hay bằng 3 loại sau:- Cao su đường sắt: 15k</p>
<p>- Song ngư: 45k</p>
<p>- 729 hình như 80-85k gì đó</p>
<p>nếu bạn định mua vợt mới thì nên mua từ off+ trở lên </p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/personal-job-life/'>Personal - Job - Life</a> Tagged: <a href='http://lockevn.wordpress.com/tag/bong-ban/'>bóng bàn</a>, <a href='http://lockevn.wordpress.com/tag/ch%c6%a1i/'>chơi</a>, <a href='http://lockevn.wordpress.com/tag/company/'>company</a>, <a href='http://lockevn.wordpress.com/tag/office/'>office</a>, <a href='http://lockevn.wordpress.com/tag/pingpong/'>pingpong</a>, <a href='http://lockevn.wordpress.com/tag/sport/'>sport</a>, <a href='http://lockevn.wordpress.com/tag/th%c6%b0-gian/'>thư giãn</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=475&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/03/01/mua-bn-bng-bn-r%e1%bb%93i-ch%c6%a1i-bng-bn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery animation queue, create DOM element and its properties, ajaxStart and ajaxStop events</title>
		<link>http://lockevn.wordpress.com/2011/01/30/jquery-animation-queue-create-dom-element-and-its-properties-ajaxstart-and-ajaxstop-events/</link>
		<comments>http://lockevn.wordpress.com/2011/01/30/jquery-animation-queue-create-dom-element-and-its-properties-ajaxstart-and-ajaxstop-events/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 08:15:49 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Javascript JS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2011/01/30/jquery-animation-queue-create-dom-element-and-its-properties-ajaxstart-and-ajaxstop-events/</guid>
		<description><![CDATA[animation queue By default, animations are queued, but you can disable this by setting the queue property to false. Unqueued animations start immediately and subsequent queued animations are not deferred for unqueued animations. $("img").fadeIn(500)&#160;&#160;&#160;&#160;&#160;&#160;&#160; .animate({"width":"+=100"},&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {queue:false, duration:1000})&#160;&#160;&#160;&#160;&#160;&#160;&#160; .fadeOut(500); The fadeIn() &#8230; <a href="http://lockevn.wordpress.com/2011/01/30/jquery-animation-queue-create-dom-element-and-its-properties-ajaxstart-and-ajaxstop-events/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=471&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>animation queue</h3>
<p>By default, animations are queued, but you can disable this by setting the <code>queue</code> property to <code>false</code>. Unqueued animations start immediately and subsequent queued animations are not deferred for unqueued animations.</p>
<pre>$("img").fadeIn(500)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .animate({"width":"+=100"},&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {queue:false, duration:1000})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .fadeOut(500);</pre>
<ul>
<li>The <code>fadeIn() </code>and <code>fadeOut()</code> effects are queued, but the call to<code> animate()</code> (which animates the <code>width</code> property for 1000ms) is not queued.</li>
<li>The width animation begins at the same time the <code>fadeIn()</code> effect begins. The <code>fadeOut()</code> effect begins as soon as the <code>fadeIn()</code> effect ends—it does not wait for the width animation to complete.</li>
</ul>
<p>&nbsp;</p>
<h3>ajaxStart and ajaxStop events</h3>
<ul>
<li>When jQuery is not performing any Ajax requests and a new request is initiated, it fires an “ajaxStart” event. </li>
<li>If other requests begin before this first one ends, those new requests do not cause a new “ajaxStart” event. </li>
<li>The “ajaxStop” event is triggered when the last pending Ajax request is completed and jQuery is no longer performing any network activity.</li>
<li>These “ajaxStart” and “ajaxStop” event handlers can be bound to any document element: jQuery triggers them globally rather than on any one particular element.</li>
</ul>
<p><del><code></code></del><strike><font face="Courier New"></font></strike>&nbsp;</p>
<h3>DOM Element creating</h3>
<p>You probably already know that you can pass a tagname to <code>$()</code> to create an element of that type, and that you can pass (as a second argument) an object of attributes to be set on the newly created element. </p>
<ul>
<li>This second argument can be any object that you would pass to the <code>attr()</code> method, </li>
<li>but in addition, if any of the properties have the same name as the event registration methods, the property value is taken as a handler function and is registered as a handler for the named event type. </li>
<li>Similarly, if any of the properties has the name “css”, “val”, “html”, “text”, “data”, “width”, “height”, or “offset”, then the value of that property is passed to the method with the same name as the property.</li>
</ul>
<pre>var image = $("&lt;img&gt;", {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; src: image_url,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alt: image_description,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; className: "translucent_image",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; click: function() {$(this).css("opacity", "50%");},&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; css: { border: "dotted red 3px" }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; });</pre>
<pre>&nbsp;</pre>
<p><em>Sum up from: </em><a title="http://answers.oreilly.com/topic/2353-5-things-you-might-not-know-about-jquery/" href="http://answers.oreilly.com/topic/2353-5-things-you-might-not-know-about-jquery/"><em>http://answers.oreilly.com/topic/2353-5-things-you-might-not-know-about-jquery/</em></a></p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/javascript-js/'>Javascript JS</a> Tagged: <a href='http://lockevn.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://lockevn.wordpress.com/tag/jquery/'>jquery</a>, <a href='http://lockevn.wordpress.com/tag/js/'>js</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=471&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2011/01/30/jquery-animation-queue-create-dom-element-and-its-properties-ajaxstart-and-ajaxstop-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Take care of accessibility for web</title>
		<link>http://lockevn.wordpress.com/2010/11/10/take-care-of-accessibility-for-web/</link>
		<comments>http://lockevn.wordpress.com/2010/11/10/take-care-of-accessibility-for-web/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 07:52:28 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[fastfood]]></category>

		<guid isPermaLink="false">http://lockevn.wordpress.com/?p=460</guid>
		<description><![CDATA[This article is in my FASTFOOD series: You Are Not The Default Millions of people around the world have disabilities that hinges them from information. If you care about a web truly accessible to people w/disabilities, follow @googleaccess team, on &#8230; <a href="http://lockevn.wordpress.com/2010/11/10/take-care-of-accessibility-for-web/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=460&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article is in my <strong>FASTFOOD </strong>series:</p>
<h4></h4>
<h4>You Are Not The Default</h4>
<p>Millions of people around the world have disabilities that hinges them from information.</p>
<p>If you care about a web truly accessible to people w/disabilities, follow <a href="https://twitter.com/googleaccess">@googleaccess</a> team, on the forefront of alt access modes. They are active!</p>
<p>&nbsp;</p>
<h4>Use this site/tool to check your website <a href="http://wave.webaim.org/"></a></h4>
<ul>
<li><a href="http://wave.webaim.org/">WAVE http://wave.webaim.org/</a> ,</li>
<li><a href="http://sipt07.si.ehu.es/evalaccess2/index.html">http://sipt07.si.ehu.es/evalaccess2/index.html</a>,</li>
<li> and W3C tools <a href="http://www.w3.org/WAI/ER/tools/complete.html">http://www.w3.org/WAI/ER/tools/complete.html</a></li>
</ul>
<p>&nbsp;</p>
<h4>Read articles <a href="http://www.google.com/accessibility/"></a></h4>
<p><a href="http://www.google.com/accessibility/">http://www.1stwebdesigner.com/design/web-accessibility-guide-beginners/</a></p>
<p><a href="http://www.google.com/accessibility/">http://www.google.com/accessibility/</a></p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/'>Web</a> Tagged: <a href='http://lockevn.wordpress.com/tag/accessibility/'>accessibility</a>, <a href='http://lockevn.wordpress.com/tag/fastfood/'>fastfood</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=460&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/11/10/take-care-of-accessibility-for-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Windows Phone 7, all in one (release) day (tổng hợp)</title>
		<link>http://lockevn.wordpress.com/2010/10/11/microsoft-windows-phone-7-all-in-one-release-day-t%e1%bb%95ng-h%e1%bb%a3p/</link>
		<comments>http://lockevn.wordpress.com/2010/10/11/microsoft-windows-phone-7-all-in-one-release-day-t%e1%bb%95ng-h%e1%bb%a3p/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:26:57 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[di động]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[tổng hợp]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows phone 7]]></category>
		<category><![CDATA[điện thoại]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2010/10/12/microsoft-windows-phone-7-all-in-one-release-day-t%e1%bb%95ng-h%e1%bb%a3p/</guid>
		<description><![CDATA[English Windows Phone 7 unveiled: First impressions http://blogs.techrepublic.com.com/smartphones/?p=1710 What&#8217;s inside the first Windows Phone 7 devices? http://news.cnet.com/8301-13924_3-20019249-64.html?part=rss&#38;amp;subj=news&#38;amp;tag=2547-1_3-0-20 Video: Windows Phone 7 launches in New York http://news.cnet.com/1606-2_3-50094368.html?part=rss&#38;amp;subj=news&#38;amp;tag=2547-1_3-0-20 Video: Ballmer talks WP7, iPhone, Android, and Microsoft tablets http://blogs.techrepublic.com.com/hiner/?p=6427 Already Planned: Copy/Paste Support &#8230; <a href="http://lockevn.wordpress.com/2010/10/11/microsoft-windows-phone-7-all-in-one-release-day-t%e1%bb%95ng-h%e1%bb%a3p/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=450&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>English</h3>
<p>Windows Phone 7 unveiled: First impressions<br />
<a title="http://blogs.techrepublic.com.com/smartphones/?p=1710" href="http://blogs.techrepublic.com.com/smartphones/?p=1710">http://blogs.techrepublic.com.com/smartphones/?p=1710</a></p>
<p>What&#8217;s inside the first Windows Phone 7 devices?<br />
<a title="http://news.cnet.com/8301-13924_3-20019249-64.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20" href="http://news.cnet.com/8301-13924_3-20019249-64.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20">http://news.cnet.com/8301-13924_3-20019249-64.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</a></p>
<p>Video: Windows Phone 7 launches in New York<br />
<a href="http://news.cnet.com/1606-2_3-50094368.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20">http://news.cnet.com/1606-2_3-50094368.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</a></p>
<p>Video: Ballmer talks WP7, iPhone, Android, and Microsoft tablets<br />
<a href="http://blogs.techrepublic.com.com/hiner/?p=6427">http://blogs.techrepublic.com.com/hiner/?p=6427</a></p>
<p>Already Planned: Copy/Paste Support for Windows Phone 7<br />
<a title="http://news.cnet.com/8301-13860_3-20019176-56.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20" href="http://news.cnet.com/8301-13860_3-20019176-56.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20">http://news.cnet.com/8301-13860_3-20019176-56.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</a> (how to)<br />
<a title="http://www.slashgear.com/windows-phone-7-getting-cut-paste-in-early-2011-11107106/" href="http://www.slashgear.com/windows-phone-7-getting-cut-paste-in-early-2011-11107106/">http://www.slashgear.com/windows-phone-7-getting-cut-paste-in-early-2011-11107106/</a> (early 2011)<br />
<a href="http://mashable.com/2010/10/11/windows-phone-7-copy-paste-2/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29">http://mashable.com/2010/10/11/windows-phone-7-copy-paste-2/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29</a></p>
<p>Windows Phone 7 Ads Save Us From Our Phones [VIDEO]<br />
Read more (How Microsoft plans to sell Windows Phone 7 ) <a href="http://news.cnet.com/8301-13860_3-20019111-56.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20#ixzz126dhFPbD">http://news.cnet.com/8301-13860_3-20019111-56.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20#ixzz126dhFPbD</a><br />
<a href="http://mashable.com/2010/10/11/windows-phone-7-ads/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29">http://mashable.com/2010/10/11/windows-phone-7-ads/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29</a></p>
<p>Windows Phone 7 debuts: One phone won&#8217;t rule them all<br />
<a href="http://news.cnet.com/8301-1035_3-20019173-94.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20#ixzz126dK53Sb">http://news.cnet.com/8301-1035_3-20019173-94.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20#ixzz126dK53Sb</a></p>
<p>Windows Phone 7 official: Oct 21 in Europe, Nov 7 in North America<br />
<a title="http://www.slashgear.com/windows-phone-7-official-oct-21-in-europe-nov-7-in-north-america-11106942/" href="http://www.slashgear.com/windows-phone-7-official-oct-21-in-europe-nov-7-in-north-america-11106942/">http://www.slashgear.com/windows-phone-7-official-oct-21-in-europe-nov-7-in-north-america-11106942/</a></p>
<p>Around the world, release plan<br />
<a title="http://www.cnet.com/8301-17918_1-20019213-85.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20" href="http://www.cnet.com/8301-17918_1-20019213-85.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20">http://www.cnet.com/8301-17918_1-20019213-85.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20</a></p>
<p>Video: <a title="http://www.slashgear.com/lg-quantum-hands-on-video-11107226/" href="http://www.slashgear.com/lg-quantum-hands-on-video-11107226/">http://www.slashgear.com/lg-quantum-hands-on-video-11107226/</a> (LG Quantum Hands on)</p>
<p>Video: <a title="http://www.slashgear.com/samsung-focus-hands-on-video-11107228/" href="http://www.slashgear.com/samsung-focus-hands-on-video-11107228/">http://www.slashgear.com/samsung-focus-hands-on-video-11107228/</a> (Samsung Focus Hands on)</p>
<p><a title="http://www.slashgear.com/orange-htc-7-mozart-and-samsung-omnia-7-priced-11107038/" href="http://www.slashgear.com/orange-htc-7-mozart-and-samsung-omnia-7-priced-11107038/">http://www.slashgear.com/orange-htc-7-mozart-and-samsung-omnia-7-priced-11107038/</a> (HTC 7 Mozart and Samsung Omnia 7)</p>
<p><a title="http://www.slashgear.com/htc-hd7-for-o2-launching-october-21st-11107083/" href="http://www.slashgear.com/htc-hd7-for-o2-launching-october-21st-11107083/">http://www.slashgear.com/htc-hd7-for-o2-launching-october-21st-11107083/</a> (HTC 7, on October 21st)</p>
<p><a title="http://www.engadget.com/2010/10/11/meet-the-new-atandt-windows-phone-7-family/" href="http://www.engadget.com/2010/10/11/meet-the-new-atandt-windows-phone-7-family/">http://www.engadget.com/2010/10/11/meet-the-new-atandt-windows-phone-7-family/</a> (AT&amp;T Windows Phone 7 family)</p>
<h3>Vietnamese</h3>
<p>(Cập nhật) Tổng hợp toàn bộ về Windows Phone 7</p>
<p><a href="http://www.tinhte.vn/tin-tuc-gioi-thieu-11/tong-hop-toan-canh-ve-he-dieu-hanh-windows-phone-7-a-498852/">http://www.tinhte.vn/tin-tuc-gioi-thieu-11/tong-hop-toan-canh-ve-he-dieu-hanh-windows-phone-7-a-498852/</a></p>
<p>10 chiếc Windows Phone 7 ra mắt cho bạn chọn<br />
<a href="http://www.tinhte.vn/tin-tuc-gioi-thieu-11/10-chiec-wp7-moi-moi-anh-em-chon-498351/">http://www.tinhte.vn/tin-tuc-gioi-thieu-11/10-chiec-wp7-moi-moi-anh-em-chon-498351/</a></p>
<p>Dân chơi Windows Mobile tản mát dần<br />
<a title="http://vietcntt.com/news/sys.php?name=News&amp;act=showarticle&amp;sid=17365&amp;utm_source=twitterfeed&amp;utm_medium=twitter" href="http://vietcntt.com/news/sys.php?name=News&amp;act=showarticle&amp;sid=17365&amp;utm_source=twitterfeed&amp;utm_medium=twitter">http://vietcntt.com/news/sys.php?name=News&amp;act=showarticle&amp;sid=17365&amp;utm_source=twitterfeed&amp;utm_medium=twitter</a></p>
<p>HTC tung ra tới 5 mẫu điện thoại thông minh chạy hệ điều hành Windows Phone 7 mới<br />
<a title="http://sohoa.vnexpress.net/SH/Dien-thoai/Smartphone/2010/10/3B9B31FA/" href="http://sohoa.vnexpress.net/SH/Dien-thoai/Smartphone/2010/10/3B9B31FA/">http://sohoa.vnexpress.net/SH/Dien-thoai/Smartphone/2010/10/3B9B31FA/</a></p>
<p>Samsung, LG và Dell cũng tung ra các mẫu di động chạy Windows Phone 7<br />
<a title="http://sohoa.vnexpress.net/SH/Dien-thoai/Smartphone/2010/10/3B9B31FB/" href="http://sohoa.vnexpress.net/SH/Dien-thoai/Smartphone/2010/10/3B9B31FB/">http://sohoa.vnexpress.net/SH/Dien-thoai/Smartphone/2010/10/3B9B31FB/</a></p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/mobile/'>mobile</a> Tagged: <a href='http://lockevn.wordpress.com/tag/di-d%e1%bb%99ng/'>di động</a>, <a href='http://lockevn.wordpress.com/tag/microsoft/'>microsoft</a>, <a href='http://lockevn.wordpress.com/tag/mobile/'>mobile</a>, <a href='http://lockevn.wordpress.com/tag/smartphone/'>smartphone</a>, <a href='http://lockevn.wordpress.com/tag/summary/'>summary</a>, <a href='http://lockevn.wordpress.com/tag/t%e1%bb%95ng-h%e1%bb%a3p/'>tổng hợp</a>, <a href='http://lockevn.wordpress.com/tag/windows/'>windows</a>, <a href='http://lockevn.wordpress.com/tag/windows-phone-7/'>windows phone 7</a>, <a href='http://lockevn.wordpress.com/tag/di%e1%bb%87n-tho%e1%ba%a1i/'>điện thoại</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=450&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/10/11/microsoft-windows-phone-7-all-in-one-release-day-t%e1%bb%95ng-h%e1%bb%a3p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS: inline-block for IE7</title>
		<link>http://lockevn.wordpress.com/2010/08/26/css-inline-block-for-ie7/</link>
		<comments>http://lockevn.wordpress.com/2010/08/26/css-inline-block-for-ie7/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 04:43:32 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ie7]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2010/08/26/css-inline-block-for-ie7/</guid>
		<description><![CDATA[I was developing a DemoSite and have problem with IE7 (actually we’re only target IE8, but one of our module must run in IE8 emulate IE7 mode so a meta tag &#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&#62; is put in the header). &#8230; <a href="http://lockevn.wordpress.com/2010/08/26/css-inline-block-for-ie7/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=445&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was developing a <strong>DemoSite</strong> and have problem with <strong>IE7</strong> (actually we’re only target <strong>IE8</strong>, but one of our module must run in IE8 emulate IE7 mode so a meta tag <strong>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&gt;</strong> is put in the header). While Firefox is my primary browser and it’s OK with <strong>display: inline-block</strong> CSS style, BUT IE7 (and IE8EmulateIE7) does not render it.</p>
<p>So this is the hack for IE7 (from <a title="http://grasshopperpebbles.com/css/css-inline-block-ie7-hack/" href="http://grasshopperpebbles.com/css/css-inline-block-ie7-hack/">http://grasshopperpebbles.com/css/css-inline-block-ie7-hack/</a>):</p>
<p><strong>HTML</strong></p>
<pre>&lt;div class="predefinedList"&gt;
&lt;div class="predefinedListItem"&gt;Cross country skiing&lt;/div&gt;
&lt;div class="predefinedListItem"&gt;Fine cuisine&lt;/div&gt;
&lt;div class="predefinedListItem"&gt;Spa&lt;/div&gt;
&lt;/div&gt;</pre>
<p>Put your style settings to the top,<br />
put display: inline-block;zoom:1;*display:inline; to the bottom.</p>
<p><strong>CSS</strong></p>
<pre>.predefinedList .predefinedListItem {    padding:0;    /* other the styles should be here */
    display:inline-block;   /* for firefox */
    zoom: 1;    /* for IE7 hack */
    *display:inline;   /* for IE7 hack */
}</pre>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/'>Web</a> Tagged: <a href='http://lockevn.wordpress.com/tag/css/'>css</a>, <a href='http://lockevn.wordpress.com/tag/episerver/'>EPiServer</a>, <a href='http://lockevn.wordpress.com/tag/hack/'>hack</a>, <a href='http://lockevn.wordpress.com/tag/ie7/'>ie7</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/445/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=445&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/08/26/css-inline-block-for-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to determine current EPiServer Page is in EditMode</title>
		<link>http://lockevn.wordpress.com/2010/06/01/how-to-determine-current-episerver-page-is-in-editmode/</link>
		<comments>http://lockevn.wordpress.com/2010/06/01/how-to-determine-current-episerver-page-is-in-editmode/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 03:15:53 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[editmode]]></category>
		<category><![CDATA[page]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2010/06/01/how-to-determine-current-episerver-page-is-in-editmode/</guid>
		<description><![CDATA[Sometime while working with EPiServer, you have to know current page is viewed in EditMode or ViewMode. Let’s check the CurrentPage.WorkPageID property of that page’s PageData. If WorkPageID = 0, it means that this page is viewing in ViewMode. Filed &#8230; <a href="http://lockevn.wordpress.com/2010/06/01/how-to-determine-current-episerver-page-is-in-editmode/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=434&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometime while working with EPiServer, you have to know current page is viewed in EditMode or ViewMode. Let’s check the CurrentPage.WorkPageID property of that page’s PageData.</p>
<p>If <strong>WorkPageID = 0</strong>, it means that this page is viewing in <strong>ViewMode</strong>.</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/episerver/'>EPiServer</a> Tagged: <a href='http://lockevn.wordpress.com/tag/current/'>current</a>, <a href='http://lockevn.wordpress.com/tag/edit/'>edit</a>, <a href='http://lockevn.wordpress.com/tag/editmode/'>editmode</a>, <a href='http://lockevn.wordpress.com/tag/episerver/'>EPiServer</a>, <a href='http://lockevn.wordpress.com/tag/page/'>page</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=434&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/06/01/how-to-determine-current-episerver-page-is-in-editmode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Lời Phật dạy chuyện bỏ vợ ngoại t&#236;nh, n&#234;n đọc phải đọc</title>
		<link>http://lockevn.wordpress.com/2010/05/13/l%e1%bb%9di-ph%e1%ba%adt-d%e1%ba%a1y-chuy%e1%bb%87n-b%e1%bb%8f-v%e1%bb%a3-ngo%e1%ba%a1i-tnh-nn-d%e1%bb%8dc-ph%e1%ba%a3i-d%e1%bb%8dc/</link>
		<comments>http://lockevn.wordpress.com/2010/05/13/l%e1%bb%9di-ph%e1%ba%adt-d%e1%ba%a1y-chuy%e1%bb%87n-b%e1%bb%8f-v%e1%bb%a3-ngo%e1%ba%a1i-tnh-nn-d%e1%bb%8dc-ph%e1%ba%a3i-d%e1%bb%8dc/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:44:18 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Personal - Job - Life]]></category>
		<category><![CDATA[cuộc sống]]></category>
		<category><![CDATA[gia đình]]></category>
		<category><![CDATA[hôn nhân]]></category>
		<category><![CDATA[phật]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2010/05/13/l%e1%bb%9di-ph%e1%ba%adt-d%e1%ba%a1y-chuy%e1%bb%87n-b%e1%bb%8f-v%e1%bb%a3-ngo%e1%ba%a1i-tnh-nn-d%e1%bb%8dc-ph%e1%ba%a3i-d%e1%bb%8dc/</guid>
		<description><![CDATA[Ðêm khuya, trong một ngôi đền, một Người một Phật, Phật ngồi người đứng&#8230; Người : Thưa Ðức Phật thánh minh, con là một người đã có vợ, con hiện đang yêu say đắm 1 người đàn bà khác, con &#8230; <a href="http://lockevn.wordpress.com/2010/05/13/l%e1%bb%9di-ph%e1%ba%adt-d%e1%ba%a1y-chuy%e1%bb%87n-b%e1%bb%8f-v%e1%bb%a3-ngo%e1%ba%a1i-tnh-nn-d%e1%bb%8dc-ph%e1%ba%a3i-d%e1%bb%8dc/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=429&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ðêm khuya, trong một ngôi đền, một Người một Phật, Phật ngồi người đứng&#8230; </p>
<p>Người : Thưa Ðức Phật thánh minh, con là một người đã có vợ, con hiện đang yêu say đắm 1 người đàn bà khác, con thật không biết nên làm thế nào.     <br />Phật : Con có thể xác định người đàn bà con đang yêu hiện nay là người đàn bà cuối cùng duy nhất trong cuộc đời con không?     <br />Người : Thưa vâng.     <br />Phật : Con ly hôn, sau đó lấy cô ấy. </p>
<p>Người : Nhưng vợ con hiện nay dịu dàng , lương thiện, thảo hiền. Con bỏ cô ấy liệu có phần tàn nhẫn không, có mất đạo đức không, thưa Ðức Phật?     <br />Phật : Trong hôn nhân không có tình yêu mới là tàn nhẫn và mất đạo đức.Con hiện giờ đã yêu người khác, không yêu vợ nữa.Con làm như thế là đúng. </p>
<p>Người : Nhưng vợ con rất yêu con, quả thật yêu con lắm ,thưa Ðức Phật.     <br />Phật : Vậy thì vợ con hạnh phúc.     <br />Người : Sau khi con chia tay vợ lấy người khác,vợ con sẽ rất đau khổ, tại sao lại hạnh phúc, thưa Ðức Phật?     <br />Phật : Trong hôn nhân, vợ con vẫn có tình yêu đối với con, còn con đã mất đi tình yêu đối với vợ con. Bởi vì con đã yêu người khác, chính vì có hạnh phúc, mất đi mới đau khổ, cho nên người đau khổ là con.     <br />Người : Nhưng con cắt đứt vợ, sau đó cưới nguời khác, vậy là cô ấy đã mất con, cô ấy mới là người đau khổ.     <br />Phật : Con nhầm rồi, con chỉ là người vợ con yêu thật sự trong hôn nhân.Khi một người như con không tồn tại, thì tình yêu thực sự của vợ con sẽ tiếp nối sang một người khác, bởi vì tình yêu thực sự của vợ con trong hôn nhân xưa nay chưa từng mất, cho nên vợ con mới hạnh phúc, con mới là người đau khổ.</p>
<p>Người : Vợ con đã từng nói, kiếp này chỉ yêu một mình con, cô ấy sẽ không yêu ai khác.     <br />Phật : Con cũng đã từng nói thế phải không?     <br />Người : Con&#8230;con&#8230;con&#8230;     </p>
<p>&#160;</p>
<p>Phật : Bây giờ con nhìn 3 ngọn nến trong lư hương trước mặt, xem ngọn nào sáng nhất?    <br />Người : Quả thật con không biết, hình như đều sáng như nhau.     <br />Phật : Ba ngọn nến ví như ba người đàn bà, một ngọn trong đó là người đàn bà hiện giờ con đang yêu. Ðông đảo chúng sinh, đàn bà đâu chỉ là mười triệu trăm triệu&#8230;Ngay đến một trong ba ngọn nến, ngọn nào sáng nhất con cũng không biết, cũng không tìm được người con hiện đang yêu, thì làm sao con xác định được người đàn bà con đang yêu hiện nay là người đàn bà cuối cùng và duy nhất trong cuộc đời con?     <br />Người : Con&#8230;con&#8230;con&#8230;     </p>
<p>Phật : Bây giờ con cầm một cây nến đặt ở trước mắt, để tâm nhìn xem ngọn nào sáng nhất?    <br />Người : Ðương nhiên ngọn trước mắt này sáng nhất.     <br />Phật : Bây giờ con đặt nó về chỗ cũ, lại xem xem ngọn nào sáng nhất.     <br />Người : Quả thật con vẫn không nhìn ra ngọn nến nào sáng nhất.     <br />Phật : Thật ra cây nến con vừa cầm giống như người đàn bà cuối cùng con đang yêu hiện nay, tình yêu nảy sinh từ trái tim, khi con cảm thấy yêu nó, để tâm ngắm nghía, con sẽ thấy nó sáng nhất, khi con để nó về chỗ cũ, con lại không tìm được một chút cảm giác sáng nhất. Thứ gọi là tình yêu cuối cùng và duy nhất của con chỉ là hoa trong gương trăng dưới nước, suy cho cùng chỉ là con số không, một cuộc tình trống rỗng.     </p>
<p>&#160;</p>
<p>Người : Ồ, con hiểu rồi, không phải Ðức Phật bảo con phải ly hôn với vợ, Ðức Phật đang niệm chú làm cho con ngộ đạo.    <br />Phật : Nhìn thấu sẽ không nói trắng ra, con đi đi!     <br />Người : Bây giờ con đã biết thật sự con yêu ai, người đó chính là vợ con hiện nay, thưa Ðức Phật.</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/personal-job-life/'>Personal - Job - Life</a> Tagged: <a href='http://lockevn.wordpress.com/tag/cu%e1%bb%99c-s%e1%bb%91ng/'>cuộc sống</a>, <a href='http://lockevn.wordpress.com/tag/gia-dinh/'>gia đình</a>, <a href='http://lockevn.wordpress.com/tag/hon-nhan/'>hôn nhân</a>, <a href='http://lockevn.wordpress.com/tag/ph%e1%ba%adt/'>phật</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=429&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/05/13/l%e1%bb%9di-ph%e1%ba%adt-d%e1%ba%a1y-chuy%e1%bb%87n-b%e1%bb%8f-v%e1%bb%a3-ngo%e1%ba%a1i-tnh-nn-d%e1%bb%8dc-ph%e1%ba%a3i-d%e1%bb%8dc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>What I want now, new theme for my life</title>
		<link>http://lockevn.wordpress.com/2010/05/13/what-i-want-now-new-theme-for-my-life/</link>
		<comments>http://lockevn.wordpress.com/2010/05/13/what-i-want-now-new-theme-for-my-life/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:26:21 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Personal - Job - Life]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[fury]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[pull]]></category>
		<category><![CDATA[racquet]]></category>
		<category><![CDATA[t-shirt]]></category>
		<category><![CDATA[tennis]]></category>

		<guid isPermaLink="false">https://lockevn.wordpress.com/2010/05/13/what-i-want-now-new-theme-for-my-life/</guid>
		<description><![CDATA[Wave RSX 110cc, sport urban bike Yonex RQiS 1 Tour XL 100 Verdasco 2010 Adidas Polo Filed under: Personal - Job - Life Tagged: bike, fury, happy, life, pull, racquet, t-shirt, tennis<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=427&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lockevn.files.wordpress.com/2010/05/mine.png"><img style="display:inline;border:0;" title="mine" src="http://lockevn.files.wordpress.com/2010/05/mine_thumb.png?w=597&#038;h=323" border="0" alt="mine" width="597" height="323" /></a></p>
<p>Wave RSX 110cc, sport urban bike</p>
<p>Yonex RQiS 1 Tour XL 100</p>
<p>Verdasco 2010 Adidas Polo</p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/personal-job-life/'>Personal - Job - Life</a> Tagged: <a href='http://lockevn.wordpress.com/tag/bike/'>bike</a>, <a href='http://lockevn.wordpress.com/tag/fury/'>fury</a>, <a href='http://lockevn.wordpress.com/tag/happy/'>happy</a>, <a href='http://lockevn.wordpress.com/tag/life/'>life</a>, <a href='http://lockevn.wordpress.com/tag/pull/'>pull</a>, <a href='http://lockevn.wordpress.com/tag/racquet/'>racquet</a>, <a href='http://lockevn.wordpress.com/tag/t-shirt/'>t-shirt</a>, <a href='http://lockevn.wordpress.com/tag/tennis/'>tennis</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=427&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/05/13/what-i-want-now-new-theme-for-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>

		<media:content url="http://lockevn.files.wordpress.com/2010/05/mine_thumb.png" medium="image">
			<media:title type="html">mine</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure XDebug with WAMP and NetBeans IDE 6.8 on Windows 7</title>
		<link>http://lockevn.wordpress.com/2010/04/20/configure-xdebug-with-wamp-and-netbeans-ide-6-8-on-windows-7/</link>
		<comments>http://lockevn.wordpress.com/2010/04/20/configure-xdebug-with-wamp-and-netbeans-ide-6-8-on-windows-7/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 08:28:31 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XDebug]]></category>

		<guid isPermaLink="false">http://lockevn.wordpress.com/?p=420</guid>
		<description><![CDATA[This is step &#8211; by &#8211; step procedure (with sample): Install WAMP, default location is at c:\wamp Download latest release of xdebug for PHP version you are using. I use WampServer 2.0i [07/11/09] and it includes : - Apache 2.2.11 &#8230; <a href="http://lockevn.wordpress.com/2010/04/20/configure-xdebug-with-wamp-and-netbeans-ide-6-8-on-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=420&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is step &#8211; by &#8211; step procedure (with sample):</p>
<ol>
<li>Install WAMP, default location is at <strong>c:\wamp</strong></li>
<li>Download <a href="http://www.xdebug.org/download.php">latest  release of xdebug</a> for PHP version you are using.
<ol>
<li>I use <a href="http://www.wampserver.com/en/download.php">WampServer 2.0i  [07/11/09]</a> and it includes :<br />
- Apache 2.2.11<br />
- MySQL 5.1.36<br />
- PHP 5.3.0 &#8212;&#8212;&#8212;&gt; <strong>5.3 is what we need</strong></li>
<li>write a <strong>phpinfo()</strong> to know what PHP compiled, Find &#8220;<strong>PHP Extension Build</strong>&#8220;  &#8212;&#8212;&#8212;&#8211;&gt;   API20090626,TS, <strong>VC6 is what we need</strong></li>
<li>I use Windows 7 64bit, there is nothing 64bit at XDebug (at the moment Apr 2010)  &#8212;&#8211;&gt; so this is not important<strong><br />
</strong></li>
<li>After all, this is what we should download from Xdebug: <strong><a href="http://www.xdebug.org/files/php_xdebug-2.0.5-5.3-vc6.dll">5.3 VC6  (32 bit)   &#8212;&#8212;&#8212;-&gt; we have </a><a href="http://www.xdebug.org/files/php_xdebug-2.0.5-5.3-vc6.dll">php_xdebug-2.0.5-5.3-vc6.dll</a></strong></li>
</ol>
</li>
<li>Copy <strong>php_xdebug-2.0.5-5.3-vc6.dll</strong> file into php’s extension directory, it is <strong>c:\wamp\php\ext</strong></li>
<li>Now open <strong>php.ini</strong> (click WAMP tray icon, PHP/php.ini), we need to configure xdebug so that it get recognized by PHP</li>
<li>Add following at the end of your <strong>php.ini</strong></li>
<p><code>[xdebug]<br />
zend_extension_ts="c:/wamp/php/ext/</code><strong>php_xdebug-2.0.5-5.3-vc6.dll</strong><code>"<br />
xdebug.profiler_output_dir = "c:/wamp/tmp/xdebug"<br />
xdebug.profiler_output_name = "cachegrind.out.%p"<br />
xdebug.profiler_enable = 0<br />
xdebug.profiler_append=0<br />
xdebug.extended_info=1<br />
xdebug.remote_enable=1<br />
xdebug.remote_handler=dbgp<br />
xdebug.remote_mode=req<br />
xdebug.remote_host=127.0.0.1<br />
xdebug.remote_port=9000<br />
xdebug.idekey=xdebug<br />
xdebug.remote_log="c:/wamp/tmp/xdebug/xdebug_remot.log"<br />
xdebug.show_exception_trace=0<br />
xdebug.show_local_vars=9<br />
xdebug.show_mem_delta=0<br />
xdebug.trace_format=0</code></p>
<li>Just create   <strong>c:\wamp\tmp\</strong><strong>xdebug </strong> folder.</li>
<li>Finally <strong>restart Apache</strong> service .</li>
<li>Now you can write PHP code and debug with <strong>NetBeans</strong></li>
</ol>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/php-web-ict/'>PHP</a> Tagged: <a href='http://lockevn.wordpress.com/tag/configure/'>Configure</a>, <a href='http://lockevn.wordpress.com/tag/netbeans/'>NetBeans</a>, <a href='http://lockevn.wordpress.com/tag/php/'>php</a>, <a href='http://lockevn.wordpress.com/tag/wamp/'>WAMP</a>, <a href='http://lockevn.wordpress.com/tag/windows-7/'>Windows 7</a>, <a href='http://lockevn.wordpress.com/tag/xdebug/'>XDebug</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=420&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/04/20/configure-xdebug-with-wamp-and-netbeans-ide-6-8-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Google Buzz will Succeed &#8211; Vì sao Google Buzz sẽ được dùng nhiều</title>
		<link>http://lockevn.wordpress.com/2010/02/12/why-google-buzz-will-succeed-vi-sao-google-buzz-s%e1%ba%bd-d%c6%b0%e1%bb%a3c-dung-nhi%e1%bb%81u/</link>
		<comments>http://lockevn.wordpress.com/2010/02/12/why-google-buzz-will-succeed-vi-sao-google-buzz-s%e1%ba%bd-d%c6%b0%e1%bb%a3c-dung-nhi%e1%bb%81u/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:50:53 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://lockevn.wordpress.com/?p=407</guid>
		<description><![CDATA[Buzz is more &#8220;seem-to-be-right&#8221; than Wave. MOST important: Use Buzz in Gmail, an everyday-should-open-address. Buzz and Wave are different services, carry different objectives of Google, Twitter copycat vs. real-time collaborations. Big problem of Wave is that it wasn’t integrated into &#8230; <a href="http://lockevn.wordpress.com/2010/02/12/why-google-buzz-will-succeed-vi-sao-google-buzz-s%e1%ba%bd-d%c6%b0%e1%bb%a3c-dung-nhi%e1%bb%81u/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=407&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/buzz">Buzz</a> is more &#8220;seem-to-be-right&#8221; than <a href="http://wave.google.com/">Wave</a>.</p>
<p>MOST important: <strong>Use Buzz in Gmail</strong>, an everyday-should-open-address.</p>
<p>Buzz and Wave are different services, carry different objectives of Google, Twitter copycat vs. real-time collaborations. Big problem of Wave is that it wasn’t integrated into Gmail, so I have to open new tab in browser, type new strange address and hit enter, what I don’t like.</p>
<p>Every Google’s user has Gmail along with its address book, and Gmail is a place for people to <strong>COMPOSE </strong>something (write mail, chat, …), others are <strong>READ</strong>-oriented services. Whenever I want to share or talk or collaborate (using Google service), I type “gmail”, [enter]</p>
<p>And the other things that I think Buzz will be OK are:</p>
<ol>
<li>Buzz uses Gmail <strong>address book</strong>, no need to invite or do some strange tasks and wait like Wave</li>
<li>Buzz is <strong>so simple</strong>, everyone can click “Allow” to Google pop-out message, and then buzz. It’s also simple enough to integrated to mobile software immediately</li>
<li><strong>Fill the gap</strong> between Twitter and Facebook, has comment &#8211;&gt; conversation thread, and lack of spam Friend4Sale, Farm, Genie …</li>
<li><strong>A lot of content</strong> when user start to use. Buzz united Google Services’ activities of user. Upload a photo, read an article, … friends will know and converse. After import tweets, Buzz account virtually has a lot of status, so people has story to comment</li>
</ol>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/'>Web</a> Tagged: <a href='http://lockevn.wordpress.com/tag/buzz/'>buzz</a>, <a href='http://lockevn.wordpress.com/tag/google/'>google</a>, <a href='http://lockevn.wordpress.com/tag/web/'>Web</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/407/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=407&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/02/12/why-google-buzz-will-succeed-vi-sao-google-buzz-s%e1%ba%bd-d%c6%b0%e1%bb%a3c-dung-nhi%e1%bb%81u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Get siteId of EPiServer site in code</title>
		<link>http://lockevn.wordpress.com/2010/01/29/get-siteid-of-episerver-site-in-code/</link>
		<comments>http://lockevn.wordpress.com/2010/01/29/get-siteid-of-episerver-site-in-code/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 09:41:21 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[siteid]]></category>

		<guid isPermaLink="false">http://lockevn.wordpress.com/2010/01/29/get-siteid-of-episerver-site-in-code/</guid>
		<description><![CDATA[Read at EPiServer.Framework.Initialization.SiteMappingConfiguration.Instance.SiteId reference your project to EPiServer.Framework.dll Filed under: EPiServer Tagged: code, config, EPiServer, siteid<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=404&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Read at<br />
<code><br />
EPiServer.Framework.Initialization.SiteMappingConfiguration.Instance.SiteId</code></p>
<p>reference your project to</p>
<p><code>EPiServer.Framework.dll</code></p>
<br />Filed under: <a href='http://lockevn.wordpress.com/category/it/web/episerver/'>EPiServer</a> Tagged: <a href='http://lockevn.wordpress.com/tag/code/'>code</a>, <a href='http://lockevn.wordpress.com/tag/config/'>config</a>, <a href='http://lockevn.wordpress.com/tag/episerver/'>EPiServer</a>, <a href='http://lockevn.wordpress.com/tag/siteid/'>siteid</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/404/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=404&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/01/29/get-siteid-of-episerver-site-in-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
		<item>
		<title>Synergy &#8211; Virtual KVM software for Windows, Linux and Mac</title>
		<link>http://lockevn.wordpress.com/2010/01/13/synergy-virtual-kvm-software-for-windows-linux-and-mac/</link>
		<comments>http://lockevn.wordpress.com/2010/01/13/synergy-virtual-kvm-software-for-windows-linux-and-mac/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:47:01 +0000</pubDate>
		<dc:creator>LockeVN Nguyen</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://lockevn.wordpress.com/?p=214</guid>
		<description><![CDATA[Nếu bạn có nhiều máy tính, hoặc phải xài nhiều máy tính khác nhau trong công việc thì sẽ rất cần phần mềm này. Mình đưa ra cách cấu hình đơn giản nhất: Cài server trên Windows, download bản exe &#8230; <a href="http://lockevn.wordpress.com/2010/01/13/synergy-virtual-kvm-software-for-windows-linux-and-mac/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=214&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nếu bạn có nhiều máy tính, hoặc phải xài nhiều máy tính khác nhau trong công việc thì sẽ rất cần phần mềm này.</p>
<p>Mình đưa ra cách cấu hình đơn giản nhất:<br />
Cài server trên Windows, download bản exe ở đây, cài đặt như bình thường.</p>
<p>http://sourceforge.net/project/showfiles.php?group_id=59275&#038;package_id=58013</p>
<p>Để cài trên Ubuntu</p>
<p>https://help.ubuntu.com/community/SynergyHowto</p>
<p>(tip: gõ lệnh <code>sudo apt-get install synergy</code> là xong)</p>
<br />Posted in IT  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lockevn.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lockevn.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lockevn.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lockevn.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lockevn.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lockevn.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lockevn.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lockevn.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lockevn.wordpress.com&amp;blog=73010&amp;post=214&amp;subd=lockevn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lockevn.wordpress.com/2010/01/13/synergy-virtual-kvm-software-for-windows-linux-and-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a53fdb9c6ae14fe290b578d701fdca1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">lockevn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
