Search results for articles
Simple Content Management with Node.js and Markdown
HTML. // blog/lib/list.techy.js module.exports = function(template, max) { template = template || ‘partials/article-home.md’; var articles = this.pages(‘articles‘, ‘date’); var html = ”, to = max || articles.length; for(var i=0; i<to;…
Building a Successful Content Site
…not yet publicly published, articles on my site, giving my internal community a chance to provide feedback on articles while also having the chance to get a first look at…
Convention-based, Modular MVC with Shared Rendering in Node.js
…It’s easiest to explain how Taunus works with an example walk-through. Incoming request /articles/taunus-is-awesome Router matches /articles/:slug, and invokes the controller for that action The articles/slug action controller fetches a…
Resources for Getting Into NodeJS
Eric Tersptra provides some guidance for getting started using Node.js. Node.js has exploded in popularity since its relatively recent introduction in 2009. A plethora of books, videos, courses, and articles…
Best of JavaScript, HTML & CSS – Week of March 31, 2014
demo was built with the getUserMedia API, WebGL and ocrad.js. JavaScript OCR demo March’s top HTML, CSS, JavaScript Articles on Flippin’ Awesome March’s HTML, CSS, JavaScript Articles on Flippin’ Awesome…
New Writer Guidelines
…work. Images: All articles should have at least one main image and one secondary image, though more are encouraged. Please send us any images for your article in the body…
Best of JavaScript, HTML & CSS – Week of January 6, 2014
…this is to make these posts less overwhelming and make it easier for you to find exactly what you are looking for. This weekly update will focus on articles and…
A Slight Obsession Over Page Speed
…Souders: 14 Rules for Faster-Loading Web Sites I won’t rehash the tidbits those articles provide, so please visit those links for a wealth of information and follow the following blogs…
Node.js vs. PHP
…smoother and the code is better. For a deeper articles on this subject you might want to take a look at Human Task Switches Considered Harmful and The Multi-Tasking Myth….
CSS Regions Matter
…the following two articles he wrote: Using CSS Regions In Responsive Designs Creating complex layouts for the web with CSS Regions and Adobe Edge Reflow CC CSS Regions Use Cases…