<?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>Errors &#38; Geeks &#187; program</title>
	<atom:link href="http://errors-geek.com/tag/program/feed/" rel="self" type="application/rss+xml" />
	<link>http://errors-geek.com</link>
	<description>Coding Tips &#38; Tricks</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:02:05 +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>HandlingExceptions &#8211; PythonInfo Wiki</title>
		<link>http://errors-geek.com/general/handlingexceptions-pythoninfo-wiki/</link>
		<comments>http://errors-geek.com/general/handlingexceptions-pythoninfo-wiki/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 12:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[divide-by-zero]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[handlingexceptions]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[line-numbers]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/handlingexceptions-pythoninfo-wiki/</guid>
		<description><![CDATA[General Error Catching. Sometimes, you want to catch all errors that could possibly be generated, but usually you don&#039;t.In most cases, you want to be as specific as possible (CatchWhatYouCanHandle). ... ]]></description>
			<content:encoded><![CDATA[<p>General Error Catching. Sometimes, you want to catch all errors that could possibly be generated, but usually you don&#039;t.In most cases, you want to be as specific as possible (CatchWhatYouCanHandle). &#8230; </p>
<p>Read more from the original source: <br />
<a target="_blank" href="http://wiki.python.org/moin/HandlingExceptions" title="HandlingExceptions - PythonInfo Wiki">HandlingExceptions &#8211; PythonInfo Wiki</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/handlingexceptions-pythoninfo-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Error Handling &#124; Expert PHP Developer</title>
		<link>http://errors-geek.com/php/php-error-handling-expert-php-developer/</link>
		<comments>http://errors-geek.com/php/php-error-handling-expert-php-developer/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:18:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[during-the-program]]></category>
		<category><![CDATA[function-which]]></category>
		<category><![CDATA[generated-during]]></category>
		<category><![CDATA[good-programming]]></category>
		<category><![CDATA[let-developer]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[the-program]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-error-handling-expert-php-developer/</guid>
		<description><![CDATA[PHP has set of functions which can deal with the handling the errors are generated during the program execution. As a good programming practice it is good to use the Error Handling function which let developer to handle the ... ]]></description>
			<content:encoded><![CDATA[<p>PHP has set of functions which can deal with the handling the errors are generated during the program execution. As a good programming practice it is good to use the Error Handling function which let developer to handle the &#8230; </p>
<p>More: <br />
<a target="_blank" href="http://www.xpertdeveloper.com/2011/10/php-error-handling/" title="PHP Error Handling | Expert PHP Developer">PHP Error Handling | Expert PHP Developer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-error-handling-expert-php-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error vs Exception, Part 4 &#8211; Anvil Studios</title>
		<link>http://errors-geek.com/general/error-vs-exception-part-4-anvil-studios/</link>
		<comments>http://errors-geek.com/general/error-vs-exception-part-4-anvil-studios/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 13:36:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[abraham]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/error-vs-exception-part-4-anvil-studios/</guid>
		<description><![CDATA[In this instalment, having covered the basics of PHP error handling in part 1, the need for exceptions in part 2, and how to work with exceptions in part 3, let&#039;s take a look at error- and exception-handling methodology. ... ]]></description>
			<content:encoded><![CDATA[<p>In this instalment, having covered the basics of PHP error handling in part 1, the need for exceptions in part 2, and how to work with exceptions in part 3, let&#039;s take a look at error- and exception-handling methodology. &#8230; </p>
<p>View post: <br />
<a target="_blank" href="http://anvilstudios.co.za/blog/php/error-vs-exception-part-4/" title="Error vs Exception, Part 4 - Anvil Studios">Error vs Exception, Part 4 &#8211; Anvil Studios</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/error-vs-exception-part-4-anvil-studios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Error Handling // Php Error Handling &#8211; PankRotiVara Blogi</title>
		<link>http://errors-geek.com/php/php-error-handling-php-error-handling-pankrotivara-blogi/</link>
		<comments>http://errors-geek.com/php/php-error-handling-php-error-handling-pankrotivara-blogi/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 07:31:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[checking-code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[creating-scripts]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[your-code]]></category>
		<category><![CDATA[your-program]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-error-handling-php-error-handling-pankrotivara-blogi/</guid>
		<description><![CDATA[ php error handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program There.]]></description>
			<content:encoded><![CDATA[<p> php error handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program There.</p>
<p>See the original post:<br />
<a target="_blank" href="http://pankrotivara.tk/2011/07/php-error-handling/" title="Php Error Handling // Php Error Handling - PankRotiVara Blogi">Php Error Handling // Php Error Handling &#8211; PankRotiVara Blogi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-error-handling-php-error-handling-pankrotivara-blogi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From IDL to Python: .r and %run and Debugging</title>
		<link>http://errors-geek.com/python/from-idl-to-python-r-and-run-and-debugging/</link>
		<comments>http://errors-geek.com/python/from-idl-to-python-r-and-run-and-debugging/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 19:46:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[idl]]></category>
		<category><![CDATA[numberofposts]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[python-idioms]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[summarylength]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/from-idl-to-python-r-and-run-and-debugging/</guid>
		<description><![CDATA[Useful links about Python. Scipy &#183; Introduction to OOP with Python &#183; Python tips , tricks, and hacks &#183; Python Idioms &#183; Python Bootcamp lectures &#183; IDL vs. Python &#183; conversion IDL to Python ... ]]></description>
			<content:encoded><![CDATA[<p>Useful links about Python. Scipy &middot; Introduction to OOP with Python &middot; Python tips , tricks, and hacks &middot; Python Idioms &middot; Python Bootcamp lectures &middot; IDL vs. Python &middot; conversion IDL to Python &#8230; </p>
<p>Here is the original: <br />
<a target="_blank" href="http://idl2python.blogspot.com/2011/06/r-and-run-and-debugging.html" title="From IDL to Python: .r and %run and Debugging">From IDL to Python: .r and %run and Debugging</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/from-idl-to-python-r-and-run-and-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhP Program Coding</title>
		<link>http://errors-geek.com/php/php-program-coding/</link>
		<comments>http://errors-geek.com/php/php-program-coding/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 18:37:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[ending-script]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[program-coding]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-program-coding/</guid>
		<description><![CDATA[ PHP Error Handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks. ...]]></description>
			<content:encoded><![CDATA[<p> PHP Error Handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks. &#8230;</p>
<p>Read the original post: <br />
<a target="_blank" href="http://phpprojectcode.blogspot.com/2011/04/php-error-handling-when-creating.html" title="PhP Program Coding">PhP Program Coding</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-program-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: How do we log errors that happen? &#124; answers hiwav</title>
		<link>http://errors-geek.com/php/php-how-do-we-log-errors-that-happen-answers-hiwav/</link>
		<comments>http://errors-geek.com/php/php-how-do-we-log-errors-that-happen-answers-hiwav/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 04:18:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[answers-hiwav]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[october-2010]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[september-2010]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-how-do-we-log-errors-that-happen-answers-hiwav/</guid>
		<description><![CDATA[ php error handling is tricky, and there are many points to take into account. In php, we have 3 types of errors: Fatal errors, like calling an undefined function. There's not much you can do about them. At least, set display_errors=0, ...]]></description>
			<content:encoded><![CDATA[<p> php error handling is tricky, and there are many points to take into account. In php, we have 3 types of errors: Fatal errors, like calling an undefined function. There&#8217;s not much you can do about them. At least, set display_errors=0, &#8230;</p>
<p>Read more:<br />
<a target="_blank" href="http://answers.hiwav.com/php-how-do-we-log-errors-that-happen/" title="PHP: How do we log errors that happen? | answers hiwav">PHP: How do we log errors that happen? | answers hiwav</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-how-do-we-log-errors-that-happen-answers-hiwav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usman Transition Blog » PHP Error Handling</title>
		<link>http://errors-geek.com/php/usman-transition-blog-%c2%bb-php-error-handling/</link>
		<comments>http://errors-geek.com/php/usman-transition-blog-%c2%bb-php-error-handling/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 22:39:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[checking-code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[creating-scripts]]></category>
		<category><![CDATA[may-look]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[very-unprofessional]]></category>
		<category><![CDATA[your-code]]></category>
		<category><![CDATA[your-program]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/usman-transition-blog-%c2%bb-php-error-handling/</guid>
		<description><![CDATA[ PHP Error Handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks. ...]]></description>
			<content:encoded><![CDATA[<p> PHP Error Handling . When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks. &#8230;</p>
<p>Continued here: <br />
<a target="_blank" href="http://blog.binadarma.ac.id/usman/?p=735" title="Usman Transition Blog » PHP Error Handling">Usman Transition Blog » PHP Error Handling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/usman-transition-blog-%c2%bb-php-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fbruteforcer.py</title>
		<link>http://errors-geek.com/python/fbruteforcer-py/</link>
		<comments>http://errors-geek.com/python/fbruteforcer-py/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:37:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[fbruteforcer-py]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordlist]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/fbruteforcer-py/</guid>
		<description><![CDATA[Full python error handling … Use this at your own risk . #!/usr/bin/python # This is facebook bruteforcer tools # This was written for educational purpose and pentest only. Use it at your own risk. # Author ]]></description>
			<content:encoded><![CDATA[<p>Full python error handling … Use this at your own risk . #!/usr/bin/python # This is facebook bruteforcer tools # This was written for educational purpose and pentest only. Use it at your own risk. # Author </p>
<p>Excerpt from:<br />
<a target="_blank" href="http://gunslingerc0de.wordpress.com/2010/07/27/fbruteforcer-py/" title="fbruteforcer.py">fbruteforcer.py</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/fbruteforcer-py/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ball Python Feeding Tips &#124; BHBodeezy</title>
		<link>http://errors-geek.com/general/ball-python-feeding-tips-bhbodeezy/</link>
		<comments>http://errors-geek.com/general/ball-python-feeding-tips-bhbodeezy/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 11:24:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[browse-by-tags]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[medical]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/ball-python-feeding-tips-bhbodeezy/</guid>
		<description><![CDATA[... popular snakes in the pet industry today. Many keepers complain that their ball pythons are “finicky” and refuse to eat. In this video, Brandon will share some feeding tips to overcome such challenges. :ball, feeding, Python, Tips ...]]></description>
			<content:encoded><![CDATA[<p>&#8230; popular snakes in the pet industry today. Many keepers complain that their ball pythons are “finicky” and refuse to eat. In this video, Brandon will share some feeding tips to overcome such challenges. :ball, feeding, Python, Tips &#8230;</p>
<p>Read more:<br />
<a target="_blank" href="http://bhbodeezy.com/python/ball-python-feeding-tips/" title="Ball Python Feeding Tips | BHBodeezy">Ball Python Feeding Tips | BHBodeezy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/ball-python-feeding-tips-bhbodeezy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

