<?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>Anhcaxomlieu's Blog - Phạm Ngọc Hùng BKA</title>
	<atom:link href="http://anhcaxomlieu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anhcaxomlieu.wordpress.com</link>
	<description>Nhận thiết kế website 0987848826 (gặp Hùng)</description>
	<lastBuildDate>Wed, 18 May 2011 01:28:49 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anhcaxomlieu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Anhcaxomlieu's Blog - Phạm Ngọc Hùng BKA</title>
		<link>http://anhcaxomlieu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anhcaxomlieu.wordpress.com/osd.xml" title="Anhcaxomlieu&#039;s Blog - Phạm Ngọc Hùng BKA" />
	<atom:link rel='hub' href='http://anhcaxomlieu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Encryption and Decryption With Querystring using ASP.NET</title>
		<link>http://anhcaxomlieu.wordpress.com/2010/12/26/encryption-and-decryption-with-querystring-using-asp-net/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2010/12/26/encryption-and-decryption-with-querystring-using-asp-net/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 15:54:48 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/?p=81</guid>
		<description><![CDATA[Encryption and Decryption With Querystring using ASP.NET. Sometime we need to encrypt the Querystring to hide the information available in Querystring below is the method to solve this problem. &#160; Class file: using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=81&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>Encryption and Decryption With Querystring using ASP.NET.</p>
<p>Sometime we need to encrypt the Querystring to hide the information available in Querystring below is the method to solve this problem.</p>
<p>&nbsp;</p>
<p>Class file:</p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Data;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Configuration;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Linq;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Web;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Web.Security;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Web.UI;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Web.UI.HtmlControls;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Web.UI.WebControls;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Web.UI.WebControls.WebParts;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Xml.Linq;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Security.Cryptography;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Xml;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.Text;</span></span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">using</span><span style="font-size:x-small;"><span style="color:#000000;"> System.IO;</span></span></p>
<p><span style="color:#808080;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;summary&gt;</span></p>
<p><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> Summary description for Encryption</span></p>
<p><span style="color:#808080;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;/summary&gt;</span></p>
<p><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">public</span><span style="color:#000000;font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">class</span><span style="color:#000000;font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">Encryption</span></p>
<p><span style="font-size:x-small;"> </span><span style="font-size:x-small;">{</span></p>
<p><span style="color:#0000ff;font-size:x-small;">private</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">static</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">byte</span><span style="font-size:x-small;">[] key = { };</span></p>
<p><span style="color:#0000ff;font-size:x-small;">private</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">static</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">byte</span><span style="font-size:x-small;">[] IV = { 0&#215;12, 0&#215;34, 0&#215;56, 0&#215;78, 0&#215;90, 0xAB, 0xCD, 0xEF };</span></p>
<p><span style="color:#0000ff;font-size:x-small;">private</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">static</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">string</span><span style="font-size:x-small;"> EncryptionKey = </span><span style="color:#a31515;font-size:x-small;">&#8220;!5623a#de&#8221;</span><span style="font-size:x-small;">;</span></p>
<p><span style="color:#0000ff;font-size:x-small;">public</span><span style="font-size:x-small;"> Encryption()</span></p>
<p><span style="font-size:x-small;">{</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;summary&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> Decrypt Querstring Value</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;/summary&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;param name=&#8221;Input&#8221;&gt;&lt;/param&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;returns&gt;&lt;/returns&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">public</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">static</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">string</span><span style="font-size:x-small;"> Decrypt(</span><span style="color:#0000ff;font-size:x-small;">string</span><span style="font-size:x-small;"> Input)</span></p>
<p><span style="font-size:x-small;">{</span></p>
<p><span style="color:#2b91af;font-size:x-small;">Byte</span><span style="font-size:x-small;">[] inputByteArray = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">Byte</span><span style="font-size:x-small;">[Input.Length];</span></p>
<p><span style="color:#0000ff;font-size:x-small;">try</span></p>
<p><span style="font-size:x-small;"> </span><span style="font-size:x-small;">{</span></p>
<p><span style="font-size:x-small;">key = System.Text.</span><span style="color:#2b91af;font-size:x-small;">Encoding</span><span style="font-size:x-small;">.UTF8.GetBytes(EncryptionKey.Substring(0, 8));</span></p>
<p><span style="color:#2b91af;font-size:x-small;">DESCryptoServiceProvider</span><span style="font-size:x-small;"> des = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">DESCryptoServiceProvider</span><span style="font-size:x-small;">();</span></p>
<p><span style="font-size:x-small;">inputByteArray = </span><span style="color:#2b91af;font-size:x-small;">Convert</span><span style="font-size:x-small;">.FromBase64String(Input);</span></p>
<p><span style="color:#2b91af;font-size:x-small;">MemoryStream</span><span style="font-size:x-small;"> ms = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">MemoryStream</span><span style="font-size:x-small;">();</span></p>
<p><span style="color:#2b91af;font-size:x-small;">CryptoStream</span><span style="font-size:x-small;"> cs = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">CryptoStream</span><span style="font-size:x-small;">(ms, des.CreateDecryptor(key, IV), </span><span style="color:#2b91af;font-size:x-small;">CryptoStreamMode</span><span style="font-size:x-small;">.Write);</span></p>
<p><span style="font-size:x-small;">cs.Write(inputByteArray, 0, inputByteArray.Length);</span></p>
<p><span style="font-size:x-small;">cs.FlushFinalBlock();</span></p>
<p><span style="color:#2b91af;font-size:x-small;">Encoding</span><span style="font-size:x-small;"> encoding = </span><span style="color:#2b91af;font-size:x-small;">Encoding</span><span style="font-size:x-small;">.UTF8;</span></p>
<p><span style="color:#0000ff;font-size:x-small;">return</span><span style="font-size:x-small;"> encoding.GetString(ms.ToArray());</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="color:#0000ff;font-size:x-small;">catch</span><span style="font-size:x-small;"> (</span><span style="color:#2b91af;font-size:x-small;">Exception</span><span style="font-size:x-small;"> ex)</span></p>
<p><span style="font-size:x-small;">{</span></p>
<p><span style="color:#0000ff;font-size:x-small;">return</span><span style="font-size:x-small;"> </span><span style="color:#a31515;font-size:x-small;">&#8220;&#8221;</span><span style="font-size:x-small;">;</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;summary&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> Encrypt QueryString Value</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;/summary&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;param name=&#8221;Input&#8221;&gt;&lt;/param&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">///</span><span style="color:#008000;font-size:x-small;"> </span><span style="color:#808080;font-size:x-small;">&lt;returns&gt;&lt;/returns&gt;</span></p>
<p><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">public</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">static</span><span style="font-size:x-small;"> </span><span style="color:#0000ff;font-size:x-small;">string</span><span style="font-size:x-small;"> Encrypt(</span><span style="color:#0000ff;font-size:x-small;">string</span><span style="font-size:x-small;"> Input)</span></p>
<p><span style="font-size:x-small;">{</span></p>
<p><span style="color:#0000ff;font-size:x-small;">try</span></p>
<p><span style="font-size:x-small;"> </span><span style="font-size:x-small;">{</span></p>
<p><span style="font-size:x-small;">key = System.Text.</span><span style="color:#2b91af;font-size:x-small;">Encoding</span><span style="font-size:x-small;">.UTF8.GetBytes(EncryptionKey.Substring(0, 8));</span></p>
<p><span style="color:#2b91af;font-size:x-small;">DESCryptoServiceProvider</span><span style="font-size:x-small;"> des = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">DESCryptoServiceProvider</span><span style="font-size:x-small;">();</span></p>
<p><span style="color:#2b91af;font-size:x-small;">Byte</span><span style="font-size:x-small;">[] inputByteArray = </span><span style="color:#2b91af;font-size:x-small;">Encoding</span><span style="font-size:x-small;">.UTF8.GetBytes(Input);</span></p>
<p><span style="color:#2b91af;font-size:x-small;">MemoryStream</span><span style="font-size:x-small;"> ms = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">MemoryStream</span><span style="font-size:x-small;">();</span></p>
<p><span style="color:#2b91af;font-size:x-small;">CryptoStream</span><span style="font-size:x-small;"> cs = </span><span style="color:#0000ff;font-size:x-small;">new</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">CryptoStream</span><span style="font-size:x-small;">(ms, des.CreateEncryptor(key, IV), </span><span style="color:#2b91af;font-size:x-small;">CryptoStreamMode</span><span style="font-size:x-small;">.Write);</span></p>
<p><span style="font-size:x-small;">cs.Write(inputByteArray, 0, inputByteArray.Length);</span></p>
<p><span style="font-size:x-small;">cs.FlushFinalBlock();</span></p>
<p><span style="color:#0000ff;font-size:x-small;">return</span><span style="font-size:x-small;"> </span><span style="color:#2b91af;font-size:x-small;">Convert</span><span style="font-size:x-small;">.ToBase64String(ms.ToArray());</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="color:#0000ff;font-size:x-small;">catch</span><span style="font-size:x-small;"> (</span><span style="color:#2b91af;font-size:x-small;">Exception</span><span style="font-size:x-small;"> ex)</span></p>
<p><span style="font-size:x-small;">{</span></p>
<p><span style="color:#0000ff;font-size:x-small;">return</span><span style="font-size:x-small;"> </span><span style="color:#a31515;font-size:x-small;">&#8220;&#8221;</span><span style="font-size:x-small;">;</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="font-size:x-small;">}</span></p>
<p><span style="font-size:x-small;">Use:</span></p>
<p><span style="font-size:x-small;"><span style="color:#008000;font-size:x-small;">Response.Redirect(&#8220;AddClub.aspx?ClubId=&#8221; + Encryption.Encrypt(RowId));</p>
<p><span style="color:#008000;font-size:x-small;">string Id = Encryption.Decrypt(Request.QueryString["ClubId"].Trim());</p>
<p></span></span></span></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=81&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2010/12/26/encryption-and-decryption-with-querystring-using-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
		<item>
		<title>Hãy để anh yêu em</title>
		<link>http://anhcaxomlieu.wordpress.com/2010/05/14/hay-d%e1%bb%83-anh-yeu-em/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2010/05/14/hay-d%e1%bb%83-anh-yeu-em/#comments</comments>
		<pubDate>Fri, 14 May 2010 16:56:15 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Truyện ngắn]]></category>
		<category><![CDATA[truyện ngắn]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/?p=77</guid>
		<description><![CDATA[Ngày xưa, có một chàng trai yêu tha thiết một người con gái. Chàng trai lãng mạn gấp 1000 con hạc giấy làm quà tặng người yêu. Lúc ấy, anh chỉ là một nhân viên quèn, tương lai không quá sáng sủa, nhưng anh và cô gái ấy, họ đã rất hạnh phúc. Cho tới [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=77&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ngày xưa, có một chàng trai yêu tha thiết một người con gái. Chàng trai  lãng mạn gấp 1000 con hạc giấy làm quà tặng người yêu. Lúc ấy, anh chỉ  là một nhân viên quèn, tương lai không quá sáng sủa, nhưng anh và cô gái  ấy, họ đã rất hạnh phúc. Cho tới một ngày…</p>
<p>Người con gái nói với anh rằng cô sẽ đi Paris. Không bao giờ trở lại. Cô  còn nói không thể tưởng tượng được một tương lai nào cho cả hai người.  Vì vậy, hãy đường ai nấy đi, ngay lúc này… Trái tim tan nát, anh đồng ý.</p>
<p>Khi đã lấy lại được tự tin, anh làm việc hăng say ngày đêm, không quản  mệt nhọc cả thể xác lẫn tinh thần chỉ để làm một điều gì đó cho bản  thân. Cuối cùng với những nỗ lực phi thường và sự giúp đỡ của bạn bè,  anh thành lập được công ty của riêng mình.</p>
<p>“Tôi phải thành công trong cuộc sống” &#8211; Anh luôn tự nói với bản thân &#8211;  “Và sẽ không bao giờ thất bại trừ phi không còn cố gắng”.</p>
<p>Một ngày mưa, khi đang lái xe, anh nhìn thấy đôi vợ chồng già đang đi  dưới mưa cùng chia sẻ với nhau một chiếc ô mà vẫn ướt sũng. Chẳng mất  nhiều thời gian để anh nhận ra đó là bố mẹ bạn gái cũ của mình.</p>
<p>Trái tim khao khát trả thù mách bảo anh lái xe chầm chậm bên cạnh đôi vợ  chồng để họ nhìn thấy mình trong chiếc ô tô mui kín sang trọng. Anh  muốn họ biết rằng anh không còn như trước, anh đã có công ty riêng, ôtô  riêng, nhà riêng… Anh đã thành đạt!</p>
<p>Trước khi anh có thể nhận ra, đôi vợ chồng già đang bước tới một nghĩa  trang. Anh bước ra khỏi xe và đi theo họ… Và anh nhìn thấy người bạn gái  cũ của mình, một tấm hình cô đang mỉm cười ngọt ngào như đã từng cười  với anh, từ trên tấm bia mộ.</p>
<p>Bố mẹ cô nhìn anh. Anh bước tới và hỏi họ tại sao lại xảy ra chuyện này.  Họ giải thích rằng cô chẳng tới Pháp làm gì cả. Cô bị ốm nặng vì ung  thư. Trong trái tim, cô đã tin rằng một ngày nào đó anh sẽ thành đạt,  nhưng cô không muốn bệnh tật của mình cản trở anh…Vì vậy cô chọn cách  chia tay.</p>
<p>Cô đã muốn bố mẹ đặt những con hạc giấy anh tặng bên cạnh cô, bởi nếu  một ngày số phận mang anh về, cô muốn anh có thể lấy lại một vài con hạc  giấy. Anh khóc…</p>
<p>Cách tồi tệ nhất để nhớ một ai đó là ngồi ngay bên cạnh họ nhưng biết  rằng bạn không thể nào có được họ và sẽ không bao giờ được nhìn thấy họ  nữa.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<div>&#8212;-</p>
<p>Tiền là tiền còn tình yêu thì thiêng liêng. Trong cuộc tìm kiếm sự giàu  có vật chất, chúng ta hãy dành thời gian để tìm kiếm khoảnh khắc bên  những người yêu thương. Bởi biết đâu, một ngày nào đó, tất cả chỉ còn là  hoài niệm.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=77&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2010/05/14/hay-d%e1%bb%83-anh-yeu-em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
		<item>
		<title>Học MBA để làm gì?</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/12/26/h%e1%bb%8dc-mba-d%e1%bb%83-lam-gi/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/12/26/h%e1%bb%8dc-mba-d%e1%bb%83-lam-gi/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:36:47 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Giải trí]]></category>
		<category><![CDATA[Đời sống]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/?p=75</guid>
		<description><![CDATA[“Tôi xách túi đồ nhãn hiệu Gucci ra khỏi Tràng Tiền Plaza rồi đứng lại ở cửa chờ bạn. Một tay ăn mày chuyên nghiệp phát hiện ra tôi, sán tới đứng trước mặt. Câu chuyện của tôi chỉ có thế thôi. Thế nhưng tay ăn mày đã dạy tôi một bài học kinh tế [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=75&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>“Tôi xách túi đồ nhãn hiệu Gucci ra khỏi Tràng Tiền Plaza rồi đứng lại ở cửa chờ bạn. Một tay ăn mày chuyên nghiệp phát hiện ra tôi, sán tới đứng trước mặt. Câu chuyện của tôi chỉ có thế thôi. Thế nhưng tay ăn mày đã dạy tôi một bài học kinh tế còn sâu sắc hơn một khoá học MBA ở trường. Tôi kể câu chuyện này chính bởi ý nguyện của tay ăn mày đó.<br />
- Xin anh… cho tôi ít tiền đi! &#8211; Tôi đứng đó chả có việc gì nên tiện tay vứt cho hắn đồng tiền xu, rồi bắt chuyện cùng nhau.<br />
Ăn mày rất thích kể lể.<br />
- Tôi chỉ ăn mày quanh khu mua sắm này thôi, anh biết không? Tôi chỉ liếc một phát là thấy anh ngay. Đi mua Gucci ở Plaza chắc chắn nhiều tiền…<br />
- Hả? Ông cũng hiểu đời phết nhỉ! &#8211; Tôi ngạc nhiên.<br />
- Làm ăn mày, cũng phải ăn mày cho nó có khoa học. &#8211; Ông ta bắt đầu mở máy.<br />
Tôi ngẫm nghĩ một lát, thấy thú vị bèn hỏi:<br />
- Thế nào là ăn mày một cách khoa học?<br />
Tôi nhìn kỹ ông ta, đầu tóc rối bù, quần áo rách nát, tay gầy giơ xương, nhưng lại sạch sẽ.<br />
Ông ta giảng giải:<br />
- Ai chẳng sợ và ghét ăn mày, nhưng tôi tin anh không ghét tôi, tôi đoan chắc điều đó. Đấy là điểm tôi khác biệt với những thằng ăn mày khác.<br />
Tôi gật đầu đồng ý, đúng là tôi không ghét ông ta, nên tôi đang nói chuyện với ông ta đấy thôi.<br />
- Tôi biết phân tích SWOT, những ưu thế, bất lợi, những cơ hội và nguy cơ. Đối mặt với những thằng ăn mày là đối thủ cạnh tranh của tôi, ưu thế (Strengths) của tôi là tôi không làm người ta phản cảm, lánh sợ. Cơ hội (Opportunities) và nguy cơ (Threats) thì chỉ là những yếu tố điều kiện bên ngoài thuộc về hoàn cảnh, có thể là dân số ở đây đông hay vắng, thành phố có quyết định chỉnh trang đô thị, dẹp hè phố chăng…<br />
- …???<br />
- Tôi đã từng tính toán rất cụ tỉ (cụ thể và tỉ mỉ) rằng, khu vực thương mại này người qua lại đông, mỗi ngày khoảng mười nghìn người, nghèo thì nhiều lắm, nhưng người giàu còn nhiều hơn. Trên phương diện lý luận thì giả như mỗi ngày tôi xin được mỗi người một đồng xu một nghìn đồng, thì mỗi tháng thu nhập của tôi đã được ba trăm triệu đồng. Nhưng thực tế thì đâu phải ai cũng cho ăn mày tiền, mà một ngày làm sao tôi đi xin được mười nghìn lượt người. Vì thế, tôi phải phân tích, ai là khách hàng mục tiêu của tôi, đâu là khách hàng tiềm năng của tôi.<br />
Ông ta lấy giọng nói tiếp:</p>
<p>- Ở khu Tràng Tiền Plaza này thì khách hàng mục tiêu của tôi chiếm khoảng 30% số lượng người mua sắm, tỉ lệ thành công khoảng 70%. Lượng khách hàng tiềm năng chiếm khoảng 20%, tỉ lệ thành công trên đối tượng này khoảng 50%. Còn lại 50% số người, tôi chọn cách là bỏ qua họ, bởi tôi không có đủ thời gian đểtìm vận may của mình với họ, tức là xin tiền họ.<br />
- Thế ông định nghĩa thế nào về khách hàng của ông? &#8211; Tôi căn vặn.<br />
- Trước tiên, khách hàng mục tiêu nhé. Thì những nam thanh niên trẻ như anh đấy, có thu nhập, nên tiêu tiền không lưỡng lự. Ngoài ra các đôi tình nhân cũng nằm trong đối tượng khách hàng mục tiêu của tôi, họ không thể mất mặt trước bạn khác phái, vì thế đành phải ra tay hào phóng. Rồi tôi chọn các cô gái xinh đẹp đi một mình là khách hàng tiềm năng, bởi họ rất sợ bị lẽo đẽo theo, chắc chắn họ chọn cách bỏ tiền ra cho rảnh nợ. Hai đối tượng này đều thuộc tầm tuổi 20-30. Nếu tuổi khách hàng nhỏ quá, họ không có thu nhập, mà tuổi già hơn, thì họ có thể đã có gia đình, tiền bạc bị vợ cầm hết rồi. Những ông chồng đó biết đâu có khi đang âm thầm tiếc hận rằng không thể ngửa tay ra xin tiền của tôi ấy chứ!<br />
- Thế thì mỗi ngày ông xin được bao nhiêu tiền?<br />
- Thứ hai đến thứ sáu, sẽ kém một chút, khoảng hai trăm nghìn. Cuối tuần thậm chí có thể 4-500 nghìn.<br />
- Hả? Nhiều vậy sao?<br />
Thấy tôi nghi ngờ, ông ta tính cho tôi thấy:<br />
- Tôi cũng khác gì anh, tôi cũng làm việc tám giờ vàng ngọc. Buổi sáng từ 11h đến tối 7h, cuối tuần vẫn đi làm như thường. Mỗi lần ăn mày một người tôi mất khoảng 5 giây, trừ đi thời gian tôi đi lại, di chuyển giữa các mục tiêu, thường một phút tôi xin được một lần được một đồng xu 1 nghìn, 8 tiếng tôi xin được 480 đồng một nghìn, rồi tính với tỉ lệ thành công 60% [(70%+50%)÷2] thì tôi được khoảng 300 nghìn.<br />
Chiến lược ăn mày của tôi là dứt khoát không đeo bám khách chạy dọc phố. Nếu xin mà họ không cho, tôi dứt khoát không bám theo họ. Bởi nếu họ cho tiền thì đã cho ngay rồi, nếu họ cho vì bị đeo bám lâu, thì tỉ lệ thành công cũng nhỏ. Tôi không thể mang thời gian ăn mày có giới hạn của tôi để đi lãng phí trên những người khách này, trong khi tôi có thể xoay ngay sang mục tiêu bên cạnh.<br />
Trời, tay ăn mày này có đầu óc quá đi, phân tích như thể giám đốc kinh doanh hoặc giám đốc tiếp thị vậy.<br />
- Ông nói tiếp đi! &#8211; Tôi hào hứng.<br />
- Có người bảo ăn mày có số may hay xui, tôi không nghĩ thế. Lấy ví dụ cho anh nhé, nếu có một thanh niên đẹp trai và một phụ nữ xinh đẹp đứng trước cửa shop đồ lót mỹ phẩm, thì anh sẽ chọn ai để ăn mày?<br />
Tôi ngẫm nghĩ rồi bảo, tôi không biết.<br />
- Anh nên đi đến xin tiền anh thanh niên kia. Vì đứng bên anh ta là một phụ nữ đẹp, anh ta chẳng lẽ lại không cho ăn mày tiền. Nhưng nếu anh đi xin cô gái đẹp, cô ta sẽ giả vờ là ghê sợ anh rồi lánh xa anh.<br />
Thôi cho anh một ví dụ nữa: Hôm nọ đứng ở cửa siêu thị BigC có một cô gái trẻ tay cầm túi đồ vừa mua từ siêu thị, một đôi nam nữ yêu nhau đang đứng ăn kem, và một anh chàng đóng bộ công chức chỉnh tề, tay xách túi đựng máy tính xách tay. Tôi chỉ nhìn họ ba giây, sẽ không ngần ngừ bước thẳng tới mặt cô gái trẻ xin tiền, cô gái cho tôi hẳn hai đồng xu, nhưng ngạc nhiên hỏi tôi tại sao chỉ xin tiền có mỗi cô ta. Tôi trả lời rằng, cái đôi tình nhân kia đang ăn, họ không tiện rút ví ra cho tiền, anh kia trông có vẻ lắm tiền, trông như sếp nhưng vì thế trên người họ thường không có sẵn tiền lẻ. Còn cô vừa mua sắm ở siêu thị ra, cô tất còn ít tiền thừa, tiền lẻ.<br />
Chí lý, tôi càng nghe tay ăn mày nói càng tỉnh cả người ra.</p>
<p>- Cho nên tôi bảo rồi, tri thức quyết định tất cả!<br />
Tôi nghe sếp tôi nói bao lần câu này, nhưng đây là lần đầu tôi nghe một thằng ăn mày nói câu này.<br />
- Ăn mày cũng phải mang tri thức ra mà ăn mày. Chứ ngày ngày nằm ệch ra ở xó chợ, cầu thang lên đường vượt giao lộ, xin ai cho được tiền? Những người đi qua giao lộ, chạy qua cổng chợ đều vội vàng hoặc cồng kềnh, ai ra đấy mà chơi bao giờ, ra đấy xin chỉ mệt người. Phải trang bị tri thức cho chính mình, học kiến thức mới làm người ta thông minh lên, những người thông minh sẽ không bao giờ ngừng học hỏi kiến thức mới. Thế kỷ 21 rồi, bây giờ người ta cần gì, có phải là cần nhân tài không?<br />
Có lần, có một người cho tôi hẳn 50 nghìn, nhờ tôi đứng dưới cửa sổ gào: “Hồng ơi, anh yêu em”, gào 100 lần. Tôi tính ra gọi một tiếng mất 5 giây, thời gian cũng tương tự như tôi đi ăn mày một lần, nhưng lợi nhuận đạt được chỉ 500 đồng, còn kém đi ăn mày, thế là tôi từ chối.<br />
Ở đây, nói chung một tay ăn mày một tháng có thể đi xin được một nghìn hoặc tám trăm lần. Người nào may mắn thì cùng lắm đi xin được khoảng hai nghìn lần. Dân số ở đây khoảng ba triệu, ăn mày độ chục anh, tức là tôi cứ khoảng mười nghìn người dân mới ăn mày một người. Như thế thu nhập của tôi ổn định, về cơ bản là cho dù kinh tế thế giới đi lên hay đi xuống, tình hình xin tiền của tôi vẫn ổn định, không biến động nhiều.<br />
Trời, tôi phục tay ăn mày này quá!<br />
- Tôi thường nói tôi là một thằng ăn mày vui vẻ. Những thằng ăn mày khác thường vui vì xin được nhiều tiền. Tôi thường bảo chúng nó là, chúng mày nhầm rồi. Vì vui vẻ thì mới xin được nhiều tiền chứ.<br />
Quá chuẩn!<br />
- Ăn mày là nghề nghiệp của tôi, phải hiểu được niềm vui do công việc của mình mang lại.( Chỗ này sao giống Thầy Thiêm nói quá!!!) Lúc trời mưa ít người ra phố, những thằng ăn mày khác đều ủ rũ oán trách hoặc ngủ. Đừng nên như thế, hãy tranh thủ mà cảm nhận vẻ đẹp của thành phố. Tối về tôi dắt vợ và con đi chơi ngắm trời đêm, nhà ba người nói cười vui vẻ, có lúc đi đường gặp đồng nghiệp, tôi có khi cũng vứt cho họ một đồng xu, để thấy họ vui vẻ đi, nhìn họ như nhìn thấy chính mình.<br />
- Ối ông cũng có vợ con?<br />
- Vợ tôi ở nhà làm bà nội trợ, con tôi đi học. Tôi vay tiền ngân hàng Vietinbank mua một căn nhà nhỏ ở ngoại thành, trả nợ dần trong mười năm, vẫn còn sáu năm nữa mới trả hết. Tôi phải nỗ lực kiếm tiền, con tôi còn phải học lên đại học, tôi sẽ cho nó học Quản trị kinh doanh, Marketing, để con tôi có thể trở thành một thằng ăn mày xuất sắc hơn bố nó.<br />
Tôi buột miệng:<br />
- Ông ơi, ông có thu nhận tôi làm đệ tử không?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=75&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/12/26/h%e1%bb%8dc-mba-d%e1%bb%83-lam-gi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
		<item>
		<title>Khắc phục chat trên YM mà không hiện chữ</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/09/04/kh%e1%ba%afc-ph%e1%bb%a5c-chat-tren-ym-ma-khong-hi%e1%bb%87n-ch%e1%bb%af/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/09/04/kh%e1%ba%afc-ph%e1%bb%a5c-chat-tren-ym-ma-khong-hi%e1%bb%87n-ch%e1%bb%af/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 04:41:49 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Thủ thuật]]></category>
		<category><![CDATA[kinh nghiệm]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/2009/09/04/kh%e1%ba%afc-ph%e1%bb%a5c-chat-tren-ym-ma-khong-hi%e1%bb%87n-ch%e1%bb%af/</guid>
		<description><![CDATA[Vào Start &#8211;&#62; Run Nhập vào dòng sau : regsvr32 vbscript.dll (tốt nhất bạn nên copy và past vào) &#8211;&#62; chọn OK Nó sẽ hiện ra &#8220;DllRegisterServer in &#8230;. succeeded&#8221; , bạn chọn OK tiếp Tương tự thực hiện (Start &#8211;&#62; Run &#8230;. ) với dòng sau : regsvr32 jscript.dll<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=73&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Vào Start &#8211;&gt; Run Nhập vào dòng sau : regsvr32 vbscript.dll (tốt nhất bạn nên copy và past vào) &#8211;&gt; chọn OK Nó sẽ hiện ra &#8220;DllRegisterServer in &#8230;. succeeded&#8221; , bạn chọn OK tiếp Tương tự thực hiện (Start &#8211;&gt; Run &#8230;. ) với dòng sau : regsvr32 jscript.dll</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=73&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/09/04/kh%e1%ba%afc-ph%e1%bb%a5c-chat-tren-ym-ma-khong-hi%e1%bb%87n-ch%e1%bb%af/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
		<item>
		<title>Thủ thuật hay dùng nhất trong Excel</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/08/06/th%e1%bb%a7-thu%e1%ba%adt-hay-dung-nh%e1%ba%a5t-trong-excel/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/08/06/th%e1%bb%a7-thu%e1%ba%adt-hay-dung-nh%e1%ba%a5t-trong-excel/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 04:24:26 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/?p=70</guid>
		<description><![CDATA[Để giúp các bạn khai thác các tính năng ưu việt trong công tác xử lý bảng tính đối với phần mềm Microsoft Excel, xin giới thiệu một số thủ thuật được coi là hay dùng nhất của phần mềm này: Hiển thị đối số của các hàm Để xem đối số trong một công [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=70&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:bold;">Để giúp các bạn khai thác các tính năng ưu việt trong công tác xử lý bảng tính đối với phần mềm Microsoft Excel, xin giới thiệu một số thủ thuật được coi là hay dùng nhất của phần mềm này:</span></p>
<div style="text-align:center;"><span><span><img style="width:219px;height:155px;" src="http://www.3c.com.vn/Uploaded/annt/Tinhocvanphong/SkillExcel/images.jpg" alt="" /></span></span></div>
<p><span style="color:#8080ff;"><strong>Hiển thị đối số của các hàm</strong></span></p>
<p>Để xem đối số trong một công thức, hãy nhấn Ctrl- Shift- A. Ví dụ, nếu bạn gõ =RATE và nhấn Ctrl- Shift -A, bạn có thể nhìn thấy tất cả các đối số cho hàm này (ví dụ =RATE (nper, pmt, pv, fv, type, guess)).</p>
<p>Nếu bạn muốn biết chi tiết hơn, gõ theo: =RATE</p>
<p>Và nhấn Ctrl+A để hiển thị theo Function Wizard.</p>
<p><span style="color:#bfbfff;"><strong>Tham chiếu các hàm</strong></span></p>
<p>Để tham chiếu các hàm ứng dụng trong Excel, bạn hãy giữ phím Shift-F3, Excel sẽ đưa ra hộp thoại chứa tất cả các hàm ứng dụng và hướng dẫn các cú pháp cụ thể cho từng hàm khi bạn di chuyển con trỏ điểm sáng đến hàm muốn tham chiếu. Đây cũng là cách nhập công thức nhanh mà không cần gõ toàn bộ cú pháp.</p>
<p><strong><strong>Dùng F9 để tính tạm thời</strong></strong></p>
<p>Nếu bạn tạo một bản tính có chứa công thức quá dài nên không thể biết ngay kết quả, bạn có thể kéo con trỏ để chọn một phần của công thức trong thanh công thức, và ấn phím F9. Lập tức, kết quả của một công thức con trong dãy công thức của bạn sẽ hiện trên màn hình. Quan trọng hơn, là bạn không được ấn Enter, một phần của công thức đó sẽ bị mất, nên để chắc chắn bạn phải ấn phím ESC. Tuy nhiên nếu bạn nhỡ ấn Enter, thì hãy thử ấn tổ hợp phím Ctrl- Z để phục hồi lại các thay đổi.</p>
<p><span style="color:#bfbfff;"><strong>Liên kết text box tới dữ liệu trong ô</strong></span></p>
<p>Bạn có thể liên kết một text box tới dữ liệu trong một ô của bản tính bằng cách tạo ra một text box và liên kết công thức trả lại kết quả của ô đó tới text box.</p>
<p>1. Nhắp vào biểu tượng tạo một text box trên thanh công cụ Drawing. Nhắp vào bảng tính và kéo con trỏ để tạo một text box.</p>
<p>2. Đưa con trỏ tới thanh công thức, gõ công thức đã cho kết quả tới ô cần liên kết vào text box. (Ví du: trong ô A1 bạn có số liệu là 2. Trên thanh công thức, ban gõ =A1). Và ấn Enter.</p>
<p>3. Text hay số liệu bạn gõ trong ô đã liên kết (ví dụ A1) sẽ xuất hiện trong text box. Trong ví dụ trên thì text box sẽ có giá trị ở trong là 2.</p>
<p>Bạn có thể di chuyển text box tới một vài bản tính khác trong tập bảng tính nếu bạn muốn.</p>
<p><span style="color:#bfbfff;"><strong>Liên kết một hình ảnh tới một dãy ô</strong></span></p>
<p>Bạn có thể copy một dãy ô và dán nhanh chúng như một hình ảnh trong một bản tính. Đây cũng là một cách tinh xảo để dễ dàng nhìn thấy ô nào đó tại một vài nơi trong bảng tính của bạn. Bạn có thể sử dụng phương pháp này để in các ô trong một trang. Khi các ô liên kết thay đổi thì các định dạng này cũng được áp dụng cho các ô được liên kết. Để tạo một hình ảnh được liên kết, bạn theo các bước:</p>
<p>1. Chọn các ô có chứa dữ liệu gốc.</p>
<p>2. Nhắp vào Copy trên menu Edit.</p>
<p>3. Chọn ô mà bạn muốn dán hình ảnh vừa chọn xuất hiện.</p>
<p>4. Trong khi giữ phím Shift, nhắp vào Paste Picture Link trên menu Edit. Kết quả sẽ cho nhanh chóng.</p>
<p><span style="color:#bfbfff;"><strong>Sử dụng Advanced Filter</strong></span></p>
<p>Nếu bạn tạo một danh sách Shift trong Microsoft Excel và muốn chọn tại dữ liệu đó và copy chúng tới bảng tính khác, hãy sử dụng lênh Advanced Filter. Để bắt đầu sử dụng lệnh này, nhắp vào Filter trong menu Dat, nhắp vào Advanced Filter và làm theo các chỉ dẫn.</p>
<p><span style="color:#bfbfff;"><strong>Sử dụng hàm Sum + If để tính tổng dữ liệu Advanced Filter</strong></span></p>
<p>Giả sử bạn tạo một danh sách dữ liệu trong ô từ A1 đến A10 và muốn tính tổng tất cả các giá trị lớn hơn 50 và nhỏ hơn 200. Để làm được việc này, sử dụng theo dòng công thức dưới đây:</p>
<p>=SUM( IF( A1:A10 &gt;=50, IF( A1: A10 &lt;=200, A1:A10,0),0))</p>
<p>Để chắc chắn bạn nhập công thức như là một dãy, bạn hãy ấn Ctrl- Shift- Enter. Sau đó bạn sẽ nhìn thấy dấu ngoặc {} trong công thức. Nhưng không được ấn Enter khi đang gõ công thức.</p>
<p><span style="color:#bfbfff;"><strong>Sử dụng hàm Sum + If để đếm dữ liệu</strong></span></p>
<p>Bạn đã có một danh sách dữ liệu trong các ô A1: A10, và muốn đếm tất cả các giá trị lớn hơn 50 và nhỏ hơn 200. Bạn sử dụng công thức sau:</p>
<p>=SUM( IF( A1:A10 &gt;=50, IF( A1: A10 &lt;=200, 1,0),0))</p>
<p><span style="color:#bfbfff;"><strong>Điền nhanh dữ liệu bằng các ô giống nhau</strong></span></p>
<p>Bằng cách nhắp đúp chuột vào góc phải dưới của một ô để làm xuất hiện con trỏ hình dấu cộng sẽ tạo ra một chuỗi dữ liệu giống hệt ô gốc trong các ô tiếp theo của cột. Ví dụ, nếu bạn gõ dữ liệu trong các ô A1: A20, gõ một công thức hay text vào trong ô B1. Nhắp hai lần chuột vào góc dưới của ô B1. Microsoft Excel sẽ điền dữ liệu xuống phía dưới cột từ ô B1 tới ô B20.</p>
<p><span style="color:#bfbfff;"><strong>Sắp xếp một danh sách đẵ được lọc</strong></span></p>
<p>Để sắp xếp một danh sách đã được lọc, chọn Data\ Sort, và chọn cột thích hợp từ hộp điều khiển Sort by. Đặc biệt bạn cần lưu ý là sắp xếp theo thứ tự tăng dần (Ascending) và giảm dần (Descending) và nhắp vào OK.</p>
<p><span style="color:#bfbfff;"><strong>Lấy các bộ lọc khi công việc đã hoàn thành</strong></span></p>
<p>Nếu bạn sử dụng AutoFilter để lọc các bản ghi, bạn đã kết thúc việc hiển thị các record đó, nhưng sau đó bạn lại muốn xem lại tất cả các bản ghi của bạn một lần nữa. Để nhận được các bản ghi đó, đơn giản bạn chọn All từ danh sách thả xuống của bộ lọc hiện tại. Nếu bạn muốn tắt chức năng AutoFilter, chọn Data\ Filter và xoá chọn trong AutoFilter.</p>
<p><span style="color:#bfbfff;"><strong>Làm vừa dữ liệu trong một trang</strong></span></p>
<p>Excel đã rất &#8220;cố gắng&#8221; để đưa thật nhiều dữ liệu cho vừa một trang, nhưng bạn có thể giảm bớt hay làm tăng thêm cho các dữ liệu bảng tính của bạn bằng cách thay đổi lựa chọn Adjust To % Normal Size. Hay bạn có thể sử dụng lựa chọn Fit To Pages để nén dữ liệu cho đầy số trang riêng biệt. Đơn giản, bạn chọn File\ Page Setup và thử nghiệm với hai lựa chọn đó bằng cách thay đổi các thiết đặt của chúng. Cuối cùng, nhắp vào nút Print Preview để xem kết quả.</p>
<p><span style="color:#bfbfff;"><strong>Hiển thị các ô hay dùng</strong></span></p>
<p>Để tìm ra bất cứ ô nào mà bạn hay dùng, chọn Auditing từ menu Tools và chọn Show Auditing Toolbar. Nhắp vào một ô cùng với một công thức, khi đó chọn Trace Precedents (nút đầu tiên trên thanh công cụ Auditing), và đưa mũi tên tới các ô mà bạn đã sử dụng để tính toán các giá trị của riêng ô đó, lúc này hình mũi tên màu xanh sẽ xuất hiện có liên kết từ các ô dữ liệu tới ô kết quả. Để xoá các mũi tên, nhắp vào nút Remove All Arrows.</p>
<p><span style="color:#bfbfff;"><strong>Tìm nhanh các ô có chứa công thức</strong></span></p>
<p>Để tìm ra nơi các ô chứa công thức một cách nhanh chóng trong bảng tính, chọn Go To từ menu Edit. Trong hộp thoại xuất hiện, chọn Special\ Formulas, và nhắp vào OK. Khi đó, mỗi ô có chứa một công thức sẽ được lựa chọn.</p>
<p>Đánh dấu vào Formulas trong hộp thoại Go To để chọn ô có công thức.</p>
<p><span style="color:#bfbfff;"><strong>Bổ sung Shift nền web vào bảng tính</strong></span></p>
<p>Để bổ sung dữ liệu &#8220;sống&#8221; từ các bảng tính nền web tới bảng tính hiện tại của bạn: mở bảng tính Web, gõ URL vào trong hộp thoại File Open sau đó chọn và copy các ô bạn muốn. Trong bảng tính của ban, chọn Paste Special từ menu Edit và nhắp vào nút Paste Link.</p>
<p><span style="color:#bfbfff;"><strong>Sử dụng ô tham chiếu và nhãn text trong các công thức</strong></span></p>
<p>Để sử dụng các tham chiếu ô cùng với nhăn text trong một công thức, bạn chỉ việc gõ một ký hiệu (&amp; ở giữa tham chiếu và text. Ví dụ, để hiển thị dòng dữ liệu là &#8220;25 Departments&#8221;, gõ (=A1 &amp; &#8220;Departments&#8221;), trong đó A1 chứa số 25.</p>
<p><span style="color:#bfbfff;"><strong>Làm thế nào để ấn định một macro tới một nút ?</strong></span></p>
<p>Bạn muốn chạy macro hay hàm chỉ bằng một thao tác nhắp vào một nút? Bằng cách gán một hàm hay một macro tới một nút tuỳ biến bạn có thể thực hiện rất nhanh chóng mà không phải chọn Tools\Macro. Để ấn định một macro tới một nút, chọn View\ Toolbars\ Customize. Nhắp vào tab Commands và chọn Macros trong điều khiển Categories. K𠄢ustom Button trong Commands tới một thanh công cụ. Khi bạn đã bổ sung xong nút macro, nhắp vào nút có biểu tượng hình mặt cười màu vàng và nhắp vào nút Modify Selection trong hộp thoại Customize. Chọn Assign Macro từ menu shortcut mới xuất hiện. Cuối cùng, để đồng nhất macro bạn muốn tới gắn vào nút macro, nhắp vào OK, và nhắp vào Close.</p>
<p><span style="color:#bfbfff;"><strong>Hiển thị công thức một cách an toàn</strong></span></p>
<p>Bạn nhớ phải luôn luôn ghi bảng tính trước khi chuyển tới công thức hiển thị bằng cách ấn Ctrl &#8211; ~. Khi bạn quay lại bảng tính sau khi hiển thị các công thức, bạn có thể tìm thấy một vài định dạng khác nhau. Ví dụ, Excel có thể đã thay đổi độ rộng cột cùng một vài cột khác của bạn. Nếu điều này xảy ra, đơn giản mở lại bảng tính để quay lại định dạng đã mất. Phương pháp khác là chuyển bảng tính theo cách ở trên và tắt bằng cách vào menu Tools\Options chọn Views và đánh dấu chọn vào ô Formulas. Nhắp và OK để kết thúc.</p>
<p><span style="color:#bfbfff;"><strong>Sắp xếp các ký tự in hoa và in thường</strong></span></p>
<p>Excel không quan tâm đến trường hợp các ký tự chữ cái khi sắp xếp, trừ khi bạn thông báo tới nó. Nếu bạn muốn phân biệt giữa chữ in hoa và in thường trong quá trình sắp xếp, chọn dữ liệu bạn muốn sắp xếp, chọn Data\Sort. Nhắp vào Options trong hộp thoại Sort và chọn lựa chọn Case Sensitive. Nhắp vào OK hai lần. Bạn sẽ phải nhớ để chọn lựa chọn này mỗi lần vì Excel sẽ không giữ lại thiết đặt này.</p>
<p><span style="color:#bfbfff;"><strong>Chuyển đổi các nhăn tới các số</strong></span></p>
<p>Text dạng số là một kiểu dữ liệu hợp lệ. Ví dụ một số phone không hoàn toàn là một số. Khi lưu trữ kiểu dữ liệu này, bạn có thể thêm vào dữ liệu nhập vào bằng ký tự (&#8216;). Tuy nhiên, thỉnh thoảng các giá trị số được nhập vào được nhập như là text số và điều này có thể xảy ra rắc rối. May thay, có thể dễ dàng chuyển đổi text số tới dạng số. Bạn theo các bước sau: chọn các ô dữ liệu bạn muốn chuyển đổi. Chọn Data\ Text To Column. Nhắp vào Next hai lần. Chọn General format và nhắp vào Finish. Excel sẽ chuyển đổi text số thành dữ liệu số.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=70&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/08/06/th%e1%bb%a7-thu%e1%ba%adt-hay-dung-nh%e1%ba%a5t-trong-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>

		<media:content url="http://www.3c.com.vn/Uploaded/annt/Tinhocvanphong/SkillExcel/images.jpg" medium="image" />
	</item>
		<item>
		<title>Tập hợp các mô hình phân tích tài chính trong Excel</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/08/06/t%e1%ba%adp-h%e1%bb%a3p-cac-mo-hinh-phan-tich-tai-chinh-trong-excel/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/08/06/t%e1%ba%adp-h%e1%bb%a3p-cac-mo-hinh-phan-tich-tai-chinh-trong-excel/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 04:22:41 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Kinh Tế]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/2009/08/06/t%e1%ba%adp-h%e1%bb%a3p-cac-mo-hinh-phan-tich-tai-chinh-trong-excel/</guid>
		<description><![CDATA[Tất cả mô hình đều  miễn phí và có nguồn gốc từ địa chỉ này . 1. Top Five Capital Budgeting Analysis (xls) &#8211; Basic program for doing capital budgeting analysis with inclusion of opportunity costs, working capital requirements, etc. &#8211; Adamodar Damodaran 2. Rating Calculation (xls) &#8211; Estimates a rating and cost of debt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=69&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span><span style="font-size:x-small;"><span style="font-family:Arial;"><span style="color:#000080;"><span style="font-size:9pt;font-family:Verdana;"><span><span style="color:#000000;"><em>Tất cả mô hình đều  miễn phí và có nguồn gốc từ </em> </span> <a style="font-weight:bold;color:#0000ff;" href="http://www.exinfm.com/free_spreadsheets.html"> <em>địa chỉ này</em> </a> <span style="font-weight:bold;color:#000000;"> <em>.</em> </span> </span> </span> </span> </span> </span></p>
<p></span></p>
<div style="text-align:center;"><span><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000000;"> <span style="font-size:9pt;font-family:Verdana;"> <span> </span> </span> </span> </span> </span><img src="http://taichinh24h.com/images/product/1242486909_financial_services.jpg" alt="http://taichinh24h.com/images/product/1242486909_financial_services.jpg" /></p>
<p></span></div>
<p><span> <span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span></p>
<p></span></span></span></span></span><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>1.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span> <span style="font-size:9pt;font-family:Verdana;"> <strong> <em>Top Five</em> </strong> </span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/capbudg.xls">Capital Budgeting Analysis</a> (xls) &#8211; Basic program for doing capital budgeting analysis with inclusion of opportunity costs, working capital requirements, etc. &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>2.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/ratings.xls">Rating Calculation</a> (xls) &#8211; Estimates a rating and cost of debt based on the coverage of debt by an organization &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>3.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/lboval.xls">LBO Valuation</a> (xls) &#8211; Analyzes the value of equity in a leverage buyout (LBO) &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>4.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/synergy.xls">Synergy</a> (xls) &#8211; Estimates the value of synergy in a merger and acquisition &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>5.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/model.xls">Valuation Models</a> (xls) &#8211; Rough calculation for choosing the correct valuation model &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>6.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/implprem.xls">Risk Premium</a> (xls) &#8211; Calculates the implied risk premium in a market. (uses macro&#8217;s) &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>7.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/fcfest.xls">FCFE Valuation 1</a> (xls) &#8211; Free Cash Flow to Equity (FCFE) Valuation Model for organizations with stable growth rates &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>8.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/fcfe2st.xls">FCFE Valuation 2</a> (xls) &#8211; Free Cash Flow to Equity (FCFE) Valuation Model for organizations with two periods of growth, high growth initially and then stable growth &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>9.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/fcfe3st.xls">FCFE Valuation 3</a> (xls) &#8211; Free Cash Flow to Equity (FCFE) Valuation Model for organizations with three stages of growth, high growth initially, decline in growth, and then stable growth &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>10.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/fcffst.xls">FCFF Valuation 1 </a>(xls) &#8211; Free Cash Flow to Firm (FCFF) Valuation Model for organizations with stable growth rates &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>11.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/fcff2st.xls">FCFF Valuation 2</a> (xls) &#8211; Free Cash Flow to Firm (FCFF) Valuation Model for organizations with two periods of growth, high growth initially and then stable growth &#8211; <a href="http://pages.stern.nyu.edu/%7Eadamodar">Adamodar Damodaran</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>12.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/tmvmoney.xls">Time Value (xls)</a> &#8211; Introduction to time value concepts, such as present value, internal rate of return, etc. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>13.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/carlease.xls">Lease or Buy a Car (xls)</a> &#8211; Basic spreadsheet for deciding to buy or lease a car. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>14.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span> <span style="font-size:9pt;font-family:Verdana;"> <strong> <em>Top Five</em> </strong> </span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/npv_irr.xls">NPV &amp; IRR (xls)</a> &#8211; Explains Internal Rate of Return, compares projects, etc. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>15.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/infltn.xls">Real Rates (xls)</a> &#8211; Demonstrates inflation and real rates of return. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>16.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/template.xls">Template (xls)</a> &#8211; Template spreadsheet for project evaluation &amp; capital budgeting. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>17.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span> <span style="font-size:9pt;font-family:Verdana;"> <strong> <em>Top Five</em> </strong> </span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/fcashflow.xls">Free Cash Flow (xls)</a> &#8211; Cash flow worksheets &#8211; subsidized and unsubsidized. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>18.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/capstruc.xls">Capital Structure (xls)</a> &#8211; Spreadsheet for calculating optimal capital structures using different percents of debt. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>19.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/betawacc.xls">WACC (xls)</a> &#8211; Calculation of Weighted Average Cost of Capital using beta&#8217;s for equity. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>20.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/statmnts.xls">Statements (xls)</a> &#8211; Generate a set of financial statements using two input sheets &#8211; operational data and financial data. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>21.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/BondValu.zip">Bond Valuation (zip)</a> &#8211; Calculates the value or price of a 25 year bond with semi-annual interest payments. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>22.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Buyout.zip">Buyout (zip)</a> &#8211; Analyzes the effects of combining two companies. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>23.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/CashFlVl.zip">Cash Flow Valuation (zip)</a> &#8211; Walks through a valuation of cash flows under three models- capital cash flows, equity cash flows, and free cash flows. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>24.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/FinProjMd.zip">Financial Projections (zip)</a> &#8211; Spreadsheet model for generating projected financials along with valuation based on WACC. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>25.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Leverage.zip">Leverage (zip)</a> &#8211; Shows the effects on Net Income from using debt (leverage). </span> </span> </span> </span></p>
<p align="center"><img style="width:408px;height:267px;" src="http://housing.usc.edu/images/financial/financial_facts.jpg" alt="http://housing.usc.edu/images/financial/financial_facts.jpg" /></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>26.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Ratio.zip">Ratio Calculator (zip)</a> &#8211; Calculates a standard set of ratios based on input of financial data. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>27.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/StockVal.zip">Stock Value (zip)</a> &#8211; Calculates expected return on stock and value based on no growth, growth, and variable growth. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>28.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/cfroi_holt.xls">CFROI (xls)</a> &#8211; Simplified Cash Flow Return on Investment Model. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>29.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/excl97jc.zip">Financial Charting (zip)</a> &#8211; Add on tool for Excel 97, consists of 6 files. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>30.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/optirisk.exe">Risk Analysis (exe)</a> &#8211; Analysis and simulation add on for excel, self extracting exe file. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>31.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/bsopt161.zip">Black Scholes Option Pricing (zip)</a> &#8211; Excel add on for the pricing of options. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>32.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/CashflowMatrix.xls">Cash Flow Matrix</a> &#8211; Basic cash flow model. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>33.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/bfat2_0.exe">Business Financial Analysis Template</a> for start-up businesses from <a href="http://www.sbtdc.org/">Small Business Technology Center</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>34.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/forexspotter.zip">Forex (zip)</a> &#8211; Foreign market exchange simulation for Excel </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>35.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/hamlin.zip">Hamlin (zip)</a> &#8211; Financial function add-on&#8217;s for Excel </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>36.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/tanly32.zip">Tanly (zip)</a> &#8211; Suite of technical analysis models for Excel </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>37.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/historypivot.xls">Financial History Pivot Table</a> &#8211; Microsoft Financials </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>38.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/FY2000WhatIf.xls">Income Statement What If Analysis</a> </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>39.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/breakeven.zip">Breakeven Analysis (zip)</a> &#8211; Pricing and breakeven analysis for optimal pricing &#8211; <a href="http://www.bizpeponline.com/">Biz Pep</a>. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>40.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/slgrm21.exe">SLG Ratio Master (exe)</a> &#8211; Excel workbook for creating 25 key performance ratios. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>41.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/DCF%206-00.xls">DCF</a> &#8211; Menu driven Excel program (must enable macros) for Discounted Cash Flow Analysis from the book Analysis for Financial Management by Robert C. Higgins &#8211; <a href="http://www.amazon.com/gp/product/0072863641/qid=1137870782/sr=8-1/ref=pd_bbs_1/002-1975725-6003210?n=507846&amp;s=books&amp;v=glance">Analysis for Financial Management</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>42.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/History%205-00.xls">History</a> &#8211; Menu driven Excel program (must enable macros) for Historical Financial Statements from the book Analysis for Financial Management by Robert C. Higgins &#8211; <a href="http://www.amazon.com/gp/product/0072863641/qid=1137870782/sr=8-1/ref=pd_bbs_1/002-1975725-6003210?n=507846&amp;s=books&amp;v=glance">Analysis for Financial Management</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>43.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Proforma%207-00.xls">Proforma</a> &#8211; Menu driven Excel program (must enable macros) for Pro-forma Financial Statements from the book Analysis for Financial Management by Robert C. Higgins &#8211; <a href="http://www.amazon.com/gp/product/0072863641/qid=1137870782/sr=8-1/ref=pd_bbs_1/002-1975725-6003210?n=507846&amp;s=books&amp;v=glance">Analysis for Financial Management</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>44.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/busevalm.zip">Business Valuation Model (zip)</a> &#8211; Set of tabbed worksheets for generating forecast / valuation outputs. Includes instruction sheet. <a href="http://www.bizpeponline.com/">Bizpep</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>45.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/LBO%20Model%20Template.xls">LBO Model</a> &#8211; Excel model for leveraged buy-outs </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>46.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Comparable%20Companies%20%28NON-FDS%29.xls">Comparable Companies</a> &#8211; Excel valuation model comparing companies </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>47.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Combination%20Template.xls">Combination Model</a> &#8211; Excel valuation model for combining companies </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>48.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span> <span style="font-size:9pt;font-family:Verdana;"> <strong> <em>Top Five</em> </strong> </span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Balanced_Scorecard_Templates.xls">Balanced Scorecard</a> &#8211; Set of templates for building a balanced scorecard. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>49.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/CashModel1.4.xls">Cash Model</a> &#8211; Template for calculating projected financials from <a href="http://www.thecfoconnection.com/">CFO Connection</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>50.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/TFATemplates.exe">Techniques of Financial Analysis</a> &#8211; Workbook of 11 templates (breakeven, valuation, forecasting, etc.) from <a href="http://www.modernsoft.com/">ModernSoft</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>51.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/ratio_anlys.zip">Ratio Reminder (zip)</a> &#8211; Simple worksheet of comparative financials and corresponding ratios from <a href="http://www.agilecor.com/">Agilicor</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>52.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/IT%20RISK%20ASSESMENT%20TEMPLATE.xls">Risk Analysis IT</a> &#8211; Template for assessing risk of Information Technology &#8211; <a href="http://www.auditnet.org/">Audit Net</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>53.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/data%20warehouse%20bram.xls">Risk Analysis DW</a> &#8211; Template for assessing risk of Data Warehousing &#8211; <a href="http://www.auditnet.org/">Audit Net</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>54.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span> <span style="font-size:9pt;font-family:Verdana;"> <strong> <em>Top Five</em> </strong> </span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Workbook1-2.xls">Excel Workbook 1-2</a> &#8211; Set of worksheets for evaluating financial performance and forecasting &#8211; Supplemental Material for Short Course 1 and 2 on this website. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>55.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/RMEssentials.xls">Rule Maker Essentials</a> &#8211; Excel Template for scoring a company by entering financial data &#8211; <a href="http://www.fool.com/strategies.htm">The Motley Fool</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>56.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/RMRanker.xls">Rule Maker Ranker</a> &#8211; Excel Template for scoring a company by entering comparable data &#8211; <a href="http://www.fool.com/strategies.htm">The Motley Fool</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>57.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/timeline.xls">IPO Timeline</a> &#8211; Excel program for Initial Public Offerings (must enable macros) </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>58.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/baldrige.xls">Assessment Templates</a> &#8211; Set of templates for assessing an organization based on the Malcolm Baldrige Quality Model. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>59.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/cashgap.xls">Cash Gap in Days</a> &#8211; Spreadsheet for calculating number of days required for short-term financing. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>60.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/cash_flow_model.xls">Cash Flow Template</a> &#8211; Simple cash flow model with explanations of each cash flow component &#8211; <a href="http://asbdc.ualr.edu/consulting/toolbox.asp">Arkansas Small Business Development Center</a>. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>61.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/SixSolverWbooks.zip">Six Solver Workbook (zip)</a> &#8211; Set of various spreadsheets for solving different business problems (inventory ordering, labor scheduling, working capital, etc.). </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>62.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/BusinessValuation.xls">Free Cash Flow Valuation</a> &#8211; Basic Spreadsheet Valuation Model </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>63.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Finance%20Examples.xls">Finance Examples</a> &#8211; Seven examples in Business Finance &#8211; <a href="http://www.solver.com/">Solver</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>64.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Workbook3.xls">Capital Budgeting Workbook</a> &#8211; Several examples of capital budgeting analysis, including the use of Solver to select optimal projects. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>65.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/pv_fv.rtf">Present Value Tables (rtf)</a> &#8211; Set of present value tables written in rich text format, compatible with most word processors. Includes examples of how to use present value tables. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>66.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/investval.zip">Investment Valuation Model (zip)</a> &#8211; Valuation model of companies (must enable macros) &#8211; <a href="http://www.excelbusinesstools.com/">Excel Business Tools</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>67.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/cfsensit.xls">Cash Flow Sensitivity (xlt)</a> &#8211; Sensitivity analysis spreadsheet &#8211; <a href="http://www.thesmallbusinessstore.com/">Small Business Store</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>68.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/What-If%20Analysis%20Template.xls">What If Analysis</a> &#8211; Set of templates for sensitivity analysis using financial inputs. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>69.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Project_Risk_Return_Optimizer.zip">Risk Return Optimization</a> &#8211; Optimal project selection (must enable macro&#8217;s) &#8211; <a href="http://www.metink.homestead.com/">Metin Kilic</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>70.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/ci_example1.xls">CI &#8211; Basics #1</a> &#8211; Basic spreadsheet illustrating competitive analysis &#8211; <a href="http://www.business-tools-templates.com/">Business Tools Templates</a>. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>71.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/ci_example2.xls">CI &#8211; Basics #2</a> &#8211; Basic spreadsheet illustrating competitive analysis &#8211; <a href="http://www.business-tools-templates.com/">Business Tools Templates</a>. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>72.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/external_review.xls">External Assessment</a> &#8211; Assessment questions for organizational assessment (must enable macros). </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>73.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/internal_review.xls">Internal Assessment</a> &#8211; Assessment questions for organizational assessment (must enable macros). </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>74.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/scorecard_spreadsheet.xls">Formal Scorecard</a> &#8211; Formal Balanced Scorecard Spreadsheet Model (3.65 MB / must enable macros) &#8211; <a href="http://www.maqin.org/">Madison Area Quality Improvement Network</a>. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>75.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Performance%20Management%20Plan.xls">Project Plan</a> &#8211; Project Scheduling Template currently setup for a Balanced Scorecard Project. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>76.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/EXCEL%20Gantt_v4.xls">Gantt Chart</a> &#8211; Gantt chart for project management with work plan &#8211; <a href="http://www.hyperthot.com/project.htm">Jim Chapman&#8217;s Web Site </a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>77.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/EOQ.xls">E O Q Model</a> &#8211; Simple Inventory Models for calculating Economic Order Quantity.<br />
</span></span></span></span></p>
<p><span style="font-size:x-small;"><span style="font-family:Arial;"><span style="color:#000080;"><span style="font-size:9pt;font-family:Verdana;"><br />
</span> </span> </span> </span></p>
<p align="center"><img style="width:498px;height:218px;" src="http://www.saga.vn/Saga_Gallery/ChauHa/bizworld/finance/financial.jpg" alt="http://www.saga.vn/Saga_Gallery/ChauHa/bizworld/finance/financial.jpg" /></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>78.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Inventory_Simulation.xls">Inventory Simulation Control Model</a> &#8211; Formal model for simulating inventory shortages, delivery times, costs, backorders, and optimal inventory levels &#8211; <a>John McClain</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>79.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Financial%20Projections%20Model%20v6.8.4.xls">Financial Projections Model</a> &#8211; A comprehensive financial model for forecasting a complete set of financials with breakeven and valuation tabs developed by <a href="http://leeds-faculty.colorado.edu/moyes">Frank Moyes</a> and <a href="http://leeds-faculty.colorado.edu/lawrence">Stephen Lawrence</a> at Leeds School of Business. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>80.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/OptionTradingWorkbook.xls">Option Trading Workbook</a> &#8211; Educational toolkit for using Excel for Options &#8211; <a href="http://www.optiontradingtips.com/">Option Trading Tips</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>81.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Bill_Snow_Financial_Model_2004_03_09.xls">Financial Model</a> &#8211; A nice clean financial model driven by different calculators (such as Company, Market, Subscribers, etc.) developed by <a href="http://www.billsnow.com/">Bill Snow</a>. </span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>82.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Financial_model_1.xls">Forecasting Model</a> &#8211; Step by step financial model for forecasting financials created by <a href="http://www.esnips.com/doc/e043ef3b-bd95-4b04-afb6-24bb7731ba97/Financial-model">Sam Gui</a></span> </span> </span> </span></p>
<p><span style="font-size:x-small;"> <span style="font-family:Arial;"> <span style="color:#000080;"> <span style="font-size:9pt;font-family:Verdana;"> <span>83.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;"> </span></span> </span> <span style="font-size:9pt;font-family:Verdana;"> <a href="http://www.exinfm.com/excel%20files/Automation_Justification.xls">Economic Evaluation</a> &#8211; Step by step workbook for evaluating the economics of a system investment &#8211; <a href="http://www.automatedconcepts.com/">Automated Concepts</a></span> </span> </span> </span> <span style="color:#000080;"><br />
</span></p>
<p></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=69&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/08/06/t%e1%ba%adp-h%e1%bb%a3p-cac-mo-hinh-phan-tich-tai-chinh-trong-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>

		<media:content url="http://taichinh24h.com/images/product/1242486909_financial_services.jpg" medium="image">
			<media:title type="html">http://taichinh24h.com/images/product/1242486909_financial_services.jpg</media:title>
		</media:content>

		<media:content url="http://housing.usc.edu/images/financial/financial_facts.jpg" medium="image">
			<media:title type="html">http://housing.usc.edu/images/financial/financial_facts.jpg</media:title>
		</media:content>

		<media:content url="http://www.saga.vn/Saga_Gallery/ChauHa/bizworld/finance/financial.jpg" medium="image">
			<media:title type="html">http://www.saga.vn/Saga_Gallery/ChauHa/bizworld/finance/financial.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Cấu trúc một chương trình c#</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/05/20/c%e1%ba%a5u-truc-m%e1%bb%99t-ch%c6%b0%c6%a1ng-trinh-c/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/05/20/c%e1%ba%a5u-truc-m%e1%bb%99t-ch%c6%b0%c6%a1ng-trinh-c/#comments</comments>
		<pubDate>Wed, 20 May 2009 02:37:46 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/?p=65</guid>
		<description><![CDATA[Trước đây chúng ta đã được giới thiệu vài các phần của main &#8216;building blocks&#8217; tạo bởi ngôn ngữ C# bao gồm khai báo biến, các kiểu dữ liệu và các câu lệnh của chương trình chúng ta cũng đã thấy đoạn mã ngắn về phương thức hàm main(). Cái chúng ta chưa thấy là [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=65&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Verdana,Arial,Helvetica;color:#444444;font-size:x-small;"><span class="spnMessageText">Trước đây chúng ta đã được giới thiệu vài các phần của <strong>main</strong> &#8216;building blocks&#8217; tạo bởi ngôn ngữ C# bao gồm khai báo biến, các kiểu dữ liệu và các câu lệnh của chương trình chúng ta cũng đã thấy đoạn mã ngắn về phương thức hàm <strong>main()</strong>. Cái chúng ta chưa thấy là làm thế nào để đặt tất cả chúng vào một khung của một chương trình hoàn chỉnh. Để trả lời chúng ta làm việc với các <strong>class</strong>.</span></span></p>
<p><span style="color:blue;"><strong>I Lớp</strong></span><br />
- Như bạn đã biết , các <strong>class</strong> tạo nên một chương trình lớn trong C# , để biết rõ chúng ta sẽ tim hiểu thêm toàn bộ về lập trình hướng đối tượng trong C#. Tuy nhiên nó thực sự có khả năng viết một chương trình mà không sử dụng đến lớp, ở đây chúng ta chỉ cần một ít về lớp. Chúng ta sẽ được trang bị cú pháp cơ bản để gọi một lớp, nhưng chúng ta sẽ dành hướng đối tượng cho phần sau.<br />
- Lớp là một khuôn mẫu thiết yếu mà chúng ta cần tạo ra đối tượng. Mỗi đối tượng chứa dữ liệu và các phương thức chế tác truy cập dữ liệu. Lớp định nghĩa cái mà dữ liệu và hàm của mỗi đối tượng riêng biệt (được gọi là thể hiện) của lớp có thể chứa. Ví dụ chúng ta có một lớp miêu tả <strong>một khách hàng</strong> nó được định nghĩa các trường như <strong>CustomerID, FirstName, LastName, và Address</strong>, cái mà chúng ta giữ thông tin cụ thể khách hàng. Nó cũng có thể được miêu tả bởi các hành động trong các trường dữ liệu.</p>
<p><span style="color:red;">1 Các lớp thành viên</span><br />
- Dữ liệu và các hàm không có lớp đượp biết như là lớp thành viên<br />
Thành phần dữ liệu <strong>(Data members)</strong> là những thành phần chứa dữ liệu cho lớp – trường (<strong>fields)</strong>, Hằng số <strong>(constants)</strong>, và sự kiện <strong>(events)</strong>.<br />
- <strong>Fields </strong> là các biến kết hợp với lớp. ví dụ, chúng ta định nghĩa một lớp <strong>PhoneCustomer</strong> với trường <strong>CustomerID, FirstName </strong> and <strong>LastName</strong> như sau:</p>
<pre><span style="font-family:courier;font-size:x-small;">class PhoneCustomer
{
   public int CustomerID;
   public string FirstName;
   public string LastName;
}</span></pre>
<p>- Chúng ta có thể thừa kế một đối tượng PhoneCustomer, chúng ta có thể truy cập đến những trường của nó sử dụng Object.FieldName ví dụ:</p>
<pre><span style="font-family:courier;font-size:x-small;">PhoneCustomer Customer1 = new PhoneCustomer();
Customer1.FirstName = "Burton";</span></pre>
<p>- Các hằng số có thể kết hợp với lớp như là biến. chúng ta khai báo một hằng số sử dụng từ khoá const. nếu nó khai báo public thì có thể truy cập ở ngoài lớp.</p>
<pre><span style="font-family:courier;font-size:x-small;">
class PhoneCustomer
{
   public const int DayOfSendingBill = 1;
   public int CustomerID;
   public string FirstName;
   public string LastName;
}</span></pre>
<p>Hàm thành phần <strong>(Function Members):</strong><br />
Bao gồm các thuộc tính và các phương thức. Chúng ta sử dụng các từ khoá sau để bổ nghĩa cho một phương thức :<br />
<img src="http://robovt.com/image_posted/ph1.jpg" border="0" alt="" /><br />
<strong><span style="color:blue;">II Cấu trúc (Structs )</span></strong><br />
- Chúng ta sẽ đề cập ngắn gọn là, ngoài các lớp nó cũng có thể để khai báo cho cấu trúc, cú pháp giống như cơ bản bạn biết ngoại trừ chúng ta dùng từ khoá <strong>struct</strong> thay cho <strong>class</strong>.<br />
Ví dụ chúng ta khai báo một cấu trúc  <strong>PhoneCustomer</strong> được viết như sau :</p>
<pre><span style="font-family:courier;font-size:x-small;">struct PhoneCustomer
{
   public const int DayOfSendingBill = 1;
   public int CustomerID;
   public string FirstName;
   public string LastName;
}</span></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=65&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/05/20/c%e1%ba%a5u-truc-m%e1%bb%99t-ch%c6%b0%c6%a1ng-trinh-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>

		<media:content url="http://robovt.com/image_posted/ph1.jpg" medium="image" />
	</item>
		<item>
		<title>Yêu thương theo phương pháp Phật dạy</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/04/26/yeu-th%c6%b0%c6%a1ng-theo-ph%c6%b0%c6%a1ng-phap-ph%e1%ba%adt-d%e1%ba%a1y/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/04/26/yeu-th%c6%b0%c6%a1ng-theo-ph%c6%b0%c6%a1ng-phap-ph%e1%ba%adt-d%e1%ba%a1y/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:53:23 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Đời sống]]></category>
		<category><![CDATA[kinh nghiệm]]></category>
		<category><![CDATA[tình yêu]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/?p=63</guid>
		<description><![CDATA[Có một chàng trai rất đẹp trai, học giỏi, tốt nghiệp một trường đại học nổi tiếng, có nhiều bạn gái xinh đẹp. Chàng trai sống với mẹ, người mẹ biết trong các cô gái ngưỡng mộ con mình, có một cô gái không xinh nhất, cô không trắng, không cao lắm nhưng được chàng [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=63&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="Normal"><span></p>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Có một chàng trai rất đẹp trai, học giỏi, tốt nghiệp một trường đại học nổi tiếng, có nhiều bạn gái xinh đẹp. Chàng trai sống với mẹ, người mẹ biết trong các cô gái ngưỡng mộ con mình, có một cô gái không xinh nhất, cô không trắng, không cao lắm nhưng được chàng trai đặc biệt chú ý. Ngạc nhiên, người mẹ hỏi con trai: &#8220;Vì sao con lại thích cô gái ấy, cô ta đâu có gì nổi bật?&#8221;. &#8220;Cô ấy hiểu con&#8221; &#8211; chàng trai trả lời đơn giản. </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Chàng trai học ngành công nghệ thông tin nhưng rất hay làm thơ. Mỗi lần chàng đọc thơ, cô gái nọ lắng nghe rất chăm chú và có những nhận xét sâu sắc, trong khi những cô gái xinh đẹp kia không để ý gì đến. Chàng trai đã chọn người yêu không vì vẻ đẹp bề ngoài, mà bởi sự lắng nghe và thấu hiểu.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;color:#ff0000;font-size:x-small;"><em>“Đạo Phật cũng dạy như vậy, có hiểu mới có thương, tình yêu phải làm bằng sự  thấu hiểu ”, Thiền sư kết luận.</em></span></p>
<p class="MsoNormal" style="margin:0;">
<p class="MsoNormal" style="margin:0;"><span style="font-family:Times New Roman;font-size:small;"> </span></p>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong>Muốn thương phải hiểu</strong></span></p>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong><span> </span></strong></span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Trong đạo Phật, từ bi gắn liền với trí tuệ. Không hiểu, không thể thương yêu sâu sắc. Không hiểu, không thể thương yêu đích thực. Hiểu chính là nền tảng của tình thương yêu.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span> </span></span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Mỗi người có những nỗi niềm, những khổ đau, bức xúc riêng, nếu không hiểu, sẽ không thương mà giận hờn, trách móc. Không hiểu, tình thương của mình sẽ làm người khác ngột ngạt, khổ đau. Không hiểu, sẽ làm người mình thương đau khổ suốt đời. </span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span style="color:#ff0000;">Nhân danh tình thương, người ta làm khổ nhau. Chuyện đó vẫn thường xảy ra.</span></span></p>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Được hiểu và được thương vốn là một nhu cầu muôn đời của con người. Nhiều người thường cảm thấy không ai hiểu mình. Họ “đói” thương, “đói” hiểu. Họ thơ thẩn, lang thang trong cuộc đời tìm người hiểu mình, thương mình. Gặp được người hiểu mình, thương mình là may mắn lớn của cuộc đời. Tình yêu nảy nở, lớn lên từ đó.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Vậy nên, “có hiểu mới có thương” là nguyên tắc chọn người yêu, chọn chồng/vợ theo quan điểm Phật giáo. Dù người ta có đẹp, có giàu đến đâu nhưng không hiểu mình sẽ làm mình khổ suốt đời. Hôn nhân có thể mở ra những con đường hoa hồng, có thể mở ra cánh cửa tù ngục. Chọn vợ, chọn chồng là một sự mạo hiểm lớn. Hãy cẩn thận, nếu không muốn chọn án tù chung thân cho cuộc đời mình.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<p class="MsoNormal" style="margin:0;"><em><strong><span style="font-family:Times New Roman;font-size:small;"> </span></strong></em></p>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><em><strong>Chọn người hiểu và thương mình &#8211; hãy nhớ &#8211; đó là nguyên tắc tìm người tri kỷ trong cuộc đời.</strong></em></span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span> </span></span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong>Bốn yếu tố của tình yêu: Từ bi hỉ xả</strong></span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Phật dạy về tình yêu rất sâu sắc. Tình yêu phải hội tụ đủ bốn yếu tố: <em><strong>từ, bi, hỉ, xả.</strong></em></span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span> </span></span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong><em>“Từ” là khả năng hiến tặng hạnh phúc cho người mình yêu.</em> </strong>Yêu thương không phải là vấn đề hưởng thụ, yêu thương là hiến tặng. Tình thương mà không đem đến hạnh phúc cho người yêu không phải là tình thương đích thực. Yêu mà làm khổ nhau không phải tình yêu. Có những người yêu nhau, ngày nào cũng khổ, đó là tình yêu hệ luỵ, chỉ mang tới sự khổ đau. Yêu thương ai đó thực sự, nghĩa là làm cho người ta hạnh phúc, mỗi ngày.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong><em>“Bi” là khả năng người ta lấy cái khổ ra khỏi mình.</em></strong> Mình đã khổ, người ta làm cho thêm khổ, đó không thể là tình yêu đích thực. Còn gì cho nhau nếu chỉ có khổ đau tuyệt vọng. Người yêu mình phải là người biết sẻ chia, biết xoa dịu, làm vơi bớt nỗi khổ của mình trong cuộc đời.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span> </span></span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Như vậy, <strong><em>“từ bi” theo Phật dạy là khả năng đem lại hạnh phúc cho nhau</em></strong>. Yêu thương ai là phải làm cho người ta bớt khổ. Nếu không, chỉ là đam mê, say đắm nhất thời, không phải là tình yêu thương đích thực. “Từ bi” trong tình yêu không phải tự dưng mà có. Phải học, phải “tu tập”. Cần nhiều thời gian, để quan sát, để lắng nghe, để thấu hiểu những nỗi khổ niềm đau của người yêu, để giúp người ta vượt qua, tháo gỡ, bớt khổ đau, thêm hạnh phúc.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><em>“<strong>Hỉ” là niềm vui, tình yêu chân thật phải làm cho cả hai đều vui.</strong></em> Dấu ấn của tình yêu đích thực là niềm vui. Càng yêu, càng vui, niềm vui lớn, cả gia đình cùng hạnh phúc. Cuộc nhân duyên như thế là thành công.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span> </span></span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong><em>“Xả” là không phân biệt, kì thị trong tình yêu</em></strong>. Mình yêu ai, hạnh phúc của người ta là của mình, khó khăn của người ta là của mình, khổ đau của người ta là của mình. Không thể nói đây là vấn đề của em/ anh, em/ anh ráng chịu. Khi yêu, hai người không phải là hai thực thể riêng biệt nữa, hạnh phúc khổ đau không còn là vấn đề cá nhân. Tất cả những gì mình phải làm coi đó là vấn đề của hai người, chuyển hoá nỗi khổ đau, làm lớn thêm hạnh phúc.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Này người trẻ, bạn nghĩ về tình yêu của mình đi, có “từ bi hỉ xả không”?<span> </span>Bạn hãy can đảm tự hỏi mình rằng “Người yêu ta có hiểu niềm vui nỗi khổ của ta không? Có quan tâm đến an vui hàng ngày của ta không? Người ấy có nâng đỡ ta trên con đường sự nghiệp không?…” Và tự hỏi lại mình, liệu bạn có đang thành thực với tình yêu của mình?! Liệu tình yêu của bạn đã đủ “từ bi hỉ xả”?!</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"><strong>Tình dục và tình yêu</strong></span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Phật giáo quan niệm như thế nào về tình dục trong tình yêu? Không phải ngẫu nhiên mà vị thiền sư tôi được hạnh ngộ bắt đầu vấn đề này bằng cách bàn về “thân tâm” trong truyền thống văn hoá Á Đông.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Trong truyền thống văn hoá ta, thân với tâm là “nhất như”, tức là nếu ta không tôn kính thân thể người yêu thì cũng không tôn kính được tâm hồn người ấy. Yêu nhau là giữ gìn cho nhau, kính trọng nhau. Khi sự rẻ rúng xem thường xảy ra thì tình yêu đích thực không còn.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Thân thể ta cũng như tâm hồn ta. Có những nỗi niềm sâu kín trong tâm hồn, chúng ta chỉ chia sẻ với người tri kỉ. Thân thể ta cũng vậy, có những vùng thiêng liêng và riêng tư, ta không muốn ai chạm tới, ngoài người ta yêu, ta tin, ta muốn sống trọn đời, trọn kiếp.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Trong tình yêu lớn và cao quý, bất cứ lời nói và cử chỉ nào cũng phải biểu lộ sự tương kính. Người con trai phải tôn trọng người con gái mình yêu, cả thân thể lẫn tâm hồn. Người con gái biết giữ gìn, cũng là biết làm người yêu thêm tương kính, nuôi dưỡng hạnh phúc lâu dài về sau.</span></p>
<p class="MsoNormal" style="margin:0;" align="justify">
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div></div>
<p class="MsoNormal" style="margin:0;" align="justify"><span style="font-family:Arial;font-size:x-small;">Bạn muốn thương yêu theo phương pháp Phật dạy chăng? Hãy hiểu, thương và tương kính người yêu của mình, cũng chính là đem hạnh phúc đến cho người và cho mình vậy!</span></p>
<p></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=63&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/04/26/yeu-th%c6%b0%c6%a1ng-theo-ph%c6%b0%c6%a1ng-phap-ph%e1%ba%adt-d%e1%ba%a1y/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
		<item>
		<title>Dấu hỏi cho tình yêu</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/04/26/d%e1%ba%a5u-h%e1%bb%8fi-cho-tinh-yeu/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/04/26/d%e1%ba%a5u-h%e1%bb%8fi-cho-tinh-yeu/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:42:01 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Đời sống]]></category>
		<category><![CDATA[kinh nghiệm]]></category>
		<category><![CDATA[tình yêu]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/2009/04/26/d%e1%ba%a5u-h%e1%bb%8fi-cho-tinh-yeu/</guid>
		<description><![CDATA[Có một chàng trai yêu cùng lúc hai người bạn gái nhưng lại không biết mình thật sự yêu ai hơn. Và chàng đi tìm câu trả lời. Chàng gặp một nhà hiền triết, kể cho ông tâm sự của mình. Sau khi nghe xong, nhà hiền triết bảo: - Hãy hỏi lòng con câu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=62&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span><span class="Normal"><span></p>
<p style="text-align:center;" align="justify"><span style="font-family:Arial;font-size:x-small;"><span style="font-size:13.5pt;font-family:Times;">Có một chàng trai yêu cùng lúc hai người bạn gái nhưng lại không biết mình thật sự yêu ai hơn. Và chàng đi tìm câu trả lời. Chàng gặp một nhà hiền triết, kể cho ông tâm sự của mình. Sau khi nghe xong, nhà hiền triết bảo:</span></span></p>
<div></div>
<p align="justify"><span style="font-family:Arial;font-size:x-small;"><span style="font-family:Times;"> </span><span style="font-size:13.5pt;font-family:Times;">- Hãy hỏi lòng con câu hỏi này và trả lời thật lòng: “Khi con vui và hạnh phúc, con muốn chia sẻ cảm giác ấy với cô gái nào?”. Người nào con nghĩ đến sẽ là người con yêu. Tiếp đó con lại hỏi mình câu này và cũng trả lời thật lòng: “Khi gặp chuyện không vui hay phiền toái, ai sẽ là người con tìm đến để tâm sự hầu có thể vơi bớt phần nào gánh nặng trong lòng?”. Cô gái nào con nghĩ đến cũng là người con yêu.</span></span></p>
<div></div>
<p align="justify"><span style="font-family:Arial;font-size:x-small;"><span style="font-size:13.5pt;font-family:Times;">Nếu với cả hai câu hỏi trên con đều chỉ chọn được cho mình một người, điều ấy là tuyệt vời nhất. Nhưng nếu mỗi câu hỏi đem lại cho con một lựa chọn khác, ta khuyên con nên chọn người mà con sẽ tâm sự những lúc buồn phiền.</span></span></p>
<div></div>
<p align="justify"><span style="font-family:Arial;font-size:x-small;"><span style="font-size:13.5pt;font-family:Times;">Trong cuộc sống thường nhiều buồn phiền hơn là hạnh phúc. Có quá nhiều người để con gặp gỡ, để con cười vui hớn hở với họ nhưng không nhất thiết họ phải là người yêu của con. Đôi khi con vẫn có thể hưởng thụ niềm vui của mình mà không cần chia sẻ với ai. Song với phiền muộn, không có nhiều người sẵn lòng ngồi nghe con trải lòng và chia sẻ cùng con gánh nặng ấy. </span><span style="font-family:Times;"><br />
</span><span style="font-size:13.5pt;font-family:Times;">Nếu một người nào đó chỉ nghĩ đến con khi cảm thấy vui vẻ hoặc chỉ có thể cùng con đùa vui, nhưng lại không sẵn lòng bên con khi con gặp những chuyện không may hoặc lại đi tâm sự những buồn phiền của họ với ai khác thay vì với con, người ấy không dành cho con tình yêu đủ lớn để vượt qua bão dông trong cuộc đời.</span></span></p>
<div></div>
<p align="justify"><span style="font-family:Arial;font-size:x-small;"><span style="font-size:13.5pt;font-family:Times;">Người luôn bên con, làm dịu đi những đau khổ trong lòng con mới là người giữ vị trí quan trọng nhất trong tim con. Những khi gặp chuyện buồn, đó là lúc tất cả hiện ra chân thật nhất. Vậy, hãy nói cho ta biết ai là người đầu tiên hiện ra trong tâm trí con khi gặp buồn phiền? </span></span></p>
<p></span></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=62&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/04/26/d%e1%ba%a5u-h%e1%bb%8fi-cho-tinh-yeu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
		<item>
		<title>Các giải pháp kỹ thuật cho việc xây dựng website bán hàng trên mạng</title>
		<link>http://anhcaxomlieu.wordpress.com/2009/04/14/cac-gi%e1%ba%a3i-phap-k%e1%bb%b9-thu%e1%ba%adt-cho-vi%e1%bb%87c-xay-d%e1%bb%b1ng-website-ban-hang-tren-m%e1%ba%a1ng/</link>
		<comments>http://anhcaxomlieu.wordpress.com/2009/04/14/cac-gi%e1%ba%a3i-phap-k%e1%bb%b9-thu%e1%ba%adt-cho-vi%e1%bb%87c-xay-d%e1%bb%b1ng-website-ban-hang-tren-m%e1%ba%a1ng/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:16:42 +0000</pubDate>
		<dc:creator>anhcaxomlieu</dc:creator>
				<category><![CDATA[Ecommerce]]></category>

		<guid isPermaLink="false">http://anhcaxomlieu.wordpress.com/2009/04/14/cac-gi%e1%ba%a3i-phap-k%e1%bb%b9-thu%e1%ba%adt-cho-vi%e1%bb%87c-xay-d%e1%bb%b1ng-website-ban-hang-tren-m%e1%ba%a1ng/</guid>
		<description><![CDATA[Có nhiều loại nhu cầu khác nhau khi xây dựng một trang web có chức năng thương mại điện tử: từ một cá nhân muốn bán các sản phẩm lặt vặt, các cửa hàng nhỏ muốn tăng thêm 1 kênh bán hàng, cho tới các công ty muốn quảng cáo, pr, bán hàng rộng khắp [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=60&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Có nhiều loại nhu cầu khác nhau khi xây dựng một trang web có chức năng thương mại điện tử: từ một cá nhân muốn bán các sản phẩm lặt vặt, các cửa hàng nhỏ muốn tăng thêm 1 kênh bán hàng, cho tới các công ty muốn quảng cáo, pr, bán hàng rộng khắp trên mạng, … Tương ứng với các nhu cầu đó, có thể có nhiều giải pháp khác nhau. Trên thực tế cũng có không ít sản phẩm mã nguồn mở để xây dựng ứng dụng thương mại điện tử nhưng đâu là giải pháp thích hợp?</p>
<p style="text-align:justify;">Bài viết này đánh giá vấn đề theo 2 chiều:</p>
<ol>
<li>Chiều nhu cầu: phân tích nhu cầu để tìm ra giải pháp phù hợp nhất.</li>
<li>Chiều giải pháp: phân tích các giải pháp hiện có để tìm ra giải pháp tối ưu nhất đáp ứng được nhu cầu đặt ra.</li>
</ol>
<p style="text-align:justify;">Giải pháp tối ưu nhất chính là giao điểm của 2 chiều phân tích trên.</p>
<h2>A/ Nhu cầu:</h2>
<p style="text-align:justify;">Có 2 mức độ cho website bán hàng trên mạng mà dựa vào đó có các giải pháp khác nhau.</p>
<ol>
<li>
<h3>Chỉ bán hàng:</h3>
<p style="text-align:justify;">Các trang này chỉ trưng bày sản phẩm, đưa ra các thông tin về sản phẩm kèm chức năng shopping cart để người mua có thể đặt hàng. Để xây dựng các trang kiểu này có thể dùng các ứng dụng e-commerce nổi tiếng như <strong>Prestashop, OSCommerce, Zencart</strong>, … Hầu hết các ứng dụng này đều có phần front-end có thể tùy biến rất nhiều, các module có thể di chuyển dễ dàng cho các mục đích khác nhau của các loại cửa hàng khác nhau. Phần back-end hầu hết đều hỗ trợ quản lí đơn hàng, quản lí kho, quản lí khách hàng rất tốt. Cá nhân tôi thích Prestashop nhất vì nó sẵn các chức năng hỗ trợ SEO rất nhiều. Tuy template cho Prestashop chưa nhiều nhưng tiềm năng rất lớn vì việc tùy biến giao diện cho Prestashop rất tiện lợi và đơn giản. OSCommerce cũng là một lựa chọn tốt vì đã ra đời và phát triển từ khá lâu, chức năng đầy đủ, template nhiều, tùy biến dễ dàng.</p>
</li>
<li>
<h3>Không chỉ bán hàng:</h3>
<p style="text-align:justify;">Để bán được nhiều hàng hơn thì cần phải cung cấp cho khách hàng các dịch vụ trước và sau bán hàng tốt. Các dịch vụ này có thể là cung cấp các thông tin liên quan đến lĩnh vực kinh doanh (bán quần áo thì có thể cung cấp thông tin về thời trang chẳng hạn). Chính việc cung cấp các sản phẩm miễn phí này (thông tin, tư vấn, …) tạo quan hệ giữa cửa hàng với khách hàng và do đó, có thể lúc này họ chưa cần sản phẩm của bạn nhưng lúc cần họ sẽ tìm đến bạn trước tiên. Các dịch vụ sau bán hàng tạo niềm tin cho khách hàng vào sản phẩm của bạn hơn. Họ cần biết phải làm gì khi sản phẩm có vấn đề gì đó.<br />
Các trang kiểu này là có thể là dạng kết hợp giữa trang blog và trang bán hàng của công ty. Để xây dựng các trang kiểu này, các giải pháp ưa thích là <strong>drupal + module e-commerce, joomla + virtuemart, wordpress + plugin e-commerce</strong>.</li>
</ol>
<p style="text-align:justify;">Xây dựng website chỉ là bước đầu tiên. Để website được nhiều người biết đến, cần phải SEO thật tốt. Để giữ chân và tạo quan hệ lâu dài giữa khách hàng và website, thông tin cần phải được làm tươi mới và cập nhật thường xuyên.</p>
<h2 style="text-align:justify;">B. Giải pháp:</h2>
<p style="text-align:justify;">Sau đây là đánh giá một số giải pháp trang web bán hàng:</p>
<h3><strong>WP Ecommerce</strong></h3>
<ul>
<li>Plugin thực hiện chức năng thương mại điện tử của WordPress</li>
<li>Hữu ích với các website cần chức năng shopping cart đơn giản &#8211; where a website is centered around something else and needs a shopping cart attached</li>
<li>Hỗ trợ thanh toán bằng Paypal &amp; Google Checkout</li>
<li>Có lựa chọn để người mua có thể mua hàng mà không cần đăng kí account</li>
<li>Mỗi sản phẩm có thể có nhiều ảnh trưng bày</li>
<li>Rất dễ sử dụng cũng như đào tạo nhân viên sử dụng</li>
</ul>
<h3><strong>Prestashop</strong></h3>
<ul>
<li>Giáo diện mặc định đẹp, dễ sử dụng</li>
<li>Giao diện dễ dàng tùy biến theo theme, module</li>
<li>Có chức năng import sản phẩm đưới dạng file csv</li>
<li>Có thể bán sản phẩm ảo (các file download, ebook, …)</li>
<li>Có chức năng đa ngôn ngữ</li>
<li>Có chức năng cài đặt hiển thị trang tiếp theo sau khi thêm sản phẩm vào giỏ hàng</li>
<li>Có khối thông tin cho các nhà cung cấp sản phẩm khác nhau</li>
<li>Có chức năng Newsletter</li>
<li>Có khối thông tin cho các nhà sản xuất khác nhau</li>
<li>Có chức năng sản phẩm bán chạy nhất</li>
<li>Hỗ trợ nhiều phương thức thanh toán: COD, Bankwire, Paypal, … khá phù hợp với hoàn cảnh tại các quốc gia đang phát triển như Việt Nam</li>
<li>Có chức năng giới thiệu cho bạn bè</li>
<li>Có chức năng liệt kê sản phẩm đặc biệt trên trang chủ</li>
<li>Công cụ Google Sitemap</li>
<li>Chức năng báo có đơn hàng mới bằng SMS</li>
<li>Quản lí sản phẩm rất thuận tiện, có hỗ trợ công tác CRM của doanh nghiệp</li>
<li>Hỗ trợ tính toán giá vận chuyển</li>
<li>Hỗ trợ nhiều nhà sản xuất, nhiều cửa hàng</li>
<li>Có chức năng quản lí nhân viên và cấp quyền cho nhân viên</li>
<li>Có chức năng gửi email trực tiếp cho cửa hàng, khiếu nại, … (contact form)</li>
<li>Có chức năng quản lí quá trình chờ thanh toán/chuẩn bị hàng/vận chuyển và thông báo trực tiếp cho khách hàng/nhà phân phối qua email. Người quản trị có thể gửi email trực tiếp cho khách hàng sử dụng công cụ admin.</li>
</ul>
<h3><strong>OScommerce</strong></h3>
<ul>
<li>Cộng đồng lớn, nhiều module, theme</li>
<li>Quản lí tính năng sản phẩm hơi khó khăn so với các giải pháp khác</li>
<li>Giao diện ban đầu hơi đơn giản, không hấp dẫn</li>
<li>Hệ thống đánh giá, bình chọn sản phẩm rất tốt</li>
<li>Kích thước nhẹ</li>
<li>Hỗ trợ thanh toán paypal</li>
<li>Có chức năng quản lí banner</li>
</ul>
<h3><strong>Magento</strong></h3>
<ul>
<li>Chỉ có 3 theme Default, Modern, &amp; Telescope</li>
<li>Kích thước chương trình và cơ sở dữ liệu lớn</li>
<li>Giao diện rất chuyên nghiệp</li>
<li>Có chức năng newsletter</li>
<li>Có chức năng bình chọn, thăm dò</li>
<li>Có chức năng tìm sản phẩm cùng loại</li>
<li>Có thể quản lí nhiều cửa hàng cùng lúc</li>
<li>Có wizard hỗ trợ import sản phẩm</li>
<li>Hỗ trợ phương thức thanh toán Paypal, Google Checkout</li>
<li>Giao diện mặc định đẹp nhất</li>
</ul>
<h3><strong>Ubercart</strong></h3>
<ul>
<li>Giành cho Drupal</li>
<li>Có thể dùng các theme sẵn có giành cho Drupal</li>
<li>Rất hữu ích cho các site bán các sản phẩm mềm</li>
<li><strong>Cộng đồng lớn, nền drupal dễ dàng tùy biến<br />
</strong></li>
</ul>
<h3><strong>Zen Cart</strong></h3>
<ul>
<li>Có rất nhiều theme sẵn có rất chuyên nghiệp để mua</li>
<li>Linkpoint API</li>
<li>Giao diện mặc định rất xấu</li>
<li>Cấu trúc template rất tệ, khó tùy biến</li>
<li>Có chức năng giá cho nhóm sản phẩm</li>
<li>Phần giành cho người quản trị rất khó sử dụng cũng như đào tạo nhân viên sử dụng</li>
<li><strong>Khách hàng phải có account mới được mua hàng</strong></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhcaxomlieu.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhcaxomlieu.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhcaxomlieu.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhcaxomlieu.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhcaxomlieu.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhcaxomlieu.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhcaxomlieu.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhcaxomlieu.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhcaxomlieu.wordpress.com&amp;blog=5816707&amp;post=60&amp;subd=anhcaxomlieu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhcaxomlieu.wordpress.com/2009/04/14/cac-gi%e1%ba%a3i-phap-k%e1%bb%b9-thu%e1%ba%adt-cho-vi%e1%bb%87c-xay-d%e1%bb%b1ng-website-ban-hang-tren-m%e1%ba%a1ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb7e346645705db4b0a6c8939a2b709?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anhcaxomlieu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
