<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tech.snathan.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tech.snathan.org/feed.php">
        <title>Senthil&#039;s Tech Wiki/Blog - tech:javascript</title>
        <description></description>
        <link>https://tech.snathan.org/</link>
        <image rdf:resource="https://tech.snathan.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-01T08:21:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/javascript/encryption_using_javascript?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/javascript/random_distribution?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/javascript/resources?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/javascript/spidermonkey?rev=1416064423&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.snathan.org/_media/wiki/dokuwiki.svg">
        <title>Senthil's Tech Wiki/Blog</title>
        <link>https://tech.snathan.org/</link>
        <url>https://tech.snathan.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tech.snathan.org/tech/javascript/encryption_using_javascript?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>encryption_using_javascript</title>
        <link>https://tech.snathan.org/tech/javascript/encryption_using_javascript?rev=1416064423&amp;do=diff</link>
        <description>Some Resources for encryption using javascript

AES Advanced Encryption Standard Using Javascript


Use javascript cookies to be able to save the local password

&lt;http://www.quirksmode.org/js/cookies.html&gt;</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/javascript/random_distribution?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>random_distribution</title>
        <link>https://tech.snathan.org/tech/javascript/random_distribution?rev=1416064423&amp;do=diff</link>
        <description>Javascript Random (function) number distribution

The Javascript Math.random is very useful for generating random numbers. However, is the number distribution even across the range? This is important because a lot of websites implement this for various random things, such as banner rotation, etc. While it is best to do some of this logic at the server, sometimes its just easier to do this at the client using Javascript. Anyway this is a small test to check the distribution out. I did this becaus…</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/javascript/resources?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>resources</title>
        <link>https://tech.snathan.org/tech/javascript/resources?rev=1416064423&amp;do=diff</link>
        <description>Resources

Dynamic Drive DHTML(dynamic html) &amp; JavaScript code library</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/javascript/spidermonkey?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spidermonkey</title>
        <link>https://tech.snathan.org/tech/javascript/spidermonkey?rev=1416064423&amp;do=diff</link>
        <description>SpiderMonkey

SpiderMonkey is the code-name for the Mozilla&#039;s C implementation of JavaScript

Install spidermonkey


apt-get install spidermonkey-bin


Resource

SpiderMonkey (JavaScript-C) Engine</description>
    </item>
</rdf:RDF>
