
Screen shot : iDesign * Vectors - Featuring the best Free Vectors from around the web. Updated Daily!
気になったベクターパスのアイコンやシルエットなどiDesign * Vectorsさんでピックアップし、まとめました。

Screen shot : Google Libraries API - Developer's Guide - Google Libraries API - Google Code
googleにて公開されている、よく使うjavascriptライブラリを読み込む
毎回、jqueryなどjavascriptのライブラリをローカルにダウンロードし、記述するのは手間です。そこでgoogleが公開しているライブラリのパスを記述することでその手間を省きます。
googleが利用しているライブラリでもあるので、googleを読み込んだ時点でローカル側にキャッシュが予め作成されており、サイトの軽量化にもつながるらしいです。詳しくは解りません。
Google Libraries API - Developer's Guide
The Google Libraries API is a content distribution network and loading architecture for the most popular, open-source JavaScript libraries. Using the google.load() method gives your application high speed and global access to a growing list of the most popular, open-source JavaScript libraries. You can also use <script> tags to include the libraries.
http://code.google.com/intl/ja/apis/libraries/devguide.html#jquery



















