<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    There are many solutions.  I think most people install Dancer, etc.
    locally and check out copies of the project from a software
    repository using git, subversion, p4, etc.  But if you don't already
    have a repo or you cannot reach it from home then you could just ZIP
    up the files and send them to yourself. But this assumes you have a
    suitable development computer at home.<br>
    <br>
    You could also do what you propose. Even better, I think, would be
    to use ssh tunneling because you wouldn't need to expose your
    nascent web app to the Internet. You'd need to be able to ssh to the
    server at work, then configure putty (at home) to forward to work
    and configure your browser to use this proxy.  Something like this:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://www.adamfowlerit.com/2013/01/05/using-firefox-with-a-putty-ssh-tunnel-as-a-socks-proxy/">http://www.adamfowlerit.com/2013/01/05/using-firefox-with-a-putty-ssh-tunnel-as-a-socks-proxy/</a><br>
    <br>
    If you have Linux at home, you can of course do this.  I think it's
    just "ssh -D <hostname>".<br>
    <br>
    -Alan<br>
    <br>
    <div class="moz-cite-prefix">On 8/4/2015 5:01 PM, Richard Reina
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKLxnzY78TvOWy+e9rwS2hs7LCoYbXuVZ9nkoCgv8zmMyk80tw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Please bear with me because I am an extreme newbie when it
          comes to web apps. That said I am playing around with dancer
          on a machine at my office. I make slight changes to the basic
          app that one builds with "dancer -a MyApp" and then start up
          dancer to see the changes on the local machine <a
            moz-do-not-send="true" href="http://0.0.0.0:3000">http://0.0.0.0:3000</a>.
          I would like to be able to work on the app while I am at
          home.  Would I have to leave this machine in the DMZ of my
          linksys router and then ssh to it? Or is the a better way of
          doing this? <br>
          <br>
        </div>
        Thanks<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Chicago-talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/chicago-talk">http://mail.pm.org/mailman/listinfo/chicago-talk</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

<a class="moz-txt-link-freetext" href="http://www.alanmead.org">http://www.alanmead.org</a>

Announcing the Journal of Computerized Adaptive Testing (JCAT), a
peer-reviewed electronic journal designed to advance the science and
practice of computerized adaptive testing: <a class="moz-txt-link-freetext" href="http://www.iacat.org/jcat">http://www.iacat.org/jcat</a></pre>
  </body>
</html>