Giter Club home page Giter Club logo

f2e-notes's People

Contributors

rplus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

f2e-notes's Issues

http://jsperf.com/ ,JS 效能實測

http://jsperf.com/

jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks

JS 效能實測
可看到很多效能實測案例,藉由網友自行測試的成績評比
也可自行 fork 新版本測試效能
提供圖表看到各瀏覽器實測的效能差異

visualized chart

http://codecombat.com/ 怪獸堡壘:玩遊戲學程式

http://codecombat.com/

Learn programming with a multiplayer live coding strategy game for beginners. Learn Python or JavaScript as you defeat ogres, solve mazes, and level up. Open source HTML5 game!

寫指令玩遊戲!有沒有比這更快樂學習 JavaScript 的方法。
英雄會依照使用者的輸入的程式碼動作,進而破關打寶物。
支援單人跟多人。

有支援中文版,可是有些關卡還是有英文。
目前還有 open source,自己的副本自己寫~

官方介紹:http://codecombat.com/about
github:https://github.com/codecombat/codecombat

http://ixdchecklist.com/ ,互動設計自我檢查表

http://ixdchecklist.com/

Form a better understanding of interaction through using the IxD Checklist by Amit Jakhu and Aaron Legaspi from Myplanet.

interaction design checklist
互動設計線上自我檢測表

提供一連串的提問來確認頁面的互動設計是良好體貼的
問題後面有箭頭者,有另外附例子可輔助理解

include:

  • interface
  • iconography
  • typography
  • interaction
  • navigation

http://screensiz.es/ ,提供螢幕解析度、寬高比的參考列表

http://screensiz.es/

We built screensiz.es to help you quickly find the screen specifications of the most popular devices and monitors currently on the market.

The size data comes from Wikipedia, and for a better understanding of Pixel Density, check out this great post by Teehan+Lax.

Our “popularity” guesstimates are derived from annualized monthly Google queries (from AdWords traffic estimator), and some fuzzy math. It’s not scientific, but it’s better than nothing.

提供各機型螢幕 解析度/寬高比 的參考資料列表
包含 mobile phone / desktop monitor / tablet

http://fakeimg.pl/ ,假圖服務

http://fakeimg.pl/

When designing websites, you may not have the images you need at first. But you already know the sizes and inserting some placeholders can help you better seeing the layout. Don’t waste your time making dummy images for your mockup or wireframe. Fakeimg.pl is a little tool that generates images with an URL. Choose the size, the colors, even the text. It’s free and open-source.

github: https://github.com/Rydgel/Fake-images-please

假圖服務

options:

  • size
  • color
  • font
  • text
  • retina

http://cubic-bezier.com/ ,動畫時間曲線預覽

http://cubic-bezier.com/

介紹文章:
A better tool for cubic-bezier() easing
http://lea.verou.me/2011/09/a-better-tool-for-cubic-bezier-easing/

Made by Lea Verou
github repo: https://github.com/LeaVerou/cubic-bezier

css 中與時間特性有關的 animation-time-funtion, transition-time-function
都可利用 cubic-bezier 自訂時間曲線

可即時預覽動畫執行狀況
也有提供 permalink

但目前 Chrome devtool 已有內建 cubic-bezier 的即時預覽/自訂功能

image

https://kraken.io/ ,壓縮圖片線上服務

https://kraken.io/web-interface

We optimize your images and accelerate your websites.

Kraken is a robust, ultra-fast image optimizer and compressor with best-in-class algorithms.
We'll save you bandwidth and storage space and will dramatically improve your website’s load times.

圖像壓縮線上工具
image optimize, online tool

lossless, lossy, resize, progressive
PNG, jpg, gif, WebP

http://caniuse.com/ ,瀏覽器各技術支援/實作查找

http://caniuse.com/

"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.

可以找到大部份的 modern web-tech 瀏覽器支援範圍
(HTML5, CSS3, ECMAScript6)

另外提供一些小精靈在下方:

  • Notes: 使用需知
  • Known issues: 已知雷區
  • Resources: 相關資料

http://devdocs.io/ ,API 查找利器

http://devdocs.io/

DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start:

快速查找各語言的 API, Doc

可離線存取,需下載至瀏覽器內

view on offline with indexedDB

http://www.quirksmode.org/css/selectors/ ,CSS selector 支援度列表

http://www.quirksmode.org/css/selectors/

Here are almost all CSS2 and 3 selectors, and the CSS3 UI selectors (mostly structural pseudo-classes).

CSS selector 支援度列表 for descktop
IE5.5+


另一個 selectors table for mobile browser 的列表頁:
http://www.quirksmode.org/css/selectors/mobile.html
IE9+, Android2+

Here are almost all CSS2 and 3 selectors, and the CSS3 UI selectors (mostly structural pseudo-classes).


其它列表可參見
有另外很多種 CSS property support table-list

http://www.quirksmode.org/css/
This is the index page of all my CSS tests.

http://fontello.com/ ,線上 icon font 產生器

http://fontello.com/

Fontello - icon font scissors
Fontello is a tool to quickly pack vector images into webfonts. Consider it like Twitter Bootstrap, but for images. It builds everything necessary to include graphics into your web pages. Also, fontello has a big built-in collection of open source artworks.

form: https://github.com/fontello/fontello/wiki/Introduction

線上 icon font 產生器

http://character-code.com/ ,特殊符號列表

http://character-code.com/

Character-Code.com

HTML Code, Hexadecimal Code and HTML Entity for ASCII characters. This list is ordered in an alphabetical kind of way. Don't strain your face by using the other ascii table reference sites.

字元沒那麼多的列表
但屬於比較安全的範圍
還有幫忙做了一些大分類,找起來會比較順手

有各式各樣的箭頭
http://character-code.com/arrows-html-codes.php

不過沒提供搜尋功能就是

http://csspre.com/ ,css preprocessor 比較

http://csspre.com/

CSS PRE is a project that aims to collect as much information about the popular CSS Preprocessors as possible, in order to serve as a one-stop reference.

Github: https://github.com/futekov/csspre

這網站整理熱門的 css preprocessor 的語法對照、編譯環境、互轉方案、還有各種線上轉換服務
可快速比較哪套 preprocessor 較為適合
( Less, SASS, Stylus )

blog page

提供同功能的各種寫法
方便學習另一套的語法,也可當作失憶時的救星 XD

compare page

提供各 preprocessor 的功能較列表,
看一看會覺得 preprocessor 好多東西都沒玩過...

compile page

編譯為 CSS 的 client, online 軟體列表,
各 OS 平台、付費與否

用 command-line 就不用煩惱啦~ XDD

convert page

各 css preprocessor 的互轉方式

http://browserhacks.com/ ,瀏覽器 hacks

http://browserhacks.com/

Browserhacks is an extensive list of browser specific CSS and JavaScript hacks from all over the interwebs. Press the first letter of a browser to jump to the according section, like F for Firefox.

令人又愛又恨的瀏覽器 hacks 查找
有 CSS & JS

Reminder!
Please keep in mind using a hack is not always the perfect solution. It can be useful to fix some weird browser specific bug, but in most cases you should fix your CSS/JS or use feature detection.


IE 專區
http://browserhacks.com/#ie

http://fontastic.me/ ,線上 icon font 產生器

http://fontastic.me/

Add Vector Icons to Your Website
Create your icon fonts in seconds. Make your website faster. Over 9,000 icons available.
New. Now you can publish your icons as SVG Sprites.

線上 icon font 產生器

  • 可自行匯入 svg 圖檔
  • multi-project
  • 線上 export 到 amazon s3,不用自己 host icon fonts
  • 支援 SVG sprite,還幫忙處理了 ajax inject/loading
  • 價錢
    • free: 5,000 page views/month, unlimited icon fonts
    • $4.99/ month: 1,000,000, page views/month, unlimited icon fonts

http://gfycat.com/ ,GIF 2 video 服務

http://gfycat.com/about

Gfycat is gif hosting, with three unique advantages:

  • Speed - Average is 8 times faster.
  • Unlimited size - No need to use inferior hosts. Have that 25mb gif you want to share? No problem!
  • Nifty features - Play in reverse, slo mo, speed up, or pause and analyze frame by frame.

幫你把 GIF 轉成 video (mp4, webm)
可大幅減小 GIF 動畫體積的線上服務

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.