Skip to content

Instantly share code, notes, and snippets.

View mytharcher's full-sized avatar
🏠
Working from home

Junyi mytharcher

🏠
Working from home
View GitHub Profile
@mytharcher
mytharcher / Path.js
Created March 3, 2012 17:25
jslib路径计算
/*
* jslib JavaScript Library
*
* create:
* @2011-11-30 by mytharcher
*
* update:
*/
///import js.util.Class;
@mytharcher
mytharcher / ClassName.js
Created March 3, 2012 17:07
jslib原版不依赖Set类的dom.ClassName实现
/*
* elf JavaScript Library
*
* create:
* @2010-2-27 By mytharcher
*
* update:
* @2010-04-12 By mytharcher
* @2010-04-20 By mytharcher
* @2010-04-27 By mytharcher
@mytharcher
mytharcher / html5tags.js
Created March 3, 2012 16:53
JS检测HTML5的标签兼容性
/*
* jslib JavaScript Library
*
* create:
* @2011-07-28 by mytharcher
*
* update:
*/
///import js.client.Features;
@mytharcher
mytharcher / tips-of-jekyll.md
Created January 15, 2012 14:37
Tips of jekyll

Tips of jekyll

Here record some tips of jekyll when I set up sites with it.

[jekyll]

  1. No BOM! UTF-8 BOM in Windows' text editors would bring any post with YAML head matter down!
  2. When put any posts out of /_posts folder, the category can not set. And the category would be the folder name which the post put in.
  3. Pagination permalink must be /pageN/ and use /index.html for index. Can not customize as /blog/page/N/. (Issue here)
@mytharcher
mytharcher / extracts.md
Created January 11, 2012 12:32
Extracts