Widget for Trying Out Different Colors on Your Site

This widget is a tool for site design where you can try out different color combinations for various sections of the home page. Not only for color choices, but it also can be used for analyzing margins and padding for improving the general layout of the page. It can also be for fun, just to see what different colors look l…

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…