<?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-2504601052587929005</id><updated>2011-11-29T09:39:01.455-08:00</updated><category term='Open Source'/><title type='text'>Apathy's domain</title><subtitle type='html'>Nerd stuff and cynical views on the world</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2504601052587929005.post-6158339089793215918</id><published>2011-11-29T09:22:00.000-08:00</published><updated>2011-11-29T09:39:01.468-08:00</updated><title type='text'>I had forgotten about this</title><content type='html'>While pursuing my degree in computer science one of my assignments requires me to have a blog component on a website I have to create. The website is pretty simple in concept, basically an ad for myself while meeting certain requirements like being assessable to the handicap(the blind or deaf). Another requirement is to have a blog on the website, either a real one or a mock blog where I have to program a functional blog with the ability to comment on all prior posts. Bring back this old blog seems more practical to me, making a mock blog will die off once I'm done with the assignment. This blog has a much higher chance of continuing after this assignment. &lt;br /&gt;&lt;br /&gt;That is all for now, more posts will be coming soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-6158339089793215918?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/6158339089793215918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2011/11/i-had-forgotten-about-this.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/6158339089793215918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/6158339089793215918'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2011/11/i-had-forgotten-about-this.html' title='I had forgotten about this'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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-2504601052587929005.post-8295318312890291588</id><published>2010-02-16T17:48:00.000-08:00</published><updated>2010-02-16T18:02:44.192-08:00</updated><title type='text'>Looking FireFox code</title><content type='html'>While looking FireFox code in the file&lt;br /&gt;&lt;br /&gt;&lt;a href="http://mxr.mozilla.org/comm-central/source/suite/browser/tabbrowser.xml"&gt;tabbrowser.xml&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;line 1727&lt;br /&gt;i found the function "SwapBrowserAndCloseOther". &lt;br /&gt;&lt;br /&gt;From what I can see these lines &lt;br /&gt;1742             var ourIndex = aOurTab._tPos;&lt;br /&gt;1743             const filter = this.mTabFilters[ourIndex];&lt;br /&gt;1744             var tabListener = this.mTabListeners[ourIndex];&lt;br /&gt;1745             var ourBrowser = this.getBrowserForTab(aOurTab);&lt;br /&gt;1746             ourBrowser.webProgress.removeProgressListener(filter);&lt;br /&gt;1747             filter.removeProgressListener(tabListener);&lt;br /&gt;1748             var tabListenerBlank = tabListener.mBlank;&lt;br /&gt;&lt;br /&gt;stop the tab a browser processes&lt;br /&gt;&lt;br /&gt;while this line hooks the tabs processes to the new browser&lt;br /&gt;&lt;br /&gt;ourBrowser.swapDocShells(aOtherTab.linkedBrowser);&lt;br /&gt;&lt;br /&gt;Now for the long process of figuring out how these functions work&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-8295318312890291588?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/8295318312890291588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/02/looking-firefox-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/8295318312890291588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/8295318312890291588'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/02/looking-firefox-code.html' title='Looking FireFox code'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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-2504601052587929005.post-674258529568162302</id><published>2010-02-16T17:17:00.000-08:00</published><updated>2010-02-16T17:34:12.060-08:00</updated><title type='text'>Looking at SeaMonkey Code</title><content type='html'>As you may know my project for OSD600 is moving tabs from one SeaMonkey browers to another SeaMonkey browser. &lt;br /&gt;&lt;br /&gt;The Bug&lt;br /&gt;&lt;a href=" https://bugzilla.mozilla.org/show_bug.cgi?id=449728"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=449728&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is a standard in FireFox so this project is copying a pasting code and making it work. The problem is SeaMonkey and FireFox is millions of lines of code. I was told a good place to start is the comm-central tree in the file tabbrowser.xml. There i found the following functions addtab, removetab, movetabto. &lt;br /&gt;&lt;br /&gt;TabBrowser.xml&lt;br /&gt;&lt;a href=" http://mxr.mozilla.org/comm-central/source/suite/browser/tabbrowser.xml"&gt;http://mxr.mozilla.org/comm-central/source/suite/browser/tabbrowser.xml&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now i need to find where FireFox handles tabs&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-674258529568162302?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/674258529568162302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/02/looking-at-seamonkey-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/674258529568162302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/674258529568162302'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/02/looking-at-seamonkey-code.html' title='Looking at SeaMonkey Code'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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-2504601052587929005.post-8316510706391951104</id><published>2010-02-08T13:42:00.000-08:00</published><updated>2010-02-08T13:55:07.286-08:00</updated><title type='text'>Building SeaMonkey</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_tgW68de01Qo/S3CIG1BE6WI/AAAAAAAAAAM/ONIF3TDpEh0/s1600-h/launch.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 194px;" src="http://2.bp.blogspot.com/_tgW68de01Qo/S3CIG1BE6WI/AAAAAAAAAAM/ONIF3TDpEh0/s320/launch.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5435994401128376674" /&gt;&lt;/a&gt;&lt;br /&gt;Building SeaMonkey was a task I kept putting off but really didn't take that long considering the previous courses I have taken has me install the prerequisites for this task.&lt;br /&gt;&lt;br /&gt;The first thing i had to do was install Mercurial &lt;br /&gt;http://mercurial.selenic.com/wiki/&lt;br /&gt;&lt;br /&gt;And download the SeaMonkey code off comm-central&lt;br /&gt;http://hg.mozilla.org/releases/comm-1.9.1/&lt;br /&gt;&lt;br /&gt;I used the command to download and send the code to a the folder called src&lt;br /&gt;hg clone http://hg.mozilla.org/releases/comm-1.9.1/file/c5c64590370a src &lt;br /&gt;python client.py checkout&lt;br /&gt;&lt;br /&gt;After downloading it i created the .mozconfig file.&lt;br /&gt;&lt;br /&gt;ac_add_options --enable-application=suite           &lt;br /&gt;mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-sm-release&lt;br /&gt;mk_add_options MOZ_MAKE_FLAGS="-j4"           &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And tried to compile the source code. The problem i ran into was that i could not compile the code if the path to the code had spaces. What took me awhile to realize was the code downloaded from comm-central to my documents and setttings, and i couldn't rename that. I cut and paste the code else where which took 20 mintues, a lot files. &lt;br /&gt;&lt;br /&gt;After figure that out i used the command &lt;br /&gt;make -f client.mk&lt;br /&gt;&lt;br /&gt;After and hour of compiling i was rewarded with no errors and a clean launch of SeaMonkey&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-8316510706391951104?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/8316510706391951104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/02/building-seamonkey.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/8316510706391951104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/8316510706391951104'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/02/building-seamonkey.html' title='Building SeaMonkey'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_tgW68de01Qo/S3CIG1BE6WI/AAAAAAAAAAM/ONIF3TDpEh0/s72-c/launch.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2504601052587929005.post-5066314976516559960</id><published>2010-01-29T17:31:00.000-08:00</published><updated>2010-01-29T17:33:47.958-08:00</updated><title type='text'>Initial Project Plan</title><content type='html'>Project:  Dragging tabs from one browser to another browser in Seamonkey&lt;br /&gt;&lt;br /&gt;SeaMonkey is a web browser powered by Mozilla &lt;br /&gt;http://www.seamonkey-project.org/&lt;br /&gt;&lt;br /&gt;The bug I have chosen to do is to add the functionality of dragging tabs from one SeaMonkey window to another. This functionality already exists in FireFox and has not been ported over to SeaMonkey. This project is a ease of use for the SeaMonkey users but I still think it is an important function to have. The reason why I have chosen to do this as my OSD600 project is because I am interested in the frontend work of web browsers. This project will give me insight into the inner workings of  FireFox and SeaMonkey.&lt;br /&gt;&lt;br /&gt;I found this project on this bug page&lt;br /&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=449728&lt;br /&gt;&lt;br /&gt;Following my work&lt;br /&gt;I will keep progress of my on my blog &lt;br /&gt;http://jjleeos.blogspot.com/&lt;br /&gt;Timeline&lt;br /&gt;&lt;br /&gt;I am doing open source project for OSD600, a course at my school. Expect the following releases&lt;br /&gt;&lt;br /&gt;0.1 Release Feb 25&lt;br /&gt;-Transplant code from FireFox to SeaMonkey for moving tabs from browser to browser&lt;br /&gt;0.2 Release Mar 15&lt;br /&gt;-Begin to code classes to allow transfer or tabs between browsers&lt;br /&gt;0.3 Release Apr 5&lt;br /&gt;-Be able to move tabs from browser to browser&lt;br /&gt;&lt;br /&gt;What I need to learn&lt;br /&gt;In order for me to learn how to begin with this project I need to brush up on my javascript. Learn how FireFox handles its tabs and how it can move the tabs from browser to browser. Also learn how to SeaMonkey handles tabs.&lt;br /&gt;&lt;br /&gt;Collaboration and Contribution&lt;br /&gt;To help me with this project David Humphrey and Boris Zbarsky. Both of these people can help me with getting to know how FireFox and SeaMonkey works. Humphrey is the teacher who is teaches the Open Source course at my school and Zbarsky is the one who filed the bug which lead me to this project.&lt;br /&gt;&lt;br /&gt;Humphrey’s blog http://vocamus.net/dave/&lt;br /&gt;&lt;br /&gt;Zbarsky’s blog http://weblogs.mozillazine.org/bz/&lt;br /&gt;&lt;br /&gt;Barriers in my way&lt;br /&gt;This project seems very overwhelming to me and this is the first time I have done programming at this big of scale. Having only done most of my work in school I don’t really write programs greater then 1000 lines. I will need to focus myself and learn how both of these browsers handle tabs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-5066314976516559960?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/5066314976516559960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/01/initial-project-plan.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/5066314976516559960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/5066314976516559960'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/01/initial-project-plan.html' title='Initial Project Plan'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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-2504601052587929005.post-2434168386829531543</id><published>2010-01-23T20:42:00.000-08:00</published><updated>2010-01-23T20:52:18.755-08:00</updated><title type='text'>Mailing lists</title><content type='html'>Hello&lt;br /&gt;&lt;br /&gt;After looking throught a few mailings lits that mozilla offers the following caught my eye. &lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/mozilla.dev.tech.layout/topics&lt;br /&gt;&lt;br /&gt;http://groups.google.com/group/mozilla.support.bugzilla/topics&lt;br /&gt;&lt;br /&gt;Layouts because one of the key things that drew me to firefox aside from being better then internet exloperer was the option to customize the look and layout. I'm the kind of person who like downloading skins, changing the appearance of windows to the point where people ask me what OS im using. &lt;br /&gt;&lt;br /&gt;The other mailing list is bugzilla simplely for the reason it is a huge part of this community and if i want to take part i figure i should take a look into this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-2434168386829531543?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/2434168386829531543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/01/mailing-lists.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/2434168386829531543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/2434168386829531543'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/01/mailing-lists.html' title='Mailing lists'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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-2504601052587929005.post-3008140680770367278</id><published>2010-01-15T15:35:00.000-08:00</published><updated>2010-01-15T16:31:27.986-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Open Source'/><title type='text'>Open Source Readings</title><content type='html'>Hello&lt;br /&gt;&lt;br /&gt;My name is Jeffrey Lee and i am taking OSD600 this winter 2010 semester&lt;br /&gt;&lt;br /&gt;After doing the readings my view on open source and the business method of developing software have been changed. They are very conflicting styles of developing software, the Cathedral vs Bazaar method as Eric Raymond put it. As i see it the bazaar method attracts more people who have a much greater interest in the project and thus is willing to work more passionately towards the benefit of the project and more people have a voice and can be heard. As oppose to the cathedral where there is one person leading the design which can lead to a much more narrow outlook on the project. Less eyes on the project thus less room for additions outside of the original scope of the project.&lt;br /&gt;&lt;br /&gt;Another benefit of the bazaar method is the beta testers and the many eyes on the project itself. As Eric Raymond says your greatest resource is the beta testers because they have a greater interest in the project as oppose to the cathedral method where the testers are being paid to test and may not as interested in looking for exploits. Another benefit of the open source is everyone can look at the source code and point out the bugs and glitches so that the developers of the project can fix them before the release of version 1.0. Windows for example will release a 1.0 version of a operating system and let the user base report the errors thus the window that comes up and lets you report errors when a program crashes.&lt;br /&gt;&lt;br /&gt;Another thing I've learned from  the open source movement is that despite the fact that open source is usually a general interest hobby it can still profit like the cathedral method of developing. I was very surprised how much money is poured into open source projects like Firefox from large corporations. It perked my interest when i discovered how much other companies drive open source just so other competing companies like Microsoft from taking a monopoly on the internet.&lt;br /&gt;&lt;br /&gt;I do believe that there is space for both methods of developing software, in a way it drives a healthy competition between the two sides.&lt;br /&gt;&lt;br /&gt;So those are my thoughts on open source, I hoped you enjoyed&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-3008140680770367278?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/3008140680770367278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/01/open-source-readings.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/3008140680770367278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/3008140680770367278'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/01/open-source-readings.html' title='Open Source Readings'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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-2504601052587929005.post-5035810168611573653</id><published>2010-01-15T15:28:00.001-08:00</published><updated>2010-01-15T16:31:27.988-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Open Source'/><title type='text'>First post</title><content type='html'>Welcome&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2504601052587929005-5035810168611573653?l=jjleeos.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jjleeos.blogspot.com/feeds/5035810168611573653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jjleeos.blogspot.com/2010/01/first-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/5035810168611573653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2504601052587929005/posts/default/5035810168611573653'/><link rel='alternate' type='text/html' href='http://jjleeos.blogspot.com/2010/01/first-post.html' title='First post'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/11226809324129384316</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></feed>
