Today, I created a simple favicon for this site. I need to improve this site.
- Categories
- Buddies & Links
Something Personal Yet Public
Today, I created a simple favicon for this site. I need to improve this site.
Do you notice any different on my home page? Yes. It is not longer very static informations. It does have a brief introduction. Of course, that is static. Then there are two parts that are dynamic information. The first one is the recent posts of my blog. The second one is some random images from [...]
We had been improving this WordPress theme since the site is hosted. This theme has change a lots. More changes to come. For now, it is time for us to look back the code and verify it with this checklist. This checklist covered almost everything major things in WordPress theme. Although this checklist [...]
Finally the shape of the circle inside the canvas looks correct. Size of the canvas should stated inside setup() function in JavaScript and not CSS. We guess, if we did not mention the size of the canvas inside the setup() function, the default size, width is 200px and height is 200px, will be set. When [...]
We decided to change the archives template to be different from main index template. Archives means to be summary of a category, tag or date. The major different between these two template is using template tag, the_excerpt(), in archives template, as shown as below:
No matter how, we still felt we need to have a different template for site pages. Page template should not have both the meta post data and comment info. We took the main index template and modified it. The final code is as below as reference.
Yesterday I did a silly mistake. I misunderstand CSS Comma Syntax. This is the original edited code.
I keep improving my WordPress theme. I need to add some space between paragraphs in the post. So I added the code below in layout.css. For my case, only header 4, 5 and 6 will be used in the post. You can add header 1, 2 and 3 as well if you like.
After I knew about Processing.js, “WordPress header animation with Processing.js” is in my to do list. I finally get it up today. I studied and modified the current header animation from Processing.js. I hope I can create more advance and impressive animation in future. Below is the modified code as reference.