Fix for Page Numbers on Labels

The page numbers widget was not showing up on the labels page so I was looking at the code. The issue was with the URL for the json script that reads the Atom feed for the labels. The page numbers script was parsing for a query string where one doesn't exist in the basic label links. It was giving a URL with the place …

Colors

Can change a specific area or the entire page background, depending.

Character Escape Sequences

JavaScript character escapes:
\^, \$, \\, \., \*, \+, \?, \(, \), \[, \], \{, \}, \|, \/
HTML character entities:
   non-breaking space   &nbsp;   &#160; < less than   &lt;   &#60; > greater than   &gt;   &#62; & ampersand   &amp;   &#38; " double quotation mark   &quot;   &…

Buttons for Copying Codes

A couple of days ago I posted a way to add a copy button to a single code post. Now I have redesigned for pages with multiple codes posted so that any number of individual buttons can be added, one per code section. I have added it to my theme HTML, but the script would also work in an individual post HTML.

Button for Copying Code

A code that can be inserted into a post so as to allow visitors to copy the code that is posted is here:

Breadcrumbs

Here is a breadcrumbs dealy bob that sits under the bar for results of archive, search, or label or over the post or page.It is written as an includable, called as follows:in <b:widget id='Blog1' inside and at beginning of <b:includable id='main'>, right before <b:include name='noContentPla…

Colorful Share Links

These are for the links in the Share Button's list.