<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>n EvilNayak's Blog</title>
	<link>http://www.nevilnayak.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 06 Nov 2009 17:17:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>India Infrastructure - a movement in the right direction</title>
		<link>http://www.nevilnayak.com/?p=44</link>
		<comments>http://www.nevilnayak.com/?p=44#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:17:18 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=44</guid>
		<description><![CDATA[

 Bravo India, Bravo for deploying the Bandra-Worli Sealink . It comes just in time for having the future generations of Indians to realize the magnitude of changes required in India for creating a measurable impact.
&#160;


 Decreased traffic congestion
Shortened commute time by 1+ hour
Serves as a flagship model for types of infrastructure changes India must accommodate [...]]]></description>
			<content:encoded><![CDATA[<table align="left" cellpadding=0 cellspacing=0><tr><td>[#10: Edit Options>MightyAdsense>Adsense Code]</td></tr></table> <p align="left">Bravo India, Bravo for deploying the <a href="http://en.wikipedia.org/wiki/Bandra-Worli_Sea_Link" title="Bandra-Worli Sealink" target="_blank">Bandra-Worli Sealink</a> . It comes just in time for having the future generations of Indians to realize the magnitude of changes required in India for creating a measurable impact.</p>
<p align="left">&nbsp;</p>
<p align="left"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/India_Mumbai_Bridge_.jpg/800px-India_Mumbai_Bridge_.jpg" title="Bandra-Worli Sealink" alt="Bandra-Worli Sealink" height="206" width="400" /></p>
<ul>
<li> Decreased traffic congestion</li>
<li>Shortened commute time by 1+ hour</li>
<li>Serves as a flagship model for types of infrastructure changes India must accommodate growing numbers of vehicles on road</li>
</ul>
<p>Other major projects they should consider:</p>
<ul>
<li>25 km sealink between  <a href="http://maps.google.com/maps?q=surat,+gujarat&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;gl=us&amp;ei=xE_0SpO4LJPWlQfJk8yxBA&amp;ved=0CAsQ8gEwAA&amp;hq=&amp;hnear=Surat,+Gujarat,+India&amp;ll=22.421185,69.290771&amp;spn=1.843215,2.735596&amp;z=9" title="Okha and Mandvi" target="_blank">Okha and Mandvi</a></li>
<li>15 km sealink between <a href="http://maps.google.com/maps?q=surat,+gujarat&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;gl=us&amp;ei=xE_0SpO4LJPWlQfJk8yxBA&amp;ved=0CAsQ8gEwAA&amp;hq=&amp;hnear=Surat,+Gujarat,+India&amp;ll=21.642111,72.4823&amp;spn=0.926717,1.367798&amp;z=10" title="Surat-Bhavnagar Sea link" target="_blank">Surat-Bhavnagar Sea link</a></li>
<li>Implementing easy to understand names/addresses facilities to roads/land blocks</li>
<li>Implementing Technology to facilitate ease-of-use for the transportation system:
<ul>
<li>Automatic toll collection</li>
<li>Electronic Hazzard signs</li>
<li>Electronic data collection and transmitters along roadways</li>
<li>Proper sign placement</li>
<li>Avalibility and accessibility of map</li>
</ul>
</li>
</ul>
<p align="left"><a href="http://maps.google.com/maps?q=surat,+gujarat&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;gl=us&amp;ei=xE_0SpO4LJPWlQfJk8yxBA&amp;ved=0CAsQ8gEwAA&amp;hq=&amp;hnear=Surat,+Gujarat,+India&amp;ll=21.642111,72.4823&amp;spn=0.926717,1.367798&amp;z=10" title="Surat-Bhavnagar Sea link" target="_blank"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=44</wfw:commentRss>
		</item>
		<item>
		<title>Top 25 Most Dangerous Programming Errors</title>
		<link>http://www.nevilnayak.com/?p=43</link>
		<comments>http://www.nevilnayak.com/?p=43#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:27:31 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=43</guid>
		<description><![CDATA[

 Insecure Interaction Between Components
These weaknesses are related to insecure ways in which data is sent  and received between separate components, modules, programs, processes, threads, or systems.

CWE-20: Improper Input Validation
CWE-116: Improper Encoding or Escaping of Output
CWE-89: Failure to Preserve SQL Query Structure (aka &#8216;SQL Injection&#8217;)
CWE-79: Failure to Preserve Web Page Structure (aka &#8216;Cross-site Scripting&#8217;)
CWE-78: [...]]]></description>
			<content:encoded><![CDATA[<h3>Insecure Interaction Between Components</h3>
<p>These weaknesses are related to insecure ways in which data is sent  and received between separate components, modules, programs, processes, threads, or systems.</p>
<ul>
<li><a href="http://cwe.mitre.org/top25/#CWE-20">CWE-20</a>: Improper Input Validation</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-116">CWE-116</a>: Improper Encoding or Escaping of Output</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-89">CWE-89</a>: Failure to Preserve SQL Query Structure (aka &#8216;SQL Injection&#8217;)</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-79">CWE-79</a>: Failure to Preserve Web Page Structure (aka &#8216;Cross-site Scripting&#8217;)</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-78">CWE-78</a>: Failure to Preserve OS Command Structure (aka &#8216;OS Command Injection&#8217;)</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-319">CWE-319</a>: Cleartext Transmission of Sensitive Information</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-352">CWE-352</a>: Cross-Site Request Forgery (CSRF)</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-362">CWE-362</a>: Race Condition</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-209">CWE-209</a>: Error Message Information Leak</li>
</ul>
<h3>Risky Resource Management</h3>
<p>The weaknesses in this category are related to ways in which software  does not properly manage the creation, usage, transfer, or destruction of important system resources.</p>
<ul>
<li><a href="http://cwe.mitre.org/top25/#CWE-119">CWE-119</a>: Failure to Constrain Operations within the Bounds of a Memory Buffer</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-642">CWE-642</a>: External Control of Critical State Data</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-73">CWE-73</a>: External Control of File Name or Path</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-426">CWE-426</a>: Untrusted Search Path</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-94">CWE-94</a>: Failure to Control Generation of Code (aka &#8216;Code Injection&#8217;)</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-494">CWE-494</a>: Download of Code Without Integrity Check</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-404">CWE-404</a>: Improper Resource Shutdown or Release</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-665">CWE-665</a>: Improper Initialization</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-682">CWE-682</a>: Incorrect Calculation</li>
</ul>
<h3>Porous Defenses</h3>
<p>The weaknesses in this category are related to defensive techniques  that are often misused, abused, or just plain ignored.</p>
<ul>
<li><a href="http://cwe.mitre.org/top25/#CWE-285">CWE-285</a>: Improper Access Control (Authorization)</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-327">CWE-327</a>: Use of a Broken or Risky Cryptographic Algorithm</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-259">CWE-259</a>: Hard-Coded Password</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-732">CWE-732</a>: Insecure Permission Assignment for Critical Resource</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-330">CWE-330</a>: Use of Insufficiently Random Values</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-250">CWE-250</a>: Execution with Unnecessary Privileges</li>
<li><a href="http://cwe.mitre.org/top25/#CWE-602">CWE-602</a>: Client-Side Enforcement of Server-Side Security</li>
</ul>
<p>more at: http://cwe.mitre.org/top25/#Brief</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=43</wfw:commentRss>
		</item>
		<item>
		<title>New Years Resolution? A Simplified Approach works best</title>
		<link>http://www.nevilnayak.com/?p=42</link>
		<comments>http://www.nevilnayak.com/?p=42#comments</comments>
		<pubDate>Wed, 02 Jan 2008 02:19:19 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=42</guid>
		<description><![CDATA[Had a fantastic 2007? Feeling in the 2008? Have set goals and plans for 2008? Failed at the same goals last year? Read on&#8230;
Many set goals and priorities they&#8217;d like to accommodate - be it to loose weight, quit smoking, be more charming, etc. Personal observation suggests that people fail at these goals and get [...]]]></description>
			<content:encoded><![CDATA[<p>Had a fantastic 2007? Feeling in the 2008? Have set goals and plans for 2008? Failed at the same goals last year? Read on&#8230;</p>
<p>Many set goals and priorities they&#8217;d like to accommodate - be it to loose weight, quit smoking, be more charming, etc. Personal observation suggests that people fail at these goals and get back on their &#8216;track&#8217; a few months into the new routine. Not only does this behavior loosen up ones confidence, it makes the person venerable to falling behind (Eating more and going to the gym), abusive practices (Smoking more and enjoying it less) or simply giving up on the goal/resolution.</p>
<p>I&#8217;ve worked on some resolutions&#8230; with mixed results. From successful trials, here are some lessons learned with examples.</p>
<ul>
<li>Loose weight - Goal: 10 LB
<ul>
<li>Rather then telling my self to work out unti I lost 10 LB, I exercised 3 times a week for 30 minutes. In about 2 months, I had come down to the desired weight level</li>
</ul>
</li>
<li>Be more charming - Goal: Not annoy people
<ul>
<li>Rather then coming up with Jokes to tell amongst a group, Don&#8217;t talk when you&#8217;re not asked to. Let others assume you are intelligent by your silence, then by removing all doubts by opening up your mouth. Don&#8217;t criticize people when you&#8217;re new to the company.</li>
</ul>
</li>
<li>Quit Smoking - Goal: Stop smoking
<ul>
<li>Rather then going Cold Turkey, or by going onto alternative nicotine treatment, follow this - it worked for my friend. Start by preparing your mind for a smoke free life. Imagine what you will do with your self with the daily excess of 60 minutes. What will you do between not getting smoke breaks. What will you do when you&#8217;ll suddenly have an urge to smoke.
<ul>
<li>Cut down to 1 cigarette a day. Treat your self to that 1 Cigarette - be it at 8AM with your coffee or with your 4PM coffee. Do not smoke more then 1 Cigarette per day</li>
<li>Continue this routine for weeks until you no longer have an urge to smoke 1 Cigarette a day but you smoke it just because you&#8217;ve cleansed your self to do so</li>
<li>Try to not smoke that 1 Cigarette a day and also keep away from all smoking habit</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>I hope this year will bring joy and prosperity to everyone. Good luck and best wishes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=42</wfw:commentRss>
		</item>
		<item>
		<title>Rap - Expressed in Mathematical Terms</title>
		<link>http://www.nevilnayak.com/?p=41</link>
		<comments>http://www.nevilnayak.com/?p=41#comments</comments>
		<pubDate>Wed, 05 Dec 2007 14:23:44 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=41</guid>
		<description><![CDATA[This post on http://www.jamphat.com/rap/ caught my attention. I&#8217;ve spent atleast 30 seconds on each graph&#8230; reading it, relating it to a song, and atleast laughing my ass off - this is a must see.
some of my favorites:
Dr Dre



 Soulja Boy - Walk It Out

]]></description>
			<content:encoded><![CDATA[<p>This post on <a href="http://www.jamphat.com/rap/">http://www.jamphat.com/rap/</a> caught my attention. I&#8217;ve spent atleast 30 seconds on each graph&#8230; reading it, relating it to a song, and atleast laughing my ass off - this is a must see.</p>
<p>some of my favorites:</p>
<p><strong>Dr Dre</strong></p>
<p><a href="http://www.youtube.com/watch?v=5gk8pbd_DNM"><img src="http://www.jamphat.com/rap/index_files/image032.jpg" height="451" width="612" /></a></p>
<p><a href="http://www.youtube.com/watch?v=MUN9giYJhew"><br />
</a></p>
<p><strong> Soulja Boy - Walk It Out</strong></p>
<p><img src="http://www.jamphat.com/rap/index_files/image022.jpg" height="600" width="500" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
		<item>
		<title>Business Analysis, Software Development, Project Management, etc.</title>
		<link>http://www.nevilnayak.com/?p=40</link>
		<comments>http://www.nevilnayak.com/?p=40#comments</comments>
		<pubDate>Thu, 14 Jun 2007 16:18:48 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=40</guid>
		<description><![CDATA[I will attempt to compile a list of highly valued links relating to Software development including, Analysis, Documenting, Testing, Project management, and tools&#8230;
Found a interview? Ace the Interview:

Interview CheatSheet 

 Business Analysis

Fundamentals of Business Analysis - Course by UCLA:Irvine
 How to Write an Effective Design Document
How to Design Software With Bad Requirements
Gallery of UML sequence [...]]]></description>
			<content:encoded><![CDATA[<p>I will attempt to compile a list of highly valued links relating to Software development including, Analysis, Documenting, Testing, Project management, and tools&#8230;</p>
<p><strong>Found a interview? Ace the Interview:</strong></p>
<ul>
<li><a href="http://www.hrworld.com/features/interviewing-cheat-sheet-092507/">Interview CheatSheet </a></li>
</ul>
<p><strong> Business Analysis</strong></p>
<ul>
<li><a href="http://ocw.uci.edu/courses/OC0705011/">Fundamentals of Business Analysis - Course by UCLA:Irvine</a></li>
<li><a href="http://blog.slickedit.com/?p=43" target="_blank"> How to Write an Effective Design Document</a></li>
<li><a href="http://blog.slickedit.com/?p=63" target="_blank">How to Design Software With Bad Requirements</a></li>
<li><a href="http://www.tracemodeler.com/gallery/index.html" target="_blank">Gallery of UML sequence diagrams</a></li>
<li><a href="http://www.ts.mah.se/RUP/RationalUnifiedProcess/">Rational Unified Process</a> - Templates, Howto&#8217;s, and other ample information</li>
<li>Painless Functional Specifications - <a href="http://joelonsoftware.com/articles/fog0000000036.html">Part 1</a> <a href="http://joelonsoftware.com/articles/fog0000000035.html">Part 2</a></li>
<li><a href="http://www.learndatamodeling.com/">Lean Data Modeling</a></li>
<li><a href="http://www.ts.mah.se/RUP/RationalUnifiedProcess/">Everything about RUP: </a>Templates, Analysis, Procedures</li>
<li><a href="http://searchsoftwarequality.techtarget.com/originalContent/0,289142,sid92_gci1264767,00.html">How to document Use Cases</a></li>
<li><a href="http://www.methodsandtools.com/archive/archive.php?id=24">Understanding UseCase Modeling</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=40</wfw:commentRss>
		</item>
		<item>
		<title>Puzzle</title>
		<link>http://www.nevilnayak.com/?p=39</link>
		<comments>http://www.nevilnayak.com/?p=39#comments</comments>
		<pubDate>Tue, 05 Jun 2007 15:15:07 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=39</guid>
		<description><![CDATA[1)
Person who is allergic to Sun commutes to work via Bus every morning/evening. In the morning, the person sits on the Left side of the Bus, and in the evening, sits on the Left side of the Bus again. At morning times, the Bus travels North and in the evening, the Bus travels South.
Why does [...]]]></description>
			<content:encoded><![CDATA[<p>1)</p>
<blockquote><p>Person who is allergic to Sun commutes to work via Bus every morning/evening. In the morning, the person sits on the Left side of the Bus, and in the evening, sits on the Left side of the Bus again. At morning times, the Bus travels North and in the evening, the Bus travels South.</p>
<p>Why does the person continue to sit on the same side of the bus? What is the rational? realization?</p></blockquote>
<p>2) Solve 1 and get $1,000,000 -  <a href="http://en.wikipedia.org/wiki/Clay_Mathematics_Institute">Clay Mathematics Institute</a>  - Problems relating to:<a href="http://en.wikipedia.org/wiki/Complexity_classes_P_and_NP">P versus NP</a>, <a href="http://en.wikipedia.org/wiki/Hodge_conjecture">The Hodge Conjecture</a>, <a href="http://en.wikipedia.org/wiki/Poincar%C3%A9_conjecture">The Poincaré conjecture</a>, <a href="http://en.wikipedia.org/wiki/Riemann_hypothesis">The Riemann hypothesis</a>, <a href="http://en.wikipedia.org/wiki/Yang-Mills_existence_and_mass_gap">Yang-Mills existence and mass gap</a>, <a href="http://en.wikipedia.org/wiki/Navier-Stokes_existence_and_smoothness">Navier-Stokes existence and smoothness</a> and <a href="http://en.wikipedia.org/wiki/Birch_and_Swinnerton-Dyer_conjecture">The Birch and Swinnerton-Dyer conjecture</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>Web development made easy</title>
		<link>http://www.nevilnayak.com/?p=38</link>
		<comments>http://www.nevilnayak.com/?p=38#comments</comments>
		<pubDate>Tue, 29 May 2007 15:30:08 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=38</guid>
		<description><![CDATA[Some common Web dev modules&#8230; ready to use, out of the box:
1) Contact form - fully customizable (ASP.Net/C#/VB) 
2) Web 2.0 Logo Creator
3) Web 2.0 Apps
4) Ajax Components More Components
5) Flash Menu/navigation generator
6) 101 CSS Tips, Tutorials and Examples
7) 100 Essential Resources for Web Developers
  125 Code Snippets
9) CSS Tab Designer
10) Forms Creator

]]></description>
			<content:encoded><![CDATA[<p>Some common Web dev modules&#8230; ready to use, out of the box:</p>
<p>1) <a href="http://www.ctrfx.com/form/Default.aspx">Contact form - fully customizable (ASP.Net/C#/VB) </a><br />
2) <a href="http://creatr.cc/creatr/">Web 2.0 Logo Creator<br />
</a>3) <a href="http://www.feedmyapp.com/">Web 2.0 Apps<br />
</a>4) <a href="http://www.ajaxrain.com/">Ajax Components</a> <a href="http://www.smashingmagazine.com/2007/06/20/ajax-javascript-solutions-for-professional-coding/">More Components<br />
</a>5) <a href="http://www.alouwebdesign.ca/toolkit/cooltools/flashtools/flashtooltip.htm">Flash Menu/navigation generator<br />
</a>6) <a href="http://blog.lxpages.com/2007/07/01/101-css-tips-tutorials-and-examples/">101 CSS Tips, Tutorials and Examples<br />
</a>7) <a href="http://www.softwaredeveloper.com/features/i-got-99-problems-080707/">100 Essential Resources for Web Developers<br />
</a> <img src='http://www.nevilnayak.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <a href="http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/">125 Code Snippets<br />
</a>9) <a href="http://www.highdots.com/css-tab-designer/">CSS Tab Designer</a><br />
10) <a href="http://www.phpform.org/">Forms Creator<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Business Analytics</title>
		<link>http://www.nevilnayak.com/?p=37</link>
		<comments>http://www.nevilnayak.com/?p=37#comments</comments>
		<pubDate>Thu, 24 May 2007 14:27:59 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=37</guid>
		<description><![CDATA[Harvard Business Online - # 34 - Competing on Analytics: The New Science of Winning -
]]></description>
			<content:encoded><![CDATA[<p>Harvard Business Online - # 34 - <a href="http://harvardbusinessonline.hbsp.harvard.edu/b01/en/misc/ideacast/archives_hbrideacast.jhtml">Competing on Analytics: The New Science of Winning</a> -</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>More FREE e-book links</title>
		<link>http://www.nevilnayak.com/?p=36</link>
		<comments>http://www.nevilnayak.com/?p=36#comments</comments>
		<pubDate>Tue, 08 May 2007 13:59:42 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=36</guid>
		<description><![CDATA[










http://www.ebooksdb.net/index.php - Great Tech  book source
http://www.friedbeef.com/2007/04/09/best-places-to-get-free-books-the-ultimate-guide/ - Another blogger with an awesome source list
http://freecomputerbooks.com/ - HUGH list of books&#8230; Excellent source of CompSci/Tech/Certification books
http://www.cliffsnotes.com/WileyCDA/Section/id-106145.html - CliffsNotes
http://dwalin.ru/books/ - Plain text novels
http://www.toebook.com/ - nice set of Tech/Business/Misc. books
http://www.ebooksboard.com/ -
]]></description>
			<content:encoded><![CDATA[<form action="http://ebooksearchr.googlepages.com/home" id="searchbox_008836104266179945027:s5ntw3b1uvk">
<table border="0" bgcolor="#ffffff" style="margin: 0px; padding: 0px">
<tr>
<td valign="top" nowrap="nowrap" align="left" style="height: 32px"><a href="http://ebooksearchr.googlepages.com"><img border="0" align="middle" title="eBook Searchr - searching more than 100 dedicated e-book sites" alt="eBook Searchr" src="http://www.nevilnayak.com/ebooksearchr_small.png" /></a></p>
<input type="hidden" value="008836104266179945027:s5ntw3b1uvk" name="cx" />
<input type="hidden" value="FORID:11" name="cof" />
<input type="text" size="16" name="q" />
<input type="submit" value="Search" name="sa" /><script type="text/plain" /></td>
</tr>
</table>
</form>
<p>http://www.ebooksdb.net/index.php - Great Tech  book source</p>
<p>http://www.friedbeef.com/2007/04/09/best-places-to-get-free-books-the-ultimate-guide/ - Another blogger with an awesome source list</p>
<p>http://freecomputerbooks.com/ - HUGH list of books&#8230; Excellent source of CompSci/Tech/Certification books</p>
<p>http://www.cliffsnotes.com/WileyCDA/Section/id-106145.html - CliffsNotes</p>
<p>http://dwalin.ru/books/ - Plain text novels</p>
<p>http://www.toebook.com/ - nice set of Tech/Business/Misc. books</p>
<p>http://www.ebooksboard.com/ -</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>Free Books - MS Sharepoint 2007</title>
		<link>http://www.nevilnayak.com/?p=35</link>
		<comments>http://www.nevilnayak.com/?p=35#comments</comments>
		<pubDate>Fri, 04 May 2007 16:25:32 +0000</pubDate>
		<dc:creator>nevil.nayak</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nevilnayak.com/?p=35</guid>
		<description><![CDATA[New downloads from MSFT - Sharepoint books
Planning and architecture for Office SharePoint Server, part 1:
Planning and architecture for Office SharePoint Server, part 2:
Deployment for Office SharePoint Server:
Upgrading to Office SharePoint Server:
]]></description>
			<content:encoded><![CDATA[<p>New downloads from MSFT - Sharepoint books</p>
<p><a target="_blank" href="http://go.microsoft.com/fwlink/?LinkID=79552">Planning and architecture for Office SharePoint Server, part 1:</a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=85548">Planning and architecture for Office SharePoint Server, part 2</a>:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=79589">Deployment for Office SharePoint Server</a>:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=85556">Upgrading to Office SharePoint Server</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nevilnayak.com/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
	</channel>
</rss>
