Posts

Showing posts with the label blogger

A really quick guide to pop-ups in blogger

In my sidebar I wanted to link to Comedy Central's archive of The Daily Show videos and The Colbert Report videos. The problem is that once you start playing on of these videos your browser gets resized. So rather than turning of javascript, I wanted to be able to link to them by opening a pop-up window. Here's a link to the code I used: Pop-up Code Oh, and here is a link on how to display html code on your post.

Displaying a block of code in blogger

If you want to display a snippet of code within blogger, then this post is very useful. Basically, paste the following code near the blockquote code in the template. code { font-family: Courier; margin:.75em 0; border:1px solid #596; border-width:1px 1px; padding:5px 15px; display: block; background-color: #dedede; white-space: pre; } Now just place the code you want to display inside the following: <code></code>

Updating to a New Blogger Template

Ufff! Its been a big pain in my ass. Fortunately (or maybe unfortunately) there have been enough people problems similar to mine that generally a google search would yield a solution. Here is a bit of what I went through. BY FAR, the most important thing you can do is save a copy of your old blogger template (that is, assuming you have modified it - if not, then chances are your upgrade will not be as painful as mine). You won't be able to use all of it, but you will be able to mine it for useful code here and there. The first thing I wanted to do was to add a third column where I could place advertisements. Although creating a third column was not too difficult (its very similar to how you would do it on the old blogger - instructions here ), populating it turned out to be a big pain. First, the GUI blogger builder obviously does not support the creation of new columns (no surprise there), so you need to edit the html. The problem is that the Beta Blogger either would not save my...

Adding a DiggIt and Del.icio.us button to blogger

Instructions here .

A Step by Step Guide to Creating Categories on Blogger with Del.icio.us

A really good how-to post Here .

Build a Three-Column Blogger Template

Though it took a bit of tweeking, this post is very useful. Now I'm going to try and find out how to add Categories to this site.

Why doesn't blogger implement trackbacks?

This annoys me. Luckily, it's not to hard to get around this deficiency using Greasemonkey. Here's a post explaining how.