<?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; script</title>
	<atom:link href="http://errors-geek.com/tag/script/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>jQuery $.ajax error handling &#8211; Stack Overflow</title>
		<link>http://errors-geek.com/php/jquery-ajax-error-handling-stack-overflow/</link>
		<comments>http://errors-geek.com/php/jquery-ajax-error-handling-stack-overflow/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 01:07:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[answer]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[mb34]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/jquery-ajax-error-handling-stack-overflow/</guid>
		<description><![CDATA[error handling in an ajaxcall &#183; Jquery error handling options &#183; how to catch ajax query post error? AJAX error handling with jQuery: should I use $.ajaxSetup() or $.fn.ajaxError() &#183; jQuery ajax error handling with “script” dataType ... ]]></description>
			<content:encoded><![CDATA[<p>error handling in an ajaxcall &middot; Jquery error handling options &middot; how to catch ajax query post error? AJAX error handling with jQuery: should I use $.ajaxSetup() or $.fn.ajaxError() &middot; jQuery ajax error handling with “script” dataType &#8230; </p>
<p>View original here:<br />
<a target="_blank" href="http://stackoverflow.com/questions/9120002/jquery-ajax-error-handling" title="jQuery $.ajax error handling - Stack Overflow">jQuery $.ajax error handling &#8211; Stack Overflow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/jquery-ajax-error-handling-stack-overflow/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>PHP CodeIgnitor: PHP :: Error Handling</title>
		<link>http://errors-geek.com/php/php-codeignitor-php-error-handling/</link>
		<comments>http://errors-geek.com/php/php-codeignitor-php-error-handling/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 18:40: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[database]]></category>
		<category><![CDATA[ending-script]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-codeignitor-php-error-handling/</guid>
		<description><![CDATA[Labels: die() function, E_USER_ERROR, E_USER_NOTICE, E_USER_WARNING, error_context, error_file, error_function, error_level, error_line, error_message, fopen(), PHP Error Handling , set_error_handler ... ]]></description>
			<content:encoded><![CDATA[<p>Labels: die() function, E_USER_ERROR, E_USER_NOTICE, E_USER_WARNING, error_context, error_file, error_function, error_level, error_line, error_message, fopen(), PHP Error Handling , set_error_handler &#8230; </p>
<p>Here is the original:<br />
<a target="_blank" href="http://phpcodeignitor.blogspot.com/2011/07/php-error-handling.html" title="PHP CodeIgnitor: PHP :: Error Handling">PHP CodeIgnitor: PHP :: Error Handling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-codeignitor-php-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ms .Net Stuff by Jayaram</title>
		<link>http://errors-geek.com/net/ms-net-stuff-by-jayaram/</link>
		<comments>http://errors-geek.com/net/ms-net-stuff-by-jayaram/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 09:21:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[actual]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[popular-posts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/ms-net-stuff-by-jayaram/</guid>
		<description><![CDATA[ Net Error Handling Techniques. Show a Generic Error Message It will be better, if we suppress the technical error message and instead show a generic error message to the user when there is an error occurred in the server ... ]]></description>
			<content:encoded><![CDATA[<p> Net Error Handling Techniques. Show a Generic Error Message It will be better, if we suppress the technical error message and instead show a generic error message to the user when there is an error occurred in the server &#8230; </p>
<p>Originally posted here:<br />
<a target="_blank" href="http://dotnetcorn.blogspot.com/2011/07/error-handling-in-aspnet-ajax.html" title="Ms .Net Stuff by Jayaram">Ms .Net Stuff by Jayaram</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/net/ms-net-stuff-by-jayaram/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>designsguru: PHP Error Handling</title>
		<link>http://errors-geek.com/php/designsguru-php-error-handling/</link>
		<comments>http://errors-geek.com/php/designsguru-php-error-handling/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 21:20:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[contributors]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ending-script]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[widgetbox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/designsguru-php-error-handling/</guid>
		<description><![CDATA[ PHP Error Handling . PHP Error Handling . PHP and MySQL Web Development (4th Edition) When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very ...]]></description>
			<content:encoded><![CDATA[<p> PHP Error Handling . PHP Error Handling . PHP and MySQL Web Development (4th Edition) When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very &#8230;</p>
<p>Originally posted here: <br />
<a target="_blank" href="http://designsguru.blogspot.com/2011/03/php-error-handling.html" title="designsguru: PHP Error Handling">designsguru: PHP Error Handling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/designsguru-php-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EventScripts Forums • View topic &#8211; How to compile a script es-python</title>
		<link>http://errors-geek.com/general/eventscripts-forums-%e2%80%a2-view-topic-how-to-compile-a-script-es-python/</link>
		<comments>http://errors-geek.com/general/eventscripts-forums-%e2%80%a2-view-topic-how-to-compile-a-script-es-python/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 00:27:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[forumyou]]></category>
		<category><![CDATA[mattie]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripts-forums]]></category>
		<category><![CDATA[scripts-plugin]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[steam-friends]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/eventscripts-forums-%e2%80%a2-view-topic-how-to-compile-a-script-es-python/</guid>
		<description><![CDATA[Forums » Mattie's EventScripts Plugin » EventScripts 2.x Beta - Discussion » General Python Tips ... Forums » Mattie's EventScripts Plugin » EventScripts 2.x Beta - Discussion » General Python Tips ...]]></description>
			<content:encoded><![CDATA[<p>Forums » Mattie&#8217;s EventScripts Plugin » EventScripts 2.x Beta &#8211; Discussion » General Python Tips &#8230; Forums » Mattie&#8217;s EventScripts Plugin » EventScripts 2.x Beta &#8211; Discussion » General Python Tips &#8230;</p>
<p>Here is the original: <br />
<a target="_blank" href="http://forums.eventscripts.com/viewtopic.php?t=39524&amp;p=353983" title="EventScripts Forums • View topic - How to compile a script es-python">EventScripts Forums • View topic &#8211; How to compile a script es-python</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/eventscripts-forums-%e2%80%a2-view-topic-how-to-compile-a-script-es-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Python Tips • How to compile a script es-python</title>
		<link>http://errors-geek.com/general/general-python-tips-%e2%80%a2-how-to-compile-a-script-es-python/</link>
		<comments>http://errors-geek.com/general/general-python-tips-%e2%80%a2-how-to-compile-a-script-es-python/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:27:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[forumyou]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripts-plugin]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/general-python-tips-%e2%80%a2-how-to-compile-a-script-es-python/</guid>
		<description><![CDATA[I don't understand what your asking. Are you asking for a script for a game, or a python script by itself? Statistics: Posted Author: Undead - 2010-07-30, 11:24 pm - Replies 4 - Views 67.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t understand what your asking. Are you asking for a script for a game, or a python script by itself? Statistics: Posted Author: Undead &#8211; 2010-07-30, 11:24 pm &#8211; Replies 4 &#8211; Views 67.</p>
<p>See more here: <br />
<a target="_blank" href="http://forums.eventscripts.com/viewtopic.php?t=39524&amp;p=353983#p353983" title="General Python Tips • How to compile a script es-python">General Python Tips • How to compile a script es-python</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/general-python-tips-%e2%80%a2-how-to-compile-a-script-es-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Error Handling- Creating a Custom Error Handler &#124; Web Design &#8230;</title>
		<link>http://errors-geek.com/php/php-error-handling-creating-a-custom-error-handler-web-design/</link>
		<comments>http://errors-geek.com/php/php-error-handling-creating-a-custom-error-handler-web-design/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:10:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[handler]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vacation]]></category>
		<category><![CDATA[virtual-office]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/php-error-handling-creating-a-custom-error-handler-web-design/</guid>
		<description><![CDATA[Creating a Custom Error Handler A Custom Error Handler is a special function which is called when an error occurs in PHP. This function should accept at.]]></description>
			<content:encoded><![CDATA[<p>Creating a Custom Error Handler A Custom Error Handler is a special function which is called when an error occurs in PHP. This function should accept at.</p>
<p>See the original post here:<br />
<a target="_blank" href="http://www.goweb99.com/blog/php-tutorial/php-error-handling-creating-a-custom-error-handler/" title="PHP Error Handling- Creating a Custom Error Handler | Web Design ...">PHP Error Handling- Creating a Custom Error Handler | Web Design &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/php-error-handling-creating-a-custom-error-handler-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Errors &amp; Error Triggers &#124; Web Design company &#8211; Goweb99 blog</title>
		<link>http://errors-geek.com/php/custom-errors-error-triggers-web-design-company-goweb99-blog/</link>
		<comments>http://errors-geek.com/php/custom-errors-error-triggers-web-design-company-goweb99-blog/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 03:51:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[ending-script]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[php-tutorial]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[testimonials]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vacation]]></category>
		<category><![CDATA[virtual-office]]></category>
		<category><![CDATA[website-hosting]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/custom-errors-error-triggers-web-design-company-goweb99-blog/</guid>
		<description><![CDATA[Recent Posts. Custom Errors &#38; Error Triggers · PHP Error Handling - die() Statement · PHP E-mail Injections &#38; Stopping Them · PHP Sending E-mails · PHP Destroying a Session. Tags Cloud. associative array BPO. Business Process outsourcing ...]]></description>
			<content:encoded><![CDATA[<p>Recent Posts. Custom Errors &amp; Error Triggers · PHP Error Handling &#8211; die() Statement · PHP E-mail Injections &amp; Stopping Them · PHP Sending E-mails · PHP Destroying a Session. Tags Cloud. associative array BPO. Business Process outsourcing &#8230;</p>
<p>Go here to see the original: <br />
<a target="_blank" href="http://www.goweb99.com/blog/php-tutorial/custom-errors-error-triggers/" title="Custom Errors &amp; Error Triggers | Web Design company - Goweb99 blog">Custom Errors &amp; Error Triggers | Web Design company &#8211; Goweb99 blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/custom-errors-error-triggers-web-design-company-goweb99-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

