HN user

gregfranko

80 karma

I am a front-end software engineer. My favorite technologies/topics are Nodejs, jQuery, Backbone.js, Require.js, Javascript design patterns, CSS3, web sockets, and the mobile web vs native mobile. If you are interested in checking out my open source projects, head over to my Github Page.

Posts29
Comments17
View on HN
github.com 10y ago

Best Yahoo Open Source Project

gregfranko
2pts0
yahoo.github.io 10y ago

Demo – Client-side JavaScript library that can create animated GIFs from your webcam

gregfranko
1pts0
github.com 10y ago

Gifshot – JavaScript library that can create animated GIFs from your webcam

gregfranko
9pts0
yahoo.github.io 10y ago

Create Animated GIF Selfies with JavaScript

gregfranko
3pts0
sports.yahoo.com 10y ago

The Best Yahoo Mobile Website

gregfranko
2pts0
yahooeng.tumblr.com 11y ago

Node module to schedule, take, alter, and store web page screenshots

gregfranko
1pts0
yahoo.github.io 11y ago

Gifshot: JS library to create animated GIFs from media streams, videos, images

gregfranko
72pts17
github.com 12y ago

All You Require.js haters, try AMDclean

gregfranko
1pts0
github.com 12y ago

Should I use AMDclean instead of Browserify?

gregfranko
1pts0
www.youtube.com 12y ago

How To Build Amazing JavaScript Static Analysis Tools – Video

gregfranko
2pts0
gregfranko.com 12y ago

RequireJS and AMDClean Is A Badass Combo

gregfranko
1pts0
www.youtube.com 12y ago

Greg Franko Showing Off AMDClean.js - Video

gregfranko
3pts0
gregfranko.com 12y ago

The Best RequireJS Slide Deck You Will Ever Find

gregfranko
2pts0
gregfranko.com 12y ago

Modular Workflow With RequireJS

gregfranko
3pts0
gregfranko.com 12y ago

Building JavaScript Tools You Didn't Think Were Possible

gregfranko
18pts30
github.com 12y ago

Building Third-Party JavaScript libraries with RequirejS

gregfranko
0pts0
gregfranko.com 12y ago

Modular jQuery Plugins

gregfranko
1pts0
www.youtube.com 13y ago

Modular jQuery Plugins

gregfranko
1pts0
my.safaribooksonline.com 13y ago

Require.js Book Preview

gregfranko
2pts0
github.com 13y ago

Make jQuery Plugins The Right Way

gregfranko
1pts0
www.amazon.com 13y ago

Require.js Book

gregfranko
1pts0
www.packtpub.com 13y ago

Introduction to Require.js Book by Greg Franko

gregfranko
1pts0
gregfranko.com 13y ago

Registering the jQueryUI Widget Factory as an AMD Module

gregfranko
3pts0
gregfranko.com 13y ago

I Love My IIFE - JavaScript

gregfranko
1pts0
selectboxit.com 13y ago

Select Boxes suck, use SelectBoxIt

gregfranko
1pts0
github.com 13y ago

A Rad Backbone.js and Require.js Boilerplate

gregfranko
2pts0
gregfranko.com 13y ago

Twitter Bootstrap jQuery Table of Contents Plugin

gregfranko
2pts1
gregfranko.com 13y ago

Backbone-Require-Boilerplate

gregfranko
1pts0
gregfranko.com 13y ago

Twitter Bootstrap Drop Downs with SelectBoxIt

gregfranko
2pts3

Yea, I used Bespoke.js (http://markdalgleish.com/projects/bespoke.js/). Bespoke has a really nice Yeoman generator (https://github.com/markdalgleish/generator-bespoke) that makes it easy to get started and to deploy to Github Pages.

In terms of the converting to PDF (to upload to Speaker Deck), it is recommended to just save the webpage to PDF in chrome or another browser that supports this feature (you can do this by beginning the print process and then changing to 'Save as PDF')

Bespoke has a print stylesheet, which is why the styles are still kept.

There are a bunch of reasons SelectBoxIt is a better choice for single option select boxes than Chosen or Select2:

1. Mobile and Tablet Support - The native "wheel" interface is presented on the popular mobile and tablet devices. SelectBoxIt also allows you the flexibility to write your own mobile detection script in case you only want to target certain devices.

2. Theming support - SelectBoxIt currently supports theming your drop down's using Twitter Bootstrap, jQueryUI, or jQuery Mobile stylesheets. More popular CSS frameworks are in the roadmap.

3. More intuitive search algorithm - Instead of appearing as a combo box, SelectBoxIt does not present a "Not Found" result. If a search result is not found, then SelectBoxIt will look for the next best option.

4. Better event support - SelectBoxIt triggers over 24 native and custom events on the original select box that your code can listen to.

5. Better method API - SelectBoxIt supports over 14 methods, including methods that neither Chosen nor Select2 support (disable single options, refresh, etc)

6. Custom Builds - SelectBoxIt offers you the ability to create custom builds via a UI interface: http://gregfranko.com/jquery.selectBoxIt.js/customDownload.h...