<?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; science</title>
	<atom:link href="http://errors-geek.com/tag/science/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>World News 24/365 / [Python] Tips for making a fraction calculator &#8230;</title>
		<link>http://errors-geek.com/general/world-news-24365-python-tips-for-making-a-fraction-calculator/</link>
		<comments>http://errors-geek.com/general/world-news-24365-python-tips-for-making-a-fraction-calculator/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 00:06:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[military]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[real-estate]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/world-news-24365-python-tips-for-making-a-fraction-calculator/</guid>
		<description><![CDATA[[ Python] Tips for making a fraction calculator code more optimized (faster and using less memory). Hello Everyone,. Basicly, what I need for the program to do is to act a as simple fraction calculator (for addition, subtraction, ...]]></description>
			<content:encoded><![CDATA[<p>[ Python] Tips for making a fraction calculator code more optimized (faster and using less memory). Hello Everyone,. Basicly, what I need for the program to do is to act a as simple fraction calculator (for addition, subtraction, &#8230;</p>
<p>Original post:<br />
<a target="_blank" href="http://www.worldnews24365.com/misc/3254320/python-tips-for-making-a-fraction-calculator-code-more-optimized-faster-and-using-less-memory/" title="World News 24/365 / [Python] Tips for making a fraction calculator ...">World News 24/365 / [Python] Tips for making a fraction calculator &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/world-news-24365-python-tips-for-making-a-fraction-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlimited PHP Function Parameters</title>
		<link>http://errors-geek.com/php/unlimited-php-function-parameters/</link>
		<comments>http://errors-geek.com/php/unlimited-php-function-parameters/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 07:03:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[func-num-args]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/unlimited-php-function-parameters/</guid>
		<description><![CDATA[... to define an infinite number of arguments in such a way. PHP does, however, allow you to accomplish this through the function func_get_args(). Related posts: Strings and Output in PHP; Don’t Fear the Re(cursion)aper; PHP Error Handling .]]></description>
			<content:encoded><![CDATA[<p>&#8230; to define an infinite number of arguments in such a way. PHP does, however, allow you to accomplish this through the function func_get_args(). Related posts: Strings and Output in PHP; Don’t Fear the Re(cursion)aper; PHP Error Handling .</p>
<p>See the original post here: <br />
<a target="_blank" href="http://tinsology.net/2009/07/unlimited-php-function-parameters/" title="Unlimited PHP Function Parameters">Unlimited PHP Function Parameters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/unlimited-php-function-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Error Handling &#124; Tinsology</title>
		<link>http://errors-geek.com/php/php-error-handling-tinsology/</link>
		<comments>http://errors-geek.com/php/php-error-handling-tinsology/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:47:56 +0000</pubDate>
		<dc:creator>Geek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tinsley]]></category>
		<category><![CDATA[tinsology]]></category>

		<guid isPermaLink="false">http://errors-geek.com/uncategorized/php-error-handling-tinsology/</guid>
		<description><![CDATA[Previously I wrote about Exceptions as a way of dealing with error cases in PHP. Exceptions are a great way to anticipate errors and handle them appropriately.]]></description>
			<content:encoded><![CDATA[<p>Previously I wrote about Exceptions as a way of dealing with error cases in PHP. Exceptions are a great way to anticipate errors and handle them appropriately.</p>
<p>Here is the original: <br />
<a target="_blank" href="http://tinsology.net/2009/04/php-error-handling/" title="PHP Error Handling | Tinsology">PHP Error Handling | Tinsology</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-error-handling-tinsology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advance PHP Error with httaccess</title>
		<link>http://errors-geek.com/general/advance-php-error-with-httaccess/</link>
		<comments>http://errors-geek.com/general/advance-php-error-with-httaccess/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 10:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/advance-php-error-with-httaccess/</guid>
		<description><![CDATA[ PHP error handling for production servers php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_flag log_errors on php_flag ignore_repeated_errors off php_flag ignore_repeated_source off php_flag ...]]></description>
			<content:encoded><![CDATA[<p> PHP error handling for production servers php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_flag log_errors on php_flag ignore_repeated_errors off php_flag ignore_repeated_source off php_flag &#8230;</p>
<p>Read more:<br />
<a target="_blank" href="http://manizz21-gobl0gz.blogspot.com/2011/02/advance-php-error-with-httaccess.html" title="Advance PHP Error with httaccess">Advance PHP Error with httaccess</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/advance-php-error-with-httaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rick Byers : Customizing PDB lookup for source information in &#8230;</title>
		<link>http://errors-geek.com/general/rick-byers-customizing-pdb-lookup-for-source-information-in/</link>
		<comments>http://errors-geek.com/general/rick-byers-customizing-pdb-lookup-for-source-information-in/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 11:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[clr]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[rick-byers]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[steve-steiner]]></category>
		<category><![CDATA[visual-studio]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/rick-byers-customizing-pdb-lookup-for-source-information-in/</guid>
		<description><![CDATA[Bugfree.dk &#187; Blog Archive &#187; Asp. Net error handling by HttpModule. Monday, September 15, 2008 5:39 AM by Bugfree.dk &#187; Blog Archive &#187; Asp. Net error handling by HttpModule ...]]></description>
			<content:encoded><![CDATA[<p>Bugfree.dk &raquo; Blog Archive &raquo; Asp. Net error handling by HttpModule. Monday, September 15, 2008 5:39 AM by Bugfree.dk &raquo; Blog Archive &raquo; Asp. Net error handling by HttpModule &#8230;</p>
<p>See the original post:<br />
<a target="_blank" href="http://blogs.msdn.com/rmbyers/archive/2007/06/21/customizing-pdb-lookup-for-source-information-in-stacktrace.aspx" title="Rick Byers : Customizing PDB lookup for source information in ...">Rick Byers : Customizing PDB lookup for source information in &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/rick-byers-customizing-pdb-lookup-for-source-information-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

