Jun 23, 2014

Mac OS X Mavericks - Safari

Apple預設瀏覽器是Safari,那就看看有何特別之處。

Jun 21, 2014

Mac OS X Mavericks - 從Windows的習慣上手

剛入手的Mac Book Air 13,準備開始寫Mobile Web App + PhoneGap + Xcode for iOS Apps。新手學習,就從最熟悉的Windows思考邏輯開始架設環境。

Jun 12, 2014

jQuery Mobile - the first App Q-News (Page / Menu / Panel / Listview)

Learn by Doing! In this case study, jQM is used to programming a News Reader App that get news categories and articles from Web APIs.

jQuery Mobile - a Framework for Mobile Web Apps

jQuery Mobile (jQM) is a framework for developing cross-platform Apps with minimal script codes to leverage HTML5 and CSS3. Using jQuery mobile to design a responsive website or application is possible to work on all popular smartphone, tablet, and desktop platforms.
http://jquerymobile.com/resources/devices.png

Jun 10, 2014

jQuery - DOM Manipulation

This article is summarized from jQuery DOM Manipulation and related articles from w3school. jQuery is easy to access and manipulate HTML DOM elements and attributes for dynamically rendering pages and interacting with users.

Jun 6, 2014

Set routes to bypass some network traffics through Network Interface instead of VPN

I frequently need to connect to Lab machines via VPN (Virtual Private Network), but have to visit specific sites and use some services with enough bandwidth.
Routing net traffics through VPN and net card

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.