<?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-28788066</id><updated>2012-01-31T02:33:34.671-05:00</updated><title type='text'>LINUX!!!!1</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-28788066.post-1746452974360956843</id><published>2006-11-25T15:33:00.000-05:00</published><updated>2006-11-25T15:35:14.930-05:00</updated><title type='text'>ACPI Event Handler</title><content type='html'>I have gotten ACPI listen events working by using the following config file for /etc/acpi/default.sh&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;set $*&lt;br /&gt;&lt;br /&gt;group=${1/\/*/}&lt;br /&gt;action=${1/*\//}&lt;br /&gt;device=$2&lt;br /&gt;id=$3&lt;br /&gt;value=$4&lt;br /&gt;&lt;br /&gt;case "$group" in&lt;br /&gt;   button)&lt;br /&gt;      case "$action" in&lt;br /&gt;         power) /sbin/init 0&lt;br /&gt;            ;;&lt;br /&gt;           &lt;br /&gt;         lid)&lt;br /&gt;            ;;&lt;br /&gt;&lt;br /&gt;         *)   logger "ACPI group button / action $action is not defined"&lt;br /&gt;            ;;&lt;br /&gt;      esac&lt;br /&gt;      ;;&lt;br /&gt;&lt;br /&gt;   battery)&lt;br /&gt;      case "$action" in&lt;br /&gt;         battery);;&lt;br /&gt;         *)    logger "ACPI group battery / action $action is not defined"&lt;br /&gt;             ;;&lt;br /&gt;      esac&lt;br /&gt;      ;;&lt;br /&gt;           &lt;br /&gt;   ac_adapter)&lt;br /&gt;      case "$action" in&lt;br /&gt;         ac_adapter)&lt;br /&gt;                case "$value" in&lt;br /&gt;                        # Add code here to handle when the system is unplugged&lt;br /&gt;                        # (maybe change cpu scaling to powersave mode)&lt;br /&gt;                        *0)&lt;br /&gt;                               echo "brightness:              2" &gt; /proc/acpi/toshiba/lcd &amp;&amp;amp; cpufreq-set -g powersave;;&lt;br /&gt;&lt;br /&gt;                        # Add code here to handle when the system is plugged in&lt;br /&gt;                        # (maybe change cpu scaling to performance mode)&lt;br /&gt;                        *1)&lt;br /&gt;                               echo "brightness:              7" &gt; /proc/acpi/toshiba/lcd &amp;&amp;amp; cpufreq-set -g ondemand;;&lt;br /&gt;&lt;br /&gt;                        *)      logger "ACPI group ac_adapter / action $action is not defined" ;;&lt;br /&gt;                esac&lt;br /&gt;                ;;&lt;br /&gt;              &lt;br /&gt;         *)       logger "ACPI group ac_adapter / action $action is not defined"&lt;br /&gt;                ;;&lt;br /&gt;      esac&lt;br /&gt;      ;;&lt;br /&gt;processor)&lt;br /&gt;        case "$action" in&lt;br /&gt;        processor) ;;&lt;br /&gt;        *) logger "ACPI group processor / actoin $action is not defined";;&lt;br /&gt;esac;;  &lt;br /&gt;*)&lt;br /&gt;      logger "ACPI group $group / action $action is not defined"&lt;br /&gt;      ;;&lt;br /&gt;esac&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-1746452974360956843?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://kg4ysy.com' title='ACPI Event Handler'/><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/1746452974360956843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=1746452974360956843' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/1746452974360956843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/1746452974360956843'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/11/acpi-event-handler.html' title='ACPI Event Handler'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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><entry><id>tag:blogger.com,1999:blog-28788066.post-115522099874692298</id><published>2006-08-10T10:38:00.000-04:00</published><updated>2006-08-10T10:43:18.756-04:00</updated><title type='text'>Optical Mouse LED Swap</title><content type='html'>Thanks to http://www.spodesabode.com/content/article/irmod I now have an IR LED in my optical mouse.  What's the point behind this?  Well first it's just really cool, and secondly there are some gains in mouse function.  The IR uses less energy than the red so if you do this to a wireless mouse, you may get a little better operating time on a single charge.  The optical sensor is also more sensitive to the IR than the red.  I have noticed a smoother, faster response out of my mouse with the IR.  If IR is better than the red, then why do companies not use IR?  Well my guess is that the human eye can't see IR therefore how would we know the mouse is on?  I like my new mouse and hopefully it keeps working. &lt;br /&gt;&lt;br /&gt;I did this to a Fellowes Opti-Gel mouse with an IR LED from an old remote control.  I have already had to mess with the mouse by cutting a section out of the wiring and rewiring the cable.  Not too hard, just tedious.  If you want some help with this mod then email me.&lt;br /&gt;&lt;br /&gt;--Jim&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115522099874692298?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.spodesabode.com/content/article/irmod' title='Optical Mouse LED Swap'/><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115522099874692298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115522099874692298' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115522099874692298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115522099874692298'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/08/optical-mouse-led-swap.html' title='Optical Mouse LED Swap'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28788066.post-115427907542209744</id><published>2006-07-30T13:04:00.000-04:00</published><updated>2006-07-30T13:05:16.746-04:00</updated><title type='text'>gnome-blog</title><content type='html'>Yet another Linux find.  This is Gnome-Blog and it allows me to update Blogger from my gnome panel.  It will update others as well including LiveJournal.  I also found nanoblogger for people that want to create their own blog on their website.  &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;--Jim&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115427907542209744?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115427907542209744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115427907542209744' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115427907542209744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115427907542209744'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/07/gnome-blog.html' title='gnome-blog'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28788066.post-115427806184341096</id><published>2006-07-30T12:47:00.000-04:00</published><updated>2006-07-30T12:48:40.766-04:00</updated><title type='text'>99.9% Linux Compatible</title><content type='html'>&lt;span style="font-size:100%;"&gt;Let it be known that on Saturday July 29th I have made my laptop 99.9% compatible with Linux.  I will say 100%, but I'm sure something deep down inside doesn't work.  Basically I have all hardware working.  Last night I found two config files for my GUI that allowed dual head and s-video to work.  These two things have been driving me nuts for a year.  I will now begin to create a Linux on Laptops page for my computer so that other people will have the ability to see what I have done to make their computer work more smoothly.  Yay for Linux and yay for Gentoo.&lt;br /&gt;&lt;br /&gt;--Jim&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115427806184341096?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115427806184341096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115427806184341096' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115427806184341096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115427806184341096'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/07/999-linux-compatible.html' title='99.9% Linux Compatible'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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-28788066.post-115421008815075780</id><published>2006-07-29T17:54:00.000-04:00</published><updated>2006-07-30T12:48:57.386-04:00</updated><title type='text'>Gaim-Blogger</title><content type='html'>&lt;span style="font-size:100%;"&gt;Ok so I am making this post through gaim using a program called gaim-blogger.  This allows me to add posts directly through gaim.  I love it. In Gentoo type emerge gaim-blogger and add it to /etc/portage/package.keywords in order to emerge it.  This rocks.&lt;br /&gt;&lt;br /&gt;--Jim&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115421008815075780?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115421008815075780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115421008815075780' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115421008815075780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115421008815075780'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/07/gaim-blogger.html' title='Gaim-Blogger'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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-28788066.post-115419201425187064</id><published>2006-07-29T12:52:00.000-04:00</published><updated>2006-07-29T12:53:34.263-04:00</updated><title type='text'>Google Calendar</title><content type='html'>I have recently began using Google Calendar.  So far I am very pleased.  I have invited many people to it in the hope that this will spread.  If you would like access to my calendar, go to my website and click on the corresponding buttons, or leave me a comment and I'll add you to my share list.  Google Calendar rocks...go check it out.&lt;br /&gt;&lt;br /&gt;http://www.calendar.google.com&lt;br /&gt;&lt;br /&gt;--Jim&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115419201425187064?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115419201425187064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115419201425187064' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115419201425187064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115419201425187064'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/07/google-calendar.html' title='Google Calendar'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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-28788066.post-115258935906449105</id><published>2006-07-10T23:24:00.000-04:00</published><updated>2006-07-12T11:54:25.166-04:00</updated><title type='text'>Re-Gentoo</title><content type='html'>Updated Jul 12&lt;br /&gt;&lt;br /&gt;Ok so I have pretty much recovered Gentoo now. Saying that, it means that I am once again sitting at home wanting something to do. I don't really have any friends back home and the friends I have work at every possible time I want to do something. Anyway as a result I have accomplished the following on my Gentoo computer that I have not done before:&lt;br /&gt;&lt;br /&gt;1. Wiki Page - must install mysql with the latin1 flag and setup wiki to en-latin1 in order for it to work&lt;br /&gt;&lt;br /&gt;2. Jabber IM Server - used gnome-jabber to set up accounts and gaim to connect&lt;br /&gt;&lt;br /&gt;3. MySQL daemon successfully running - needed for wiki and jabber&lt;br /&gt;&lt;br /&gt;4.Modem configured - dials and makes connection/need to configure wvdial to send username and password.&lt;br /&gt;&lt;br /&gt;5.CPU Throttling - although my processor only goes from 87 to 100% on frequency.&lt;br /&gt;&lt;br /&gt;Gentoo To Do List:&lt;br /&gt;&lt;br /&gt;Dual Head - not possible with current drivers&lt;br /&gt;S-Video Out - not possible with current drivers&lt;br /&gt;Tweak printer/scanner to try to get a better combination - currently using hpoj/hpijs, I want to try just hpoj&lt;br /&gt;&lt;br /&gt;More when it comes...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115258935906449105?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115258935906449105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115258935906449105' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115258935906449105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115258935906449105'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/07/re-gentoo.html' title='Re-Gentoo'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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-28788066.post-115241336834837720</id><published>2006-07-08T22:49:00.000-04:00</published><updated>2006-07-08T22:49:29.456-04:00</updated><title type='text'>All about Linux</title><content type='html'>&lt;a href="http://linuxhelp.blogspot.com/"&gt;All about Linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This guys blog is awesome and has a ton of Linux stuff.  I especially liked his fonts information.  It really came in handy when I needed to get the Windows fonts into my Gentoo install.  Go check it out!&lt;br /&gt;&lt;br /&gt;--Jim&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-115241336834837720?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://linuxhelp.blogspot.com/' title='All about Linux'/><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/115241336834837720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=115241336834837720' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115241336834837720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/115241336834837720'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/07/all-about-linux.html' title='All about Linux'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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-28788066.post-114927032612628987</id><published>2006-06-02T13:45:00.000-04:00</published><updated>2006-06-02T13:45:26.146-04:00</updated><title type='text'>Recycle??</title><content type='html'>&lt;a href="http://neverland.ncssm.edu/%7Ebecknerj/ethics/"&gt;Recycle??&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is my pathetic attempt at a website about recycling for ethics.  If I actually had any work ethic &lt;--ha ha...get it...I might have done a better job.  It didn't help that people are retarded and can't figure out how to use winscp or a shell script...&lt;br /&gt;&lt;br /&gt;Your Name?:&lt;br /&gt;Website Address?:&lt;br /&gt;&lt;br /&gt;Those were the two questions...how hard is it?...I mean really!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-114927032612628987?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://neverland.ncssm.edu/~becknerj/ethics/' title='Recycle??'/><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/114927032612628987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=114927032612628987' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/114927032612628987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/114927032612628987'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/06/recycle.html' title='Recycle??'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28788066.post-114865539858942967</id><published>2006-05-26T10:56:00.000-04:00</published><updated>2006-05-26T10:56:38.603-04:00</updated><title type='text'>GOOGLE!</title><content type='html'>Let's see how cool google blogging can be&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28788066-114865539858942967?l=kg4ysy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kg4ysy.blogspot.com/feeds/114865539858942967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28788066&amp;postID=114865539858942967' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/114865539858942967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28788066/posts/default/114865539858942967'/><link rel='alternate' type='text/html' href='http://kg4ysy.blogspot.com/2006/05/google.html' title='GOOGLE!'/><author><name>Jim Beckner</name><uri>http://www.blogger.com/profile/01062449829100987462</uri><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>3</thr:total></entry></feed>
