<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022990" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022990</link>
    <description></description>
    <language>en</language>
          <item>
    <title>haha</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/why-isnt-working#comment-1141660</link>
    <description> &lt;p&gt;you know what I think I have been choosing the wrong word this whole time, lol, I shouldn&#039;t say omit, I should say allow, lol.  What I meant was is there a way to allow for the &#039; and &quot; to be placed in the array, along with a: b: c: etc. so when I key either &quot; or &#039; it would output %22 and %20, just like if I key a it outputs %65.&lt;/p&gt;
&lt;p&gt;sorry to confuse you with the wrong word, &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;code one&lt;/p&gt;
&lt;p&gt;p.s. haha grumpys good.&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 07:31:15 +0000</pubDate>
 <dc:creator>code one</dc:creator>
 <guid isPermaLink="false">comment 1141660 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/why-isnt-working#comment-1141646</link>
    <description> &lt;p&gt;Entirely omit or render them neutral?&lt;/p&gt;
&lt;p&gt;Eh, I&#039;m always grumpy, don&#039;t pay any attention to declarations of grumpiness. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I think that one of the JavaScript gurus would be able to work it through with you. What is the purpose of your script?&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Nov 2003 21:29:40 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1141646 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>hey suzanne</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/why-isnt-working#comment-1141635</link>
    <description> &lt;p&gt;do you know any way to omit the &#039; and &quot; marks I can&#039;t seem to get those to work now.&lt;/p&gt;
&lt;p&gt;thanks ahead&lt;/p&gt;
&lt;p&gt;code one&lt;/p&gt;
&lt;p&gt;P.s. I read your page, so no pressure, no pressure.  Please post when you feel like it.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Nov 2003 18:48:23 +0000</pubDate>
 <dc:creator>code one</dc:creator>
 <guid isPermaLink="false">comment 1141635 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>oh sorry</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/why-isnt-working#comment-1141630</link>
    <description> &lt;p&gt;sure I would love to clarify.  Well what was happening was first I was using string.code, because this script was a transition from an old script I had which I programmed to write in binary, artistic reasons, don&#039;t ask, lol. anyway, I thoguht hey this is close to what I was looking for so why not use it, so I did, I inputted the hex values, and ran into a problem, the darn thing wouldnt allow me to use % or even letters, so I was verily confused, and what was going on.  So I started asking around, referencing tutorials, and finally I had an answer and it came it three parts, one, string.code, doesn&#039;t omit % among anything else which is not a number, two, % is a javascript modular, or something, and the script thinks it&#039;s being told to do something, and three, I was using uppercase, to find lowercase letters, anyway, as badly explained as it is, in short it just didn&#039;t fly.  So what I did was this, I added this string:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;for (j=0; j&amp;lt;a.length; j++) {if (String.code[a[j]]) a[j] = &amp;#039;%&amp;#039; + String.code[a[j]]}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;and that took care of the percent sign, so Im almost in buisness right?  So now for the letters.  So what I did was added this to the array, where needed:&lt;/p&gt;
&lt;p&gt;j:6+&#039;a&#039;&lt;/p&gt;
&lt;p&gt;and that took care of the letters.&lt;/p&gt;
&lt;p&gt;so now it works just fine, and now I can finsih what I have been trying to finish for the past couple days.&lt;/p&gt;
&lt;p&gt;hope that helps,&lt;/p&gt;
&lt;p&gt;code one&lt;/p&gt;
&lt;p&gt;P.s. the code isn&#039;t right protected, so use it how you wish, if you would like.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Nov 2003 17:35:28 +0000</pubDate>
 <dc:creator>code one</dc:creator>
 <guid isPermaLink="false">comment 1141630 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/why-isnt-working#comment-1141629</link>
    <description> &lt;p&gt;did you want to explain what went wrong for the edification of others?&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Nov 2003 16:41:06 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1141629 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>nevermind</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/why-isnt-working#comment-1141623</link>
    <description> &lt;p&gt;i worked it out. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;co&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Nov 2003 11:39:23 +0000</pubDate>
 <dc:creator>code one</dc:creator>
 <guid isPermaLink="false">comment 1141623 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
