Joined March 2013
·
Posted to
Which programming language first?
over 1 year
ago
If you're looking to join a startup, i'd be suggesting Ruby + rails, python + django or PHP + laravel. Pick a language, learn it well, learn a popular MVC framework and you should be good to go.
Posted to
Git Bash - Fixing it with alias and Functions
over 1 year
ago
Awesome! I always enjoy setting up new bash recipes.
Posted to
Force git to clone with "https://" instead of "git://" urls
over 1 year
ago
Thanks for this tip, for some reason I can't get https connections to work behind my company's proxy, so i used the opposite of this to force git:// connections. Thanks!
Posted to
git today — Quickly see what you've done today
over 1 year
ago
Nice one!
Posted to
Ever wanted to Lowercase or Uppercase everything in certain DOM elements with jQuery?
over 1 year
ago
Why not just use css classes and the 'text-transform' property?
Achievements
360 Karma
120,711 Total ProTip Views
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
@creatordave Well that's what I thought, but it doesnt seem to work, here are some jsfiddles.