<?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>AJAX &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Tue, 10 Jul 2018 17:56:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>JSON &#8211; An Overview</title>
		<link>https://www.techawaken.com/json-overview/</link>
				<comments>https://www.techawaken.com/json-overview/#respond</comments>
				<pubDate>Fri, 08 Jan 2016 10:56:06 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Prototype.js]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=721</guid>
				<description><![CDATA[<p><strong>JSON</strong> stands for <em><strong>JavaScript Object Notation</strong></em>. It is a format for storing and exchanging data. It is based on a subset of the JavaScript Programming Language.<p>
<p>The <strong>file type</strong> for JSON files is "<strong>.json</strong>" and <strong>MIME type</strong> for JSON text is "<strong>application/json</strong>".<p>
<p>
Here are the <em><strong>characteristics</strong> </em>of JSON:
<ol>
	<li>It is a lightweight data-interchange format.</li>
	<li>It is easy for humans to understand.</li>
	<li>It uses Javascript format but it is a text which makes it is completly language independent as text can be read and parsed by any programmng language.</li>
</ol>
</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/" rel="bookmark" title="How to limit the number of characters that can be entered in a textarea or input field?">How to limit the number of characters that can be entered in a textarea or input field? </a></li>
<li><a href="https://www.techawaken.com/magento-ajax-headers-sent-error-solved/" rel="bookmark" title="Magento &#8211; AJAX &quot;Headers already sent&quot; error solved">Magento &#8211; AJAX &quot;Headers already sent&quot; error solved </a></li>
<li><a href="https://www.techawaken.com/disabling-the-form-submit-on-press-of-enter-key/" rel="bookmark" title="Disabling the form submit on press of ENTER key">Disabling the form submit on press of ENTER key </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/json-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Magento &#8211; AJAX &#034;Headers already sent&#034; error solved</title>
		<link>https://www.techawaken.com/magento-ajax-headers-sent-error-solved/</link>
				<comments>https://www.techawaken.com/magento-ajax-headers-sent-error-solved/#comments</comments>
				<pubDate>Tue, 14 May 2013 19:55:59 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=323</guid>
				<description><![CDATA[While working with AJAX in Magento many of you might have received the following error like I did:

<pre>
2013-05-02T10:25:15+00:00 DEBUG (7): HEADERS ALREADY SENT:
[0] /var/www/html/ecomm/app/code/core/Mage/Core/Controller/Response/Http.php:44
[1] /var/www/html/ecomm/lib/Zend/Controller/Response/Abstract.php:727
[2] /var/www/html/ecomm/app/code/core/Mage/Core/Controller/Response/Http.php:75
[3] /var/www/html/ecomm/app/code/core/Mage/Core/Controller/Varien/Front.php:188
[4] /var/www/html/ecomm/app/code/core/Mage/Core/Model/App.php:304
[5] /var/www/html/ecomm/app/Mage.php:599
[6] /var/www/html/ecomm/index.php:104
</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/fatal-error-declaration-of-zend_pdf_fileparserdatasource_file__construct-must-be-compatible-with-zend_pdf_fileparserdatasource__construct/" rel="bookmark" title="Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource::__construct()">Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource::__construct() </a></li>
<li><a href="https://www.techawaken.com/magento-check-if-the-current-page-is-home-page/" rel="bookmark" title="Magento check if the current page is home page">Magento check if the current page is home page </a></li>
<li><a href="https://www.techawaken.com/500-errors-with-magento-installationupgrade/" rel="bookmark" title="500 errors with Magento installation/upgrade">500 errors with Magento installation/upgrade </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/magento-ajax-headers-sent-error-solved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
	</channel>
</rss>
