Scott Bock

Principal Consultant

Scott is a Senior Software Engineer with over 12 years of experience using Java, and 5 years experience in technical leadership positions. His strengths include troubleshooting and problem solving abilities, excellent repertoire with customers and management, and verbal and written communication. He develops code across the entire technology stack including database, application, and user interface.

Recent Blog Posts

JavaScript

Build your svg on the server using Swagger, Node, Express

November 30th, 2017

Recently, I had the need to share an svg chart between a javascript (React) app, an android app, and an iOS app. One option would be to write code in all three application to generate the chart, but a better option is to push the generation of the…

Scott Bock
JavaScript

Open jQuery prettyPhoto API to an image other than the first one

November 28th, 2012

prettyPhoto is neat little jQuery plugin, that makes it easy to do lightbox style image (or videos, flash, YouTube, iframes and ajax) overlays on your page. The API documentation doesnt is sparse, but there is a way to open a list of images with an image other than your first one displayed.

Scott Bock
JavaScript

Using CometDs hidden subscribeProps

September 27th, 2012

ConetD, a bayeux implementation, has a poorly documented feature that allows you to send information along with a subscription request: subscribeProps

Scott Bock