<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CEICRnkyfip7ImA9WhRWFE8.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406</id><updated>2012-01-01T17:56:07.796+05:00</updated><category term="GPA Calculator" /><category term="Highlight Active Cell" /><category term="Business Plan" /><category term="Template" /><category term="Mobile Computing" /><category term="MS excel" /><category term=".NET" /><category term="NET" /><category term="Excel" /><title>Naushad Qamar</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://naushadqamar.blogspot.com/" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/NaushadQamar" /><feedburner:info uri="naushadqamar" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DUQGQHo-fip7ImA9Wx5SEkU.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-1644798616889700990</id><published>2010-07-07T23:47:00.006+05:00</published><updated>2010-08-08T22:08:41.456+05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-08T22:08:41.456+05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><category scheme="http://www.blogger.com/atom/ns#" term="Highlight Active Cell" /><category scheme="http://www.blogger.com/atom/ns#" term="MS excel" /><title>Highlight  Active Cell in MS Excel 2007</title><content type="html">It is a very common problem that during presentation of any MS excel File we want to highlight active cell. There is some modules available but they might affect the format of your sheet.By adding this module to your sheet you can minimize this problem for example if you want to highlight the cell where you are working&amp;nbsp; as shown in figure1.&amp;nbsp; &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_HS2pYkTf528/TDTH0c9TC8I/AAAAAAAAAYU/2mUtU70W2dY/s1600/Capture.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="311" src="http://3.bp.blogspot.com/_HS2pYkTf528/TDTH0c9TC8I/AAAAAAAAAYU/2mUtU70W2dY/s400/Capture.GIF" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
for adding this feature to your excel sheet follow the steps Given below.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 1&lt;/b&gt;: Press ALT + F11 you will get the following screen&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_HS2pYkTf528/TDTJPcgnlgI/AAAAAAAAAYk/aKV5kIwFMX8/s1600/excel+Highlight2.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="165" src="http://3.bp.blogspot.com/_HS2pYkTf528/TDTJPcgnlgI/AAAAAAAAAYk/aKV5kIwFMX8/s400/excel+Highlight2.GIF" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Step 2:&lt;/b&gt;Now Double Click on this Workbook and add following Module :&lt;br /&gt;
&lt;blockquote&gt;&lt;b&gt;' Author Naushad Qamar&lt;br /&gt;
Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Excel.Range)&lt;br /&gt;
On Error Resume Next&lt;br /&gt;
Static OldRange As Range&lt;br /&gt;
Static OldIndex As Integer&lt;br /&gt;
Const movingColor = 6&lt;br /&gt;
If OldRange.Interior.ColorIndex = movingColor Then&lt;br /&gt;
OldRange.Interior.ColorIndex = OldIndex&lt;br /&gt;
End If&lt;br /&gt;
OldIndex = Target.Interior.ColorIndex&lt;br /&gt;
Set OldRange = Target&lt;br /&gt;
Target.Interior.ColorIndex = movingColor&lt;br /&gt;
&lt;br /&gt;
End Sub&lt;/b&gt;&lt;/blockquote&gt;&lt;b&gt;Step3:&lt;/b&gt;Now open your worksheet you will find active cell highlighted..&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_HS2pYkTf528/TDTKgzrulFI/AAAAAAAAAYs/PoFinpF6VZg/s1600/excel+Highlight3.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="297" src="http://4.bp.blogspot.com/_HS2pYkTf528/TDTKgzrulFI/AAAAAAAAAYs/PoFinpF6VZg/s400/excel+Highlight3.GIF" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Step4:&lt;/b&gt; Now save File as Macro enabled as shown in figure :&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_HS2pYkTf528/TDTK4-bLiKI/AAAAAAAAAY0/tkDMZsq-M70/s1600/excel+Highlight4.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="353" src="http://1.bp.blogspot.com/_HS2pYkTf528/TDTK4-bLiKI/AAAAAAAAAY0/tkDMZsq-M70/s400/excel+Highlight4.gif" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Working sample &lt;span style="font-size: large;"&gt;&lt;a href="http://www.4shared.com/file/ATwTOslL/Book1.html"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b style="color: red;"&gt;Please Do Comment&lt;/b&gt;&lt;span style="color: blue;"&gt;&lt;span style="color: red;"&gt; and&amp;nbsp; give suggestions&lt;/span&gt;, &lt;/span&gt;moreover if you have any query,&amp;nbsp; feel free to ask.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-1644798616889700990?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4dLmuYRGPWlqtwW71S2Ocbro76M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4dLmuYRGPWlqtwW71S2Ocbro76M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4dLmuYRGPWlqtwW71S2Ocbro76M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4dLmuYRGPWlqtwW71S2Ocbro76M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/6JNbxaORNqQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/1644798616889700990/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2010/07/highlight-active-cell-in-ms-excel-2007.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/1644798616889700990?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/1644798616889700990?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/6JNbxaORNqQ/highlight-active-cell-in-ms-excel-2007.html" title="Highlight  Active Cell in MS Excel 2007" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_HS2pYkTf528/TDTH0c9TC8I/AAAAAAAAAYU/2mUtU70W2dY/s72-c/Capture.GIF" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2010/07/highlight-active-cell-in-ms-excel-2007.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAER34yfCp7ImA9WxFWFkk.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-3274715286386818206</id><published>2010-06-04T13:19:00.002+05:00</published><updated>2010-06-04T13:38:26.094+05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-04T13:38:26.094+05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><title>Firm valuation (Monte Carlos Application)</title><content type="html">For Firm valuation I used Monte Carlos Application. &lt;br /&gt;
&lt;br /&gt;
For Monte Carlos Application I generated Random Values  By using following macro&lt;br /&gt;
&lt;b&gt;Sub montecarlos()&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;'This macro performed montecarlo simulations'&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;For rownum = 2 To 301&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Range("b9").Value = Cells(rownum, 10).Value&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Range("B11").Value = Cells(rownum, 11).Value&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Cells(rownum, 13).Value = Range("c85").Value&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Next rownum&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;End Sub&lt;/b&gt;&lt;br /&gt;
this Method will help to identify the riskiness of the project.&lt;br /&gt;
here is the link of complete template &lt;b&gt;:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ziddu.com/download/10133975/FirmValuationMontecarlosApplication.xls.html"&gt;Monte Carlos Application Download link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-3274715286386818206?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/H7dyIKILDkEKP3RX9XZZpzfwA9I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/H7dyIKILDkEKP3RX9XZZpzfwA9I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/H7dyIKILDkEKP3RX9XZZpzfwA9I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/H7dyIKILDkEKP3RX9XZZpzfwA9I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/sXXmD6px0Hs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/3274715286386818206/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2010/06/firm-valuation-monte-carlos-application.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/3274715286386818206?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/3274715286386818206?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/sXXmD6px0Hs/firm-valuation-monte-carlos-application.html" title="Firm valuation (Monte Carlos Application)" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2010/06/firm-valuation-monte-carlos-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cFSXc5eip7ImA9WxBQFEw.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-694605482705169548</id><published>2010-01-08T13:17:00.010+05:00</published><updated>2010-01-14T01:36:58.922+05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-14T01:36:58.922+05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="GPA Calculator" /><title>GPA Calculator</title><content type="html">&lt;div class="separator" style="clear: both; text-align: left;"&gt;After &amp;nbsp;Cliking on&lt;a href="http://www.blogger.com/goog_1263378042453"&gt; the &lt;/a&gt;&lt;a href="http://www.google.com.pk/ig/adde?hl=en&amp;amp;moduleurl=http://defastianz.110mb.com/gpa.xml&amp;amp;source=imag"&gt;given link &lt;/a&gt;you will see your iGoogle page like this:&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;for 1st semester.&lt;br /&gt;
&lt;/div&gt;&lt;div align="right" class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="center" class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_HS2pYkTf528/S0boMyzPX9I/AAAAAAAAAWo/p4jsRg9LSrE/s1600-h/gpacal1.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_HS2pYkTf528/S0boMyzPX9I/AAAAAAAAAWo/p4jsRg9LSrE/s400/gpacal1.GIF" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Now You can Calculate your GPA:&lt;br /&gt;
&lt;/div&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;&lt;a href="http://3.bp.blogspot.com/_HS2pYkTf528/S0boOFoKb_I/AAAAAAAAAWw/0Is-ob9ULow/s1600-h/Gpa2.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_HS2pYkTf528/S0boOFoKb_I/AAAAAAAAAWw/0Is-ob9ULow/s400/Gpa2.GIF" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;-----------------&lt;br /&gt;
&lt;/div&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;&lt;a href="http://2.bp.blogspot.com/_HS2pYkTf528/S0boPMfVa0I/AAAAAAAAAW4/WbRaj0AiTR4/s1600-h/Gpa3.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_HS2pYkTf528/S0boPMfVa0I/AAAAAAAAAW4/WbRaj0AiTR4/s400/Gpa3.GIF" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;If you have any repeat Course &amp;nbsp;then replace "No" with yoour Old GPA,for "F" insert "0" (zero) &lt;br /&gt;
&lt;/div&gt;&lt;blockquote&gt;&amp;nbsp;&lt;a href="http://1.bp.blogspot.com/_HS2pYkTf528/S0boP029UfI/AAAAAAAAAXA/aiIO-l7l12Q/s1600-h/GPA4.GIF" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_HS2pYkTf528/S0boP029UfI/AAAAAAAAAXA/aiIO-l7l12Q/s400/GPA4.GIF" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;b&gt;Embeded or Add on your Blog or website just Copy paste the Code given below:&lt;/b&gt;&lt;br /&gt;
&lt;textarea rows="6" cols="50"&gt;&lt;br /&gt;
&lt;script src="http://www.gmodules.com/ig/ifr?url=http://defastianz.110mb.com/gpa.xml&amp;amp;synd=open&amp;amp;w=280&amp;amp;h=320&amp;amp;title=GPA+Calculator&amp;amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;amp;output=js"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-694605482705169548?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cVAcCceeevosEXGxYua-mA2VAQ0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cVAcCceeevosEXGxYua-mA2VAQ0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cVAcCceeevosEXGxYua-mA2VAQ0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cVAcCceeevosEXGxYua-mA2VAQ0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/wXz-uBljrb0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/694605482705169548/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2010/01/gpa-calculator.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/694605482705169548?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/694605482705169548?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/wXz-uBljrb0/gpa-calculator.html" title="GPA Calculator" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_HS2pYkTf528/S0boMyzPX9I/AAAAAAAAAWo/p4jsRg9LSrE/s72-c/gpacal1.GIF" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2010/01/gpa-calculator.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkACR3k_eSp7ImA9WxBTE0U.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-6971564553234744321</id><published>2009-12-09T20:35:00.002+05:00</published><updated>2009-12-09T22:46:06.741+05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-09T22:46:06.741+05:00</app:edited><title>STRONG APPLICATION OF INDEX &amp; MATCH, A PRACTICAL TOUCH.</title><content type="html">Hi,&lt;br /&gt;
&lt;br /&gt;
Attached herewith a good template, with using of Match index. I applied these tools on media industry, but sure that can be used in any industry. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.4shared.com/file/168916096/31bbca6b/Index_and_Match_application.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-6971564553234744321?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MYbVFXPnWqAvl4kNGenJMFvF8eA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MYbVFXPnWqAvl4kNGenJMFvF8eA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MYbVFXPnWqAvl4kNGenJMFvF8eA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MYbVFXPnWqAvl4kNGenJMFvF8eA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/bQKoBmdnGn8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/6971564553234744321/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/12/strong-application-of-index-match.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6971564553234744321?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6971564553234744321?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/bQKoBmdnGn8/strong-application-of-index-match.html" title="STRONG APPLICATION OF INDEX &amp; MATCH, A PRACTICAL TOUCH." /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/12/strong-application-of-index-match.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEGRXk-eyp7ImA9WxNbEEk.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-5288357688011035057</id><published>2009-11-12T17:23:00.001+05:00</published><updated>2009-11-12T20:43:44.753+05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-12T20:43:44.753+05:00</app:edited><title>Valuation by DDM Method</title><content type="html">&amp;nbsp;Dear All,&lt;br /&gt;
&lt;br /&gt;
You may find herewith a good template Valuation by DDM (dividend discount model), I got this article and example from aswath damadron.&lt;br /&gt;
Aswath is a professor of Stern School of Business, New York University. Template is based on actual data. &lt;br /&gt;
&lt;br /&gt;
In template, please take blue font as a variable.&lt;br /&gt;
&lt;br /&gt;
To download template, please click here;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.4shared.com/file/150687660/a257f166/Valuation_by_DDM.html"&gt;Download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-5288357688011035057?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/td6YsQFAFlVQXMvWYBEsSfWoMHQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/td6YsQFAFlVQXMvWYBEsSfWoMHQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/td6YsQFAFlVQXMvWYBEsSfWoMHQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/td6YsQFAFlVQXMvWYBEsSfWoMHQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/Dhv5K7JjCoE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/5288357688011035057/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/11/valuation-by-ddm-method.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/5288357688011035057?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/5288357688011035057?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/Dhv5K7JjCoE/valuation-by-ddm-method.html" title="Valuation by DDM Method" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/11/valuation-by-ddm-method.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUABQXc6eyp7ImA9WxNVFEg.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-7129706766500586741</id><published>2009-10-25T13:55:00.001+06:00</published><updated>2009-10-25T14:02:30.913+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-25T14:02:30.913+06:00</app:edited><title>Complicated Nested IF Loop (MS EXCEL).</title><content type="html">My Friend asked me a Question and for him I have made this template. In this template I have try to describe using of Nested loop.&lt;br /&gt;
The scenario is that we have different shops in our company and we want to see in which month sale has changed so our result will be that month like june on row 2&lt;br /&gt;
The Wokring formula is in column Q.&lt;br /&gt;
&lt;a href="http://defastianz.110mb.com/Excel/Excel%20Problem.zip"&gt;Download Template:&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-7129706766500586741?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WZNHZ21UW7pSTOONns_h7BegK0w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WZNHZ21UW7pSTOONns_h7BegK0w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WZNHZ21UW7pSTOONns_h7BegK0w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WZNHZ21UW7pSTOONns_h7BegK0w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/a-hWuafdnCU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/7129706766500586741/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/10/complicated-nested-if-loop-ms-excel.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/7129706766500586741?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/7129706766500586741?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/a-hWuafdnCU/complicated-nested-if-loop-ms-excel.html" title="Complicated Nested IF Loop (MS EXCEL)." /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/10/complicated-nested-if-loop-ms-excel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cARH8zfSp7ImA9WxNUF00.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-1407038840659051393</id><published>2009-10-17T17:53:00.003+06:00</published><updated>2009-11-08T22:24:05.185+05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-08T22:24:05.185+05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Template" /><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><title>Financial Feasibility study of business plan</title><content type="html">A good template has been developed, in this template please take blue font as a variable. This is good template for new business and can be applied for existing one.&lt;br /&gt;
&lt;br /&gt;
I worked on the longterm financial projection of 4  years and after that supposing the business is in stable phase. Due to this reason applied terminal growth from fifth year.&lt;br /&gt;
&lt;br /&gt;
Please review and add your comments so that could furth improve it.&lt;br /&gt;
I did not focus on cost of equity, took it simple.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.4shared.com/file/141481329/bb52bbd0/Financial_Feasibility_of_business_plan.html" tooltip="linkalert-tip"&gt;Download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-1407038840659051393?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0WpG6ABscrPtrN1RFIeJ5LaansQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0WpG6ABscrPtrN1RFIeJ5LaansQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0WpG6ABscrPtrN1RFIeJ5LaansQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0WpG6ABscrPtrN1RFIeJ5LaansQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/nen7bKVwPMg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/1407038840659051393/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/10/financial-feasibility-study-of-business.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/1407038840659051393?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/1407038840659051393?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/nen7bKVwPMg/financial-feasibility-study-of-business.html" title="Financial Feasibility study of business plan" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/10/financial-feasibility-study-of-business.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQBQns7fSp7ImA9WxNQFkw.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-6801219466903521685</id><published>2009-09-22T13:35:00.004+06:00</published><updated>2009-09-22T15:39:13.505+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-22T15:39:13.505+06:00</app:edited><title>ACCOUNT ANALYSIS (APPLICATION OF SUM ARRAY) :Extracting Data from Ledger:</title><content type="html">I am presenting herewith another method of extracting data from ledger, with using of strong tool of sum array. To run sum array you will have to enter "Ctrl SHIFT ENTER" then array will work.&lt;br /&gt;&lt;br /&gt;This is a practical approach, please apply and enjoy the template. Through these method "Sum Array function" you can become more productive.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://defastianz.110mb.com/Account%20Analysis2.xls"&gt;For download click HERE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Jamal Qamar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-6801219466903521685?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/da0jex4PD0Fmp3l10JxOfl2oi-0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/da0jex4PD0Fmp3l10JxOfl2oi-0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/da0jex4PD0Fmp3l10JxOfl2oi-0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/da0jex4PD0Fmp3l10JxOfl2oi-0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/8tzqq_h6N4M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/6801219466903521685/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/09/method-2-account-analysis-application.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6801219466903521685?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6801219466903521685?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/8tzqq_h6N4M/method-2-account-analysis-application.html" title="ACCOUNT ANALYSIS (APPLICATION OF SUM ARRAY) :Extracting Data from Ledger:" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/09/method-2-account-analysis-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMFRHo7cCp7ImA9WxNQE0o.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-6043137975536628053</id><published>2009-09-19T11:25:00.009+06:00</published><updated>2009-09-19T21:16:55.408+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-19T21:16:55.408+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Business Plan" /><title>Business Plan Template</title><content type="html">Hi,&lt;br /&gt;&lt;br /&gt;Please download herewith a good business plan template.&lt;br /&gt;You can apply this business plan template in your practical life.&lt;br /&gt;This is also very good for university student. Go through meticulously and try to become an entrepreneur rather than to go for job, not try to become servant.&lt;br /&gt;&lt;br /&gt;I got also this template from intrnet, and applied this template in my practical life.&lt;br /&gt;&lt;br /&gt;For download the template, go to the link given below.&lt;br /&gt;&lt;div&gt;&lt;span style="WHITE-SPACE: pre; -webkit-border-horizontal-spacing: 8px; -webkit-border-vertical-spacing: 8pxfont-family:Arial;" class="Apple-style-span" &gt;&lt;/span&gt; &lt;/div&gt;&lt;div&gt;&lt;span style="WHITE-SPACE: pre; -webkit-border-horizontal-spacing: 8px; -webkit-border-vertical-spacing: 8pxfont-family:Arial;" class="Apple-style-span" &gt;&lt;a href="http://defastianz.110mb.com/BUSINESSPLAN.pdf"&gt;Download &lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span style="WHITE-SPACE: pre; -webkit-border-horizontal-spacing: 8px; -webkit-border-vertical-spacing: 8px" class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span style="WHITE-SPACE: pre; -webkit-border-horizontal-spacing: 8px; -webkit-border-vertical-spacing: 8px" class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Jamal&lt;a href="http://www.blogger.com/www.4shared.com/file/133530978/25df6734/BUSINESSPLAN.html"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-6043137975536628053?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CnSaNqiUTGgbtT_AR-HmrmcJaco/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CnSaNqiUTGgbtT_AR-HmrmcJaco/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CnSaNqiUTGgbtT_AR-HmrmcJaco/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CnSaNqiUTGgbtT_AR-HmrmcJaco/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/udMsA_zu-wQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/6043137975536628053/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/09/business-plan-template.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6043137975536628053?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6043137975536628053?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/udMsA_zu-wQ/business-plan-template.html" title="Business Plan Template" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/09/business-plan-template.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4FRng7fip7ImA9WxNQE00.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-7022530419772558800</id><published>2009-09-19T02:45:00.004+06:00</published><updated>2009-09-19T03:05:17.606+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-19T03:05:17.606+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="NET" /><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Computing" /><title>Mobile Computing begginers</title><content type="html">Well I just start working on Mobile Computing here i want to share some of my  experience, hopefully it will helpful for beginners.&lt;br /&gt;&lt;br /&gt;I am comfortable with .NET platform.So,I have a  question which mobile is best for me for development Is:&lt;br /&gt;IPhone,BlackBerry,HTC etc.&lt;br /&gt;&lt;br /&gt;Answers:&lt;br /&gt;&lt;br /&gt;*As I prefer to write code using the .NET Compact Framework, I go for the HTC Phone.&lt;br /&gt;However,if you just want to try your hand at mobile phone programming, you can   choose whichever phone you want as all of them include J2ME Emulators and you can  write your programs in Java Micro Edition.   &lt;br /&gt;&lt;br /&gt;*Languages:&lt;br /&gt;iPhone - Object C&lt;br /&gt;Blackberry - C#&lt;br /&gt;HTC - Java&lt;br /&gt;&lt;br /&gt;*Development Tools/Resources:&lt;br /&gt;iPhone - http://developer.apple.com/iphone/ (Includes documentation, guides, tutorials etc).&lt;br /&gt;Blackberry - http://www.blackberry.com/developers/devel...abs/legal.shtml (Includes tutorials, tools and resources).&lt;br /&gt;Note:With the iPhone dev kit you need an actual Mac.&lt;br /&gt;&lt;br /&gt;Important thing is that IPhone being apple you will have the hardest time to promote software due to copyright of applications, yet the most money is in iphone aps. htc is the most open to aps. If you are just starting you are looking for a phone with open aps like G1 with android software. It is open software and anyone can make and upload aps. Please note that every phone have different capabilities so the app is limited by the device. Note that blackberry run throw a host server. and other phones go straight out to the internet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-7022530419772558800?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BDIyRvoXC5Mv5rPPQorhR9vfR6Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BDIyRvoXC5Mv5rPPQorhR9vfR6Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BDIyRvoXC5Mv5rPPQorhR9vfR6Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BDIyRvoXC5Mv5rPPQorhR9vfR6Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/AZQHqCTRDTA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/7022530419772558800/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/09/mobile-computing-begginers.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/7022530419772558800?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/7022530419772558800?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/AZQHqCTRDTA/mobile-computing-begginers.html" title="Mobile Computing begginers" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/09/mobile-computing-begginers.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUNQ3g9cCp7ImA9WxNRFU0.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-3133056000061686936</id><published>2009-09-08T19:40:00.007+06:00</published><updated>2009-09-09T20:41:32.668+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-09T20:41:32.668+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><title>Sales Analysis</title><content type="html">You may find herewith a very strong template for sales analysis. You can analyze sales by product wise, Employee wise, customer wise and product category wise on just one click. This is helpful for marketing analyst, financial analyst and other executives. The same template can be used for other activities like purchase. This will be just a support for you.&lt;br /&gt;In this template you can compare current performance vs. last corresponding period and can identify variance % so that corrective action could be taken in mean time.&lt;br /&gt;In this template you will have to just collect data from system with different field like product, category, employee and customers. If you have more field can use, in this situation definitely it will be more dynamic and more result oriented.&lt;br /&gt;There is only one thing in which you have to be very careful, you will have to use unique head excel can easily do this work. I use choose function for this template and conditional formatting to hide when heads are not available.&lt;br /&gt;Please send your comments so that in future it could be improved more.&lt;br /&gt;&lt;br /&gt;Jamal Qamar &lt;br /&gt;&lt;br /&gt;&lt;a href="http://defastianz.110mb.com/Sales%20Analysis.xls"&gt;Donwload Template&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-3133056000061686936?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xWOq4CL2ZZSbNi5Jrrev125kaUk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xWOq4CL2ZZSbNi5Jrrev125kaUk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xWOq4CL2ZZSbNi5Jrrev125kaUk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xWOq4CL2ZZSbNi5Jrrev125kaUk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/Xg_kKg5KknA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/3133056000061686936/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/09/sales-analysis.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/3133056000061686936?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/3133056000061686936?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/Xg_kKg5KknA/sales-analysis.html" title="Sales Analysis" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/09/sales-analysis.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMARn8_eip7ImA9WxNREko.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-1642715544018940579</id><published>2009-09-04T15:51:00.016+06:00</published><updated>2009-09-07T05:07:27.142+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-07T05:07:27.142+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><title>ACCOUNT ANALYSIS (APPLICATION OF DSUM)</title><content type="html">&lt;span class="Apple-style-span"   style=" color: rgb(68, 68, 68);  font-family:'Segoe UI';font-size:13px;"&gt;&lt;p class="EC_MsoNormal" face="Calibri, sans-serif" size="11pt" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; "&gt;This is a good template for those who work particularly on account analysis. I considered here expense account for this purpose.&lt;/p&gt;&lt;p class="EC_MsoNormal" face="Calibri, sans-serif" size="11pt" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; "&gt;DSum function is very good for grouping data from ledger; someone uses Sumifs (only available in Office 2007), Sumif and Sum array function for achieving this objective.&lt;/p&gt;&lt;p class="EC_MsoNormal" face="Calibri, sans-serif" size="11pt" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; "&gt; &lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; font-family:Calibri, sans-serif;font-size:11pt;"&gt;You can also use DCount, DAverage, DCount, DGet and DProduct in place of DSUm, but should be careful in working.&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; font-family:Calibri, sans-serif;font-size:11pt;"&gt; &lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; font-family:Calibri, sans-serif;font-size:11pt;"&gt;Only thing which you have to learn in DSum is its criteria option, put focus on criteria go to internet and learn more.  The function will make your routine work very simple.&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   text-align: justify; font-family:Calibri, sans-serif;font-size:11pt;"&gt;&lt;span style="color: rgb(31, 73, 125); "&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; text-align: justify; "&gt;The function of Database (DSum, DCount, DAverage, DCount, DGet and DProduct) will be suitable also for marketing professionals because they can analyze data on product wise, region wise, sales personnel wise and etc. &lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; text-align: justify; "&gt; &lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; text-align: justify; "&gt;For more useful Template Click on Link shown Top of the page.&lt;/p&gt;&lt;p class="EC_MsoNormal" face="Calibri, sans-serif" size="11pt" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   "&gt; &lt;/p&gt;&lt;p class="EC_MsoNormal" face="Calibri, sans-serif" size="11pt" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="EC_MsoNormal" face="Calibri, sans-serif" size="11pt" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px;   "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;&lt;a href="http://defastianz.110mb.com/Account_Analysis.zip"&gt;Download Dsum Template Link1&lt;/a&gt;&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;&lt;a href="http://www.ziddu.com/download/6383925/Account_Analysis.xls.html"&gt;Download Dsum Template Link2&lt;/a&gt;&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="EC_MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;&lt;b&gt;For more Useful Excel  Templates &amp;amp; Analysis Tips, visit links Given Below.&lt;span class="Apple-style-span"  style="color:#FFFFFF;"&gt;university national admission UK&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-1642715544018940579?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/slCL7sEEy3e4qw8WjA7UMeFci4Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/slCL7sEEy3e4qw8WjA7UMeFci4Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/slCL7sEEy3e4qw8WjA7UMeFci4Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/slCL7sEEy3e4qw8WjA7UMeFci4Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/9fNVjuk74rA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/1642715544018940579/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/09/account-analysis-application-of-dsum.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/1642715544018940579?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/1642715544018940579?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/9fNVjuk74rA/account-analysis-application-of-dsum.html" title="ACCOUNT ANALYSIS (APPLICATION OF DSUM)" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/09/account-analysis-application-of-dsum.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMCR3c-eCp7ImA9WxNREko.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-8786772192152111217</id><published>2009-08-31T01:51:00.016+06:00</published><updated>2009-09-07T05:07:46.950+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-07T05:07:46.950+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><title>Cash Receipt Template(MS Excel)</title><content type="html">This is a good template for those who work on monthly feasibility study for a longer time of period. I used three methods, used any one as per your convenience.&lt;br /&gt;In this template you have to select receivable days, the model will adjust receivable amount, GST, Bad debts, write off and cash receipt automatically. Please consider blue font as a variable.&lt;br /&gt;To achieve this objective, I used Hlook up function extensively. Through this model, I made my financial model more and more automated. Earlier, I have to manage receipts, bad debts and write off manually for direct cash flows.&lt;br /&gt;Same tips one can apply as per his/ her requirement. This will be helpful particularly for Account, Finance and other Business professionals. It has been designed in more sophisticated way so that everyone could get advantage of it.&lt;br /&gt;&lt;br /&gt;Please go through the template meticulously.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;br /&gt;Through this template:&lt;br /&gt;· You may learn &lt;strong&gt;Data Validation.&lt;/strong&gt;&lt;br /&gt;· You can apply &lt;strong&gt;H lookup function&lt;/strong&gt;.&lt;br /&gt;· You may use &lt;strong&gt;Nested&lt;/strong&gt; &lt;strong&gt;If&lt;/strong&gt; function and &lt;strong&gt;IsError&lt;/strong&gt;.&lt;br /&gt;· You may apply &lt;strong&gt;Index&lt;/strong&gt; and &lt;strong&gt;Match function&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://defastianz.110mb.com/Receipt%20solution.xls"&gt;Download Template Link 1&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.4shared.com/file/114238006/ddc4c6df/Receipt_solution.html"&gt;&lt;/a&gt;&lt;div&gt;&lt;a href="http://www.4shared.com/file/114238006/ddc4c6df/Receipt_solution.html" style="text-decoration: none;"&gt;Download Template Link2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Snapshot is given below for your interest.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_HS2pYkTf528/SprYej9P1ZI/AAAAAAAAAAk/eIKSBYig1sU/s1600-h/Tutorial2.gif"&gt;&lt;img style="WIDTH: 400px; HEIGHT: 231px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5375847124779914642" border="0" alt="" src="http://2.bp.blogspot.com/_HS2pYkTf528/SprYej9P1ZI/AAAAAAAAAAk/eIKSBYig1sU/s400/Tutorial2.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-8786772192152111217?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mnAp2oxXdyo5wLs_kdOsz5h-5Ac/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mnAp2oxXdyo5wLs_kdOsz5h-5Ac/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mnAp2oxXdyo5wLs_kdOsz5h-5Ac/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mnAp2oxXdyo5wLs_kdOsz5h-5Ac/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/0oJ74JcPJao" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/8786772192152111217/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/08/cash-receipt-template.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/8786772192152111217?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/8786772192152111217?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/0oJ74JcPJao/cash-receipt-template.html" title="Cash Receipt Template(MS Excel)" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_HS2pYkTf528/SprYej9P1ZI/AAAAAAAAAAk/eIKSBYig1sU/s72-c/Tutorial2.gif" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/08/cash-receipt-template.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQNQXo4fyp7ImA9WxNRE0g.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-6278772968661806709</id><published>2009-08-30T15:46:00.022+06:00</published><updated>2009-09-08T02:46:30.437+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-08T02:46:30.437+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Excel" /><title>Variance Analysis (MS Excel)</title><content type="html">This template is very strong.&lt;br /&gt;This will be helpful particularly for Account, Finance and other Business professionals. Through this template, you can manage your periodic reporting in more effective and efficient way and definitely you will be more and more productive.&lt;br /&gt;It has been designed in more sophisticated way so that everyone could get advantage of it. In data sheet, you will have to take care of sensitive area any deletion or insertion may create problem.&lt;br /&gt;Please go through the template meticulously.&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;br /&gt;Through this template:&lt;br /&gt;· You may learn &lt;strong&gt;Vlookup&lt;/strong&gt;&lt;br /&gt;· You may use &lt;strong&gt;Choose function&lt;/strong&gt;.&lt;br /&gt;· You may apply &lt;strong&gt;Offset function&lt;/strong&gt;.&lt;br /&gt;· You may use &lt;strong&gt;Text function with date&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://defastianz.110mb.com/Analysis%20Deviation.xls"&gt;Click here to Download Link1&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/108894774/d333c924/Analysis_Deviation.html"&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.ziddu.com/download/6383860/AnalysisDeviation.xls.html"&gt;Click here to Download :Link2&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Snapshot is given below for your interest.&lt;/div&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_HS2pYkTf528/SqVvkRdjtEI/AAAAAAAAAA0/HahM4DQnTHo/s1600-h/New+Bitmap+Image.jpg"&gt;&lt;img src="http://4.bp.blogspot.com/_HS2pYkTf528/SqVvkRdjtEI/AAAAAAAAAA0/HahM4DQnTHo/s400/New+Bitmap+Image.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5378827998917276738" style="cursor: pointer; width: 400px; height: 130px; " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-6278772968661806709?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NIrcY-EiZRv3d6KtwBhlezma5MU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NIrcY-EiZRv3d6KtwBhlezma5MU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NIrcY-EiZRv3d6KtwBhlezma5MU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NIrcY-EiZRv3d6KtwBhlezma5MU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/Dz8F6O_eFyQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/6278772968661806709/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/08/variance-analysis-ms-excel.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6278772968661806709?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/6278772968661806709?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/Dz8F6O_eFyQ/variance-analysis-ms-excel.html" title="Variance Analysis (MS Excel)" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_HS2pYkTf528/SqVvkRdjtEI/AAAAAAAAAA0/HahM4DQnTHo/s72-c/New+Bitmap+Image.jpg" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/08/variance-analysis-ms-excel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMGQnk9cSp7ImA9WxNREko.&quot;"><id>tag:blogger.com,1999:blog-4989042969246223406.post-7103394507641188977</id><published>2009-08-29T01:46:00.003+06:00</published><updated>2009-09-07T05:07:03.769+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-07T05:07:03.769+06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term=".NET" /><title>Final Year Project</title><content type="html">Final Year Project (FYP) the time when you have to register your FYP the basic problem is Project "Idea". Something new,Somthing unique, never implemented before...blah blah :) a hell alot of constrains.&lt;br /&gt;&lt;br /&gt;Well I research to find some new Idea,i found some links which i want to share, i hope it will helpful for Final Year students of Computer Science.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.dreamincode.net/forums/showtopic78802.htm"&gt;http://www.dreamincode.net/forums/showtopic78802.htm&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www1.csisdmz.ul.ie/curstudents/fyp/"&gt;University of Limerick&lt;/a&gt; &lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.dcs.qmul.ac.uk/undergraduate/projects/"&gt;Queen Mary UNIVERSTY Of LONDON&lt;/a&gt; &lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://kict.iiu.edu.my/~fyp_cs/?q=node/2"&gt;IIUM, Gombak, Malaysia&lt;/a&gt; &lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://dspace.cityu.edu.hk/handle/2031/329"&gt;CITY UNIVERSITY of HONG KONG&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cse.ust.hk/ug/fyp/bestfyp/"&gt;HKUST &lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://homepages.feis.herts.ac.uk/~cs4_proj/Suggestions/OldOpen/old-open-suggestions.html"&gt;University of Hertfordshire School of Computer Science&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://homepages.feis.herts.ac.uk/~cs4_proj/Suggestions/OldOpen/old-open-suggestions.html"&gt;University of Mauritius&lt;/a&gt; &lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://computerprojectideas.projectguidance.com/"&gt;http://computerprojectideas.projectguidance.com/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Well I chose Project on Computer vision.Here is a &lt;a href="http://www.youtube.com/watch?v=DHjkEJIjmxk&amp;amp;feature=channel_page"&gt;video &lt;/a&gt;which will give you an idea about computer vision projects.&lt;/p&gt;&lt;p&gt;I found an (open source, C#) framework for image processing &lt;a href="http://www.aforgenet.com/"&gt;AForge.Net&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;In &lt;a href="http://www.aforgenet.com/"&gt;AForge.Net&lt;/a&gt; you can find samples and very helpful documentation just check &lt;a href="http://www.aforgenet.com/"&gt;AForge.NET&lt;/a&gt; &lt;a href="http://www.aforgenet.com/"&gt;website&lt;/a&gt; . &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4989042969246223406-7103394507641188977?l=naushadqamar.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wp4prx8VeyuibLWMM2L6N_1TTDc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wp4prx8VeyuibLWMM2L6N_1TTDc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wp4prx8VeyuibLWMM2L6N_1TTDc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wp4prx8VeyuibLWMM2L6N_1TTDc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/NaushadQamar/~4/e6_DIdFDQ6o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://naushadqamar.blogspot.com/feeds/7103394507641188977/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://naushadqamar.blogspot.com/2009/08/final-year-project.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/7103394507641188977?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4989042969246223406/posts/default/7103394507641188977?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/NaushadQamar/~3/e6_DIdFDQ6o/final-year-project.html" title="Final Year Project" /><author><name>Naushad Qamar</name><uri>http://www.blogger.com/profile/02820741378703411704</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://3.bp.blogspot.com/_HS2pYkTf528/S_GY5lFl1FI/AAAAAAAAAXw/DCB1HzAFgc8/S220/nash.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://naushadqamar.blogspot.com/2009/08/final-year-project.html</feedburner:origLink></entry></feed>

