Man was that a pain in the butt! Read on for my adventures in javascript API documentation.
Octopress TOC and Coderay Codeblocks
I had some problems implementing this but got some great help and was able to overcome the issues.
Automatic JavaScript Linting Fixes
I was getting sick of manually fixing closure linter errors one by one so I created a shell script to do this recursivley over a directory or with a single file.
Vertically and Horizontally Center With Twitter Bootstrap (Responsive)
I wanted a cross browser / cross device way to vertically and horizontally center my responsive bootstrap elements.
I found a great way to do it.
Dynamic Namespace Objects Based on Directory Structure and File Names
In a previous post I showed how to create a dynamic namespace autoloader with node.js, express, and walk.
My Two New jQuery Plugins and One New Node Module
On my quest to plugify and properly modulerize my code I created two new jQuery plugins and one new node nodule.
Create Dynamic Namespace Autoloader With Node.js, Express, and Walk
I was tired of manually creating namespace objects for my javascript files so I decided to dynamically generate a namespace.js file based on the directory structure of my app.
Cool Firefox and Chrome Console Functions
When working with JavaScript, CSS and / or HTML we devs love browser development tools. It’s a little known fact, however that the console in these tools have thier own handy functions.
Absolutely Awesome Article on Plugin Development, Testing, and CI With Grunt
I had one of those ‘Boy this would make an awesome jquery plugin’ moments so I decided to roll my own.
Vanilla JavaScript Menu From JSON
I was asked to create a side nav with submenus using just plain vanilla JavaScript. Here it is.