HomeBlog
Blog of Wenli Zhang - 羡辙杂俎
羡辙杂俎
TL;DR
A blog that you won't read.

About Me

I'm Ovilia and this blog is concerned about Web Front-End, my book reviews and other interesting topics. Please feel free to leave a comment or contact me by email if you have any question.

Technical PostsRSS

2014.08.16 17:22:00

How to refer to a specific section in your blog? In-page Anchors When Mouse Moved On

When we want to refer to a specific post in our blog, we usually use an anchor like <a href="all.html">a full list of my posts</a>. Then, what if we want to refer to a specific section in a post, say, <h1>Who am I?</h1> in about-me.html? The point is, instead of wasting our visitors’ time reading everything before it, we’d like them to skip to that section with the URL provided. This post introduces how you can achieve this.

2014.08.15 22:39:00

New Color Scheme for My Blog

I redesigned the color scheme for my blog on 15th Aug, 2014. Checkout the difference here.

2014.08.09 11:23:00

Want your Website to stay modern? 10 Sans-serif Fonts for Your Headline

Ever wondering which font to choose for your headline? Here’s the list of 10 sans-serif Google Fonts you must have a look at.

2014.08.05 22:34:08

Pageview from Google Analytics for Your Blog

You can now display pageview information from your Google Analytics in your blog hosted anywhere! No server required. Pure JavaScript. This post introduces how to do it with Google Analytics superProxy.

2014.08.04 21:54:08

Replace-Last Filter for Jekyll Liquid

There are only replace and replace-last filter in Liquid gramma. So how can we replace the last character in Jekyll? This post introduces an ad-hoc method to do this, as well as how to make a View Source on GitHub feature.

2014.08.03 23:29:19

Make Your Own Social Sharing Bar with Jekyll

From time to time do we need a customerized social sharing bar for our blog, for reasons like to harmonize the appearance of the share link with blog. This post talks about how to use Jekyll to generate static links for blog posts, with no JavaScript or anything difficult involved.

2014.07.30 20:09:27
Series: Dive into Web Front-End Programming

04 - More about CSS Position

relative, absolute, fixed are three most frequently used CSS position values. Even if you think you know them already, this post may surprise you.

2014.07.15 22:57:38

Jekyll Related Posts without Plugin

This post introduces how to implement related posts function with Jekyll. Since GitHub disables plugin for security reasons, plugins like LawrenceWoodman / related_posts-jekyll_plugin cannot be used. Default site.related_posts may return recent posts when there aren’t enough posts sharing the same tags with current post.

2014.05.18 12:19:00

Jekyll Tag Searching

This post introduces how to achieve searching tags with Jekyll, without using a Jekyll Plugin. The basic idea is to display all posts grouped by tags, and then use CSS to hide all except posts with the searching tag. We can get the searching tag in URL query string using JavaScript.

2014.05.18 14:28:00
Series: Dive into Web Front-End Programming

03 - Dive into CSS

In this post, we introduce the CSS properties and most importantly, CSS position.

2014.05.02 14:12:00
Series: Dive into Web Front-End Programming

02 - Dive into HTML

We have introduced what HTML, CSS and JavaScript are and how they can work together in my previous post. In this post, we will have a deeper understanding of HTML and learn to make Web pages step by step.

中文博客RSS

2014.08.17 09:56:00

前端这些年

接触网站前端编程以来的三年半,从当初还没听说过“网站前端”概念时候的糟糕设计,到如今的轻车驾熟,本文带你和我一起回顾这些年做过的前端设计,以及走过的成长之路。

2014.08.11 18:32:00
系列博文:How I made ...

变卦:CSS / JavaScript 《易经》64卦酷炫实现

本文是对“变卦”网页的详细说明。《易经》64卦,每卦由6爻组成,2的6次方就是64。仅一爻的由阳变阴,由阴变阳,就可以让整个卦象发生根本的改变。“变卦”,让每一爻的变化尽收眼底。

2014.07.25 23:41:00

别做戴着设计师面具的美工

在我看来,完美主义倾向之于程序员若还算不上是必要,那至少对设计师而言是决不可或缺的。诚然,谁没对手上的任务有过敷衍了事的想法,但至少对细节的把握、对完美的追求,不应被设计师弃若敝履。否则,你是否应该思考,你真的不是一个戴着设计师面具的美工吗?

2014.06.25 20:09:20
系列博文:读书小结

2014 上半年读书小结

2014年1月29日-2014年6月25日读书小结。1月份生日的时候不知道怎么突然想起该趁现在图书馆资源丰富的时候多读些书,到现在差不多五个月了,读了将近90本书:yum:。因为期末考试刚刚结束,趁着这个机会就写个小结,以便日后对照读书进展。

2014.05.11 11:56:00
系列博文:历观文囿,泛览辞林

道载万物,洋洋大哉:《京华烟云》读后感

《京华烟云》是我第二喜欢的小说(第一位毫无悬念是《红楼梦》),自我在高中第一遍读时就一直位居第二,以至于五六年之后已经忘记了当初为什么将其排在这么前面,而只记得确实是本很好的书。而今再读之时,对道家思想有了更多了解,越发觉得是一本不可多得的好书,甚至在有些方面对它的喜爱都超过了《红楼梦》。

Creative Commons License
Every blog post in this site by Wenli Zhang is licensed under a CC 3.0 License, based on a work at Github. You can see the source code of this blog site at github.com/Ovilia/blog.