Browsing archives for 'Uncategorized'

Every Developer Needs a Rubber Duck and You’re The One

Uncategorized 7 April 2022 | 0 Comments

I am reposting this article I wrote here since it is no longer available at the original publication source! Enjoy! GD Disruptions are productivity killers. If you are reading this, perhaps you already know that. There are times when taking a break to chat with your peers and co-workers can actually help you get back […]

Tagged in ,

Autocomplete JavaScript Dropdown

Uncategorized 23 August 2017 | 0 Comments

The repo can be found here.   You can see a working example here.

It’s PanelPicker Time!

Uncategorized 10 August 2014 | 1 Comment

Get the right people communicating. You know that the founding team is so important; now really learn how to value what each member brings to the team. Learn how to create a culture of value between the sales and the dev team. Pick up on key factors that are driving your founding individuals so that […]

Tagged in , , , , , ,

Weird Meteor error in Safari

Uncategorized 8 August 2014 | 0 Comments

Problems like this is why I prefer backend development. One browser crashing for what appears to be no good reason, and no real way to troubleshoot except commenting out code and running to try and find the culprit, just raises my blood pressure. I have two routes specified in my header. New and Popular. If […]

Polyglot Programming

Uncategorized 7 April 2013 | 0 Comments

Polyglot: a person who speaks, writes, or reads a number of languages.   Long before the Web and client-server programming, it was common for an entire application to be written in a single language on top of a single platform or system. A programmer could specialize, become successful in this one language, and remain employed […]

Re-size images from a context menu in Windows Explorer

Uncategorized 7 April 2013 | 0 Comments

Image Resizer for Windows is a utility that lets you resize one or more selected image files directly from Windows Explorer by right-clicking. It’s handy and will always be something I install on any windows box I own. Works on Windows 8 too! By default, image files with the following extensions can be resized: bmp, dib, gif, […]

Tagged in , , , ,

This is what it feels like to work with CSS

Uncategorized 5 April 2013 | 0 Comments

Riding the crest of a high and beautiful wave

Uncategorized 30 January 2013 | 0 Comments

10:30 AM Tuesday January 29, 2013… Currently listening to Skin Of a Drum I just read the blog post of Amy Jo Martin. “Lonely At The Top” is the name of the post and refers to the name of a recent meetup. It’s hitting me hard now. I didn’t know Jody Sherman. His name seemed […]

Tagged in , , , , , , , , , ,

I have fat fingers

Uncategorized 30 May 2012 | 0 Comments

I hate when I accidently close a tab in Firefox that I still need. One errant click, and you’re sunk. NO! You aren’t! CTRL + SHIFT + T in Windows or COMMAND + SHIFT + T in Mac OS X and your tab returns! boom!

Tagged in , ,

Writing code in the cloud

Uncategorized 15 June 2011 | 0 Comments

http://www.tutkiun.com/2010/04/best-online-code-editors-so-far.html   The idea of having your IDE in the cloud just blew my mind. No longer must we install gigs of software to write code in Visual Studio. Now you could write code in a variety of web based editors that still have clutch features like autocomplete and syntax highlightling. this is something I […]