Tag: Dev Tips

  • Top 5 Hacks in Bootstrap 3

    Top 5 Hacks in Bootstrap 3

    https://i.ytimg.com/vi/-NJEmcqp0TM/hqdefault.jpg Today we look at the Top 5 Hacks in Bootstrap 3. Super fun times. DevTips Secret Link of the Week: http://bit.ly/1FGONJm Learn more about Border-Box: http://youtu.be/GvIP6QtCVSg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist:…

  • Bootstrap Grid – CSS Grids Series (part 12 – 3rd Column Layout)

    Bootstrap Grid – CSS Grids Series (part 12 – 3rd Column Layout)

    https://i.ytimg.com/vi/tCrM4HzNL24/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Bootstrap Grid – CSS Grids Series (part 11 – 2nd Column Layout Complete)

    Bootstrap Grid – CSS Grids Series (part 11 – 2nd Column Layout Complete)

    https://i.ytimg.com/vi/i7O4Ub3QeuA/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Bootstrap Grid – CSS Grids Series (Intro)

    Bootstrap Grid – CSS Grids Series (Intro)

    https://i.ytimg.com/vi/0QlecDOWHmY/hqdefault.jpg Today we start a new series called CSS Grids. We are going to build and re-build the same layout with different grid frameworks. Watch this video in the playlist: *link Link of the week: http://www.gridlover.net/ Winning Tweet: https://twitter.com/f0vela/status/531858154556907522 — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics”…

  • Bootstrap Grid – CSS Grids Series (part 2 – Page Header)

    Bootstrap Grid – CSS Grids Series (part 2 – Page Header)

    https://i.ytimg.com/vi/kFtEfHJp11s/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Bootstrap Grid – CSS Grids Series (part 9 2nd Column Layout)

    Bootstrap Grid – CSS Grids Series (part 9 2nd Column Layout)

    https://i.ytimg.com/vi/O8h9MHSBIAw/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Bootstrap Grid – CSS Grids Series (part 10 – Media Object Style)

    Bootstrap Grid – CSS Grids Series (part 10 – Media Object Style)

    https://i.ytimg.com/vi/HDw6Zdh2IQk/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Bootstrap Grid – CSS Grids Series (part 6 – 1st Column Layout)

    Bootstrap Grid – CSS Grids Series (part 6 – 1st Column Layout)

    https://i.ytimg.com/vi/HMQ5uKq7ndM/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Bootstrap Grid – CSS Grids Series (part 13 – Footer)

    Bootstrap Grid – CSS Grids Series (part 13 – Footer)

    https://i.ytimg.com/vi/XNkOkzROU30/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets by…

  • Regular Expressions in JavaScript – #1 REGEX ULTRA BASICS

    A regular expression (or regex) is way to find strings within strings. It’s small code that when applied to a string, will give other strings – either the whole string or parts of the string. This video gives you the ULTRA BASICS of REGEX. Regexes most common use cases are: What can we use them…