<?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; code</title>
	<atom:link href="http://errors-geek.com/tag/code/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>PHP: PHP Exception Handling</title>
		<link>http://errors-geek.com/php/php-php-exception-handling/</link>
		<comments>http://errors-geek.com/php/php-php-exception-handling/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 07:06:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example-explained]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[exception-handling]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[the-exception]]></category>
		<category><![CDATA[throw-and-catch]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-php-exception-handling/</guid>
		<description><![CDATA[PHP Exception Handling &#183; PHP Error Handling &#183; PHP Secure E-mails &#183; PHP Sending E-mails &#183; tutorial PHP Sessions &#183; PHP Cookies &#183; PHP File Upload &#183; PHP File Handling &#183; PHP Include File &#183; PHP Date() Function &#183; PHP ... ]]></description>
			<content:encoded><![CDATA[<p>PHP Exception Handling &middot; PHP Error Handling &middot; PHP Secure E-mails &middot; PHP Sending E-mails &middot; tutorial PHP Sessions &middot; PHP Cookies &middot; PHP File Upload &middot; PHP File Handling &middot; PHP Include File &middot; PHP Date() Function &middot; PHP &#8230; </p>
<p>Originally posted here:<br />
<a target="_blank" href="http://newphptutorial.blogspot.com/2011/11/php-exception-handling.html" title="PHP: PHP Exception Handling">PHP: PHP Exception Handling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-php-exception-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: PHP Error Handling</title>
		<link>http://errors-geek.com/php/php-php-error-handling/</link>
		<comments>http://errors-geek.com/php/php-php-error-handling/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 06:13:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[ending-script]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-php-error-handling/</guid>
		<description><![CDATA[ PHP Error Handling . The default error handling in PHP is very simple. An error message with filename, line number and a message describing the error is sent to the browser. ... ]]></description>
			<content:encoded><![CDATA[<p> PHP Error Handling . The default error handling in PHP is very simple. An error message with filename, line number and a message describing the error is sent to the browser. &#8230; </p>
<p>Excerpt from:<br />
<a target="_blank" href="http://newphptutorial.blogspot.com/2011/11/php-error-handling.html" title="PHP: PHP Error Handling">PHP: PHP Error Handling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-php-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Yipit Django Blog » Why You Need a Git Pre-Commit Hook and Why &#8230;</title>
		<link>http://errors-geek.com/general/yipit-django-blog-%c2%bb-why-you-need-a-git-pre-commit-hook-and-why/</link>
		<comments>http://errors-geek.com/general/yipit-django-blog-%c2%bb-why-you-need-a-git-pre-commit-hook-and-why/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 21:16:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[checks]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codebase]]></category>
		<category><![CDATA[entire]]></category>
		<category><![CDATA[goldin-this]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[steve-pulec]]></category>
		<category><![CDATA[yipit-on-github]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/yipit-django-blog-%c2%bb-why-you-need-a-git-pre-commit-hook-and-why/</guid>
		<description><![CDATA[ Django Tips and Best Practices. HOME &#183; Why &#183; Yipit on GitHub &#183; Yipit.com &#183; « How Yipit Deploys Django. Why You Need a Git Pre-Commit Hook and Why Most Are Wrong. Tweet. A pre-commit hook is a piece of code that runs ... ]]></description>
			<content:encoded><![CDATA[<p> Django Tips and Best Practices. HOME &middot; Why &middot; Yipit on GitHub &middot; Yipit.com &middot; « How Yipit Deploys Django. Why You Need a Git Pre-Commit Hook and Why Most Are Wrong. Tweet. A pre-commit hook is a piece of code that runs &#8230; </p>
<p>View original post here:<br />
<a target="_blank" href="http://tech.yipit.com/2011/11/16/183772396/" title="Yipit Django Blog » Why You Need a Git Pre-Commit Hook and Why ...">Yipit Django Blog » Why You Need a Git Pre-Commit Hook and Why &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/yipit-django-blog-%c2%bb-why-you-need-a-git-pre-commit-hook-and-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-SQL Error Handling &#8211; SQL &#8211; Snipplr Social Snippet Repository</title>
		<link>http://errors-geek.com/python/t-sql-error-handling-sql-snipplr-social-snippet-repository/</link>
		<comments>http://errors-geek.com/python/t-sql-error-handling-sql-snipplr-social-snippet-repository/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 05:47:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code-snippets]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[snipplr]]></category>
		<category><![CDATA[source-code]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/t-sql-error-handling-sql-snipplr-social-snippet-repository/</guid>
		<description><![CDATA[ ... SQL Server T-SQL stored procedure that takes a parameter &#183; Python: error handling &#183; error handling &#183; Handling Ajax HTTP Error Response &#183; Unable to delete or disable SQL Server job due to error regarding MSX server ... ]]></description>
			<content:encoded><![CDATA[<p> &#8230; SQL Server T-SQL stored procedure that takes a parameter &middot; Python: error handling &middot; error handling &middot; Handling Ajax HTTP Error Response &middot; Unable to delete or disable SQL Server job due to error regarding MSX server &#8230; </p>
<p>More here: <br />
<a target="_blank" href="http://snipplr.com/view/60152/tsql-error-handling/" title="T-SQL Error Handling - SQL - Snipplr Social Snippet Repository">T-SQL Error Handling &#8211; SQL &#8211; Snipplr Social Snippet Repository</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/t-sql-error-handling-sql-snipplr-social-snippet-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP error handling &#124; theranjeet.com</title>
		<link>http://errors-geek.com/php/php-error-handling-theranjeet-com/</link>
		<comments>http://errors-geek.com/php/php-error-handling-theranjeet-com/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 20:38:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[classes-in-php]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[objects-in-php]]></category>
		<category><![CDATA[php4-amp-php5]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session-objects]]></category>
		<category><![CDATA[theranjeet-com]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-error-handling-theranjeet-com/</guid>
		<description><![CDATA[Error handling is very important in any programming languages. When error occurs the error message with filename ,line no is displayed on the browser. When we are creating scripts the error handling is very important . ... ]]></description>
			<content:encoded><![CDATA[<p>Error handling is very important in any programming languages. When error occurs the error message with filename ,line no is displayed on the browser. When we are creating scripts the error handling is very important . &#8230; </p>
<p>View original here: <br />
<a target="_blank" href="http://theranjeet.com/php-error-handling/" title="PHP error handling | theranjeet.com">PHP error handling | theranjeet.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-error-handling-theranjeet-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Ruby [iterator control structures] « Julio Terra</title>
		<link>http://errors-geek.com/php/learning-ruby-iterator-control-structures-%c2%ab-julio-terra/</link>
		<comments>http://errors-geek.com/php/learning-ruby-iterator-control-structures-%c2%ab-julio-terra/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 08:46:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code-block]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[learning-ruby]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[this-gist]]></category>
		<category><![CDATA[yielding-method]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/learning-ruby-iterator-control-structures-%c2%ab-julio-terra/</guid>
		<description><![CDATA[Learning Ruby [loop control structures] &#183; Learning Ruby [error handling control structures] ». Learning Ruby [iterator control structures]. Iterators are methods that have the ability to iterate through a collection, ... ]]></description>
			<content:encoded><![CDATA[<p>Learning Ruby [loop control structures] &middot; Learning Ruby [error handling control structures] ». Learning Ruby [iterator control structures]. Iterators are methods that have the ability to iterate through a collection, &#8230; </p>
<p>Original post:<br />
<a target="_blank" href="http://julioterra.com/journal/2011/10/learning-ruby-iterator-control-structures/" title="Learning Ruby [iterator control structures] « Julio Terra">Learning Ruby [iterator control structures] « Julio Terra</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/learning-ruby-iterator-control-structures-%c2%ab-julio-terra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kemp Project: Python tips &#8211; List iteration and item removal</title>
		<link>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/</link>
		<comments>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:06:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[python-tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[useful-posts]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/</guid>
		<description><![CDATA[ Python tips - List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data ... ]]></description>
			<content:encoded><![CDATA[<p> Python tips &#8211; List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data &#8230; </p>
<p>Go here to see the original: <br />
<a target="_blank" href="http://kempproject.blogspot.com/2011/09/python-tips-list-iteration-and-item.html" title="The Kemp Project: Python tips - List iteration and item removal">The Kemp Project: Python tips &#8211; List iteration and item removal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kemp Project: Python tips &#8211; List iteration and item removal</title>
		<link>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/</link>
		<comments>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:06:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[python-tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[useful-posts]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/</guid>
		<description><![CDATA[ Python tips - List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data ... ]]></description>
			<content:encoded><![CDATA[<p> Python tips &#8211; List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data &#8230; </p>
<p>Excerpt from:<br />
<a target="_blank" href="http://kempproject.blogspot.com/2011/09/python-tips-list-iteration-and-item.html" title="The Kemp Project: Python tips - List iteration and item removal">The Kemp Project: Python tips &#8211; List iteration and item removal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Exception Handling By Edward G. Nilges &#124; inspireinfo.net</title>
		<link>http://errors-geek.com/general/net-exception-handling-by-edward-g-nilges-inspireinfo-net/</link>
		<comments>http://errors-geek.com/general/net-exception-handling-by-edward-g-nilges-inspireinfo-net/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 22:32:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[inspireinfo-net]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/net-exception-handling-by-edward-g-nilges-inspireinfo-net/</guid>
		<description><![CDATA[ NET error handling DLL, can be downloaded from this link (zip file): Trying the errorHandler out. In the shipped code itemized in the next section, run errorHandlerTest.EXE to see the following screen: This entry was posted in ... ]]></description>
			<content:encoded><![CDATA[<p> NET error handling DLL, can be downloaded from this link (zip file): Trying the errorHandler out. In the shipped code itemized in the next section, run errorHandlerTest.EXE to see the following screen: This entry was posted in &#8230; </p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://inspireinfo.net/?p=26" title=".NET Exception Handling By Edward G. Nilges | inspireinfo.net">.NET Exception Handling By Edward G. Nilges | inspireinfo.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/net-exception-handling-by-edward-g-nilges-inspireinfo-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

