<?xml version="1.0"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
  <channel>
    <title>Latest Random JavaScript Tips</title>
    <link>http://www.webreference.com/js/tips/</link>
    <description>Doc JavaScript's Tip of the Day Archive</description>
    <language>en-us</language>
    <copyright> Copyright (c) 2012 QuinStreet Inc. All rights reserved.</copyright>
    <managingEditor>bjones@quinstreet.com (Brad Jones)</managingEditor>
    <webMaster>bjones@quinstreet.com (Brad Jones)</webMaster>
  
    <item>
      <title>DHTML Behavior Refresher</title>
      <link>http://www.webreference.com/js/tips/010801.html</link>
      <description>Do you remember what behaviors are? Have you used them before? Learn about the roles of DHTML behaviors with other programming languages.</description>
    </item>
  
    <item>
      <title>Accessing String's Characters</title>
      <link>http://www.webreference.com/js/tips/000227.html</link>
      <description>Most programming languages use array notation to access individual characters of a string. Learn how JavaScript does it.</description>
    </item>
  
    <item>
      <title>The @media Construct</title>
      <link>http://www.webreference.com/js/tips/000618.html</link>
      <description>Have you customized your CSS rules for particular device types? Learn how to use the @media construct, and how many different medias are supported.</description>
    </item>
  
    <item>
      <title>Entire-Page Rollover Effects</title>
      <link>http://www.webreference.com/js/tips/000221.html</link>
      <description>Do you know how to change the color of all the page's links on a mouseover? Learn how to extend the single-link text rollover effect to the entire page.</description>
    </item>
  
    <item>
      <title>Using Current Context to Search for DOMDocument Nodes</title>
      <link>http://www.webreference.com/js/tips/020311.html</link>
      <description>Do you know how to select nodes at a given context? Learn how to use the "./" notation to specify the current context.</description>
    </item>
  
    <item>
      <title>Using Frames in a Memory Game Board</title>
      <link>http://www.webreference.com/js/tips/000411.html</link>
      <description>How would you implement an 8x8 memory game board? Learn how we used column and row frames for it.</description>
    </item>
  
    <item>
      <title>Special Windows Targeting</title>
      <link>http://www.webreference.com/js/tips/000416.html</link>
      <description>Can you name all special target windows? Learn about _blank, _parent, _search, _self, and _top.</description>
    </item>
  
    <item>
      <title>Deriving HTML+TIME's Active Time</title>
      <link>http://www.webreference.com/js/tips/001011.html</link>
      <description>Do you know how to extract HTML+TIME's active time? Learn how to use the currTimeState object.</description>
    </item>
  
    <item>
      <title>Passing Parameters in JavaScript</title>
      <link>http://www.webreference.com/js/tips/010210.html</link>
      <description>What's the difference between passing a parameter by value and passing by reference? Learn why you cannot change a variable by modifying it inside a function.</description>
    </item>
  
    <item>
      <title>Accessing the Document's Root</title>
      <link>http://www.webreference.com/js/tips/010714.html</link>
      <description>Descending the DOM tree, how can you go back to the root in one hop? Learn how to use Internet Explorer 6's new property.</description>
    </item>
  
    <item>
      <title>Server-Side Includes</title>
      <link>http://www.webreference.com/js/tips/000109.html</link>
      <description>Ever wanted to put the server date on your page? Learn how to implement server-side includes with Perl.</description>
    </item>
  
    <item>
      <title>Extending a Class to a Web Service</title>
      <link>http://www.webreference.com/js/tips/020703.html</link>
      <description>Do you know how to extend a class to a Web service? Here are the five steps you need to follow.</description>
    </item>
  
    <item>
      <title>Escaping Frames</title>
      <link>http://www.webreference.com/js/tips/000404.html</link>
      <description>Do you know how to prevent your page from loading in someone else's frame? Learn how to use escape frames.</description>
    </item>
  
    <item>
      <title>Reading an Attribute Node in IE6 and NS6</title>
      <link>http://www.webreference.com/js/tips/010703.html</link>
      <description>Do you know how to read out an attribute node? Learn how similar it is to reading an attribute object.</description>
    </item>
  
    <item>
      <title>Printing A Document with TemplatePrinter</title>
      <link>http://www.webreference.com/js/tips/010908.html</link>
      <description>Do you know how to print a document with TemplatePrinter? Learn how to use the templatePrinter's methods to start, end, and complete a print job.</description>
    </item>
  </channel>
</rss>

