hlship (Howard M. Lewis Ship)

Name
Howard M. Lewis Ship
Email
Website/Blog
http://tapestryjava.blogspot.com
Company
TWD Consulting
Location
Portland, OR, USA
Member Since
Feb 07, 2009 (10 months)

Following 1 githubber and watching 13 repositories view all →

Public Repositories (6)

  • arduino

    Howard's Arduino projects

    legend

    Last updated Mon Dec 07 21:07:26 -0800 2009

  • cascade

    Simple, fast, easy web applications in idiomatic Clojure.

    legend

    Last updated Sat Nov 21 22:36:10 -0800 2009

  • tapx

    Extensions to Tapestry 5

    legend

    Last updated Sat Nov 14 08:36:05 -0800 2009

  • t5intro

    Example Tapestry application from "Tapestry 5 Introduction" slide deck

    legend

    Last updated Mon Nov 09 09:58:32 -0800 2009

  • nfjs-cappuccino

    Demo code for my NFJS Cappuccino talks

    legend

    Last updated Mon Sep 14 14:32:06 -0700 2009

  • functioning

    A Clojure wrapper around the Processing graphics environment

    legend

    Last updated Sun Mar 15 13:30:28 -0700 2009

Public Activity feed

hlship pushed to master at hlship/arduino Mon Dec 07 21:07:26 -0800 2009
HEAD is 245814b6d0948bb614b914ac16312dd6eddcead3
hlship created branch master at hlship/arduino Mon Dec 07 15:30:00 -0800 2009
New branch is at hlship/arduino/tree/master
hlship created repository arduino Mon Dec 07 15:29:36 -0800 2009
New repository is at hlship/arduino
hlship commented on robink/wooki Mon Nov 23 05:21:35 -0800 2009
Comment in 51c4d8d:

I often recommend that you create a function inside Tapestry.Initializer so that you can simply call that function. i.e., create a JS library with the following:

Tapestry.Initializer.openJQueryDialogOnClick = function(clientId)
{ var elements = jQuery('#' + clientId); elements.click(function() { elements.dialog('open'); }); }

and then

support.addInit("openJQueryDialogOnClick", dialog);

This will be much more efficient when you have lots of similar initializations across the page. Much less dynamic JS for the browser to parse.

hlship edited a page in the hlship/cascade wiki Sun Nov 22 12:47:14 -0800 2009
"Running Cascade" is at hlship/cascade/wikis/running-cascade
hlship edited a page in the hlship/cascade wiki Sun Nov 22 11:32:08 -0800 2009
"Running Cascade" is at hlship/cascade/wikis/running-cascade
hlship pushed to master at hlship/cascade Sat Nov 21 22:36:10 -0800 2009
HEAD is fef25ed6d4514946ece6cc948aeae14d8e4ef9be
  • hlship committed fef25ed6:
    Change Selenium dependencies to scope 'test'
hlship pushed to master at hlship/cascade Sat Nov 21 21:41:37 -0800 2009
HEAD is 6381120fd2e63ec09c1f6aed1ba10dd7e7d644de
hlship pushed to master at hlship/cascade Sat Nov 21 20:47:07 -0800 2009
HEAD is 4e36e68b60bf88bf5160fa9f148927ad5f927c16

2 commits »

hlship started watching robink/wooki Sat Nov 21 08:49:04 -0800 2009
wooki's description:
Collaborative Writing
hlship pushed to master at hlship/cascade Sat Nov 21 08:41:48 -0800 2009
HEAD is 97b99b6d57a033bf0399d65e6190f7e6b2a6c5d9

7 commits »

hlship pushed to master at hlship/cascade Fri Nov 20 00:28:56 -0800 2009
HEAD is a32806dfe9205571883b103ca3c9dfd8328d11c5
  • hlship committed a32806df:
    Encode literal text once, at macro expansion time
hlship closed issue 20 on hlship/cascade Thu Nov 19 06:47:16 -0800 2009
Document running Cascade apps
hlship pushed to master at hlship/cascade Thu Nov 19 06:46:38 -0800 2009
HEAD is fefa61cac076a44041305ec63708fe676f6abef7
hlship edited a page in the hlship/cascade wiki Thu Nov 19 06:45:48 -0800 2009
"Running Cascade" is at hlship/cascade/wikis/running-cascade
hlship created a page in the hlship/cascade wiki Thu Nov 19 06:45:00 -0800 2009
"Running Cascade" is at hlship/cascade/wikis/running-cascade
hlship closed issue 35 on hlship/cascade Thu Nov 19 06:19:40 -0800 2009
Support for JSON output
hlship pushed to master at hlship/cascade Thu Nov 19 06:19:40 -0800 2009
HEAD is f2f645f1d4dbec09abcc155e68e9c79d8e1602fd
hlship closed issue 34 on hlship/cascade Thu Nov 19 03:38:23 -0800 2009
Use transients when assembling the DOM
hlship pushed to master at hlship/cascade Thu Nov 19 02:08:54 -0800 2009
HEAD is 574f8c72feb0c639b2d33ddef694299ad9b2d176

4 commits »

hlship opened issue 36 on hlship/cascade Wed Nov 18 11:21:02 -0800 2009
Allow IE qualifiers for imported stylesheets and JavaScript libraries
hlship pushed to master at hlship/cascade Wed Nov 18 11:12:58 -0800 2009
HEAD is a638073f0a5905842228bdd8a473f5999d8bcdc4

12 commits »

hlship created tag release-1.0.0 at hlship/tapx Sat Nov 14 08:36:05 -0800 2009
hlship started watching gradle/gradle Sat Nov 14 08:14:20 -0800 2009
gradle's description:
A powerful build system for the JVM
hlship edited a page in the hlship/cascade wiki Fri Nov 13 08:52:28 -0800 2009
"JavaScript" is at hlship/cascade/wikis/javascript
hlship edited a page in the hlship/cascade wiki Fri Nov 13 08:51:53 -0800 2009
"JavaScript" is at hlship/cascade/wikis/javascript
hlship opened issue 35 on hlship/cascade Fri Nov 13 08:04:18 -0800 2009
Support for JSON output
hlship pushed to master at hlship/tapx Wed Nov 11 16:56:26 -0800 2009
HEAD is 134b49203e7fc5d1cc7c4dbd962b65eb53793e74
  • hlship committed 134b4920:
    Fix incorrect version number for tapx-prototype
hlship pushed to master at hlship/tapx Wed Nov 11 16:33:25 -0800 2009
HEAD is acf4ad301dbed1ee526dedbef2ba0c76cdb13bc5

3 commits »

hlship pushed to master at hlship/tapx Wed Nov 11 15:47:02 -0800 2009
HEAD is 9029f01b6b5edea36114bd26894fcf889e751f21

2 commits »

hlship pushed to master at hlship/t5intro Mon Nov 09 09:58:32 -0800 2009
HEAD is 5aa39e20cadd54c0c06612c0ad78fdd19a13abe6
hlship created branch master at hlship/t5intro Mon Nov 09 08:10:45 -0800 2009
New branch is at hlship/t5intro/tree/master
hlship created repository t5intro Mon Nov 09 08:10:05 -0800 2009
New repository is at hlship/t5intro
hlship created branch optimize-render-tree at hlship/cascade Fri Nov 06 17:54:26 -0800 2009