自己備忘用的一些設計網站會用的 LINK
圖示
- FindIcons
我覺得比 Google 圖片搜尋還好用的網站,找到圖後可以轉成各種格式,連 ico 這種也可以轉成單檔有不同尺寸的
Android
- Android 裝置的螢幕解析列表
這份列表列出了很多市面上販售的裝置,並且整理出解析度,螢幕尺寸,dpi 供設計者參考,對於 Mobile Web 設計所遇到的自適應問題也有助益
jQuery
- jQuery-Notebook (行動裝置挺適合的 WYSIWYG Editor)
A simple, clean and elegant WYSIWYG rich text editor for web aplications
Note: Check out the fully functional demo and examples here. - FullCandar
FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event). It is open source licensed under an MIT license. - FullCandar for Yii extension
Simple Yii (1.1.14) and FullCalendar (1.6.4 CDN) + jQuery (1.9.1 CDN) implementation - Footable
FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome – No matter how many columns of data you may have in them. - PJax
pjax loads html from your server into the current page without a full page load. It’s ajax with real permalinks, page titles, and a working back button that fully degrades.
Dart
- StageXL For Dart
StageXL is a package for the Dart programming language. It offers an easy to use and complete API for impressive 2D content like games and other rich applications. The library started as an easy migration path for Adobe Flash developers to HTML5. Therefore the StageXL API is for the most part identical to the Flash API. Today many developers who have no prior experience with Flash are using StageXL for their applications.
CSS
- Ultimate CSS Gradient Generator
自動產生以CSS 的漸層效果 - Media Query Snippets
一份列表收集了許多裝置的 media query 語法 - min-device-pixel-ratio 測試
有測試裝置及常見裝置列表
Ultimate CSS Gradient Generator
自動產生以CSS 的漸層效果
JavaScript
jQuery Cycle Plugin
jQuery Plugin , 圖片輪播器 , 支援非常多的效果
jCarousel Lite
JQuery Plugin , 跑馬燈一種 , 可串接多張圖片或 HTML 內容 , 且中途跑馬時資訊不會間斷 , 不同於<marquee>效果
大部分是以 CSS 來模仿 Mac OS 的 Dock Menu , 效果非常順暢 , 但要搭配 JQuery 使用
ColorBox
ColorBox 是一套類似 lightbox 的 jquery plugin , 但對於 jquery 1.4 相容性比較好
jCaption
jQuery Plugin , 可以把 中的 alt 的文字變為圖說
這是 jQtouch 的另一個版本 , 增加了很多很棒的功能 , 例如 fixed tool bar , 讓你的手機網站就和真的 ap 一樣
PHP
start[Patterns For PHP]
裡面有好多 Design Patterns , 對於已經熟悉物件導向語法的人想更進一步了解更棒的設計方式的人可以看看