Archive for the ‘WordPress’ Category

NextGEN Gallery Removes Exif Data After Image Rotation

I realized that NextGEN gallery removes Exif data after image rotation while I was having trouble on uploading huge images this morning.

Adding a Favicon

Today, I created a simple favicon for this site. I need to improve this site.

WordPress Theme Development 18 – Home Page Template

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 [...]

Sitemaps in WordPress

After using Google Analytics for few months, we are very happy with it. Today we knew about Google webmaster central. This site contains lots of webmaster resources including tools that helping to improve traffic to our site.

WordPress Theme Development Checklist

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 is more [...]

Fix Canvas Size in Processing.js

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 [...]

WordPress Theme Development 17 – Archives Template

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:

WordPress Theme Development 16 – Page Template

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.

Twitter Retweet Button for WordPress

Retweet is to forward a post or tweet that you are interested back to Twitter. I noticed some of the blogs have the retweet button on their post that allowing the visitor retweet their interested posts. I wonder where they got those button. At the end, I realize it is WordPress retweet button from TweetMeme. [...]

Split Sidebar into Two Divisions

I decided to split sidebar into two divisions. So that I can use the primary sidebar as widgets and secondary sidebar as customize lists. Here is the original sidebar.php.

« Older Posts