<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Selectall</title>
	<atom:link href="http://selectall.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://selectall.wordpress.com</link>
	<description>We Share What We Get</description>
	<lastBuildDate>Sun, 25 Oct 2009 13:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='selectall.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3f77c374b7429ac3885f4f33faf8c0a6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Selectall</title>
		<link>http://selectall.wordpress.com</link>
	</image>
			<item>
		<title>Broklyne Bridge</title>
		<link>http://selectall.wordpress.com/2009/10/25/new-you-tube/</link>
		<comments>http://selectall.wordpress.com/2009/10/25/new-you-tube/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:30:14 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=391</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=391&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://selectall.wordpress.com/2009/10/25/new-you-tube/"><img src="http://img.youtube.com/vi/-9btB96GiK8/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=391&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/10/25/new-you-tube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/-9btB96GiK8/2.jpg" medium="image" />
	</item>
		<item>
		<title>Creating a single field from multiple row results</title>
		<link>http://selectall.wordpress.com/2009/08/09/creating-a-single-field-from-multiple-row-results/</link>
		<comments>http://selectall.wordpress.com/2009/08/09/creating-a-single-field-from-multiple-row-results/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 11:25:47 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[MS SQL 2005]]></category>
		<category><![CDATA[Mysql Stuff]]></category>
		<category><![CDATA[concat multiple values of single column]]></category>
		<category><![CDATA[concat values of single column in sql]]></category>
		<category><![CDATA[creating a single field from multiple row results]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=384</guid>
		<description><![CDATA[select stud_id , group_concat(paper_id) as i from tb
group by id
Original Table:
stud_id paper_id
1         1
1         2
1         3
1         4
2        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=384&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>select stud_id , group_concat(paper_id) as i from tb<br />
group by id</p>
<p>Original Table:<br />
stud_id paper_id<br />
1         1<br />
1         2<br />
1         3<br />
1         4<br />
2         2<br />
2         3<br />
3         1<br />
4         2  </p>
<p>Output:<br />
stud_id      paper_id<br />
1             1,2,3,4<br />
2             2,3<br />
3             1<br />
4             2  </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=384&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/08/09/creating-a-single-field-from-multiple-row-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>
	</item>
		<item>
		<title>Fast Folder Access</title>
		<link>http://selectall.wordpress.com/2009/08/04/fast-folder-access/</link>
		<comments>http://selectall.wordpress.com/2009/08/04/fast-folder-access/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:54:55 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[IT Tech.]]></category>
		<category><![CDATA[Fast Folder Access]]></category>
		<category><![CDATA[shortcut at open dilog]]></category>
		<category><![CDATA[shortcut at right click]]></category>
		<category><![CDATA[shortcut to folder]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=376</guid>
		<description><![CDATA[
Fast Folder Access is a shell enhancement that gives you fast access to your favorite folders in Common Open/Save dialogs, in Windows Explorer, the desktop and the Start Button.
It&#8217;s also an add-on for viewing images in Windows Explorer that lets you right-click on an image file to bring up a miniature image and image file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=376&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://selectall.files.wordpress.com/2009/08/fast-folder.jpg"><img class="alignnone size-medium wp-image-378" title="Fast Folder" src="http://selectall.files.wordpress.com/2009/08/fast-folder.jpg?w=300&#038;h=186" alt="Fast Folder" width="300" height="186" /></a></p>
<p>Fast Folder Access is a shell enhancement that gives you fast access to your favorite folders in Common Open/Save dialogs, in Windows Explorer, the desktop and the Start Button.</p>
<p>It&#8217;s also an add-on for viewing images in Windows Explorer that lets you right-click on an image file to bring up a miniature image and image file information</p>
<p>Features</p>
<p>1 Fast access to folders in comman Open/Save -dialogs.</p>
<p>2 Fast access to folders in Windows Explorer and the desktop<span id="more-376"></span> and the Start Button.</p>
<p>3 Easy to add folder to the list of &#8220;Fast Folders&#8221;.</p>
<p>4 Right-click on an image file in Windows Explorer to preview image and image file information.<img src="/SA/Fast%20Folder%20Access/Fast%20Folder.jpg" alt="" /></p>
<p>5 Add any file as shortcut to Quick Launch or create new folder to manage.</p>
<p>6 Runs automatically as part of the Windows Explorer context menu.<a href="http://selectall.files.wordpress.com/2009/08/fast-folder2.jpg"><img class="alignnone size-medium wp-image-379" title="Fast Folder2" src="http://selectall.files.wordpress.com/2009/08/fast-folder2.jpg?w=300&#038;h=62" alt="Fast Folder2" width="300" height="62" /></a></p>
<p><a href="http://selectall.files.wordpress.com/2009/08/fast-folder1.jpg"><img class="alignnone size-medium wp-image-377" title="Fast Folder1" src="http://selectall.files.wordpress.com/2009/08/fast-folder1.jpg?w=300&#038;h=253" alt="Fast Folder1" width="300" height="253" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=376&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/08/04/fast-folder-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>

		<media:content url="http://selectall.files.wordpress.com/2009/08/fast-folder.jpg?w=300" medium="image">
			<media:title type="html">Fast Folder</media:title>
		</media:content>

		<media:content url="/SA/Fast%20Folder%20Access/Fast%20Folder.jpg" medium="image" />

		<media:content url="http://selectall.files.wordpress.com/2009/08/fast-folder2.jpg?w=300" medium="image">
			<media:title type="html">Fast Folder2</media:title>
		</media:content>

		<media:content url="http://selectall.files.wordpress.com/2009/08/fast-folder1.jpg?w=300" medium="image">
			<media:title type="html">Fast Folder1</media:title>
		</media:content>
	</item>
		<item>
		<title>SeaMonkey</title>
		<link>http://selectall.wordpress.com/2009/08/03/seamonkey/</link>
		<comments>http://selectall.wordpress.com/2009/08/03/seamonkey/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 04:08:43 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[IT Tech.]]></category>
		<category><![CDATA[advanced e-mail and newsgroup client]]></category>
		<category><![CDATA[all in one web browser]]></category>
		<category><![CDATA[IRC chat client]]></category>
		<category><![CDATA[Web-browser]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=374</guid>
		<description><![CDATA[
Web-browser, advanced e-mail and newsgroup client, IRC chat client, and       HTML editing made simple &#8212; all your Internet needs in one application.
he SeaMonkey® Project
The SeaMonkey project is a community effort to develop the SeaMonkey all-in-one internet application suite (see below). Such a software suite was previously made popular by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=374&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2><img src="http://www.seamonkey-project.org/images/seamonkey_logo.gif" alt="SeaMonkey 1.1.17" width="211" height="65" /></h2>
<p>Web-browser, advanced e-mail and newsgroup client, IRC chat client, and       HTML editing made simple &#8212; all your Internet needs in one application.</p>
<h1>he SeaMonkey<sup>®</sup> Project</h1>
<p>The SeaMonkey project is a community effort to develop the SeaMonkey all-in-one internet application suite (see below). Such a software suite was previously made popular by Netscape and Mozilla, and the SeaMonkey project continues to develop and deliver high-quality updates to this concept. Containing an Internet browser, email &amp; newsgroup client, HTML editor, IRC chat and web development tools, SeaMonkey is sure to appeal to advanced users, web developers and corporate users.</p>
<p><a href="http://www.mozilla.org/"><img src="http://www.seamonkey-project.org/images/powered_by_mozilla_small.png" alt="powered by Mozilla" width="122" height="31" /></a> Under the hood, SeaMonkey uses much of the same <a href="http://www.mozilla.org/">Mozilla</a> source code which powers such successful siblings as Firefox, Thunderbird, Camino, Sunbird and Miro. Legal backing is provided by the <a href="http://www.mozilla.org/foundation/">Mozilla Foundation</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=374&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/08/03/seamonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>

		<media:content url="http://www.seamonkey-project.org/images/seamonkey_logo.gif" medium="image">
			<media:title type="html">SeaMonkey 1.1.17</media:title>
		</media:content>

		<media:content url="http://www.seamonkey-project.org/images/powered_by_mozilla_small.png" medium="image">
			<media:title type="html">powered by Mozilla</media:title>
		</media:content>
	</item>
		<item>
		<title>Number To English</title>
		<link>http://selectall.wordpress.com/2009/07/28/number-to-english/</link>
		<comments>http://selectall.wordpress.com/2009/07/28/number-to-english/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:27:39 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[ASP.net C#]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=357</guid>
		<description><![CDATA[NumberToEnglish conWord = new NumberToEnglish();
dt.Columns.Add(&#8220;AmountInWord&#8221;, Type.GetType(&#8220;System.String&#8221;));
DataRow row2;
row2 = dt.Rows[0];
row2["AmountInWord"] = conWord.changeCurrencyToWords(sTHeadAmount.ToString());
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=357&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>NumberToEnglish conWord = new NumberToEnglish();</p>
<p>dt.Columns.Add(&#8220;AmountInWord&#8221;, Type.GetType(&#8220;System.String&#8221;));</p>
<p>DataRow row2;</p>
<p>row2 = dt.Rows[0];</p>
<p>row2["AmountInWord"] = conWord.changeCurrencyToWords(sTHeadAmount.ToString());</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=357&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/07/28/number-to-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>
	</item>
		<item>
		<title>Compute Function for data table</title>
		<link>http://selectall.wordpress.com/2009/07/28/compute-function-for-data-table/</link>
		<comments>http://selectall.wordpress.com/2009/07/28/compute-function-for-data-table/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:13:38 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[ASP.net C#]]></category>
		<category><![CDATA[caluculation of columns of data tables]]></category>
		<category><![CDATA[Compute Function for data table]]></category>
		<category><![CDATA[compute values of data tables]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=353</guid>
		<description><![CDATA[int TotalAmount = Convert.ToInt32(dtTotalAmt.Compute(&#8220;SUM(amount_pay)&#8221;, &#8220;amount_pay &#62; 0&#8243;));
RemAmount = RemAmount &#8211; HeadTotalAmount;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=353&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>int TotalAmount = Convert.ToInt32(dtTotalAmt.Compute(&#8220;SUM(amount_pay)&#8221;, &#8220;amount_pay &gt; 0&#8243;));</p>
<p>RemAmount = RemAmount &#8211; HeadTotalAmount;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/353/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=353&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/07/28/compute-function-for-data-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>
	</item>
		<item>
		<title>Holographic Environment</title>
		<link>http://selectall.wordpress.com/2009/07/28/holographic-environment/</link>
		<comments>http://selectall.wordpress.com/2009/07/28/holographic-environment/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 02:41:32 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[Tech Q&A]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=351</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=351&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1767058&#038;doc=holographicenvironmentbykk-090724220655-phpapp01' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1767058&#038;doc=holographicenvironmentbykk-090724220655-phpapp01' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/351/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=351&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/07/28/holographic-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips and Tips &#8211; Computer Organisation</title>
		<link>http://selectall.wordpress.com/2009/07/28/tips-and-tips-computer-organisation/</link>
		<comments>http://selectall.wordpress.com/2009/07/28/tips-and-tips-computer-organisation/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 02:38:55 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[Tech Q&A]]></category>
		<category><![CDATA[Computer Organisation]]></category>
		<category><![CDATA[Tips and Tips - Computer Organisation]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=348</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=348&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1767754&#038;doc=tipsandtips-090725071024-phpapp01' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1767754&#038;doc=tipsandtips-090725071024-phpapp01' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=348&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/07/28/tips-and-tips-computer-organisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>
	</item>
		<item>
		<title>FxCop &#8211; code analysis tool</title>
		<link>http://selectall.wordpress.com/2009/07/25/fxcop-code-analysis-tool/</link>
		<comments>http://selectall.wordpress.com/2009/07/25/fxcop-code-analysis-tool/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 02:34:26 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[ASP.net C#]]></category>
		<category><![CDATA[code analysis tool]]></category>
		<category><![CDATA[code efficiency tool]]></category>
		<category><![CDATA[FxCop]]></category>
		<category><![CDATA[tool for coding standards]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=342</guid>
		<description><![CDATA[FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:
Library design
Globalization
Naming conventions
Performance
Interoperability and portability
Security
Usage
FxCop includes both GUI and command line versions of the tool and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=342&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span>FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:</span></p>
<p>Library design<br />
Globalization<br />
Naming conventions<br />
Performance<br />
Interoperability and portability<br />
Security<br />
Usage</p>
<p>FxCop includes both GUI and command line versions of the tool and supports analyzing .NET 1.x, .NET 2.0 and .NET 3.x components.</p>
<p>This version provides support for .NET 3.5 SP1.</p>
<p>More Information visit and download:</p>
<p>http://msdn.microsoft.com/en-us/library/bb429476(VS.80).aspx</p>
<p>http://www.microsoft.com/downloads/details.aspx?familyid=9AEAA970-F281-4FB0-ABA1-D59D7ED09772&amp;displaylang=en#QuickInfoContainer</p>
<p><a href="http://selectall.files.wordpress.com/2009/07/fxcop1-copy.jpg"><img class="alignnone size-medium wp-image-338" title="fxcop1 copy" src="http://selectall.files.wordpress.com/2009/07/fxcop1-copy.jpg?w=300&#038;h=217" alt="fxcop1 copy" width="300" height="217" /></a></p>
<p><span id="more-342"></span><a href="http://selectall.files.wordpress.com/2009/07/fxcop4-copy.jpg"><img class="alignnone size-medium wp-image-341" title="fxcop4 copy" src="http://selectall.files.wordpress.com/2009/07/fxcop4-copy.jpg?w=300&#038;h=218" alt="fxcop4 copy" width="300" height="218" /></a><a href="http://selectall.files.wordpress.com/2009/07/fxcop2-copy.jpg"><img class="alignnone size-medium wp-image-339" title="fxcop2 copy" src="http://selectall.files.wordpress.com/2009/07/fxcop2-copy.jpg?w=300&#038;h=218" alt="fxcop2 copy" width="300" height="218" /></a><a href="http://selectall.files.wordpress.com/2009/07/fxcop3-copy.jpg"><img class="alignnone size-medium wp-image-340" title="fxcop3 copy" src="http://selectall.files.wordpress.com/2009/07/fxcop3-copy.jpg?w=300&#038;h=216" alt="fxcop3 copy" width="300" height="216" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=342&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/07/25/fxcop-code-analysis-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>

		<media:content url="http://selectall.files.wordpress.com/2009/07/fxcop1-copy.jpg?w=300" medium="image">
			<media:title type="html">fxcop1 copy</media:title>
		</media:content>

		<media:content url="http://selectall.files.wordpress.com/2009/07/fxcop4-copy.jpg?w=300" medium="image">
			<media:title type="html">fxcop4 copy</media:title>
		</media:content>

		<media:content url="http://selectall.files.wordpress.com/2009/07/fxcop2-copy.jpg?w=300" medium="image">
			<media:title type="html">fxcop2 copy</media:title>
		</media:content>

		<media:content url="http://selectall.files.wordpress.com/2009/07/fxcop3-copy.jpg?w=300" medium="image">
			<media:title type="html">fxcop3 copy</media:title>
		</media:content>
	</item>
		<item>
		<title>ISO OSI Model</title>
		<link>http://selectall.wordpress.com/2009/07/14/iso-osi-model/</link>
		<comments>http://selectall.wordpress.com/2009/07/14/iso-osi-model/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 06:08:43 +0000</pubDate>
		<dc:creator>selectall</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Data Communications and Networking -   Behrouz A. Forouzan ppt]]></category>
		<category><![CDATA[Introduction ot ISO OSI]]></category>
		<category><![CDATA[ISO OSI Reference   Model]]></category>
		<category><![CDATA[Layered   Architecture]]></category>
		<category><![CDATA[OSI Model]]></category>
		<category><![CDATA[The ISO - OSI Model]]></category>
		<category><![CDATA[Why ISO OSI]]></category>

		<guid isPermaLink="false">http://selectall.wordpress.com/?p=332</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=332&subd=selectall&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1718136&#038;doc=iso-osimodel-090714010225-phpapp01' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1718136&#038;doc=iso-osimodel-090714010225-phpapp01' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selectall.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selectall.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selectall.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selectall.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selectall.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selectall.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selectall.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selectall.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selectall.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selectall.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selectall.wordpress.com&blog=2019005&post=332&subd=selectall&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://selectall.wordpress.com/2009/07/14/iso-osi-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ac920d45c0e3960bb712a2822579046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">selectall</media:title>
		</media:content>
	</item>
	</channel>
</rss>