Contents contributed and discussions participated by 張 旭
Talks - The Go Programming Language - 0 views
tmux @ Tanky Woo's Wiki - 0 views
AngularJS for jQuery Developers | Art & Logic Blog - 0 views
-
Angular does not treat HTML or JavaScript as a bug that needs to be fixed
-
JavaScript code treats DOM in an imperative manner: take this node and that attribute, look at its value, do this or that.
-
Direct manipulation of the DOM is not only unnecessary, it is discouraged in the Angular approach.
- ...11 more annotations...
javascript - How do I "think in AngularJS" if I have a jQuery background? - Stack Overflow - 0 views
-
in AngularJS, we have a separate model layer that we can manage in any way we want, completely independently from the view.
-
keep your concerns separate
-
do DOM manipulation and augment your view with directives
- ...34 more annotations...
parallax.js - 0 views
Blog Tutorial - Adding a layer - CakePHP Cookbook v2.x documentation - 1 views
-
Cake views are just presentation-flavored fragments that fit inside an application’s layout. For most applications they’re HTML mixed with PHP, but they may end up as XML, CSV, or even binary data.
-
Layouts are presentation code that is wrapped around a view, and can be defined and switched between
-
if the HTTP method of the request was POST, try to save the data using the Post model.
- ...6 more annotations...
Blog Tutorial - CakePHP Cookbook v2.x documentation - 0 views
-
need to have PDO, and pdo_mysql enabled in your php.ini.
-
will run into mod_rewrite issues
PHP, Redis, and You! - 0 views
« First
‹ Previous
581 - 596 of 596
Showing 20▼ items per page