EckoThemes
user

EckoThemes

Astro is a content focused responsive theme for the WordPress platform. Available for purchase at ThemeForest.net.


Navigation
Featured

Developer Workflow

Getting Started with Yeoman & Grunt

Posted on March 7th, 2014.

Why use Grunt? In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you’ve configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort. Grunt is a...

Featured

Programming Patterns

JavaScript Design Patterns: Introduction

Posted on March 3rd, 2014.

One of the most important aspects of writing maintainable code is being able to notice the recurring themes in that code and optimize them. This is an area where knowledge of design patterns can prove invaluable. In the first part of this book, we will explore the history and importance of design patterns which can really be applied to...

Featured

WordPress Theme

Astro WordPress Theme

Posted on February 26th, 2014.

Astro is a content focused responsive theme for the WordPress platform. Designed from the bottom up to be high performance, user friendly, and accessible on all devices. Astro adapts to the users viewport, so it looks great on smartphones, tablets, TVs, and even the latest 4K monitors. Astro includes two different post styles. The...

Featured

Frontend Development

Presentation In Structured Content

Posted on February 22nd, 2014.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Donec placerat mauris...

Featured

NodeJS Guides

Simple HTTP Server in NodeJS

Posted on February 18th, 2014.

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. This simple web server written in Node...