Kenneth


  • Home

  • About

  • Archives

  • Tags

  • menu.contact

  • guestbook

React-js-todo-list-sortable(2)

Posted on 2016-07-20   |   In React-js   |  

Building a Todo app with React.js (2) - Improve Component & Remove Component

TodoListApp

In this session, we are going to improve Component and remove item. When item is completed, the checkbox of item is marked.

Read more »

React-js-todo-list-sortable (1)

Posted on 2016-07-19   |   In React-js   |  

Building a Todo app with React.js

Lets start.You can follow the steps from the github repo for this tutorial.

  1. ##Demo
  2. ##Download
  3. ##Practice

TodoListApp
This is my first attempt with React-js to build a Todo App. React has gained massive traction as a JavaScript library for building user interfaces largely because it is built by Facebook. We’ll learn how.

Read more »

Do-You-Take-Yourself-Seriously

Posted on 2016-06-21   |   In encourage   |  

o You Take Yourself Seriously?

  • 原文链接 : Do You Take Yourself Seriously?
  • 原文作者 : Sarah Cooper
  • 译者 : Kenneth
  • 作者授权翻译 : Translated with the permission from the author, Sarah Cooper

Do You Take Yourself Seriously?

你有认真的对待自己嗎?

Read more »

DISQUS

Posted on 2016-06-14   |   In disqus   |  

image

多说 DISQUS

Disqus是一家第三方社会化评论系统,主要为网站主提供评论托管服务。Disqus由Danniel Ha于2007年5月5日创办,和Dropbox、Reddit等知名网站一样,是Y Combinator孵化的一家公司。创办至今已获得Y-Combinator、Union Square Ventures、North Bridge等投资机构共计1450万美元投资。
当前有80万家第三方网站在使用Disqus提供的第三方评论系统,其评论系统每月的独立用户访问量已接近5亿,这一数字较2010年增长了500%。包括CNN、NBC、Fox News、Engadget、Time等知名网站均使用了Disqus提供的社会化评论系统。WordPress、Blogger、Tumblr等第三方博客平台均提供了Disqus第三方评论插件,目前,第三方社会化评论系统在美国,基本是主流网站的标配。

Read more »

2016_5_1_myholiday

Posted on 2016-05-30   |   In leaflet   |  

I made a trip in Kunming. I use leaflet to record where I have been during this trip.

You click any item in right bar. It will take you to the location of item.

You also can click the marker. It will show photo and some description on the left bar.

If you cannot see the map, you can change it to qq map.

If you have any idea or suggestion, please let me know.

Hope you also have a good 2016_5_1_holiday as me.

http://kennethhutw.github.io/51Holiday/examples/51holiday.html

My 2016_5_1_holiday !

WebFrontEndStack_hit_rate

Posted on 2016-05-26   |   In echarts   |  

I have post my WebFrontEndStack page in a forum.

I record how many visitor come to my page and I use echarts to make a report as a practice.

I use two type of echarts in this report.

Example

image

Hit_rate_report

Hello World

Posted on 2016-05-23   |  

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

name

Posted on 2016-04-06   |   In Daily   |  

Hello world,Test!!

leaflet_baidu

Posted on 2016-03-30   |   In leaflet   |  

This is a plugin to use baidu map tiles with leaflet.

Usage

var map = L.map('container'); map.setView([39.916527,116.397128], 11); var qqLayer = new L.BMap(); map.addLayer(qqLayer); .

Example

http://kennethhutw.github.io/leaflet_baidu/leaflet-baidu.html

leaflet_qq

Posted on 2016-02-20   |   In leaflet   |  

This is a plugin to use qq map tiles with leaflet.

Usage

var map = L.map('container'); map.setView([39.916527,116.397128], 11); var qqLayer = new L.qq(); map.addLayer(qqLayer); .

Example

http://kennethhutw.github.io/leaflet_qq/leaflet-qq.html

1234
Kenneth_hu

Kenneth_hu

31 posts
8 categories
11 tags
RSS
GitHub
© 2016 Kenneth_hu
Powered by Hexo
Theme - NexT.Muse