pseudorandom bits

occasional thoughts on software development (among other things)

Home Projects Resources About Me

beginner (9) c plus plus (5) c sharp (1) closure (1) cocoapods (1) const correctness (1) deadlocks (1) delegates (1) events (2) forms (1) inline functions (1) ios (3) javascript (11) jccc (6) multithreading (2) mutable (1) react (1) react native (1) security (1) singletons (1) ssl (1) this (1) virtual functions (1) web admin (1)

  • Feb 13, 2017

    Getting Started

    jccc beginner

    "I want to become a web/mobile developer/designer. What can I do to get started?"

    Here are a few suggestions...

  • Jun 2, 2015

    Working with Forms in Two Functions

    jccc javascript forms beginner

    Interacting with forms - it's a common need in JavaScript apps. You need to gather information from the form when it's submitted; you need to initialize a form when it's first displayed to the user. Here's a simple form...

  • May 28, 2015

    The (Proto)Typical JavaScript Function

    jccc javascript beginner

    We've seen that constructor functions can be used to initialize JavaScript objects in a consistent manner. The constructor can be used to ensure that an object is always initialized with a known set of properties and default values for those properties. But it's also possible to assign functions to object properties from within a constructor function.

  • May 11, 2015

    Constructing Constructor Functions

    jccc javascript beginner

    When you are first learning JavaScript, you will be introduced to two ubiquitous language features: functions and objects. As you begin to experiment with creating objects, you may find it useful to implement a simple function to create commonly used object types. For instance, here's a function that will create an instance of a photo object...

  • May 6, 2015

    Two Quick Steps to JavaScript Events

    events jccc javascript beginner

    If you're just starting out with JavaScript and want to respond to an event on the page, you can keep these two simple steps in mind.

  • Jan 25, 2014

    Four Quick Steps to C# Events

    c-sharp delegates events jccc

    If you've ever found .NET events a bit confusing, here are four simple steps that will get anyone up and running.

pseudorandom bits

  • Neal Stublen
  • [email protected]
  • Also on Tree Frog Labs
  • nstublen
  • nstublen
  • nealstublen
  • neal_s

occasional thoughts on software development (among other things)