Category: Programming

  • ARM Linux Booting Process

    [ad_1] This will be a series of articles explaining how Linux kernel boots up on ARM architecture. This is part one. ARM Linux Boot Process: We will explain boot process of AT91RM9200 system-on-chip, built around the ARM920T ARM Thumb processor. Kwickbyte builds an embedded board called kb9202 based on AT91RM9200. We will take this board…

  • Learn Front-End Web Development FAST :: Part 4 :: CSS Framework Intro (Bootstrap)

    Learn Front-End Web Development FAST :: Part 4 :: CSS Framework Intro (Bootstrap)

    [ad_1] https://i.ytimg.com/vi/7nROB4TPhVU/hqdefault.jpg Hey everyone. In this video we’ll look over how to use some CSS frameworks, particularly BootStrap. I’ll show you how to download the library, include it in your HTML and test it out, as well as refer to some online documentation. In the next series I’ll show you how to use some simple…

  • javaScript Method chaining tutorial ( function chaining)

    We will learn how to jquery style chain functions ( Methods) using pure javaScript. in Jquery we can do $(‘.class’).addClass(‘new’).removeClass(‘old’). we can achive similar chaining using pure javascript. Method chaining, also known as named parameter idiom, is a common syntax for invoking multiple method calls in object-oriented programming languages. Each method returns an object, allowing…

  • Scott Hanselman: “Virtual Machines, JavaScript and Assembler” Keynote – Velocity Santa Clara 2014

    Scott Hanselman’s keynote from the 2014 O’Reilly Velocity conference in Santa Clara, CA. How does the pervasiveness of JavaScript on the client change how we architect applications? We can create hundreds virtual machines in the cloud, but we are using the millions of visual machines that visit our sites every day? Suddenly we are scripting…

  • Understand Bootstrap & Foundation Frameworks Before You Use

    [ad_1] What do you mean by CSS Framework? Making a website or app sometimes can take a lot of time and development. A CSS framework normally uses by developers and designers as a device to increase the process. A CSS framework, also sometimes referred to as a front-end framework, is a package that makes up…

  • [Curso de Bootstrap 4] 1.1 Novedades de bootstrap 4 (parte 1)

    [Curso de Bootstrap 4] 1.1 Novedades de bootstrap 4 (parte 1)

    [ad_1] https://i.ytimg.com/vi/njCnvkYxw5g/hqdefault.jpg Curso de Bootstrap 4. Descargue todo los recursos (diseños, plugin, etc) usados en este proyecto: http://goo.gl/HZK0cN —————————————————————————————————- descubre las novedades que noa trae la versión 4 de bootstrap. Original source

  • Custom Data Attributes HTML JavaScript CSS Tutorial

    Source: http://www.developphp.com/video/JavaScript/Custom-Data-Attributes-HTML-JavaScript-CSS-Tutorial Learn to use custom data attributes. Custom data attributes allow authors to create custom data to apply to their HTML elements when no other attributes make sense to use to store extra data. They help extend the information that html elements can communicate to a program or script. Custom data attributes can be…

  • Javascript Parallax Effect Explained

    PART 2 HERE We go through some raw ins and outs of doing the famed parallax effect. It seems to be a big deal lately. This is by NO means the only way to do this, but this is the one I like. I use webkit transform instead of margin-top because of performance. To make…

  • Bootstrap image gallery

    Bootstrap image gallery

    [ad_1] https://i.ytimg.com/vi/2-tHexxFixA/hqdefault.jpg bootstrap image gallery example bootstrap photo gallery bootstrap 3 image gallery example simple bootstrap image gallery simple bootstrap photo gallery bootstrap 3 thumbnail image gallery bootstrap thumbnail photo gallery bootstrap thumbnail gallery example bootstrap image grid different sizes bootstrap photo grid bootstrap image grid example bootstrap gallery grid bootstrap picture gallery bootstrap image…

  • Google Maps Geocoding by Address with Javascript Tutorial

    You will learn how to use the Google Maps Javascript v3 API and its Geocoder class to transform a physical street address into geo-based info including coordinates using Google Map’s networked service. Toward the end I exhibit show to change map options using code. Visit the Zenterp Technology Training website for more videos: http://zenterp.co/training/videos Original…