Understanding MVC intentions
Today I realized that it is far easier to understand the intention behind MVC just by looking to a web product. Sites are usually made of a Database for Model, a Frontend for View, and a Backend for...
View ArticleCanvas layer experiment with sensor filtering methods
source labs!filters at This is actually a HTML5 <canvas> rework of a former flash prototype for inspecting signal filtering methods. The original Flash implementation is at ©ompass360° (augmented...
View ArticleCSS3 transform playground
follow labs!transform at Will maintain this CSS3 transform experiment in the future, this is just a preview for now. I’m plannig some snapshot, or keyframe option where one can see different...
View ArticleResponsive breakpoints backed with statistics
Responsive breakpoints is mostly said to depend on your design needs. While this approach is so true, during the redesign process of this site, I felt an unappeasable curiosity on the real browser...
View ArticleObjective-JavaScript
I’d like to write this kind of JavaScript code: // Display a game selector UX then return with the selected item. EPPZSelector.gameSelectorToSelectGameInView ( this.savedGames, this,...
View ArticleVirtual host for MAMP on Mac OSX
I do this thing around 10th time, how to create a Virtual Host for MAMP stack setup on my Mac. Seems I still need to Google after for some details, so let this article stand for this issue till the end...
View ArticleAdvanced custom WordPress excerpt
Customizing WordPress excerpt is essential once content gets grow on a WordPress site. Unfortunately the usual inline HTML output echoed out straight from PHP makes maintaining such modules quiet...
View Article