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: The following article was published over 10 years ago, and the information provided may be aged or outdated. 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 is the powerful directive system that allows you …

Creating a UI Designer for Quick Development

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

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. 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 real-time data. Examples of such Dashboards could be …

The BEMs of Structuring CSS

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

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. 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. As back end developers know, structure is important …

Using Handsontable Inside jQuery Tabbed Dialogs

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

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. 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 & jQuery. I came across it while looking for a ready-made, …