<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Filament Group, Inc: Lab</title>
    <subtitle type="text">Lab:What we&apos;re thinking at Filament Group</subtitle>
    <link rel="alternate" type="text/html" href="/lab" />
    <link rel="self" type="application/atom+xml" href="http://www.filamentgroup.com/lab/atom/" />
    <updated>2009-07-02T14:21:32Z</updated>
    <rights>Copyright (c) 2009, Maggie</rights>
    <generator uri="http://expressionengine.com/" version="1.6.1">ExpressionEngine</generator>
    <id>tag:,2009:07:01</id>


    <entry>
      <title>Accessible, Custom Designed Checkbox and Radio Button Inputs Styled with CSS (and a dash of jQuery)</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/accessible_custom_designed_checkbox_radio_button_inputs_styled_css_jquery/" />
      <id>tag:,2009:/lab/6.94</id>
      <published>2009-07-01T15:15:01Z</published>
      <updated>2009-07-02T14:21:32Z</updated>
      <author>
            <name>Maggie</name>
            <email>maggie@filamentgroup.com</email>
                  </author>

      <category term="accessibility"
        scheme="http://www.filamentgroup.com/lab/tag/accessibility/"
        label="accessibility" />
      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="javascript"
        scheme="http://www.filamentgroup.com/lab/tag/javascript/"
        label="javascript" />
      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="progressive enhancement"
        scheme="http://www.filamentgroup.com/lab/tag/progressive_enhancement/"
        label="progressive enhancement" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <category term="web standards"
        scheme="http://www.filamentgroup.com/lab/tag/web_standards/"
        label="web standards" />
      <content type="html"><![CDATA[
        <p>Styling checkbox and radio button inputs to match a custom design is nearly impossible because neither reliably supports basic CSS, like background colors or images; it's even a challenge to get the margins to appear consistently across browsers.   To remedy this we developed a concise jQuery plugin based on progressive enhancement that leverages an input element's built-in functionality and accessibility features and works in all modern browsers without added markup or mandatory CSS classes.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>jQuery UI Selectmenu: An ARIA&#45;Accessible Plugin for Styling a Custom HTML Select Element</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/" />
      <id>tag:,2009:/lab/6.93</id>
      <published>2009-06-19T13:27:00Z</published>
      <updated>2009-06-19T21:31:03Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="accessibility"
        scheme="http://www.filamentgroup.com/lab/tag/accessibility/"
        label="accessibility" />
      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="progressive enhancement"
        scheme="http://www.filamentgroup.com/lab/tag/progressive_enhancement/"
        label="progressive enhancement" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <category term="usability"
        scheme="http://www.filamentgroup.com/lab/tag/usability/"
        label="usability" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <content type="html"><![CDATA[
        <p>We recently contributed a number of our own plugins to the <a href="http://jquery-ui.googlecode.com/svn/branches/labs/">jQuery UI labs repository</a>, a new branch of the jQuery UI project dedicated to future plugin development. Our latest contribution to labs is the selectmenu plugin, which is designed to duplicate and extend the functionality of a native HTML select element, and lets you customize the look and feel, add icons, and create  hierarchy within the options. Best of all, it's built with progressive enhancement and accessibility in mind, has all the native mouse and keyboard controls, and is&#160;ThemeRoller-ready.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Update: jQuery Plugin for Retaining Scalable Interfaces with Pixel&#45;to&#45;Em Conversion</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/update_jquery_plugin_for_retaining_scalable_interfaces_with_pixel_to_em_con/" />
      <id>tag:,2009:/lab/6.92</id>
      <published>2009-05-20T15:50:00Z</published>
      <updated>2009-05-21T16:21:22Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <category term="web standards"
        scheme="http://www.filamentgroup.com/lab/tag/web_standards/"
        label="web standards" />
      <content type="html"><![CDATA[
        <p>Using em units in CSS layout allows for page components to scale in unison with a user's font-size preferences. But developing in ems within dynamically updating web apps can be very tricky. In <a href="/lab/retaining_scalable_interfaces_with_pixel_to_em_conversion/">an earlier lab article</a>, we released a script to quickly convert pixel values to ems (and vice versa) to support page scalability throughout a web site or application. We've rewritten the plugin to better follow jQuery syntax and reduce code weight, and are now releasing an updated version for download.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Update: Styling the Button Element with CSS Sliding Doors &#45; now with Image Sprites and IE 8 Support</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/update_styling_the_button_element_with_css_sliding_doors_now_with_image_spr/" />
      <id>tag:,2009:/lab/6.90</id>
      <published>2009-04-24T20:20:00Z</published>
      <updated>2009-05-07T21:55:27Z</updated>
      <author>
            <name>Maggie</name>
            <email>maggie@filamentgroup.com</email>
                  </author>

      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <content type="html"><![CDATA[
        <p>We dusted off our original <a href="/lab/styling_the_button_element_with_sliding_doors/">sliding doors button</a> to give it a much needed update.  The button now works with image sprites thanks to the CSS contributions of <a href="http://www.louiswalch.com/">Louis Walch</a>, and also works with a single block of CSS (we&#8217;ve removed the now unnecessary conditional comments for IE) in all major browsers including IE versions 6 through 8.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Access&#45;Oriented Web Design: Building highly&#45;interactive web apps that work for everyone</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/access_oriented_web_design_building_highly_interactive_web_apps_that_work_f/" />
      <id>tag:,2009:/lab/6.89</id>
      <published>2009-04-24T16:01:00Z</published>
      <updated>2009-05-04T13:41:35Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="accessibility"
        scheme="http://www.filamentgroup.com/lab/tag/accessibility/"
        label="accessibility" />
      <category term="announcements"
        scheme="http://www.filamentgroup.com/lab/tag/announcements/"
        label="announcements" />
      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="events"
        scheme="http://www.filamentgroup.com/lab/tag/events/"
        label="events" />
      <category term="javascript"
        scheme="http://www.filamentgroup.com/lab/tag/javascript/"
        label="javascript" />
      <category term="mobile"
        scheme="http://www.filamentgroup.com/lab/tag/mobile/"
        label="mobile" />
      <category term="progressive enhancement"
        scheme="http://www.filamentgroup.com/lab/tag/progressive_enhancement/"
        label="progressive enhancement" />
      <category term="usability"
        scheme="http://www.filamentgroup.com/lab/tag/usability/"
        label="usability" />
      <category term="web standards"
        scheme="http://www.filamentgroup.com/lab/tag/web_standards/"
        label="web standards" />
      <content type="html"><![CDATA[
        <p>Yesterday, our own Scott Jehl had the opportunity to present our "Access-Oriented Web Design" methodology to the <a href="http://webpub.mit.edu/" title="Web Publishing group">Web Publishing group</a> (AKA WebPub) at <a href="http://mit.edu" title="MIT">MIT</a>.</p>

<p>"Access-Oriented Web Design" is an approach we've been formulating for a while that describes our recommended approach to safely applying progressive enhancement in websites and applications so they deliver an accessible and functional experience to the widest audience possible.</p> 

<p><a href="/examples/accessOriented_MIT/AccessOrientedWebDesign_ScottJehl_042309.pdf"><img src="/examples/accessOriented_MIT/lab_pdfImage.png" "cover slide: Access-Oriented Web Design: Building highly-interactive web apps that work for everyone" /></a>. </p>


<p> This presentation builds upon our A List Apart article, <a href="http://alistapart.com/articles/testdriven/" title="Test-Driven Progressive Enhancement">"Test-Driven Progressive Enhancement"</a>, which details the capabilities testing library we've developed here at Filament Group. </p>

<p>The presentation was videotaped by MIT WebPub and is posted below. You can also view the <a href="/examples/accessOriented_MIT/AccessOrientedWebDesign_ScottJehl_042309.pdf">"Access-Oriented Web Design" presentation slides</a> in PDF format.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Update: jQuery UI Slider from a Select Element &#45; now with ARIA Support</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/" />
      <id>tag:,2009:/lab/6.88</id>
      <published>2009-04-16T20:48:00Z</published>
      <updated>2009-05-07T21:58:41Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="accessibility"
        scheme="http://www.filamentgroup.com/lab/tag/accessibility/"
        label="accessibility" />
      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="progressive enhancement"
        scheme="http://www.filamentgroup.com/lab/tag/progressive_enhancement/"
        label="progressive enhancement" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <category term="usability"
        scheme="http://www.filamentgroup.com/lab/tag/usability/"
        label="usability" />
      <category term="web standards"
        scheme="http://www.filamentgroup.com/lab/tag/web_standards/"
        label="web standards" />
      <content type="html"><![CDATA[
        <p>We've updated our popular <a href="http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/">jQuery UI selectToUISlider plugin</a> with <a href="http://www.w3.org/TR/wai-aria/" title="ARIA">ARIA</a> support, making the jQuery UI slider widget more accessible to users on assistive devices. The plugin uses progressive enhancement to replace an already-functional HTML select element with a jQuery UI slider control, and adds a number of features for both visual users and those on assistive technologies.</p>

<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/" />
      <id>tag:,2009:/lab/6.87</id>
      <published>2009-04-02T20:32:00Z</published>
      <updated>2009-06-19T21:36:14Z</updated>
      <author>
            <name>Maggie</name>
            <email>maggie@filamentgroup.com</email>
                  </author>

      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <content type="html"><![CDATA[
        <p>We got lots of fantastic feedback on our earlier iPod-style menu, and decided to upgrade it for jQuery 1.3.  In the process of refining the script, we morphed it into more of a menu system, which can be used to create a simple dropdown menu for a single list of options, a flyout menu for a smaller hierarchical list of options where child menus are displayed next to the parent menu on mouseover, and two variations on the iPod style, one with a back button and another with a linked breadcrumb to let users easily traverse back up the hierarchy. </p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>SXSW 2009: We&#8217;re Texas&#45;Bound!</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/sxsw_2009_were_texas_bound/" />
      <id>tag:,2009:/lab/6.86</id>
      <published>2009-03-12T14:18:01Z</published>
      <updated>2009-03-12T22:02:44Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="announcements"
        scheme="http://www.filamentgroup.com/lab/tag/announcements/"
        label="announcements" />
      <content type="html"><![CDATA[
        <p><img src="/images/sxsw2009ia.gif" alt="SXSW badge" style="width: 180px;margin: 8px 6px 5px -22px; float: left;" />The <a href="http://sxsw.com/interactive/" title="2009 SXSW Interactive Conference">2009 SXSW Interactive Conference</a> starts tomorrow and the entire Filament crew will be in attendance! We're very excited to meet up with some of our online friends, and the sunny (hopefully) Texas weather will provide a nice break from this Boston blizzardry.</p>

<p>This year will be particularly exciting as we've been <a href="http://sxsw.com/interactive/web_awards/finalists" title="selected as finalists">selected as finalists</a> in the <a href="http://sxsw.com/interactive/web_awards/" title="2009 SXSW Web Awards">2009 SXSW Web Awards</a> for our work on <a href="http://themeroller.com" title="jQuery UI ThemeRoller">jQuery UI ThemeRoller</a>! If you'll be in Austin this week too, we'd love to meet up and chat. We'll be on Twitter <a href="http://twitter.com/filamentgroup">@filamentgroup</a> throughout the week, so feel free to follow along with us for the week and drop us a message if you're around. We hope to see you there!</p>


<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>jQuery UI 1.7 Now Released!</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/jquery_ui_17_now_released/" />
      <id>tag:,2009:/lab/6.85</id>
      <published>2009-03-06T18:35:00Z</published>
      <updated>2009-03-06T19:34:00Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <content type="html"><![CDATA[
        <p>Today marks the release of jQuery UI version 1.7. In many ways, this release is the start of an entirely new direction for the library. As core team members and official sponsors of jQuery UI, we're very proud of the team's efforts and the result of all of our hard work. </p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Image&#45;free CSS Tooltip Pointers &#45; A Use for Polygonal CSS?</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/image_free_css_tooltip_pointers_a_use_for_polygonal_css/" />
      <id>tag:,2009:/lab/6.84</id>
      <published>2009-03-03T18:21:00Z</published>
      <updated>2009-05-07T22:08:09Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <content type="html"><![CDATA[
        <p>A while back, Tantek Celik released <a href="http://tantek.com/CSS/Examples/polygons.html">A Study of Regular Polygons</a>, which used a little-known CSS trick to create non-rectangular shapes such as triangles and pentagons with nothing more than an ordinary HTML element. The experiment is very interesting and really cool, but the practical takeaway wasn&#8217;t immediately clear.</p>

<p>Recently however, we've been working on building the markup for <a href="http://wiki.jqueryui.com/">upcoming jQuery UI widgets</a>, we came across a case that prompted us to take another look at the technique.  The tooltip widget design, fairly common in websites these days, uses a small triangular "speech bubble" pointer that is typically created quite easily with a background image. However, we wanted to maintain our commitment to keeping our jQuery UI widgets entirely themable, and using an image for that purpose wouldn't fit with the flexibility jQuery UI requires. How to solve this problem without any need for images? That challenge led us to the experimental approach using polygonal CSS, shown below.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>jQuery Plugin for Requesting Ajax&#45;like File Downloads</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/jquery_plugin_for_requesting_ajax_like_file_downloads/" />
      <id>tag:,2009:/lab/6.83</id>
      <published>2009-03-02T19:03:01Z</published>
      <updated>2009-03-03T02:33:59Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="ajax"
        scheme="http://www.filamentgroup.com/lab/tag/ajax/"
        label="ajax" />
      <category term="jQuery"
        scheme="http://www.filamentgroup.com/lab/tag/jquery/"
        label="jQuery" />
      <category term="php"
        scheme="http://www.filamentgroup.com/lab/tag/php/"
        label="php" />
      <content type="html"><![CDATA[
        <p>Ajax has changed the way we build web apps, allowing rich communication between the client and server without any need to refresh the page. But despite its power and flexibility, Ajax has numerous shortcomings such as a same-domain request policy and the inability to receive data without polling the server. For these limitations, we've seen workarounds such as JSONP and Comet.</p>

<p>One issue we have not yet seen addressed is the Ajax&#8217;s inability to receive a response in any form but text. Since it is now common for web applications to offer options for exporting your data in desktop app formats &#8212; such as .doc or .xls &#8212; we wrote a jQuery plugin to facilitate requests from the front end that result in a file for download. The plugin does not actually use Ajax, but its syntax follows the conventions of jQuery's native Ajax functions, making it a natural addition to our jQuery toolset.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Using Multiple jQuery UI Themes on a Single Page</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/using_multiple_jquery_ui_themes_on_a_single_page/" />
      <id>tag:,2009:/lab/6.82</id>
      <published>2009-02-18T18:10:00Z</published>
      <updated>2009-05-07T22:12:08Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <category term="ui design"
        scheme="http://www.filamentgroup.com/lab/tag/ui_design/"
        label="ui design" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <content type="html"><![CDATA[
        <p>If you're using the jQuery UI CSS Framework to design an entire interface, you may find that one theme is not enough. This quick tutorial will highlight a new feature in the <a href="http://jqueryui.com/download/" title="jQuery UI Download Builder">jQuery UI Download Builder</a> which allows you to easily use multiple themes on a single page.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Contest: Win a Free Pass to SXSW Interactive for the Coolest Use of the jQuery UI CSS Framework</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/contest_for_coolest_use_of_the_jquery_css_framework_win_a_free_pass_to_sxsw/" />
      <id>tag:,2009:/lab/6.80</id>
      <published>2009-02-12T18:31:00Z</published>
      <updated>2009-03-06T19:23:09Z</updated>
      <author>
            <name>Todd</name>
            <email>todd@filamentgroup.com</email>
                  </author>

      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <content type="html"><![CDATA[
        <p>To celebrate ThemeRoller's <a href="http://sxsw.com/interactive/web_awards/finalists" class="external">selection as a finalist</a> for the SXSW Web Award for Technical Achievement, we're holding a contest to give away one free pass to the  <a href="http://sxsw.com/interactive" class="external">SXSW Interactive Festival</a> to the person who creates the coolest use of the new jQuery UI CSS framework.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Introducing the ThemeRoller Firefox Developer Bookmarklet</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/introducing_the_themeroller_firefox_developer_bookmarklet/" />
      <id>tag:,2009:/lab/6.81</id>
      <published>2009-02-12T17:50:01Z</published>
      <updated>2009-02-13T15:20:43Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="css"
        scheme="http://www.filamentgroup.com/lab/tag/css/"
        label="css" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <category term="visual design"
        scheme="http://www.filamentgroup.com/lab/tag/visual_design/"
        label="visual design" />
      <content type="html"><![CDATA[
        <p>We've been hinting at it for a while... and it's finally ready: the <a href="http://jqueryui.com/themeroller/developertool/" title="ThemeRoller Firefox Developer Bookmarklet">ThemeRoller Firefox Developer Bookmarklet</a>! The bookmarklet lets you pull ThemeRoller into any page on the web and roll a custom theme for any markup that uses the <a href="http://docs.jquery.com/UI/Theming/API" title="jQuery UI CSS Framework">jQuery UI CSS Framework</a>.</p>
<a href=""></a>
      ]]></content>
    </entry>

    <entry>
      <title>Filament Group&#8217;s ThemeRoller selected as a finalist in 2009 SXSW Web Awards</title>
      <link rel="alternate" type="text/html" href="http://www.filamentgroup.com/lab/filament_groups_themeroller_selected_as_a_finalist_in_2009_sxsw_web_awards/" />
      <id>tag:,2009:/lab/6.79</id>
      <published>2009-02-10T17:31:00Z</published>
      <updated>2009-06-19T14:41:40Z</updated>
      <author>
            <name>Scott</name>
            <email>scott@filamentgroup.com</email>
                  </author>

      <category term="events"
        scheme="http://www.filamentgroup.com/lab/tag/events/"
        label="events" />
      <category term="jQuery UI"
        scheme="http://www.filamentgroup.com/lab/tag/jquery_ui/"
        label="jQuery UI" />
      <category term="ThemeRoller"
        scheme="http://www.filamentgroup.com/lab/tag/themeroller/"
        label="ThemeRoller" />
      <content type="html"><![CDATA[
        <p>We're thrilled to announce that <a href="http://ThemeRoller.com" title="jQuery UI ThemeRoller">jQuery UI ThemeRoller</a> has been selected as one of 5 finalists in the category of Technical Achievement at the <a href="http://sxsw.com/interactive/web_awards/finalists" title="2009 SXSW Web Awards">2009 SXSW Web Awards</a>. It's an honor to be selected among such impressive applications and we're very excited for the event which is now just weeks away! </p>


<a href=""></a>
      ]]></content>
    </entry>


</feed>