<?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>Javascript &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/javascript-2/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>Fri, 12 Oct 2018 16:53:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to use cookies in JavaScript?</title>
		<link>https://www.techawaken.com/javascript-cookies/</link>
				<comments>https://www.techawaken.com/javascript-cookies/#respond</comments>
				<pubDate>Mon, 10 Sep 2018 16:40:33 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">https://www.techawaken.com/?p=850</guid>
				<description><![CDATA[<p>A Cookie is a piece of information that is stored locally on users browser and is sent with each HTTP request to the server. HTTP being a stateless protocol, cookies provide a mechanism by which we can remember user preferences and share information between web pages.</p>
<p>The cookies have a limit of 4KB thus when this limit is reached, you will likely be unable to create a new cookie. To make it more clear, size of all cookies under a specific domain cannot exceed 4KB.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/preventing-a-page-from-being-cached-in-browser/" rel="bookmark" title="Preventing a page from being cached in browser">Preventing a page from being cached in browser </a></li>
<li><a href="https://www.techawaken.com/login-admin-entering-correct-username-password/" rel="bookmark" title="Cannot login in admin even after entering the correct username and password">Cannot login in admin even after entering the correct username and password </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/javascript-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<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>How to move the JS file includes to footer in Magento</title>
		<link>https://www.techawaken.com/move-js-file-includes-footer-magento/</link>
				<comments>https://www.techawaken.com/move-js-file-includes-footer-magento/#respond</comments>
				<pubDate>Sat, 14 Nov 2015 19:07:06 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Optimize]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=717</guid>
				<description><![CDATA[<p>In order to reduce the initial load time of page, it is recommended to move all the <strong>JS</strong> includes in the <strong>&#60;head&#62;</strong> section of web page to the footer. Lets see how we can do it in Magento.</p>
<p><strong><span style="text-decoration: underline;">Step 1:</span> Add Layout Updates</strong></p>
<p>Create a child block of <strong>"before_body_end"</strong> named <strong>"foot"</strong> similar to the head block in <strong><em>local.xml</em></strong> file as shown below:</p>
<pre>

&#60;?xml version=&#34;1.0&#34; ?&#62;
&#60;layout version=&#34;0.1.0&#34;&#62;
&#60;default&#62;
&#60;reference name=&#34;before_body_end&#34;&#62;
&#60;block type=&#34;page/html_head&#34; name=&#34;foot&#34; as=&#34;foot&#34; after=&#34;-&#34; template=&#34;page/html/foot.phtml&#34;/&#62;
&#60;/reference&#62;
&#60;/default&#62;
&#60;/layout&#62;

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-js-css-file-home-page-magento/" rel="bookmark" title="How to add a JS or CSS file only on Home page in Magento">How to add a JS or CSS file only on Home page in Magento </a></li>
<li><a href="https://www.techawaken.com/disable-admin-notification-popup-window-magento/" rel="bookmark" title="How to disable admin notification popup window in Magento?">How to disable admin notification popup window in Magento? </a></li>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/move-js-file-includes-footer-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to limit the number of characters that can be entered in a textarea or input field?</title>
		<link>https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/</link>
				<comments>https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/#respond</comments>
				<pubDate>Thu, 04 Sep 2014 19:31:31 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Limit Text]]></category>
		<category><![CDATA[Prototype.js]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=625</guid>
				<description><![CDATA[In web pages which take input/feedback from the customers it's a good idea to limit the type and size of data that can be entered so that spam can be avoided.

Let see how we can limit the number of characters that can be entered in a text box.

The simplest approach I follow is to use the jQuery "<a href="http://unwrongest.com/projects/limit/" target="_blank">Limit</a>" plugin. Click here to <a href="http://jquery-limit.googlecode.com/files/jquery.limit-1.2.source.js" target="_blank">download</a> the plugin.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-smooth-page-scroll-top-jquery/" rel="bookmark" title="How to Add Smooth Page Scroll to Top using jQuery">How to Add Smooth Page Scroll to Top using jQuery </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>
<li><a href="https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/" rel="bookmark" title="How to Add a Smooth Scroll to Top Effect in WordPress using jQuery">How to Add a Smooth Scroll to Top Effect in WordPress using jQuery </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
