Part 3: Using Nodeโ€‹ and Markdownโ€‹ + the Package Showdown

Chris Berry Articles, JavaScript, Node.js, Single-Page Application, solidfoundationsseries, Tutorial, Vue.js Leave a Comment

This is an in-depth learning seriesย focused on a specific application: a JavaScript-based suite of single-page applications optimized for use in a microservice environment. We focus on telling the story of “why” and “how” it was built.ย 

In Part 2 of our Solid Foundations Learning Series, we covered quite a bit of ground surrounding the discovery of Handlebars files, creating navigation based off of those files, and the routing back to the server based on those files.

Now weโ€™re going to dive back into the Handlebars pages and find out how weโ€™re getting content into the pages when theyโ€™re rendered by the server.

Time Input Widget with AngularJS

Phuong Nguyen Angular, Articles, CSS & HTML, HTML5, JavaScript 2 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I have been working with the AngularJS framework for a couple of years now. One of the features I love the most about Angular …

Creating a UI Designer for Quick Development

Alok Pandey Articles, CSS & HTML, Development Technologies & Tools, HTML5 2 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.User interfaceย developers often come across situations that involveย creating several web interface dashboards with similar architectures but with different UI controls and backend services serving …

The BEMs of Structuring CSS

Brian Eye Articles, CSS & HTML, Development Technologies & Tools 4 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Now what Iโ€™m writing about isn’t really anything new, but I always feel like it’s good to reiterate the importance of structure in code. …

Using Handsontable Inside jQuery Tabbed Dialogs

John Boardman Articles, Development Technologies & Tools, JavaScript, Tutorial Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Update 12-9-2014 ย –ย See the end of the article for the PHP/Server Side code! Handsontableย is a minimalistic Excel-like data grid editor for HTML, JavaScript & …