<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://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.com: queued links: css-html</title>
    <link>http://dzone.com/links/queue/tag/css-html.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Wed, 25 Nov 2009 07:53:48 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-25T07:53:48Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://dzone.com/links/feed/queue/css-html/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: 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>Offline Application Caching in HTML 5</title>
      <link>http://dzone.com/links/rss/offline_application_caching_in_html_5.html</link>
      <description>To ensure the website is available with the user or not, even if they are not connected is relatively very simple.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>trends</category>
      <category>web 2.0</category>
      <pubDate>Wed, 25 Nov 2009 03:18:33 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302693.html</guid>
      <dc:creator>TechBloggy</dc:creator>
      <dc:date>2009-11-25T03:18:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/offline_application_caching_in_html_5.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302693.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>To ensure the website is available with the user or not, even if they are not connected is relatively very simple.<br/><br/><a href='http://dzone.com/links/rss/offline_application_caching_in_html_5.html'><img src='http://dzone.com/links/voteCountImage?linkId=302693' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302693</dz:linkId>
      <dz:submitDate>2009-11-25T03:18:33Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302693.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>TechBloggy</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/471209.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>An Awesome CSS3 Lightbox Gallery With jQuery</title>
      <link>http://dzone.com/links/rss/an_awesome_css3_lightbox_gallery_with_jquery.html</link>
      <description>In this tutorial we are going to create an awesome image gallery which leverages the latest CSS3 and jQuery techniques. The script will be able to scan a folder of images on your web server and build a complete drag and drop lighbox gallery around it.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 16:34:00 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302489.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T16:34:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/an_awesome_css3_lightbox_gallery_with_jquery.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302489.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In this tutorial we are going to create an awesome image gallery which leverages the latest CSS3 and jQuery techniques. The script will be able to scan a folder of images on your web server and build a complete drag and drop lighbox gallery around it.<br/><br/><a href='http://dzone.com/links/rss/an_awesome_css3_lightbox_gallery_with_jquery.html'><img src='http://dzone.com/links/voteCountImage?linkId=302489' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302489</dz:linkId>
      <dz:submitDate>2009-11-24T16:34:00Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>17</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302489.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Keeping CSS Files DRY with .less</title>
      <link>http://dzone.com/links/rss/keeping_css_files_dry_with_less.html</link>
      <description>One of the frustrating aspects of working with CSS (one of many, actually) is the amount of duplication in a .css file. CSS does allow us to separate content from presentation, but, if I had a nickel for every time I did a search and replace for some hexadecimal RGB code replicated 5 times in a CSS file</description>
      <category>.net</category>
      <category>css-html</category>
      <category>frameworks</category>
      <pubDate>Tue, 24 Nov 2009 16:30:40 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302479.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T16:30:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/keeping_css_files_dry_with_less.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302479.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>One of the frustrating aspects of working with CSS (one of many, actually) is the amount of duplication in a .css file. CSS does allow us to separate content from presentation, but, if I had a nickel for every time I did a search and replace for some hexadecimal RGB code replicated 5 times in a CSS file<br/><br/><a href='http://dzone.com/links/rss/keeping_css_files_dry_with_less.html'><img src='http://dzone.com/links/voteCountImage?linkId=302479' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302479</dz:linkId>
      <dz:submitDate>2009-11-24T16:30:40Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302479.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>10 Online Tools and Apps to Help Optimize and Format CSS</title>
      <link>http://dzone.com/links/rss/10_online_tools_and_apps_to_help_optimize_and_for.html</link>
      <description>Why would you ever need to optimize (or optimise, which ever spelling you prefer) or reFormat your CSS? Optimizing your CSS will not only allow your web page to load quicker, it also increases the durability and resilience of your site when there is a spike in visitors (i.e. the Digg effect) and, for me, the most important part is that it gives you more readable code</description>
      <category>css-html</category>
      <category>reviews</category>
      <category>tools</category>
      <pubDate>Tue, 24 Nov 2009 14:34:43 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302389.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T14:34:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/10_online_tools_and_apps_to_help_optimize_and_for.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302389.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Why would you ever need to optimize (or optimise, which ever spelling you prefer) or reFormat your CSS? Optimizing your CSS will not only allow your web page to load quicker, it also increases the durability and resilience of your site when there is a spike in visitors (i.e. the Digg effect) and, for me, the most important part is that it gives you more readable code<br/><br/><a href='http://dzone.com/links/rss/10_online_tools_and_apps_to_help_optimize_and_for.html'><img src='http://dzone.com/links/voteCountImage?linkId=302389' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302389</dz:linkId>
      <dz:submitDate>2009-11-24T14:34:43Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302389.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Trick Out Your CSS With Server Side Code</title>
      <link>http://dzone.com/links/rss/trick_out_your_css_with_server_side_code.html</link>
      <description>CSS is a great tool for styling web pages and keeping the style code in it’s own place, instead of mucking up the HTML. Unfortunately, CSS is not a programming language, and does not have the tools that come with a server side language like PHP. However, we can use Server-side languages to generate style sheets, and get the best of both worlds!</description>
      <category>css-html</category>
      <category>reviews</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 14:34:06 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302387.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T14:34:06Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/trick_out_your_css_with_server_side_code.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302387.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>CSS is a great tool for styling web pages and keeping the style code in it’s own place, instead of mucking up the HTML. Unfortunately, CSS is not a programming language, and does not have the tools that come with a server side language like PHP. However, we can use Server-side languages to generate style sheets, and get the best of both worlds!<br/><br/><a href='http://dzone.com/links/rss/trick_out_your_css_with_server_side_code.html'><img src='http://dzone.com/links/voteCountImage?linkId=302387' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302387</dz:linkId>
      <dz:submitDate>2009-11-24T14:34:06Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>13</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302387.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>jQuery Twitter Trackbacks Widget</title>
      <link>http://dzone.com/links/rss/jquery_twitter_trackbacks_widget.html</link>
      <description>Twitter trackbacks widget is a highly customizable jQuery plugin that you can use to integrate tweets that mention your post. It encourages users to engage further by providing reply and retweet links with each tweet. Based on Topsy’s API (released a WordPress plugin to turn your post tweets into comments),  Twitter trackbacks widget can be used in any blog not just WordPress.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 13:42:48 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302297.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T13:42:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/jquery_twitter_trackbacks_widget.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302297.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Twitter trackbacks widget is a highly customizable jQuery plugin that you can use to integrate tweets that mention your post. It encourages users to engage further by providing reply and retweet links with each tweet. Based on Topsy’s API (released a WordPress plugin to turn your post tweets into comments),  Twitter trackbacks widget can be used in any blog not just WordPress.<br/><br/><a href='http://dzone.com/links/rss/jquery_twitter_trackbacks_widget.html'><img src='http://dzone.com/links/voteCountImage?linkId=302297' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302297</dz:linkId>
      <dz:submitDate>2009-11-24T13:42:48Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302297.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Custom jQuery Accordion for Wordpress</title>
      <link>http://dzone.com/links/rss/custom_jquery_accordion_for_wordpress.html</link>
      <description>Custom jQuery accordion for vertical navigation with subpages for wordpress ready to be pasted in a template.</description>
      <category>css-html</category>
      <category>frameworks</category>
      <category>javascript</category>
      <category>php</category>
      <pubDate>Tue, 24 Nov 2009 13:41:02 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301777.html</guid>
      <dc:creator>wesray</dc:creator>
      <dc:date>2009-11-24T13:41:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/custom_jquery_accordion_for_wordpress.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301777.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Custom jQuery accordion for vertical navigation with subpages for wordpress ready to be pasted in a template.<br/><br/><a href='http://dzone.com/links/rss/custom_jquery_accordion_for_wordpress.html'><img src='http://dzone.com/links/voteCountImage?linkId=301777' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301777</dz:linkId>
      <dz:submitDate>2009-11-24T13:41:02Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>8</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301777.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>wesray</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/399545.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Web Do's &amp; Don'ts</title>
      <link>http://dzone.com/links/rss/web_dos_donts.html</link>
      <description>Tips &amp; tricks for the modern day web designer, now redesigned!</description>
      <category>css-html</category>
      <category>standards</category>
      <category>web 2.0</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 13:40:22 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302131.html</guid>
      <dc:creator>bojan</dc:creator>
      <dc:date>2009-11-24T13:40:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/web_dos_donts.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302131.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Tips & tricks for the modern day web designer, now redesigned!<br/><br/><a href='http://dzone.com/links/rss/web_dos_donts.html'><img src='http://dzone.com/links/voteCountImage?linkId=302131' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302131</dz:linkId>
      <dz:submitDate>2009-11-24T13:40:22Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>17</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302131.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bojan</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/408257.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Building an Image Gallery with Progressive Enhancement</title>
      <link>http://dzone.com/links/rss/building_an_image_gallery_with_progressive_enhanc.html</link>
      <description>Who doesn’t love to completely trick out their website with neat features? But what happens when your viewers aren’t using the latest browser, or they have JavaScript turned off? In today’s tutorial, you’ll learn how to create a image gallery that will work in almost all environments, using progressive enhancement techniques.</description>
      <category>ajax</category>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 13:32:01 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302289.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-24T13:32:01Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/building_an_image_gallery_with_progressive_enhanc.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302289.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Who doesn’t love to completely trick out their website with neat features? But what happens when your viewers aren’t using the latest browser, or they have JavaScript turned off? In today’s tutorial, you’ll learn how to create a image gallery that will work in almost all environments, using progressive enhancement techniques.<br/><br/><a href='http://dzone.com/links/rss/building_an_image_gallery_with_progressive_enhanc.html'><img src='http://dzone.com/links/voteCountImage?linkId=302289' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302289</dz:linkId>
      <dz:submitDate>2009-11-24T13:32:01Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302289.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>s5 presentation from org-mode</title>
      <link>http://dzone.com/links/rss/s5_presentation_from_orgmode.html</link>
      <description>Generating S5-based presentations using Emacs' organization package.</description>
      <category>css-html</category>
      <category>open source</category>
      <category>unix-linux</category>
      <pubDate>Tue, 24 Nov 2009 12:37:09 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302241.html</guid>
      <dc:creator>nyuhuhuu</dc:creator>
      <dc:date>2009-11-24T12:37:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/s5_presentation_from_orgmode.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302241.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Generating S5-based presentations using Emacs' organization package.<br/><br/><a href='http://dzone.com/links/rss/s5_presentation_from_orgmode.html'><img src='http://dzone.com/links/voteCountImage?linkId=302241' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302241</dz:linkId>
      <dz:submitDate>2009-11-24T12:37:09Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302241.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>nyuhuhuu</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/206355.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>The Absolute Best Design Blogs You Should Subscribe To Right Away</title>
      <link>http://dzone.com/links/rss/the_absolute_best_design_blogs_you_should_subscri.html</link>
      <description>Inspiration is a big thing for most designers and it can come in many forms. Some of us read books and magazines, some visit CSS galleries and others use image bookmarking services but here at Union Room, we love subscribing to and reading a number of great design blogs.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>opinion</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 11:43:26 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302165.html</guid>
      <dc:creator>futurecodman</dc:creator>
      <dc:date>2009-11-24T11:43:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/the_absolute_best_design_blogs_you_should_subscri.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302165.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Inspiration is a big thing for most designers and it can come in many forms. Some of us read books and magazines, some visit CSS galleries and others use image bookmarking services but here at Union Room, we love subscribing to and reading a number of great design blogs.<br/><br/><a href='http://dzone.com/links/rss/the_absolute_best_design_blogs_you_should_subscri.html'><img src='http://dzone.com/links/voteCountImage?linkId=302165' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302165</dz:linkId>
      <dz:submitDate>2009-11-24T11:43:26Z</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://dzone.com/links/images/thumbs/120x90/302165.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>futurecodman</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/443021.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Book Review - jQuery UI 1.7</title>
      <link>http://dzone.com/links/rss/book_review_jquery_ui_17.html</link>
      <description>Ben Nadel reviews the jQuery UI 1.7 book - Have a look!&#xD;
"This weekend, I finished reading jQuery UI 1.7 [The User Interface Library For jQuery] by Dan Wellman (released by PACKT Publishing). It's a follow-up to his jQuery UI 1.6 book, which I reviewed in early 2009. Read more</description>
      <category>css-html</category>
      <category>open source</category>
      <category>php</category>
      <category>reviews</category>
      <pubDate>Tue, 24 Nov 2009 10:26:05 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302125.html</guid>
      <dc:creator>radha1587</dc:creator>
      <dc:date>2009-11-24T10:26:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/book_review_jquery_ui_17.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302125.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Ben Nadel reviews the jQuery UI 1.7 book - Have a look!
"This weekend, I finished reading jQuery UI 1.7 [The User Interface Library For jQuery] by Dan Wellman (released by PACKT Publishing). It's a follow-up to his jQuery UI 1.6 book, which I reviewed in early 2009. Read more<br/><br/><a href='http://dzone.com/links/rss/book_review_jquery_ui_17.html'><img src='http://dzone.com/links/voteCountImage?linkId=302125' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302125</dz:linkId>
      <dz:submitDate>2009-11-24T10:26:05Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>21</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302125.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>radha1587</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/382162.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Internet Explorer 9: CSS3 Support</title>
      <link>http://dzone.com/links/rss/internet_explorer_9_css3_support.html</link>
      <description>Internet Explorer 8 hasn’t long been on the market but Microsoft are working hard to make Internet Explorer 9 their best browser yet.</description>
      <category>css-html</category>
      <category>news</category>
      <category>standards</category>
      <category>web design</category>
      <pubDate>Tue, 24 Nov 2009 08:37:06 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302011.html</guid>
      <dc:creator>davewoods100</dc:creator>
      <dc:date>2009-11-24T08:37:06Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/internet_explorer_9_css3_support.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302011.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Internet Explorer 8 hasn’t long been on the market but Microsoft are working hard to make Internet Explorer 9 their best browser yet.<br/><br/><a href='http://dzone.com/links/rss/internet_explorer_9_css3_support.html'><img src='http://dzone.com/links/voteCountImage?linkId=302011' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302011</dz:linkId>
      <dz:submitDate>2009-11-24T08:37:06Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>21</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302011.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>davewoods100</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/251385.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>TopUp: JavaScript Popup/Lightbox</title>
      <link>http://dzone.com/links/rss/topup_javascript_popuplightbox.html</link>
      <description>TopUp is a JavaScript component powered by jQuery and jQuery UI that lets you create advance lightbox for your web pages. It provides you the ability to display images, flash (from sites like Youtube, SWF and FLV files), movies (QuickTime, Windows Media and Realplayer), iframes, DOM elements and raw HTML.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Mon, 23 Nov 2009 17:10:11 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301433.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-11-23T17:10:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/topup_javascript_popuplightbox.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301433.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>TopUp is a JavaScript component powered by jQuery and jQuery UI that lets you create advance lightbox for your web pages. It provides you the ability to display images, flash (from sites like Youtube, SWF and FLV files), movies (QuickTime, Windows Media and Realplayer), iframes, DOM elements and raw HTML.<br/><br/><a href='http://dzone.com/links/rss/topup_javascript_popuplightbox.html'><img src='http://dzone.com/links/voteCountImage?linkId=301433' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301433</dz:linkId>
      <dz:submitDate>2009-11-23T17:10:11Z</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://dzone.com/links/images/thumbs/120x90/301433.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>6 Useful Coding Solutions For Designers And Developers</title>
      <link>http://dzone.com/links/rss/6_useful_coding_solutions_for_designers_and_devel.html</link>
      <description>let’s look at some clever techniques developed and used by top professionals in the Web design industry. We can use their examples to develop our own alternative solutions.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>web design</category>
      <pubDate>Mon, 23 Nov 2009 13:53:03 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301213.html</guid>
      <dc:creator>Thierry.Lefort</dc:creator>
      <dc:date>2009-11-23T13:53:03Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/6_useful_coding_solutions_for_designers_and_devel.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301213.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>let’s look at some clever techniques developed and used by top professionals in the Web design industry. We can use their examples to develop our own alternative solutions.<br/><br/><a href='http://dzone.com/links/rss/6_useful_coding_solutions_for_designers_and_devel.html'><img src='http://dzone.com/links/voteCountImage?linkId=301213' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301213</dz:linkId>
      <dz:submitDate>2009-11-23T13:53:03Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>35</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301213.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Thierry.Lefort</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/252611.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>15 Useful Resources to Get Clued Up on HTML5</title>
      <link>http://dzone.com/links/rss/15_useful_resources_to_get_clued_up_on_html5.html</link>
      <description>HTML5 this, HTML5 that! There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their latest sites. Want to join in on all the fun? Check out this collection of some of the best resources from various blogs and websites in the industry. Each one gives an interesting insight into what’s in store with detailed write-ups, tutorials and handy cheat sheets to help you along your way.</description>
      <category>css-html</category>
      <category>trends</category>
      <category>web design</category>
      <pubDate>Mon, 23 Nov 2009 09:21:53 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/300999.html</guid>
      <dc:creator>spoongraphics</dc:creator>
      <dc:date>2009-11-23T09:21:53Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/15_useful_resources_to_get_clued_up_on_html5.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/300999.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>HTML5 this, HTML5 that! There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their latest sites. Want to join in on all the fun? Check out this collection of some of the best resources from various blogs and websites in the industry. Each one gives an interesting insight into what’s in store with detailed write-ups, tutorials and handy cheat sheets to help you along your way.<br/><br/><a href='http://dzone.com/links/rss/15_useful_resources_to_get_clued_up_on_html5.html'><img src='http://dzone.com/links/voteCountImage?linkId=300999' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>300999</dz:linkId>
      <dz:submitDate>2009-11-23T09:21:53Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>27</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/300999.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>spoongraphics</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/396245.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

