Category: Programming

  • Redux: Simplifying Application State in JavaScript

    Tim Griesser As JavaScript applications increase in complexity, consistent patterns for managing state becomes considerably more important, and difficult to achieve without good patterns. Redux is a library which provides a “Predictable state container for JavaScript apps”. Utilizing proven patterns from more functional languages, Redux is a framework agnostic library which combines convention with functional…

  • JavaScript Tutorial For Beginners – NaN (Not a Number)

    Hey all, I thought it about time I introduced you all to NaN ;). So in this JavaScript tutorial for beginners I’ll be showing you what NaN is (Not a Number) and how we can use it to check whether certain variables are indeed a number or not. As usual, ask away with any questions…

  • Tutoriel Bootstrap FR : page d’inscription

    Tutoriel Bootstrap FR : page d’inscription

    [ad_1] https://i.ytimg.com/vi/3V0TrUUIhvE/hqdefault.jpg neo-web.fr propose un tutoriel pour maitriser les bases du framework Bootsrap à travers la création d’une page de formulaire. Pour plus de tutoriel : http://neo-web.fr/tutoriels/ Original source

  • 03 Creating A Scalable JavaScript Application Architecture Nicholas Zakas

    Original source

  • JavaScript Tutorial – Dynamic Select Year List Script HTML Form Elements

    Lesson Code: http://www.developphp.com/video/JavaScript/Dynamic-Select-Year-List-Script-HTML-Form-Elements PHP Version: http://www.youtube.com/watch?v=_vEyFYj09GE Learn to program dynamic year select lists in HTML forms to avoid the need to write up to 100 lines in your HTML. The JavaScript loop will write the options for you in a for loop. We can do this easily because years are numeric and incremental. Original source

  • Bootstrap Tutorials in Hindi/Urdu – 6 – Bootstrap grid system (Part 3)

    Bootstrap Tutorials in Hindi/Urdu – 6 – Bootstrap grid system (Part 3)

    [ad_1] https://i.ytimg.com/vi/PphDj0bVscM/hqdefault.jpg For all my tutorials go to: http://websofttutorials.com/ In this video I will explain you grid system of wordpress. Means I will I will show you that how bootstraps columns work on different different display devices. I will explain about bootstrap classes like col-lg, col-md, col-sm, col-xs. I will explain how you can set…

  • Unit Testing in JavaScript via Jasmine

    I show you how to write unit tests in JavaScript using the Jasmine library and test runner. I’ve written classes or “modules” that work inside of Require.js and the code is in Github: Code: https://github.com/JesterXL/JavaScript-Jasmine-Unit-Test-Example Follow me on Twitter and Google+ Tweets by jesterxl https://plus.google.com/109537902154361720350 Original source

  • How To Make Responsive Rotating Team Profile Card Using Bootstrap & CSS

    How To Make Responsive Rotating Team Profile Card Using Bootstrap & CSS

    [ad_1] https://i.ytimg.com/vi/BVSOnbPv70M/hqdefault.jpg How To Make Responsive Rotating Team Profile Card Using Bootstrap & CSS – Responsive Rotating Team Profile Card Using Bootstrap & CSS – We find that sometimes when we work on different websites, we want to show a lot of information in a small container. Like Us On Facebook: https://www.facebook.com/learnkoding Download Code: https://codeguru.me/responsive-rotating-team-profile-card/…

  • JavaScript Tutorial – what is prototype object

    Object keeps different properties and some may be methods also. Every object is associated with another prototype object. Object inherits all properties from the prototype object. {} empty object inherits properties from it’s prototype object Object.prototype. [] empty array inherits properties from it’s prototype object Array.prototype. Object.getPrototypeOf(o) returns prototype object of object o. new Object…

  • LinkedIn Javascript API

    Introduction how to use LinkedIn Javascript API to programmatically access all your linkedIn contact information. For this LinkedIn javascript API demontration I use visual studio. If you want to know more please contact me at http://www.fuchsonline.com Original source