Skip to content

Instantly share code, notes, and snippets.

View cminhho's full-sized avatar
:octocat:
Focusing

Ho Minh Chung (Chung Ho) cminhho

:octocat:
Focusing
View GitHub Profile
@cminhho
cminhho / app-1.spec.ts
Created August 29, 2019 11:35 — forked from wkwiatek/app-1.spec.ts
Angular 2 test snippets for Angular final version. Codebase for https://developers.livechatinc.com/blog/category/programming/angular-2/
// App
import { Component } from '@angular/core';
@Component({
selector: 'app',
template: '<span>{{ sayHello() }}</span>',
})
export class App {
public name: string = 'John';
@cminhho
cminhho / Workpress_Proposal
Created August 29, 2018 05:42
Workpress_Proposal
I prefer to use Workpress CMS for the following reasons
- The most popular CMS in the world: 75 million websites (2017)
- WordPress is free & open source (more than 50,000 WordPress plugins)
- WordPress Is 99 % SEO Friendly (“SEO” refers to search engine optimization, or the process of optimizing a website so that people can easily find it via search engines like Google.)
- Highly customizable for great flexibility (It’s possible to customize colors, design, and even features of a WordPress theme for end-user via Control-Panel or Codes)
- Lower setup and maintenance costs
- WordPress Is Easy to Use (end-user is easy to manage blog, comment and pages without any coding)
We can create a very professional website using WordPress which is already optimized for good speed and work good on multiple devices, browsers, and systems. It is easy to manage themes coming in are are also fully responsive.
@cminhho
cminhho / AngularJS_Interview
Last active June 17, 2018 10:06
AngularJS_Interview_Question_And_Answer
What is AngularJS?
- AngularJS is an open-source JS framework
- Developed by Google
- Designed for creating dynamic single page applications with fewer lines of code.
Advantages of AngularJS?
- It uses MVC design pattern which allows you separate an application into different components, thus making easy to maintain.
- Allows to create dynamic template, as new attribute, elements.
- 2 ways binding data - enables automatic synchronization data between model and view, so there is no need to add any JS code or event listeners to reflect the data changes
- Re-usable code - it allows the creation of user-defined directives and reusable components.
- It has a big community to help the developers.
[‎8/‎25/‎2015 5:16 PM] Ho Minh Chung:
Hi Jacob
[‎8/‎25/‎2015 5:16 PM] Koshy, Jacob (Jacob):
Hi Chung
[‎8/‎25/‎2015 5:17 PM] Ho Minh Chung:
This week, I am investigating Material, it is ok to me
I think I can using Material for taskcenter in local
for next week
how do you think?
[‎8/‎25/‎2015 5:18 PM] Koshy, Jacob (Jacob):
#include <Constants.au3>
#include <IE.au3>
;
; AutoIt Version: 1.0
; Language: English
; Platform: Window7
; Author: Chung Ho
;
; Script Function:
; Opens MobilePASS, get password paste into tpc then quits the application.
@cminhho
cminhho / gist:9d74de93b389663b22b1
Created July 12, 2015 19:25
Tài liệu TOEIC 900 A-B
900A.rar https://www.fshare.vn/file/T7MWMS2C8T
900B.rarhttps://www.fshare.vn/file/TRMA50PQ2T
http://minhphuoc.me/tu-luyen-thi-toeic-900-va-b.html
var debugProject = angular.module('debugProject', ['ui.router']);
debugProject.config(['$stateProvider', '$urlRouterProvider', '$locationProvider',
function($stateProvider, $urlRouterProvider, $locationProvider) {
$urlRouterProvider.otherwise("/");
$stateProvider
.state('main', {
@cminhho
cminhho / present
Last active July 1, 2022 03:50
Ext JS
sencha app build
sencha -sdk /path/to/ExtSDK generate app TutorialApp ./TutorialApp
http://docs.sencha.com/extjs/5.1/tutorials/login_app.html
http://docs.sencha.com/extjs/5.1/getting_started/getting_started.html
http://dev.sencha.com/ext/5.0.1/examples/kitchensink/?theme=classic#all
http://www.slideshare.net/ThorstenSuckow/introduction-to-extjs-5
http://www.techferry.com/articles/ExtJS-vs-AngularJS.html
http://www.slideshare.net/attuneuniversity/getting-started-with-ext-js?related=1
http://www.slideshare.net/ArunPrasadVidhyaarthi/introduction-to-extjs-lesson-01-part-two