<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-26743762</id><updated>2012-01-30T03:47:57.154-08:00</updated><category term='Blogger XML'/><category term='Andreas Viklund'/><title type='text'>Theming Blogger</title><subtitle type='html'>Carl's templating contributions to the Blogger world.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-26743762.post-2520026728800586660</id><published>2007-11-04T09:38:00.000-08:00</published><updated>2007-11-13T22:26:09.466-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Andreas Viklund'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger XML'/><title type='text'>1204px Updated to XML Format</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_TMSZ_8Da3gM/Ry4EUD2k6GI/AAAAAAAAAAs/RgTKSGdiLh8/s1600-h/1024px_blogger_screenshot.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_TMSZ_8Da3gM/Ry4EUD2k6GI/AAAAAAAAAAs/RgTKSGdiLh8/s320/1024px_blogger_screenshot.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5129041768299685986" /&gt;&lt;/a&gt;&lt;br /&gt;If you've been watching this site for changes, or just wondering when I'll come back to it, I'm happy to say that I have released the &lt;a href="http://www.carlgalloway.com/archives/296-Updated-1024px-Template-for-Blogger-XML.html"&gt;Blogger XML&lt;/a&gt; version of Andreas Viklund's 1024px template.&lt;br /&gt;&lt;br /&gt;Changing the sidebar in 1024px from left to right is easy. Simply edit the HTML of the template, and replace &amp;lt;div id='content'&amp;gt; with &amp;lt;div id='contentalt'&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26743762-2520026728800586660?l=template-blogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/2520026728800586660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26743762&amp;postID=2520026728800586660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/2520026728800586660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/2520026728800586660'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/2007/11/1204px-updated-to-xml-format.html' title='1204px Updated to XML Format'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_TMSZ_8Da3gM/Ry4EUD2k6GI/AAAAAAAAAAs/RgTKSGdiLh8/s72-c/1024px_blogger_screenshot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26743762.post-114607300714620717</id><published>2006-04-26T10:16:00.000-07:00</published><updated>2006-04-26T10:46:10.583-07:00</updated><title type='text'>Changing blogger template links</title><content type='html'>I've been looking around at other Blogger template sites, and of course checking my emails, and I'm noticing the number one question coming through from Blogger users is 'how do I change the links?'&lt;br /&gt;&lt;br /&gt;Generally a link looks like this;&lt;br /&gt;&lt;code&gt;&amp;lt;a href="go.to.this.url"&amp;gt;my link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;br /&gt;This is standard html and getting comfortable with it is a must for any successful blogger. Every html tag must be written within less-than (&lt;) and greater-than (&gt;) signs, just like many of the Blogger tags you find inside your template.&lt;br /&gt;&lt;br /&gt;HTML links must always begin with &amp;lt;a href="go.to.this.url"&amp;gt; and must always end with &amp;lt;/a&amp;gt;, and whatever is written between these two tags will be your link text. The actual address of the link is always written in the spot where I've written 'go.to.this.url'. If you want, you can also add an extra phrase (target="_blank") that will always open a link in a new browser window so that your blog visitors won't need to leave your blog to follow a link if you think they would prefer to keep reading your posts. Read &lt;a href="http://help.blogger.com/bin/answer.py?answer=110&amp;topic=22"&gt;changing the link list&lt;/a&gt; over at Blogger help.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26743762-114607300714620717?l=template-blogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/114607300714620717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26743762&amp;postID=114607300714620717' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114607300714620717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114607300714620717'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/2006/04/changing-blogger-template-links.html' title='Changing blogger template links'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26743762.post-114585772739247143</id><published>2006-04-23T22:45:00.000-07:00</published><updated>2006-04-23T22:48:47.400-07:00</updated><title type='text'>Blue highlight box in 1024px template</title><content type='html'>The 1024px template includes a style that can be attached to paragraphs that make a blue box with white text, and for users who want to use this box to highlight snippets of text in their blogs here's how.&lt;br /&gt;&lt;br /&gt;After you've typed your post, but before you save it, simply click the html button, then at the beginning of the text you want to highlight simply place this code, &amp;lt;p class="box"&amp;gt; and at the end of the text you want to highlight place a &amp;lt;/p&amp;gt;.&lt;br /&gt;&lt;br /&gt;When you preview you post you should now see the blue highlight, and I'm sure you blog visitors will notice whatever important information you place in it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26743762-114585772739247143?l=template-blogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/114585772739247143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26743762&amp;postID=114585772739247143' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114585772739247143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114585772739247143'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/2006/04/blue-highlight-box-in-1024px-template.html' title='Blue highlight box in 1024px template'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26743762.post-114575179661981847</id><published>2006-04-22T17:16:00.000-07:00</published><updated>2006-09-04T12:16:37.066-07:00</updated><title type='text'>1024px Theme for Blogger</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/6845/2521/1600/1024px_blogger_screenshot.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/6845/2521/200/1024px_blogger_screenshot.jpg" border="0" alt="" /&gt;&lt;/a&gt;This is the 1024px template from &lt;a href="http://andreasviklund.com/blog/webdesign/new-template-1024px/"&gt;Andreas Viklund&lt;/a&gt;, one of the biggest names in Open Source template design. This is also my first Blogger powered template, and hopefully only the first of many. If you wish to use 1024px in your own blog, feel free, but first you need to download the &lt;a href="http://www.carlgalloway.com/uploads/1024px_blogger.zip"&gt;zipfile&lt;/a&gt;. The rest of the instructions are relatively easy to follow. &lt;br /&gt;&lt;br /&gt;First, unzip the file you've just downloaded. Next, create a new post in your blog, click the 'Add Image' icon and upload 'background.gif'. Now write down the url of the image you've just uploaded, which will look something like [http://photos1.blogger.com/...], then save your post as a draft entry. &lt;br /&gt;&lt;br /&gt;Second, open 1024px_template.txt in your favorite text editor and find the text 'your.image.url', and replace this with the actual URL your wrote down before. Now highlight the entire contents of this file and paste it into the template edit box. A word of caution though, if you've made any change to your previous theme, please make a backup.&lt;br /&gt;&lt;br /&gt;Congratulations, you should now see Andreas' 1024px template on your site. Please feel free to post comments below. You can also &lt;a href="http://www.carlgalloway.com"&gt;visit my regular blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;p class="box"&gt;&lt;strong&gt;Note:&lt;/strong&gt; This template is not intended to be advanced or cool in any way. It was based on feedback and requests that Andreas got from people who use his other templates. Accessibility, good code quality, search engine friendliness and low file size are important features.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26743762-114575179661981847?l=template-blogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/114575179661981847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26743762&amp;postID=114575179661981847' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114575179661981847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114575179661981847'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/2006/04/1024px-theme-for-blogger.html' title='1024px Theme for Blogger'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26743762.post-114573718584062444</id><published>2006-04-22T13:17:00.000-07:00</published><updated>2006-04-22T13:23:11.163-07:00</updated><title type='text'>Blogger Controls</title><content type='html'>There is little point creating templates for blogger if they aren't going to work for users who don't know html, so this is &lt;span style="font-weight: bold;"&gt;bold&lt;/span&gt;, this is &lt;span style="font-style: italic;"&gt;italic&lt;/span&gt;, this is a &lt;a href="#"&gt;link&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26743762-114573718584062444?l=template-blogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/114573718584062444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26743762&amp;postID=114573718584062444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114573718584062444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114573718584062444'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/2006/04/blogger-controls.html' title='Blogger Controls'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26743762.post-114573453512003574</id><published>2006-04-22T12:34:00.000-07:00</published><updated>2006-04-22T17:12:53.606-07:00</updated><title type='text'>As simple as it gets...</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/6845/2521/1600/example.jpg"&gt;&lt;img src="http://photos1.blogger.com/blogger/6845/2521/400/example.jpg" alt="" border="0" /&gt;&lt;/a&gt;This is what an image would look like. You may find that your images don't show the border and padding in your version of the theme. This is because the Blogger post editor seems to automatically insert a style for images that has no border. Simply delete that part of the link to the image and your images will now display correctly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26743762-114573453512003574?l=template-blogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://template-blogger.blogspot.com/feeds/114573453512003574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26743762&amp;postID=114573453512003574' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114573453512003574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26743762/posts/default/114573453512003574'/><link rel='alternate' type='text/html' href='http://template-blogger.blogspot.com/2006/04/as-simple-as-it-gets.html' title='As simple as it gets...'/><author><name>Carl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
