stuff with a "javascript" tag

Search Autocomplete Thing I Did

Quick thoughts on building a small search autocomplete tool. What I learned, what I liked and what I didn't like.

kaidez 2017 site redesign

Kai takes a simplistic approach to updating his blog, using Jekyll, GitHub Pages, BEM CSS, a little bit of React, webpack and Yarn.

The State of JavaScript

React/Redux are part of JavaScript's progression to a full application language. Study this progression to prepare yourself for the future.

Click To Tweet Tutorial Update

kaidez’s click to Tweet tutorial is updated to be shorter, more readable, provide information faster & demonstrate some window.location JavaScript tricks.

jQuery: It's OK To Use It

jQuery allows for too much productivity for web developers to stop using it completely. But they should understand when to use it, and why.

Babel Setup For Beginners

How I set up Babel, Browserify, Babelify & Babel ES2015 presets for web development. Great for Babel beginners. Contains lots of resource links.

kdz - My Personal Scaffolding Tool

kaidez used Node to create a tool for scaffolding out web development projects. Includes a link to thoroughly commented code on GitHub.

AJAX Tutorial Update

kaidez's old AJAX tutorial was updated. jQuery AJAX is discussed in depth and there's a short discussion on JavaScript Promises.

REVIEW: Effective JavaScript

Excellent book that explains complicated JavaScript concepts like API design in painstaking clarity. Great for intermediate JS developers.

Using RequireJS In WordPress

Learn how to use RequireJS in WordPress. Includes a walk-through of how RequireJS works and how WordPress manages JavaScript internally.

kaidez 2013 Site Redesign

kaidez.com uses Jekyll as a blog engine, Grunt as a task runner, RequireJS for modular JavaScript management, & Bower for package management

REVIEW: Eloquent JavaScript

Great JavaScript book for beginners covering the fundamentals in detail, focusing on how to use them in web applications, not just websites.

TUTORIAL: How AJAX, jQuery and HTML5 Work Together

AJAX, jQuery and HTML5 are big buzz words in the web design/development community nowadays. While getting these web technologies to work together is exciting, the programming required to do this isn't new.