Ten Forward Blog
tech • mobile • web • madison, wisconsin
Showing Results for Keyword: code (clear)

How to make a text field's width increase and decrease dynamically based on user input
Published: November 5, 2018
By Hilary Stohs-Krause
The title pretty much says it all. (Read more)

How to add a "copy to clipboard" button to your website
Published: September 17, 2018
By Hilary Stohs-Krause
Have a situation where you want to make copying text easier? Add a button that lets your user copy it directly to their clipboard. (Read more)

CSS responsive trick: "ellipsify" class
Published: December 6, 2016
By Hilary Stohs-Krause
Tables aren't known for being particularly responsive, but at times, using them is unavoidable; when that's the case, sometimes all it takes is a little CSS to make a big difference. (Read more)
Integrating an array column with Simple Form in Rails
Published: July 14, 2016
By Hilary Stohs-Krause
Sometimes the first blog post tutorial you find just ain't enough. (Read more)

How to make Github magical
Published: June 30, 2016
By Hilary Stohs-Krause
Programming already feels a bit like magic; I just upped the ante. (Read more)
Sprinkling Little Bits of Behavior Using JavaScript Modules
Published: June 14, 2016
By Mark Norman
We often encounter scenarios where we need a small piece of (somewhat) simple functionality on a single page. After a successful 15-minute yak-shave-code-off, we've figured out a solid way to tackle this requirement. (Read more)
Automating timecop gem for testing time-dependent Ruby code
Published: April 11, 2016
By Staff
Want to (literally) save some time? Start using config flags with timecop. (Read more)
Make a sweet mobile menu with CSS
Published: March 28, 2016
By Staff
Using CSS (or, in our case, Sass) and minimal JavaScript, make an animated open/close button for your website's menu. (Read more)
How to kickstart PostgreSQL
Published: February 17, 2016
By Brian Samson
Rails server not working? Might be PostgreSQL is failing silently. (Read more)