My EnyoJS’s 18 Deadly Tips
Techniques, jutsu and more kungfus… Today I will be sharing some collection of summarized developer tips I wrote down during my development days with EnyoJS. I like to compile tutorials in a compact...
View ArticleEnyoJS Tutorial #10 – HasNode Method
HasNode or I called it Fallen method, it’s not really my favourite method. However, sometimes you might need to interact with the DOM level after the controls are rendered in place. Especially, when...
View ArticleEnyoJS Tutorial #11 – 3rd Party Combo!
This is by far the most enjoyable tutorial I’ve wrote. Today we are going to create a special kind of control, a filterable repeater/list! For today’s tutorial we will be combining, taffyDB, a kickass...
View ArticleEnyoJS Tutorial #12 – EnyoCanvas!
Today, we will be covering in depth about EnyoJS’s canvas library. That’s right – The ever growing popularity of HTML5 canvas. First of all, a note to all that eager to cross into this canvas area. If...
View ArticleVMWare Player Plus Issues
Today, I decided to introduce a new category or tag called TroubleShoot series. This line of articles will be honed for those having technical problems and how to rectify it in different platforms....
View ArticleAutomated Version Numbering with Git
As a mobile developer, I always wanted to explore on how to better managed my build / revision version numbering especially, when it comes to beta testing stage. During this stage, feedback flows in...
View ArticleMy Windows 10 Upgrade Story
Good day my fellow readers. As promised to some of my friends – today, I’m blogging about my personal experience and troubleshooting tips on how to get your machines geared up for the Windows 10...
View ArticleXamarin: Generic Input Validator Class
One of my favorite coding projects is to write a very generic all purpose utility classes. When I was picking up Xamarin last year, I decided to create some for myself and the team. Today, I’m going to...
View ArticleEnyoJS 2.7 Tutorial : Getting Re-Started
Just last month, I was tasked to provide training material for EnyoJS. To my surprise I found out that, there are some shift in development method, introduction of new CommonJS style and some of my...
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 ArticleEnyoJS 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 ArticleGood Stuff : Warframe with AutoHotKey
Back few weeks ago, I decided to write an auto hotkey script to facilitate my Warframe needs. For those whom wanna know more about this awesome game – you may find out here. For those already playing...
View ArticleGood Stuff : Warframe with Voice Attack
Over the past few weeks, I’ve been experimenting with voice attack again. This time, with greater accuracy and with my own voice pack. For those whom do not know what Voice Attack is. Voice Attack or...
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