Posts and projects tagged with html

  • Is HTML for Pages or Apps?

    As I was learning about Polymer today at Google I/O, one of the speakers said something that sounded funny to me. I realized it is because I am old. No really, it is because I am old. I remember when the web "came into being". At least publicly. Back then, we thought of the web a ...

  • Kiln (work)

    In early 2014 I started on the Kiln team at Fog Creek. One of my first projects was integrating Kiln with Trello, which I ultimately blogged about on the Fog Creek site. Some of my other contributions to the team have been: Documenting the deployment process Starting the Operati ...

  • Wallstreet (work)

    One of my big tasks at the end of 2013 and the start of 2014 was to implement a redesign of our account management page as part of a project we called Wallstreet. Working with a Tina, a designer at Fog Creek, I implemented a Knockout.js page for updating your FogBugz and Kiln acc ...

  • Simple JS Examples

    While I was writing this post about JavaScript I wanted to make an easy way to include JavaScript in my markdown and also show output from the scripts. I came up with the following idea. What if I can mark each example with a CSS class, I called it runnable, and then evaluate the ...

  • Adding Google Search

    So I wanted to add Google search for my site, thus reducing the need to implement search. I found a great article on askdavetayler.com and ended up implementing my search form using: <form class="navbar-search pull-right" method="get" action="http://www.google.com/search"> <input ...

  • FogBugz (work)

    In July 2013 I started on the FogBugz team at Fog Creek Software. My main focus on the team was implementing new features and replicating features from our old code base into the new one. Some of the key areas I contributed to are: Case event editing - which allows you to edit e ...

  • Studios v2.0 (other)

    In January of 2012 I began creating a new version of the Studios application using a single-page application model. This new version uses a Javascript+HTML user interface on top of a number of Python-based web services. The web services are written on top of the flask application ...

  • TIBCO FTL Realm Server GUI (work)

    I am the lead architect and primary developer on the realm server GUI, currently in version 3.0. TIBCO FTL is a low latency messaging system. FTL relies on a server called the Realm Server to manage configurations. As of 2.0 the realm server uses a web-based graphical user interf ...

  • Studios 1.0 (other)

    In 2009 I created a Ruby on Rails application to replace the Microsoft Access application I had created earlier. This rails application used the standard server template-based HTML generation model on top of a MySQL database. Simple forms were provided to enter information: and ...

  • Now You Know! (work)

    Now You Know was the code name for a project at PRI to create an on-line training site. This site would allow teachers to create courses and deploy them on the site. Students could search the site for courses of interest and navigate them with a series of Web pages. Although neve ...

  • Profile (work)

    Profile was a distributed learning environment. Courses were created as a set of HTML files. An outline is used to generate a description of the course, along with a set of objectives and test questions. The course is loaded into the browser along with a Java applet that can be u ...

  • Room Management System (work)

    One of my first projects at PRI was to create a web-based room management system for one of our customers. This system was built the web was very new so the only option for development web applications was CGI. The room management system kept track of a set of rooms, organized in ...