<?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>NGCoders - Next Generation Coders &#187; add javascript</title>
	<atom:link href="http://www.ngcoders.com/tag/add-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngcoders.com</link>
	<description>Personal Blog of Vikas Patial.</description>
	<lastBuildDate>Sun, 01 Jan 2012 20:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding Javascript to WordPress without Plugin</title>
		<link>http://www.ngcoders.com/general/adding-javascript-to-wordpress-without-plugin</link>
		<comments>http://www.ngcoders.com/general/adding-javascript-to-wordpress-without-plugin#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:54:39 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[add javascript]]></category>
		<category><![CDATA[javscript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=223</guid>
		<description><![CDATA[Though it would seem pretty simple, but as soon as you try to add a JavaScript to your WordPress post which is more than few lines of code. WordPress somehow messes up the code and the script will not work due to wordpress formatting it. You can disable formatting but then other old posts also [...]]]></description>
			<content:encoded><![CDATA[<p>Though it would seem pretty simple, but as soon as you try to add a JavaScript to your WordPress post which is more than few lines of code. WordPress somehow messes up the code and the script will not work due to wordpress formatting it. You can disable formatting but then other old posts also loose formatting. The other solution provided is to add them to template / make JS files and include them. Both require more work.</p>
<p>Here is my little solution , Basically pack the script and make it as a one line of code which can be added to the html editor &#8211; </p>
<p>Go to the following link paste your JavaScript code and embed the WordPress embed in your wordpress &#8230; </p>
<p><center><a href="http://www.vikaspatial.com/demos/packer/" style="font-size: 16px;">WordPress JavaScript Packer</a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/adding-javascript-to-wordpress-without-plugin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

