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

<channel>
	<title>IT Tech Talk</title>
	<atom:link href="http://ittechtalk.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ittechtalk.net</link>
	<description></description>
	<pubDate>Fri, 08 Aug 2008 13:45:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Learn SQL Server 2005 Part 12.3</title>
		<link>http://ittechtalk.net/videos/learn-sql-server-2005-part-123/</link>
		<comments>http://ittechtalk.net/videos/learn-sql-server-2005-part-123/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 13:45:59 +0000</pubDate>
		<dc:creator>redson</dc:creator>
		
		<category><![CDATA[SQL Server 2005]]></category>

		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://ittechtalk.net/?p=315</guid>
		<description><![CDATA[<div class="revver-video-thumb"><a href="http://ittechtalk.net/videos/learn-sql-server-2005-part-123/" rel="bookmark" title="Watch Video for: Learn SQL Server 2005 Part 12.3"><img src="http://frame.revver.com/frame/170x128/1094301.jpg" width="170" /></a></div>
No Video Responses have been posted yet.Click here to post a video response.

Bookmark It
















Hide Sites



]]></description>
		<wfw:commentRss>http://ittechtalk.net/videos/learn-sql-server-2005-part-123/feed/</wfw:commentRss>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=1094301&amp;affiliateId=191569" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/1094301/flv/affiliate/191569"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=1094301&amp;affiliateId=191569" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>Learn SQL Server 2005 Part 12.2</title>
		<link>http://ittechtalk.net/videos/learn-sql-server-2005-part-122/</link>
		<comments>http://ittechtalk.net/videos/learn-sql-server-2005-part-122/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 01:01:54 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
		
		<category><![CDATA[SQL Server 2005]]></category>

		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://ittechtalk.net/?p=303</guid>
		<description><![CDATA[<div class="revver-video-thumb"><a href="http://ittechtalk.net/videos/learn-sql-server-2005-part-122/" rel="bookmark" title="Watch Video for: Learn SQL Server 2005 Part 12.2"><img src="http://frame.revver.com/frame/170x128/1070094.jpg" width="170" /></a></div> 

online advertising



Bookmark It
















Hide Sites



]]></description>
		<wfw:commentRss>http://ittechtalk.net/videos/learn-sql-server-2005-part-122/feed/</wfw:commentRss>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=1070094&amp;affiliateId=191569" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/1070094/flv/affiliate/191569"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=1070094&amp;affiliateId=191569" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>STOP : c0000139 Error in XP</title>
		<link>http://ittechtalk.net/microsoft/windows-xp/stop-c0000139-error-in-xp/</link>
		<comments>http://ittechtalk.net/microsoft/windows-xp/stop-c0000139-error-in-xp/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 20:16:44 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
		
		<category><![CDATA[Errors]]></category>

		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://ittechtalk.net/microsoft/windows-xp/stop-c0000139-error-in-xp/</guid>
		<description><![CDATA[

After installing XP Service Pack 3, when you restart the machine you may get Blue Screen of Death screen with the message
 


STOP: c0000139 {Entry Point Not Found}
The procedure entry point GdiGetBitmapBitSize could not be located in the dynamic link library GDI32.dll.
This issue occurs if you install security update 948590 (security bulletin MS08-021) before you [...]]]></description>
		<wfw:commentRss>http://ittechtalk.net/microsoft/windows-xp/stop-c0000139-error-in-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get a list of installed programs from Command in Windows OS</title>
		<link>http://ittechtalk.net/microsoft/windows/how-to-get-a-list-of-installed-programs-from-command-in-windows-os/</link>
		<comments>http://ittechtalk.net/microsoft/windows/how-to-get-a-list-of-installed-programs-from-command-in-windows-os/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 18:59:23 +0000</pubDate>
		<dc:creator>redson</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://ittechtalk.net/?p=290</guid>
		<description><![CDATA[One can obtain a list of all installed programs in Windows OS using WMI (Windows Management Instrumentation) command-line interface (WMIC).

To do so, follow the give steps

Go to the command prompt.
Execute command &#8216;wmic&#8217; (without quotes)
Now you are in wmic interface i.e wmic:root\cli&#62;
Now run a command - product get name

This command returns a list of all installed [...]]]></description>
		<wfw:commentRss>http://ittechtalk.net/microsoft/windows/how-to-get-a-list-of-installed-programs-from-command-in-windows-os/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sales &#38; Marketing</title>
		<link>http://ittechtalk.net/internet-marketing/</link>
		<comments>http://ittechtalk.net/internet-marketing/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://ittechtalk.net/?p=288</guid>
		<description><![CDATA[We are looking for a small sales team to sell ad space on our site. We are currently offering a temporary 30% commission on all sales. The reason that this is a good deal for someone who is motivated or has good selling skills is because we are offering dirt cheap ads for the moment. [...]]]></description>
		<wfw:commentRss>http://ittechtalk.net/internet-marketing/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
