<?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>Webmonkey &#187; Glossary</title>
    <atom:link href="http://www.webmonkey.com/category/glossary/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Bridge</title>
        <link>http://www.webmonkey.com/2010/02/bridge/</link>
        <comments>http://www.webmonkey.com/2010/02/bridge/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=55</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[A bridge (not to be confused with a router) is a data network device used to connect two network segments of different protocols. For example, if you want computers on a TCP/IP network to talk to computers on a token ring network, you need a bridge to connect the two segments.]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>A bridge (not to be confused with a <a href="/2010/02/Router" title="Reference:Router">router</a>) is a data network device used to connect two network segments of different <a href="/2010/02/Protocol" class="new" title="Reference:Protocol">protocols</a>.

</p><p>For example, if you want computers on a TCP/IP network to talk to computers on a token ring network, you need a bridge to connect the two segments.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/bridge/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Event Handler</title>
        <link>http://www.webmonkey.com/2010/02/event_handler/</link>
        <comments>http://www.webmonkey.com/2010/02/event_handler/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=123</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Event handlers are functions that handle client-side events. Commonly used JavaScript event handlers include onClick, onMouseOver, and onLoad. When one of these events occurs &#8211; the user clicks on a link, for example &#8211; the event handler for that event will be executed.]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>Event handlers are functions that handle client-side <a href="/2010/02/Event" title="Reference:Event">events</a>.

</p><p>Commonly used JavaScript event handlers include onClick, onMouseOver, and onLoad. When one of these events occurs &#8211; the user clicks on a link, for example &#8211; the event handler for that event will be executed.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/event_handler/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Meta Information</title>
        <link>http://www.webmonkey.com/2010/02/meta_information/</link>
        <comments>http://www.webmonkey.com/2010/02/meta_information/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=199</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Meta information means &#8220;information about information.&#8221; In HTML, meta tags describe the content of the document in which they&#8217;re written. Meta tags have two possible attributes:&#60;META HTTP-EQUIV="name" CONTENT="content"&#62; and &#60;META NAME="name" CONTENT="content"&#62;. Meta tags with an HTTP-EQUIV attribute are analogous to HTTP headers that can control the action of browsers. Meta tags with a NAME [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>Meta information means &#8220;information about information.&#8221;

</p>

In HTML, meta tags describe the content of the document in which they&#8217;re written. Meta tags have two possible attributes:<pre class="brush: js">&lt;META HTTP-EQUIV="name" CONTENT="content"&gt;</pre> and <pre class="brush: js">&lt;META NAME="name" CONTENT="content"&gt;</pre>. Meta tags with an <pre class="brush: js">HTTP-EQUIV</pre> attribute are analogous to <pre class="brush: js">HTTP</pre> headers that can control the action of browsers. Meta tags with a <pre class="brush: js">NAME</pre> attribute are used primarily by indexing and searching tools. These tools can gather meta information in order to sort and classify web pages. One way to help your document show up more frequently in search engines and directories is to use the <pre class="brush: js">META NAME</pre> attribute to set keywords that will pull up your site when someone does a search for those words.<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/meta_information/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Perl</title>
        <link>http://www.webmonkey.com/2010/02/perl/</link>
        <comments>http://www.webmonkey.com/2010/02/perl/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=272</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Practical extraction and reporting language, or Perl, is a scripting language first created by Larry Wall to be used as duct tape for programming with the Unix operating system. Due to its immense power for handling piles of text and, consequently, as a common gateway interface (CGI) scripting language, Perl became very popular among server-side [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p><br />

Practical extraction and reporting language, or Perl, is a scripting language first created by Larry Wall to be used as duct tape for programming with the Unix operating system. Due to its immense power for handling piles of text and, consequently, as a common gateway interface (CGI) scripting language, Perl became very popular among server-side scripters. Perl has a large community of contributing programmers and, what&#8217;s more, costs nothing and is free to redistribute. These circumstances have helped Perl evolve from a scripting language used to generate server stats into a language many use for database administration. All along Perl has maintained its zaniness. Most Perl documentation reads as though written by early vaudeville comedians.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/perl/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Solaris</title>
        <link>http://www.webmonkey.com/2010/02/solaris/</link>
        <comments>http://www.webmonkey.com/2010/02/solaris/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=338</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[A popular and widely-used flavor of Unix, Solaris (formerly named SunOS) is used for large-scale enterprise networks with tens of thousands of active nodes. Solaris is capable of distributed computing (using multiple computers&#8217; processors to complete a single task) and symmetrical multi-processing (running two or more processors in one computer). The OS ships on Sun&#8217;s [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p><br />

A popular and widely-used flavor of <a href="/2010/02/Unix" title="Reference:Unix"> Unix</a>, Solaris (formerly named SunOS) is used for large-scale enterprise networks with tens of thousands of active nodes. Solaris is capable of distributed computing (using multiple computers&#8217; processors to complete a single task) and symmetrical multi-processing (running two or more processors in one computer). The OS ships on Sun&#8217;s Sparc workstations along with graphical interfaces to increase user-friendliness.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/solaris/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>CMYK</title>
        <link>http://www.webmonkey.com/2010/02/cmyk/</link>
        <comments>http://www.webmonkey.com/2010/02/cmyk/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=79</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[CMYK stands for cyan magenta yellow and blacK and is a color system used in the offset printing of full-color documents. Offset uses cyan, magenta, yellow, and black inks and is often referred to as &#8220;four-color&#8221; printing. Monitors use red, green, and blue light instead, so they display images using a different color system called [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>CMYK stands for cyan magenta yellow and blacK and is a color system used in the offset printing of full-color documents.

</p><p>Offset uses cyan, magenta, yellow, and black inks and is often referred to as &#8220;four-color&#8221; printing. Monitors use red, green, and blue light instead, so they display images using a different color system called <a href="/2010/02/RGB" title="Reference:RGB"> RGB</a>. One of the great problems of the digital age has been matching colors between these two systems; i.e., taking a digital RGB image and making it look the same in print using CMYK. These problems are addressed by applications such as the <a href="/2010/02/PMS" title="Reference:PMS"> Pantone Matching System</a>.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/cmyk/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Hits</title>
        <link>http://www.webmonkey.com/2010/02/hits/</link>
        <comments>http://www.webmonkey.com/2010/02/hits/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=152</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[If anyone who isn&#8217;t a network engineer mentions &#8220;hits&#8221; to you, they&#8217;re probably trying to pull the cyberwool over your eyes. Hits are the individual requests a server answers in order to render a single web page completely. The page document itself, the various images on the page, any other media files embedded there &#8211; [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>If anyone who isn&#8217;t a network engineer mentions &#8220;hits&#8221; to you, they&#8217;re probably trying to pull the cyberwool over your eyes. Hits are the individual requests a server answers in order to render a single web page completely. The page document itself, the various images on the page, any other media files embedded there &#8211; each of these items represents a separate hit. In other words, the more GIFs used in a page, the higher the hit count &#8211; so while hits may be a good indication of poor page design, they won&#8217;t tell you much about traffic.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/hits/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Multimedia</title>
        <link>http://www.webmonkey.com/2010/02/multimedia/</link>
        <comments>http://www.webmonkey.com/2010/02/multimedia/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=221</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Multimedia describes the ability of a computer to present and combine text, graphics, video, animation, and sound. Before the personal computer boom, the word multimedia had a much simpler connotation &#8211; paper, glass, and acrylic on canvas was (and is) multimedia. The birth of the web led to a great potential for multimedia, because of [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>Multimedia describes the ability of a computer to present and combine text, graphics, video, animation, and sound.

</p><p>Before the personal computer boom, the word multimedia had a much simpler connotation &#8211; paper, glass, and acrylic on canvas was (and is) multimedia. The birth of the web led to a great potential for multimedia, because of the ability of networked computers to deliver this information to all users and to allow everyone to join in the world of multimedia publishing.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/multimedia/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Raster</title>
        <link>http://www.webmonkey.com/2010/02/raster/</link>
        <comments>http://www.webmonkey.com/2010/02/raster/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=294</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Raster graphics are bitmap images, which means they&#8217;re basically grids of individually defined pixels (as opposed to vector graphics, which produce images using mathematically generated points and lines). The dominant web graphics formats, GIF and JPEG, are raster graphics. Raster is often used with complex images, such as photographs.]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p><br />

Raster graphics are bitmap images, which means they&#8217;re basically grids of individually defined pixels (as opposed to <a href="/2010/02/Vector" title="Reference:Vector">vector graphics</a>, which produce images using mathematically generated points and lines). The dominant web graphics formats, GIF and JPEG, are raster graphics. Raster is often used with complex images, such as photographs.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/raster/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Unix</title>
        <link>http://www.webmonkey.com/2010/02/unix/</link>
        <comments>http://www.webmonkey.com/2010/02/unix/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=360</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Unix, along with Linux and Windows, is one of the most widely-used and oldest operating systems in the world. Since it operates on every hardware platform imaginable, Unix is used to running just about any type of software application you can think of. Banking applications, web servers, videogames and research stations are just a few [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p><br />

Unix, along with <a href="/2010/02/Linux" title="Reference:Linux"> Linux</a> and Windows, is one of the most widely-used and oldest operating systems in the world. Since it operates on every hardware platform imaginable, Unix is used to running just about any type of software application you can think of. Banking applications, web servers, videogames and research stations are just a few possible uses for this diverse OS. Since Unix code was originally distributed freely among universities, government institutions and research laboratories, Unix is considered to be the first open-source operating system. Some open-source permutations of Unix are <a href="/2010/02/BSD" title="Reference:BSD">FreeBSD</a>, OpenBSD, Darwin, and Linux. Some commercial distributions of Unix are SCO, Solaris, and AIX.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/unix/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>
