<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <!-- Document Metadata -->
  <meta http-equiv="Content-Language" content="en_US" />
<title>Hacking Conference Tshirts</title>
  <!-- OpenId -->  <!-- Atom news feed -->
  <link rel="alternate" type="application/atom+xml" title="DC-Baltimore Perl Workshop 2013"
        href="../atom/en_US.xml" />

  <!-- CSS Stylesheets -->
  <link rel="stylesheet" type="text/css" href="../css/style.css" />
  <link rel="stylesheet" type="text/css" href="../../css/act-base.css" />
  <link rel="stylesheet" type="text/css" href="../../css/schedule.css" />

  <!-- JavaScript sugar -->
  <script type="text/javascript" src="../../js/jquery.js"></script>
  <script type="text/javascript" src="../../js/act.js"></script>

  <!-- Favorite icon -->
  <link rel="shortcut icon" type="image/png" href="../../favicon.png" />
</head>

<body>
  <div id="wrapperwrapper">
  <div id="wrapper">

    <div id="searchbar">
      <div>  <a href="http://dcbpw.org/dcbpw2013/main">Log In</a>  &nbsp;&nbsp;
        |
        &nbsp;&nbsp;
        <form method="get" action="http://www.google.com/search">
          <input type=text name=q id=searchinput>
          <!-- <input type="submit" value="Google Search" /> -->
          <input type="hidden"  name="sitesearch" value="dcbpw.org" />
          <img src="../magnifier.png">
        </form>
      </div>
    </div>

    <div id="fakepage">

      <div id=header>
        <div id="headerbar"></div>
          
        <table cellpading=0 cellspacing=0 border=0 id=conference_name_table>
        <tr>
          <td valign=middle id="logocol">
            <a href="../../dcbpw2013.1">
            <img src="../logo-229x118.png"
              alt="DCBPW Logo">
            </a>
          </td>
          <td valign=middle>
            <a href="../../dcbpw2013.1">
            <img src="../workshopname.png"
              alt="2013 DC-Baltimore Perl Workshop">
            </a>
          </td>
        </tr>
        </table>
        <!-- <h1>Hacking Conference Tshirts</h1> -->
      </div>


      <div id="menu"> <h2> <a href="../../dcbpw2013.1">DCBPW 2013</a> </h2> <li> <a href="../dcbpw.ics"> <img src="../calendar-icon.png"> When: Sat-Sun, April 20-21, 2013 </a> </li> <li> <a href="../venue.html"> <img src="../map-place-icon.png"> Location: U of Baltimore, MD </a> </li> <li> <a href="../hotel.html"> <img src="../map-place-icon.png"> Stay: Hotel/Travel Info </a> </li> <li> <a href="../news"> <img src="http://dcbpw.org/dcbpw2013/rss.jpg"> News </a> (<a href="../atom/en_US.xml">feed</a>) </li> <li> <a href="../wiki"> <img src="http://dcbpw.org/dcbpw2013/link.jpg"> Wiki </a> (community content) <ul> <li>→ <a href="../wiki?node=LocalTransit">LocalTransit</a> (From hotel, DC)</li> <li>→ <a href="../wiki?node=VenueDetail">VenueDetail</a> (Room info, Wifi)</li> <li>→ <a href="../wiki?node=SaturdayDinner">SaturdayDinner</a> (After party)</li> </ul> </li> <!-- user menu --> <h2> Register </h2> <li> <a href="http://dcbpw.org/dcbpw2013/main">Log in</a> </li> <span id="goto-lang"><li> <a href="4799?language=en" >&#x2192;&nbsp;English</a> </li> </span> <!-- users menu --> <h2> Users </h2> <li> <a href="../search"> Search </a> </li> <li> <a href="../stats"> Statistics </a> </li> <!-- talks menu --> <h2> <a href="../talks"> Presentations </a> </h2> <li> <a href="../favtalks"> Favorite Talks </a> </li> <li> <a href="../schedule"> Schedule </a> </li> <li> <a href="../timetable.ics"> iCal export </a> </li> <li> <a href="http://dcbpw.org/dcbpw2013/newtalk"> Submit a talk proposal </a> </li> <!-- money menu --> <!-- admin menu --> <h2> <a href="http://act.mongueurs.net/conferences.html">Other conferences</a> </h2> <li><a href="http://workshop.barcelona.pm/barcelona2015/">Barcelona Perl Workshop 2015</a></li> <li><a href="http://patch.pm/p3/">patch -p3</a></li> <li><a href="http://act.yapc.eu/lpw2015/">London Perl Workshop</a></li> <li><a href="http://act.yapc.eu/gpw2016/">German Perl Workshop 2016</a></li>  </div>

      <div id="content"><h1>Hacking Conference Tshirts</h1>  <script type="text/javascript">
if (window.act) {
    var titles = [  'remove from personal schedule',  'add to personal schedule',  ];
    toggle_image = function(elem, talk_id, set) {
        var data = { img_name: set ? 'picked' : 'unpicked',
                     title:    titles[set ? 0 : 1 ],
                     talk_id:  talk_id,
                     set:      set
        };
        $(elem).replaceWith( act.template("tpl_mtbutton", data) );  $("#my-"+talk_id+"-text").replaceWith( act.template("tpl_mtlabel", data) );  };
    toggle_count = function(talk_id, set) {
        var elemcount = "#starcount-" + talk_id;
        $(elemcount).replaceWith(
            act.template("tpl_starcount",
                         { talk_id: talk_id,
                           count: (parseInt($(elemcount + " > .starcount").text()) || 0) + (set ? 1 : -1)
                         }
                        ));
    };
    toggle_talk = function(elem, talk_id, set) {
        $.post(act.make_uri('dcbpw2013', 'updatemytalks_a'), {talk_id: talk_id} );
        toggle_image(elem, talk_id, !set);
        toggle_count(talk_id, !set);
    };
    $(function() {
        $(".mytalks_submit").remove();
        $(":checkbox").each(function() {
            toggle_image(this, $(this).val(), $(this).prop("checked"));
        });
    });
}
</script>

 <script type="text/html" id="tpl_mtbutton">
<img class="mtbutton" src="http://dcbpw.org/images/&lt;%=img_name%&gt;.gif" title="<%=title%>"
     onClick ="toggle_talk(this,<%=talk_id%>,<%=set%>);" />
</script>

<script type="text/html" id="tpl_mtlabel">
<span id="my-<%=talk_id%>-text"><%=title%></span>
</script>

<script type="text/html" id="tpl_starcount">
<span id="starcount-<%=talk_id%>" style="white-space:nowrap"><% if (count) { %><span class="starcount"><%=count%></span><img style="vertical-align:middle" src="../../images/picked.gif" /><% } %></span>
</script>
 <h1>Hacking Conference Tshirts</h1>
<p>
<b>By</b> <a href="http://dcbpw.org/dcbpw2013/user/8617">Augustina Ragwitz (&lrm;auggy&lrm;)</a>   from  NY.pm   <br />  Lightning talk <br />   <b>Target audience:</b> 1<br />   <b>Language:</b> English<br />    </p>   <hr />  <p>Customize conference tshirts so they fit you even if you get the wrong size! Plus LIVE DEMO!</p>  <hr />     </div>

      <div id="footerbar"></div>

    </div>

    <div id="footer">
      <div class=leftside>
        Website/Logo design by <a href="mailto:a.gasparetti@gmail.com">Angela Gasparetti</a>
      </div>
      Powered by <a href="http://act.mongueurs.net/">Act</a>
    </div>

  </div>
  </div>

</body>
</html>
 