Tag: code

  • Beginner JavaScript Tutorial – 14 – if Statement

    Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • Beginner JavaScript Tutorial – 27 – Adding Methods to Our Objects

    Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • Testing Client/Server JavaScript

    A walkthrough of starting on tests for your JavaScript using http://npmjs.org/tape. Then running those same tests in a browser using https://www.npmjs.com/package/zuul. Then finishing up with automating your tests as you push code using travis-ci and sauce labs. Code example from this video: https://github.com/shama/letswritecode/tree/master/testing-client-server-javascript Original source

  • PHP & MySQL Tutorial 38 – Check boxes in forms

    PHP & MySQL Tutorial 38 – Check boxes in forms

    Sample code: http://codemahal.com/video/check-boxes-in-forms-php/ Original source

  • Beginner JavaScript Tutorial – 37 – Date Objects

    Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • Beginner JavaScript Tutorial – 20 – while Loop

    Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • [CSS] Criando Botões Bonitos Naipe Bootstrap

    [CSS] Criando Botões Bonitos Naipe Bootstrap

    [ad_1] https://i.ytimg.com/vi/lWA76-AHkmo/hqdefault.jpg O Bootstrap é um framework sensacional, super fácil de utilizar, bem completo, com estilos e componentes muito bonitos, mas nem sempre é necessário utiliza-lo. No vídeo de hoje iremos aprender como criar botões bem legais e semelhantes ao do Bootstrap, escrevendo linha por linha e entendendo como tudo funciona. Se você não conhece…

  • MySQL tutorial 4 – Limit, Offset and Ordering

    MySQL tutorial 4 – Limit, Offset and Ordering

    This tutorial will show you how to limit your results, create offsets and change the order of the results you receive. Sponsored by DevMountain. Get yourself … Original source

  • PHP MySQL Tutorial: Create a Simple View Counter -HD-

    PHP MySQL Tutorial: Create a Simple View Counter -HD-

    In this tutorial, you will learn how to create a simple view counter with PHP and MySQL. Be sure to SUBSCRIBE because there will be a new tutorial every week. Original source

  • JavaScript Generators

    Learn about JavaScript Generators and how to use them to write asynchronous code in a synchronous fashion. Code examples from this video: https://github.com/shama/letswritecode/tree/master/javascript-generators Original source