<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DZone: queued links: css-html</title>
    <link>http://www.dzone.com/links/queue/tag/css-html.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Mon, 07 Jul 2008 03:26:27 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-07-07T03:26:27Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/css-html/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>jQuery Treeview with MODx and Wayfinder</title>
      <link>http://www.dzone.com/links/rss/jquery_treeview_with_modx_and_wayfinder.html</link>
      <description>An example of how to make jQuery Treeview work with multiple unordered lists generated with Wayfinder.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Mon, 07 Jul 2008 02:30:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92958.html</guid>
      <dc:creator>prodevtips</dc:creator>
      <dc:date>2008-07-07T02:30:49Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/jquery_treeview_with_modx_and_wayfinder.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92958.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> An example of how to make jQuery Treeview work with multiple unordered lists generated with Wayfinder.]]></content:encoded>
      <dz:linkId>92958</dz:linkId>
      <dz:submitDate>2008-07-07T02:30:49Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92958.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>prodevtips</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/258151.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>W3C I18N Tutorial: Character sets &amp; encodings in XHTML, HTML and CSS</title>
      <link>http://www.dzone.com/links/rss/w3c_i18n_tutorial_character_sets_encodings_in_xht.html</link>
      <description>If a user agent (eg. a browser) is unable to detect the character encoding used in a Web document, the user may be presented with unreadable text. This information is particularly important for those maintaining and extending a multilingual site, but declaring the character encoding of the document is important for anyone producing XHTML/HTML or CSS. This tutorial will give you an understanding of the topic that will help you make the right choices when doing so. The topic is not as straightforward as it may sometimes appear, and the advice contained here is the end result of a great deal of thought and discussion.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>standards</category>
      <category>web design</category>
      <pubDate>Sun, 06 Jul 2008 20:42:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92947.html</guid>
      <dc:creator>Volume4</dc:creator>
      <dc:date>2008-07-06T20:42:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/w3c_i18n_tutorial_character_sets_encodings_in_xht.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92947.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> If a user agent (eg. a browser) is unable to detect the character encoding used in a Web document, the user may be presented with unreadable text. This information is particularly important for those maintaining and extending a multilingual site, but declaring the character encoding of the document is important for anyone producing XHTML/HTML or CSS. This tutorial will give you an understanding of the topic that will help you make the right choices when doing so. The topic is not as straightforward as it may sometimes appear, and the advice contained here is the end result of a great deal of thought and discussion.]]></content:encoded>
      <dz:linkId>92947</dz:linkId>
      <dz:submitDate>2008-07-06T20:42:34Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92947.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Volume4</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/71517.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tabbed navigation using jQuery</title>
      <link>http://www.dzone.com/links/rss/tabbed_navigation_using_jquery.html</link>
      <description>Someone asked me to show how I created the tabbed navigation thing in my blog (right column). Just to let you know, I am just using an existing template for my blog, but wish to design one myself in future.</description>
      <category>css-html</category>
      <category>frameworks</category>
      <category>javascript</category>
      <pubDate>Sun, 06 Jul 2008 15:36:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92909.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-07-06T15:36:36Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tabbed_navigation_using_jquery.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92909.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Someone asked me to show how I created the tabbed navigation thing in my blog (right column). Just to let you know, I am just using an existing template for my blog, but wish to design one myself in future.]]></content:encoded>
      <dz:linkId>92909</dz:linkId>
      <dz:submitDate>2008-07-06T15:36:36Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>17</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92909.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>CSS hack: distinction between IE6, IE7, firefox</title>
      <link>http://www.dzone.com/links/rss/css_hack_distinction_between_ie6_ie7_firefox.html</link>
      <description>Differences between different browsers, CSS hack writing:&#xD;
 IE6 and the difference between FF:&#xD;
        background: orange; * background: blue;&#xD;
 IE6 and the difference between IE7:&#xD;
        background: green! important; background: blue; &#xD;
 Differences between IE7 and FF:&#xD;
        background: orange; * background: green;&#xD;
 Differences between FF, IE7, IE6:&#xD;
        background: orange; * background: green! important; * background: blue;</description>
      <category>css-html</category>
      <pubDate>Sun, 06 Jul 2008 14:57:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92901.html</guid>
      <dc:creator>52coding</dc:creator>
      <dc:date>2008-07-06T14:57:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/css_hack_distinction_between_ie6_ie7_firefox.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92901.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Differences between different browsers, CSS hack writing:
 IE6 and the difference between FF:
        background: orange; * background: blue;
 IE6 and the difference between IE7:
        background: green! important; background: blue; 
 Differences between IE7 and FF:
        background: orange; * background: green;
 Differences between FF, IE7, IE6:
        background: orange; * background: green! important; * background: blue;]]></content:encoded>
      <dz:linkId>92901</dz:linkId>
      <dz:submitDate>2008-07-06T14:57:30Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>12</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92901.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>52coding</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/310729.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Manage your entire web design project with single css file &amp; strong commenting..</title>
      <link>http://www.dzone.com/links/rss/manage_your_entire_web_design_project_with_single.html</link>
      <description>Web designing is vast &amp; managing css files is a troublesome work. Strong commenting like this help you a lot..</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>web design</category>
      <pubDate>Sun, 06 Jul 2008 10:46:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92872.html</guid>
      <dc:creator>surajnaikin</dc:creator>
      <dc:date>2008-07-06T10:46:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/manage_your_entire_web_design_project_with_single.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92872.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Web designing is vast & managing css files is a troublesome work. Strong commenting like this help you a lot..]]></content:encoded>
      <dz:linkId>92872</dz:linkId>
      <dz:submitDate>2008-07-06T10:46:48Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>16</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92872.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>surajnaikin</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/257292.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Input vs. Button</title>
      <link>http://www.dzone.com/links/rss/input_vs_button.html</link>
      <description>My latest redesign project at work was for Group Logic. Another company did the design and created static HTML templates. My role was to create a single header and footer to make maintaining the site easier, and to wrap the store and other dynamic applications in the new design.&#xD;
&#xD;
The company who designed it used images for the form buttons, and I found some interesting things while implementing them.</description>
      <category>css-html</category>
      <category>opinion</category>
      <category>web design</category>
      <pubDate>Sat, 05 Jul 2008 23:01:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92832.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-07-05T23:01:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/input_vs_button.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92832.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> My latest redesign project at work was for Group Logic. Another company did the design and created static HTML templates. My role was to create a single header and footer to make maintaining the site easier, and to wrap the store and other dynamic applications in the new design.

The company who designed it used images for the form buttons, and I found some interesting things while implementing them.]]></content:encoded>
      <dz:linkId>92832</dz:linkId>
      <dz:submitDate>2008-07-05T23:01:43Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>51</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92832.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tables: Friend or foe?</title>
      <link>http://www.dzone.com/links/rss/tables_friend_or_foe.html</link>
      <description>Tables, a tag of much debate! Are the friend or are they foe? Learn how and when to use them.</description>
      <category>css-html</category>
      <category>standards</category>
      <category>usability</category>
      <category>web design</category>
      <pubDate>Sat, 05 Jul 2008 09:43:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/92726.html</guid>
      <dc:creator>eversuns</dc:creator>
      <dc:date>2008-07-05T09:43:50Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tables_friend_or_foe.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/92726.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Tables, a tag of much debate! Are the friend or are they foe? Learn how and when to use them.]]></content:encoded>
      <dz:linkId>92726</dz:linkId>
      <dz:submitDate>2008-07-05T09:43:50Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>13</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/92726.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>eversuns</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/307867.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

