Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Oct 27, 2015

Node.js

Node.js基於V8 JS引擎所開發,兼具JS的優點,有可以輕量化執行於伺服器端,輕易完成許多Web資料分析和擷取技術。以npm作為套件管理,方便開發者安裝、管理和使用node.js packages。
https://www.npmjs.com/

Jun 1, 2014

jQuery - Syntax, Method, Event and Animation Effects

Many tools are useful for Fast Prototyping to develop Mobile Web Apps, jQuery and jQuery Mobile are one of the most popular solution. Before you start studying jQuery, you should know how to write simple HTML, CSS and JavaScript programs.