EnyoJS 2.7 Tutorial : Controls & Methods
Today we going to cover more on how to target controls, their methods and also using evals for your scripting needs. Below is a sample code of a ViewPage. To target the control, you must at least give...
View ArticleEnyoJS 2.7 Tutorial : Navigation System
Today, we going to cover a little on how views pages are linked up and making simple page navigation. FirstPage has a button that will load up SecondPage and; SecondPage has a back button that will...
View ArticleEnyoJS 2.7 Tutorial : 3rd party JS Libraries
Today, we talk about how to bundle third party libraries such as moment.js, taffydb.js to use with Enyo 2.7 project. To bundle, we simply make a thirdparty folder (or what ever name you wanna call it),...
View ArticleURL Rewrite .htaccess Template for IIS
Today post is about my journey to migrate a MVC php website from a Apache server to an IIS server with PHP Fast CGI module installed. One of the key differences will be in the usage of .htaccess; In...
View ArticleEnyoJS 2.7 Tutorial : Writing Pages
Today, we touch a little on view pages and the main index.js located at the root folder. By default, index.js represent the beginning of the first view. The default script for index.js looks like this…...
View ArticleEnyoJS 2.7 Tutorial : Component Within
Thinks of components as a place to place your jigsaw puzzles. This is a small tutorial regarding “components” property within a View Page for new users. In previous tutorial, you’ll notice the typical...
View Article