Posts

Showing posts from June, 2010

What is jQuery?

The name sounds really alien to me during my first encounter with it. However, after finding out what it is, it seems less intimidating. According to Wikipedia, jQuery is a cross browser JavaScript library designed to simplify the client-side scripting of HTML.

How to Add SyntaxHighlighter into Blogger Blog

You can read more about the rationale and benefits of inserting source code into SyntaxHighlighter in the previous post here . This post will show you the detailed steps of how to add SyntaxHighlighter into your blogger blog so that your source code will appear in more readability form.

Why Put Your Source Code Snippet into Syntax Highlighting Editor

If you are putting a lot of source code snippets into your blog for demonstrative purpose, you will soon realize that it is not a wise choice to let the source code snippets to be part of the post in your blog. By doing so, it will cause the source code to be inaccurate when it is copied out and paste into another file. In another words, your readers who are interested in your source code and are trying to copy directly from your post may end up not working.

Adding a Post Divider between Posts in Blog Index Page

I intended to add an image divider between the posts in the blog index page since the current horizontal line looked quite boring. It’s not difficult to figure out where to add in the CSS code but I was not sure which CSS selector should I use.

Sidebar was Blocked by Invisible Box: Resolved

Image
I didn't know when my sidebar at my blog - AffiliateThinkTank.com was not clickable until I tried using Firefox browser a few days ago. I was editing my blog using Visual Editor and was shocked the sidebar was not clickable as it was working well in IE7.

How to Make the Slideshow Gallery Run Across the Blog Homepage?

Image
If you need to position the slideshow gallery perfectly, for example, if you want the slideshow gallery to spread across horizontally such as the below example on your homepage, then tries the following method:

How to Create a Slideshow Gallery in the Blog Homepage?

This method is suitable for those who want to create a slideshow gallery in your blog homepage when using Headway Premium Wordpress Theme. Together with a wordpress plugins called “ Featured Content Gallery (FCG) ”, it is easy to achieve the slideshow gallery you wanted.