<?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>Coder Circle &#187; special character</title>
	<atom:link href="http://www.codercircle.com/tag/special_character/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercircle.com</link>
	<description>Your Path for Knowledge to Wisdom</description>
	<lastBuildDate>Tue, 04 May 2010 01:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Access Cookie Without any special Charecters</title>
		<link>http://www.codercircle.com/scripts/how_to_access_cookie_without_any_special_charecters/</link>
		<comments>http://www.codercircle.com/scripts/how_to_access_cookie_without_any_special_charecters/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 19:15:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[handling cookies]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[special character]]></category>

		<guid isPermaLink="false">http://www.codercircle.com/index.php/2008/01/26/how_to_access_cookie_without_any_special_charecters/</guid>
		<description><![CDATA[Generally, when we access javascript, wild card charecters are replaced by some special symbols (like +,% etc). This code is for accessing cookie value withour any special chacters. Try It.
//Reading Cookie
function ReadCookie(n) {
var cookiecontent = new String();
if(document.cookie.length &#62; 0) {
 var cookiename = n+ &#8216;=&#8217;;
 var cookiebegin = document.cookie.indexOf(cookiename);
 var cookieend = 0;
 if(cookiebegin &#62; -1) {
  cookiebegin += [...]]]></description>
		<wfw:commentRss>http://www.codercircle.com/scripts/how_to_access_cookie_without_any_special_charecters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
