Uncle Zheng's posts

Welcome to Jekyll!
01 Jun 2015

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch, which launches a web server an...

View more
Sublime Text Bookmarks
29 Apr 2015

Sublime Text is a cross-platform text and source code editor, with a Python application programming interface. Its functionality is extendable with plugins. Most of the extending packages have free-software licenses and are community-built and m...

View more
Markdown Syntax
22 Apr 2015

First Header Second Header Content from cell 1 Content from cell 2 Content in the first column Content in the second column function fancyAlert(arg) { if(arg) { $.facebox({div:'#foo'}) ...

View more
Emmet docs
22 Apr 2015

Abbreviations Syntaxrequire ‘redcarpet’markdown = Redcarpet.new(“Hello World!”)puts markdown.to_html Emmet uses syntax similar to CSS selectors for describing elements’ positions inside generated tree and elements’ attributes.ElementsYou can use ...

View more
Node.js basics
21 Apr 2015

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time ...

View more
Awesome collections
10 Apr 2015

Awesome A curated list of awesome listsPlatforms Node.js Frontend Development iOS Android Hybrid AppsProgramming languages JavaScript Swift Python Rust Haskell Go Scala Ruby Clojure Elixir Erlang Julia Lua C C/C++ R D Commo...

View more
Frontend dev bookmarks
08 Apr 2015

Frontend DevelopmentLooking for something else? Take a look at the awesome collection of other awesome lists. Guides Bento: a collection of guides for web development. Hack Design: An easy to follow design course for people who do a...

View more
Code Syntax
01 Mar 2015

To insert highlight code inside of a post, it’s enough to use some specific tags, has directly described into the Jekyll documentation. In this way the code will be included into a .highlight CSS class and will be highlight according to the syntax...

View more
Frontend frameworks
10 Oct 2014

Front-end Frameworks v2.6A collection of best front-end frameworks for faster and easier web development.You can Compare all front-end frameworks here:IceCream Simple and light responsive grid systemResponsive: YesWebsite: http://html5-ninja.com/...

View more
Fork me on GitHub