»

Upgrade Ubuntu

Log — Tags: — Posted by Starck on May 26, 2013

  1. install the update-manager-core package if it is not already installed:

    $ sudo apt-get install update-manager-core

  2. Edit /etc/update-manager/release-upgrades and set Prompt=normal;

  3. Launch the upgrade tool with the command:

    $ sudo do-release-upgrade -d


List installed packages:

$ sudo dpkg --get-selections

使用不同版本的 Foundation

Log — Tags: , — Posted by Starck on May 24, 2013

切換 ruby

rvm use <version>

rvm list

切換與建立 gemset

你可以使用不同的 gem 設定

rvm gemset create <name>

rvm gemset use <name>

Using Foundation 4

Using Foundation 3

Single Web Page Design

Design — Tags: , — Posted by Starck on May 17, 2013

  • jquery
  • bootstrap javascript
  • modernizr
  • plugins.js
    • FancyBox
    • jQuery.ScrollTo
    • array.reverse
  • SMINT

app.js

Media Query for different Device or Screen

Coding — Tags: , — Posted by Starck on May 17, 2013

from Media Query Builder

Viewing Chrome Cache

Coding — Tags: , — Posted by Starck on May 14, 2013

  1. In Chrome chrome://cache/

  2. Click on whichever file you want to view

  3. Settings > Tools > JavaScript Console

  4. Paste code below:

(c) 2024 Starck Lin | powered by WordPress