<?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/"
	>

<channel>
	<title>TC &#187; Programming</title>
	<atom:link href="http://technicalcontents.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicalcontents.com</link>
	<description>A fresh look at technology.</description>
	<lastBuildDate>Thu, 24 May 2012 08:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How does a company tap into another companies Application Programming Interface(API).?</title>
		<link>http://technicalcontents.com/programming/how-does-a-company-tap-into-another-companies-application-programming-interfaceapi/134106/</link>
		<comments>http://technicalcontents.com/programming/how-does-a-company-tap-into-another-companies-application-programming-interfaceapi/134106/#comments</comments>
		<pubDate>Wed, 23 May 2012 00:58:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[another]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Companies]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[InterfaceAPI.]]></category>
		<category><![CDATA[into]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/how-does-a-company-tap-into-another-companies-application-programming-interfaceapi/134106/</guid>
		<description><![CDATA[How does a company get permisions and abilities to be able to query another companies Application Programming Interface(API). For instance how does a company get permision to query a banks data base to pull data that their customer has authourized your company to receive?]]></description>
			<content:encoded><![CDATA[<p>How  does a company get permisions and abilities to be able to query another companies Application Programming Interface(API). For instance how does a company get permision to query a banks data base to pull data that their customer has authourized your company to receive?</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/how-does-a-company-tap-into-another-companies-application-programming-interfaceapi/134106/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do you find telecommute programming work?</title>
		<link>http://technicalcontents.com/programming/how-do-you-find-telecommute-programming-work/134047/</link>
		<comments>http://technicalcontents.com/programming/how-do-you-find-telecommute-programming-work/134047/#comments</comments>
		<pubDate>Tue, 22 May 2012 15:27:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[telecommute]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/how-do-you-find-telecommute-programming-work/134047/</guid>
		<description><![CDATA[I&#8217;m looking to get out of my corporate job (not because I&#8217;m lazy, actually due to a disability) and do some contract telecommute programming work. I&#8217;m interested in finding some work I can do from home, during late afternoon to evening. I&#8217;ve tried this kind of thing before, and it didn&#8217;t go well because I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking to get out of my corporate job (not because I&#8217;m lazy, actually due to a disability) and do some contract telecommute programming work.  I&#8217;m interested in finding some work I can do from home, during late afternoon to evening.  I&#8217;ve tried this kind of thing before, and it didn&#8217;t go well because I had a really hard time finding new business.  Do you have any suggestions on how/where to connect with new clientele?</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/how-do-you-find-telecommute-programming-work/134047/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Programming &#8211; Reading/Writing .plist Files</title>
		<link>http://technicalcontents.com/business/iphone-programming-readingwriting-plist-files/133978/</link>
		<comments>http://technicalcontents.com/business/iphone-programming-readingwriting-plist-files/133978/#comments</comments>
		<pubDate>Sun, 20 May 2012 21:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[.plist]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reading/Writing]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/business/iphone-programming-readingwriting-plist-files/133978/</guid>
		<description><![CDATA[In this Xcode tutorial I teach you how to read and write a plist file. Next Tutorial: www.youtube.com Main code used: In .h need: -(NSString *) dataFilePath; -(void) readPlist; -(void) writePlist; In .m need: -(NSString *) dataFilePath { NSArray *path = NSSearchPathForDire&#8230;]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3Oy-evy2xD8?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/3Oy-evy2xD8?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
In this Xcode tutorial I teach you how to read and write a plist file. Next Tutorial: www.youtube.com Main code used: In .h need: -(NSString *) dataFilePath; -(void) readPlist; -(void) writePlist; In .m need: -(NSString *) dataFilePath { NSArray *path = NSSearchPathForDire&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/business/iphone-programming-readingwriting-plist-files/133978/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>System Programming Catalogue Management Application Explanation</title>
		<link>http://technicalcontents.com/programming/system-programming-catalogue-management-application-explanation/133929/</link>
		<comments>http://technicalcontents.com/programming/system-programming-catalogue-management-application-explanation/133929/#comments</comments>
		<pubDate>Sun, 20 May 2012 10:58:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Catalogue]]></category>
		<category><![CDATA[explanation]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/system-programming-catalogue-management-application-explanation/133929/</guid>
		<description><![CDATA[System Programming Catalogue Managment Application Explanation. First Course of the Telecomunication Engeneering degree in the University &#8220;Carlos III de Madrid&#8221;.]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/XeH1SRJmX6Q?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/XeH1SRJmX6Q?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
System Programming Catalogue Managment Application Explanation. First Course of the Telecomunication Engeneering degree in the University &#8220;Carlos III de Madrid&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/system-programming-catalogue-management-application-explanation/133929/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the most useful programming language to know for an electrical engineer?</title>
		<link>http://technicalcontents.com/programming/what-is-the-most-useful-programming-language-to-know-for-an-electrical-engineer/133852/</link>
		<comments>http://technicalcontents.com/programming/what-is-the-most-useful-programming-language-to-know-for-an-electrical-engineer/133852/#comments</comments>
		<pubDate>Fri, 18 May 2012 15:27:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[electrical]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[Know]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[most]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/what-is-the-most-useful-programming-language-to-know-for-an-electrical-engineer/133852/</guid>
		<description><![CDATA[Basically, what is the one or few most common programming language(s) that employers look for when hiring electrical engineers? Thanks.]]></description>
			<content:encoded><![CDATA[<p>Basically, what is the one or few most common programming language(s) that employers look for when hiring electrical engineers?  Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/what-is-the-most-useful-programming-language-to-know-for-an-electrical-engineer/133852/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do you explain what programming is to an audience who has no clue at all?</title>
		<link>http://technicalcontents.com/programming/how-do-you-explain-what-programming-is-to-an-audience-who-has-no-clue-at-all/133813/</link>
		<comments>http://technicalcontents.com/programming/how-do-you-explain-what-programming-is-to-an-audience-who-has-no-clue-at-all/133813/#comments</comments>
		<pubDate>Thu, 17 May 2012 15:27:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Audience]]></category>
		<category><![CDATA[clue]]></category>
		<category><![CDATA[explain]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/how-do-you-explain-what-programming-is-to-an-audience-who-has-no-clue-at-all/133813/</guid>
		<description><![CDATA[I need to present a web-based game I created. I want to explain in three sentences (or less) how programming works.]]></description>
			<content:encoded><![CDATA[<p>I need to present a web-based game I created. I want to explain in three sentences (or less) how programming works.</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/how-do-you-explain-what-programming-is-to-an-audience-who-has-no-clue-at-all/133813/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The 0/1 Knapsack Problem &#8211; Dynamic Programming Method</title>
		<link>http://technicalcontents.com/computer-science/the-01-knapsack-problem-dynamic-programming-method/133776/</link>
		<comments>http://technicalcontents.com/computer-science/the-01-knapsack-problem-dynamic-programming-method/133776/#comments</comments>
		<pubDate>Wed, 16 May 2012 20:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[Knapsack]]></category>
		<category><![CDATA[Method]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/computer-science/the-01-knapsack-problem-dynamic-programming-method/133776/</guid>
		<description><![CDATA[The Dynamic Programming method to solving the 0/1 Knapsack Problem. Note: I uploaded the wrong version cos I&#8217;m an idiot. There are three bugs. Bug 1: Ignore the &#8220;The cell with the green circle around has a capacity of&#8221; blah blah etc. because I uploaded the wrong version ._. The green circle should be around [...]]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/EH6h7WA7sDw?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/EH6h7WA7sDw?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
The Dynamic Programming method to solving the 0/1 Knapsack Problem. Note: I uploaded the wrong version cos I&#8217;m an idiot. There are three bugs. Bug 1: Ignore the &#8220;The cell with the green circle around has a capacity of&#8221; blah blah etc. because I uploaded the wrong version ._. The green circle should be around cell (3,1). Bug 2: I circle item &#8217;1′ when I should circle item &#8217;3′ at the end when we&#8217;re going through the keep array. I fail. Bug 3: I say &#8217;2′ somewhere instead of &#8217;3′. See if you can spot it.</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/computer-science/the-01-knapsack-problem-dynamic-programming-method/133776/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>In socket Programming in Java How to check that that Client is connected to Server?</title>
		<link>http://technicalcontents.com/programming/in-socket-programming-in-java-how-to-check-that-that-client-is-connected-to-server/133735/</link>
		<comments>http://technicalcontents.com/programming/in-socket-programming-in-java-how-to-check-that-that-client-is-connected-to-server/133735/#comments</comments>
		<pubDate>Wed, 16 May 2012 07:58:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Check]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Connected]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Socket]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/in-socket-programming-in-java-how-to-check-that-that-client-is-connected-to-server/133735/</guid>
		<description><![CDATA[I m doing Socket Programming in Java In that I want that Client will be get connected to server forever and as soon server is down Client will get notified Can anybody send me the code of this]]></description>
			<content:encoded><![CDATA[<p>I m doing Socket Programming in Java In that I want that Client will be get connected to server forever and as soon server is down Client will get notified Can anybody send me the code of this</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/in-socket-programming-in-java-how-to-check-that-that-client-is-connected-to-server/133735/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>i have to choose an elective b/w client server computing AND c# and .net programming which is a easy elctive</title>
		<link>http://technicalcontents.com/programming/i-have-to-choose-an-elective-bw-client-server-computing-and-c-and-net-programming-which-is-a-easy-elctive/133605/</link>
		<comments>http://technicalcontents.com/programming/i-have-to-choose-an-elective-bw-client-server-computing-and-c-and-net-programming-which-is-a-easy-elctive/133605/#comments</comments>
		<pubDate>Mon, 14 May 2012 20:37:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Choose]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[elctive]]></category>
		<category><![CDATA[elective]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/i-have-to-choose-an-elective-bw-client-server-computing-and-c-and-net-programming-which-is-a-easy-elctive/133605/</guid>
		<description><![CDATA[i have to choose an elective b/w client server computing AND c# and .net programming which is a easy elctive and i am not so ggod in prograaming]]></description>
			<content:encoded><![CDATA[<p>i have to choose an elective b/w  client server computing  AND c# and .net programming which is a easy elctive and i am not so ggod in prograaming</p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/i-have-to-choose-an-elective-bw-client-server-computing-and-c-and-net-programming-which-is-a-easy-elctive/133605/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LPT programming example in C for ubuntu linux</title>
		<link>http://technicalcontents.com/programming/lpt-programming-example-in-c-for-ubuntu-linux/133599/</link>
		<comments>http://technicalcontents.com/programming/lpt-programming-example-in-c-for-ubuntu-linux/133599/#comments</comments>
		<pubDate>Mon, 14 May 2012 20:32:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[UBUNTU]]></category>

		<guid isPermaLink="false">http://technicalcontents.com/programming/lpt-programming-example-in-c-for-ubuntu-linux/133599/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/lCwv534MGJo?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/lCwv534MGJo?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://technicalcontents.com/programming/lpt-programming-example-in-c-for-ubuntu-linux/133599/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

